<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, .nav-link, .section-header, .header-font, .menu-item-card, .readable-text, .page-header-text, .news-square-title {
    font-family: "IBM Plex Sans", sans-serif !important;
}

.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #111) !important;
}

.single-post-v2 {
    box-shadow: none;
}
.sb-container {
    border: 0px !important;
    box-shadow: none !important;
}

.single-news-v3-header {
    line-height: 1.15em;
}

.section-header {
    /* position: relative; */
    display: block;
    color: var(--primary) !important; 
    letter-spacing: 0em;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: none;
    text-transform: uppercase;
}
/* fa-solid fa-magnifying-glass */
.section-header-light:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 0px;
    left: 0;
    width: 0rem;
    height: 0rem;
    border-radius: 0rem;
    background-color: #ff;
}
.section-header:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 0px;
    left: 0;
    width: 0rem;
    height: 0rem;
    border-radius: 0rem;
    background-color: #fff;
}
.sct-margin {
    margin-bottom: 0px !important;
}
.games-v4-header {
    padding-bottom: 6px !important;
}

.bg-transparent {
    background: transparent !important;
    border: none !important;
}

#section6, #sponsors-list, #section6 .container {
    background-color: #fff !important;
}

#section9 {
    margin-bottom: 30px !important;
}

#section36 {
    margin-bottom: 30px !important;
}

#block24 img, #block36 img {
    border-radius: 8px;
}

#block24 a, #block36 a {
    transition: all 0.2s ease;
}

#block24 a:hover, #block36 a:hover {
    transform: scale(1.03);
}
#block18.container {
    max-width: 100vw !important;
}

#social_stream {
    display:none !important;
}</pre></body></html>