<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1::after {
    content: "à¹ƒà¸«à¸¡à¹ˆà¸¥à¹ˆà¸²à¸ªà¸¸à¸”";
}
h1 {
    color: #fff;
}

h3::after {
    content: "à¸­à¸±à¸žà¹€à¸”à¸—à¸§à¸±à¸™à¸™à¸µà¹‰";
}

h3 {
    color: #fff;
}

h2::after {
    content: "/à¸„à¸¥à¸´à¸›à¹€à¸”à¹‡à¸”";
}

h2 {
    color: #fff;
}

strong {
    color: #fff;
}

.section-category-link {
    text-decoration: none;
}

.section-category-link:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.cards-container-2rows {
    width: calc(100vw - 20px);
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
  justify-content: center;
}

.cards-container-4rows {
    width: calc(100vw - 20px);
    height: 965px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
}

@media only screen and (max-width: 1150px) {
    .cards-container-2rows {
        height: auto;
    }
    .cards-container-4rows {
        height: auto;
    }
}
</pre></body></html>