body {
    font-family: "Honor Sans", "Helvetica Neue";
    font-weight:400;
    font-display: swap;
    overflow-x:hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:600;
}

h1 {
    font-size:32px;
    font-weight:600;
}

.container {
    max-width:1250px!important;
}

.container img {
    pointer-events: none;
}

.hotline a {
    color:#00B1FF;
    font-weight: 600;
    display: block;
}

[id*="wait_comp_"] {
    display:none!important;
}

.cta a {
    padding:5px 20px;
}

.main-menu-pc {
    list-style-type: none;
    display:flex;
    gap:10px;
    align-items: center;
    justify-content: space-between;
    & a {
        color:#000;
        text-decoration: none;
        padding:6px 15px;
        display: block;
        background:none;
        border-radius:5px;
        transition: background 0.3s ease;
        &:hover {
            background:#00B1FD;
            transition: background 0.3s ease;
            font-weight:600;
        }
    }
}

.kv-mob {
    font-weight: 600;
    font-size:20px;
    & span {
        font-weight:400;
    }
}

.badged {
    background:#00B1FD;
    color:#000;
    font-weight:600!important;
    padding:1px 5px;
    border-radius:5px;
}

.sub-slogan {
    font-weight:400;
}

.full-width-section {
  background-color: #00aaff;
  width: 50%;
  position: relative;
  left: 51%;
  right: 51%;
  margin-left: -51vw;
  margin-right: -51vw;
  text-align: center;
  border-radius:5px;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3px 10px;
  color: white;
}

h2 {
  margin: 0;
  font-size: 40px;
  color:#000!important;
  font-weight:800;
}

#rules {
    & .step {
        display:flex;
        gap:20px;
        align-items: center;
    }
    & .num {
        background:#00B1FD;
        font-weight: 600;
        min-width:48px;
        height:48px;
        border-radius:5px;
        justify-content: center;
        display: flex;
		font-size:20px;
        align-items: center;
    }
    & a {
        color:#000;
        font-weight: 600;
        &:hover {
            text-decoration: none;
        }
    }
}

#footer {
    color:#ccc;
    font-size:16px;
    line-height: normal;
}

@media(max-width:760px) {
    .menu_row {
        align-items: center;
    }
    h2 {
        font-size:20px;
    }
    .full-width-section {
        width:70%;
        text-align: left;
        border-radius:0 5px 5px 0;
    }
    .winlist td {
        font-size:16px!important;
    }
    .offcanvas {
        max-width:80%;
    }
}