*{
    box-sizing: border-box;
}

a {
    color: #1eafdb;
    text-decoration: none;
    transition: 0.3s;
    opacity: .75;
    font-family: jf-jinxuan-regular;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    h1 {
        font-family: lihsianti;
        font-weight: 500;
        margin: 0;  
        padding: 6px;
        letter-spacing: 1.5px;
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-family: lihsianti;
        font-weight: 500;
        margin: 0;  
        padding: 6px;
        letter-spacing: 1.5px;
        font-size: 30px;
    }
}

h2, h3 {
    font-family: jf-jinxuan-regular;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

h4, .sponsor {
    font-family: jf-jinxuan-bold !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin: 0;
    padding: 5px;
}

@media screen and (max-width: 1024px) {
    .text-center {
        text-align: center;
        width: 40%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .text-center {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
}
    
.silver-sponsor {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.sponsor-item {
    text-align: center;
    flex: 1;
}

.sponsor-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
}

.sponsor-item p {
    margin-top: 10px;
    font-size: 14px;
}

.gold-sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    margin-top: 20px;
}

label {
    font-family: jf-jinxuan-bold;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
    display: block;
}

.cf-turnstile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    margin-top: 20px;
}

button {
    font-family: jf-jinxuan-regular;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    width: 50%;
    background-color: #1eafdb;
    color: #fff;
    transition: 0.3s;
    opacity: .75;
}

body, ul {
    font-family: jf-jinxuan-regular;
    font-weight: 400;
}

li {
    font-family: jf-jinxuan-regular;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
}

p {
    font-family: jf-jinxuan-semibold;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.footer {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-family: jf-jinxuan-book;
    font-weight: 300;
}

.container{
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
}

.container img {
    width: 350px;
}

.header img {
    max-width: 85%;
    height: auto;
    width: auto;
}

.header { 
    text-align: center;
    background-color: #f7f7f7;
    padding: 20px;
}
.header h1{
    margin: 0;
    font-size: 36px;
}

.menu {
    display: flex; 
    align-items: center; 
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
    margin-top: 20px;
}
.menu a {
    text-decoration: none;
    color: #1eafdb;
    font-size: 18px;
    padding: 10px; 
    border-radius: 5px;
    transition: 0.3s;
    opacity: .75;
}
.menu a:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}
.menu a.active {
    background-color: #000;
    color: #fff;
}

.content {
    padding: 20px;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
}

.copyleft {
    display: inline-block;
    top: 2px;
    position: relative;
    transform: rotate(180deg);
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

tr:nth-child(even) {
    background-color: #e6e6e6;
}

th {
    border-bottom: 2px solid #333;
}

.footer img {
    width: 100px; 
}

.as_list_wrap {
    padding-left: 1em;
}

.as_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
    padding-bottom: .5em;
}

.hidecolor {
    color: black !important;
    text-decoration: none;
}

.text-blue {
    color: #0284c7 !important;
    text-decoration: none;
}


a:visited {
    color: #1eafdb;
}

.as_list_member {
    width: 20%;
}

.skipnav {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    top: 0;
    left: -76px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 0 1px #00B000, 0 0 0 8px white, 0 0 0 10px #00B000;
    color: black;
    font-family: jf-jinxuan-regular;
    font-weight: 400;
    font-size: 16px;
}

.skipnav:focus {
    height: auto;
    width: auto;
    overflow: hidden;
    clip: auto;
    top: 16px;  
    left: 16px;
    outline: none;
}