.trending-topics__tile-headline:lang(zh-TW), .trending-topics__title:lang(zh-TW) {
    font-weight: 700;
    font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif
}

.trending-topics {
    background-color: #222;
    padding: 60px 0 40px;
    position: relative
}

.trending-topics__container {
    margin: auto;
    max-width: 1600px;
    width: 90%
}

.trending-topics__title {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #a1a1a1;
    line-height: 1.22;
    margin: 0;
    position: relative
}

.trending-topics__tiles {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    overflow: hidden;
    padding: 40px 0;
    position: relative
}

.trending-topics__tile {
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 15px;
    min-height: 248px;
    padding: 40px 30px;
    position: relative;
    width: -webkit-calc(33% - 32px);
    width: calc(33% - 32px)
}

    .trending-topics__tile:focus-within, .trending-topics__tile:hover {
        background-color: #fff
    }

        .trending-topics__tile:focus-within .trending-topics__tile-description, .trending-topics__tile:focus-within .trending-topics__tile-headline, .trending-topics__tile:hover .trending-topics__tile-description, .trending-topics__tile:hover .trending-topics__tile-headline, .trending-topics__tile:hover .trending-topics__tile-info p {
            color: #222
        }

@media only screen and (max-width:1024px) {
    .trending-topics__tiles {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .trending-topics__tile {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }

        .trending-topics__tile:nth-child(-n+2) {
            margin-bottom: 40px
        }
}

@media only screen and (max-width:599px) {
    .trending-topics__container {
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%
    }

    .trending-topics__tiles {
        display: block;
        margin: 0
    }

    .trending-topics__tile {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

        .trending-topics__tile:nth-child(3) {
            margin-bottom: 40px
        }
}

.trending-topics__tile-headline {
    font-family: Roboto,sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    line-height: 1.18;
    color: #fff;
    margin: 0
}

@media only screen and (max-width:1200px) {
    .trending-topics__tile-headline {
        font-size: 26px
    }
}

.trending-topics__tile-description {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    margin-bottom: 20px
}

    .trending-topics__tile-description:lang(zh-TW) {
        font-weight: 400
    }

.trending-topics__tile-cta {
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
    position: relative;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    color: #ddb505;
    position: inherit
}

    .trending-topics__tile-cta:lang(zh-TW) {
        font-family: 'Noto Sans TC',SimSun,'MS Gothic',sans-serif;
        font-weight: 700
    }

    .trending-topics__tile-cta:after {
        content: "\f178";
        display: inline-block;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0 7px;
        -webkit-transform: translate(0,1px);
        -ms-transform: translate(0,1px);
        transform: translate(0,1px);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s
    }

    .trending-topics__background, .trending-topics__background::after, .trending-topics__tile-cta::before {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%
    }

    .no-touch .trending-topics__tile-cta:hover:after, .trending-topics__tile-cta:focus:after {
        -webkit-transform: translate(20px,1px);
        -ms-transform: translate(20px,1px);
        transform: translate(20px,1px)
    }

    .trending-topics__tile-cta::before {
        content: "";
        left: 0
    }

.trending-topics__background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media only screen and (max-width:1024px) {
    .trending-topics__tile-headline {
        font-size: 34px
    }

    .trending-topics__background {
        display: none
    }
}

.trending-topics__background::after {
    background: -webkit-linear-gradient(90deg,rgba(34,34,34,.5032388) 0,rgba(34,34,34,.49763655) 100%);
    background: linear-gradient(0deg,rgba(34,34,34,.5032388) 0,rgba(34,34,34,.49763655) 100%);
    content: ""
}

.trending-topics__background--visible {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.no-touch .trending-topics__tile-cta:hover, .trending-topics__tile-cta:focus {
    color: #004d85;
    outline: 0
}

.trending-topics__contact {
    margin: 50px 0 !important;
    min-height: 400px !important;
    background-color: #fff;
    padding: 20px
}

    .trending-topics__contact h3, .trending-topics__contact p {
        color: #222
    }
