@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  font-family: "Saira", sans-serif; */
/*  font-family: "Saira Extra Condensed", sans-serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Saira", sans-serif;
    font-size: 20px;
    line-height: 28px;
    min-height: 100%;
    overflow-x: hidden;
    background: #0E0E0E;
	color: #ffffff;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.hsv827msq-button {
    position: relative;
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #0E0E0E;
    margin: 0 auto;
    background: #E69E20;
    border: 2px solid #E69E20;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hsv827msq-button:hover {
    background: transparent;
}

/* Header */
.hsv827msq-heading {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    color: #ffffff;
    transition: .3s;
    background: linear-gradient(89.77deg, #292929 31.54%, #1B1B1B 68.46%);
}
.hsv827msq-heading__logo {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase;
    color: #E69E20;
    letter-spacing: 6px;
}
.hsv827msq-heading__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hsv827msq-heading__chart {
	display: flex;
	align-items: center;
}
.hsv827msq-heading__dot {
    text-align: center;
	padding: 4px;
    transition: .3s;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.hsv827msq-heading__dot.active {
    color: #E69E20;
}
.hsv827msq-heading__dot + .hsv827msq-heading__dot {
    margin-left: 40px;
}
.hsv827msq-heading__dot:hover {
    color: #E69E20;
}

.hsv827msq-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.hsv827msq-burger .hsv827msq-wing {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}
.toggle .wing1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}
.toggle .wing2 {
    display: none;
}
.toggle .wing3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.hsv827msq-structure {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 66px;
}
.hsv827msq-topic {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.hsv827msq-topic span {
    color: #E69E20;
}
.hsv827msq-subtopic {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* placard */
.hsv827msq-placard {
    background-image: url(../photos/placard-hsv827msq.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    padding: 0 20px 40px;
	color: #ffffff;
}
.hsv827msq-placard__box {
    height: 100%;
    position: relative;
    z-index: 5;
}
.hsv827msq-placard__knowledge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.hsv827msq-placard .hsv827msq-subtext {
	text-align: center;
}



/* story */
.hsv827msq-story {
    padding: 60px 20px;
}
.hsv827msq-story__box {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-gap: 20px;
    align-items: center;
}
.hsv827msq-story .hsv827msq-subtext {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hsv827msq-page__story {
    padding: 60px 20px;
}
.hsv827msq-page__story-box {
    padding: 40px 60px;
    background: #222222;
    box-shadow: 0px 10px 30px 0px #775D0040;
    border: 1px solid #654800;
}
.hsv827msq-page__story-box p {
    margin-bottom: 12px;
}
.hsv827msq-story__link {
    color: #E69E20;
}
.hsv827msq-page__story-image {
    margin-top: 30px;
}
.hsv827msq-page__story-image img {
    width: 100%;
    height: 100%;
}

/* posts */
.hsv827msq-posts {
    padding: 60px 20px;
}
.hsv827msq-posts__knowledge {
    position: relative;
}
.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.hsv827msq-posts__link {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #E69E20;
    margin-bottom: 30px;
}
.hsv827msq-posts__image img {
    width: 100%;
    height: 100%;
}
.hsv827msq-page__posts {
    padding: 60px 20px;
}
.hsv827msq-page__posts-box {
    padding: 40px 60px;
    background: #222222;
    box-shadow: 0px 10px 30px 0px #775D0040;
    border: 1px solid #654800;
}
.hsv827msq-page__posts-box h3 {
    font-weight: 700;
    margin-bottom: 12px;
}
.hsv827msq-page__posts-box p {
    margin-bottom: 12px;
}
.hsv827msq-page__posts-box i {
    color: #BC8422;
}
.hsv827msq-posts__box .swiper-slide {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
    align-items: center;
    border-right: 1px solid #6A4C00;
    padding-right: 64px;
}
.hsv827msq-posts__date {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
}
.hsv827msq-posts .hsv827msq-subtopic {
    margin-bottom: 40px;
}
.hsv827msq-button__arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}
.swiper-button-prev, .swiper-button-next {
    position: relative;
    z-index: 2;
    right: auto;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 4px
}
.hsv827msq-button__arrow  .swiper-button-next {
    margin-left: 10px;
}

.hsv827msq-page__posts-img {
    float: left;
    margin: 0 24px 24px 0;
    max-width: 500px;
    height: auto;
}
.hsv827msq-page__posts-img img {
    width: 100%;
    height: 100%;
}


/* Game */
.hsv827msq-shifting {
    padding: 60px 20px 120px;
}
.hsv827msq-shifting .hsv827msq-subtopic {
    margin-bottom: 40px;
}
.hsv827msq-shifting__entry {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid #654800;
    padding-right: 40px;
}
.hsv827msq-shifting__entry:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.hsv827msq-shifting__entry .topic {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hsv827msq-shifting__entry span {
    color: #E69E20;
}
.hsv827msq-shifting__entry i {
    color: #919191;
}
.hsv827msq-shifting__list {
    padding: 60px;
    background: #222222;
    border: 1px solid #654800;
    box-shadow: 0px 10px 30px 0px #775D0040;
}
.hsv827msq-shifting__union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #654800;
}
.hsv827msq-shifting__union:first-child {
    padding-top: 0;
}
.hsv827msq-shifting__union:last-child {
    border: none;
    padding-bottom: 0;
}
.hsv827msq-shifting__entry ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
}
.hsv827msq-shifting__entry ul li b {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

/* team */
.hsv827msq-team {
    padding: 60px 20px;
}

/* Footer */
.hsv827msq-footline {
    padding: 20px;
    background: #2E2E2E;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.hsv827msq-footline__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hsv827msq-footline__chart {
    display: flex;
    align-items: center;
}
.hsv827msq-footline__dot {
    font-weight: 600;
    text-align: center;
    transition: .3s;
    padding: 4px;
}
.hsv827msq-footline__dot + .hsv827msq-footline__dot {
    margin-left: 40px;
}
.hsv827msq-footline__dot:hover {
    color: #E69E20;
}


/* Info */
.hsv827msq-information {
    padding: 40px 20px;
}
.hsv827msq-information__box h1 {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 20px;
}
.hsv827msq-information__box h2 {
    font-weight: 700;
    margin-bottom: 16px;
}
.hsv827msq-information__box p {
    margin-bottom: 16px;
}
.hsv827msq-information__box ul {
    list-style-type: disc;
    padding-left: 20px;
}
.hsv827msq-information__box li {
    margin-bottom: 16px;
}
.hsv827msq-information__box a {
    display: inline-block;
    font-weight: 700;
    color: #E69E20;
}


/* tooltip */
.hsv827msq-tooltip {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hsv827msq-tooltip::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}
.hsv827msq-tooltip__box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.hsv827msq-tooltip__content {
    position: relative;
    z-index: 9;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    color: #000000;
    padding: 40px 60px;
}
.hsv827msq-tooltip__content h2 {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.hsv827msq-tooltip__content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.hsv827msq-tooltip__content p {
    text-align: center;
}
.hsv827msq-format {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.hsv827msq-format__entry {
    position: relative;
}
.hsv827msq-format__entry-text {
    grid-column: 1/3;
}
.hsv827msq-format__label {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #BC8422;
}
.hsv827msq-format__input {
    font-family: "Saira", sans-serif;
    color: #151414;
    height: 50px;
    padding: 5px 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: none;
    border-bottom: 2px solid #747D7F;
    vertical-align: middle;
}
.hsv827msq-format__input.error {
    border-color: #c70700;
}
label.error {
    font-size: 14px;
    line-height: 18px;
    color: #c70700;
    display: none !important;
    margin-top: 2px;
}
.hsv827msq-buttons__box {
    grid-column: 1/3;
    margin-top: 40px;
}
.hsv827msq-tooltip__close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px;
}

/* table */
.hsv827msq-chart__container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin: 30px 0 10px;
}
.hsv827msq-players__chart {
    width: 100%;
    border-collapse: collapse;
    background: #222222;
    border: 1px solid #654800
}

.hsv827msq-players__chart thead {
    color: #222222;
    background: #BC8422;
}

.hsv827msq-players__chart th, .hsv827msq-players__chart td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #654800
}

.hsv827msq-players__chart tbody tr {
    background: #222222;
}

.hsv827msq-players__chart th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.hsv827msq-players__chart td {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.hsv827msq-players__chart td:last-child {
    color: #E69E20;
    font-weight: 700;
}
.hsv827msq-player__info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hsv827msq-player__info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.hsv827msq-player__info span {
    font-weight: 700;
    color: #E69E20;
}

.hsv827msq-players__chart th:first-child,
.hsv827msq-players__chart td:first-child {
    min-width: 180px;
}


@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .hsv827msq-burger {
        display: flex;
    }
    .hsv827msq-heading.scroll .hsv827msq-burger .hsv827msq-wing {
        background: #ffffff;
    }
    .hsv827msq-heading .hsv827msq-burger.toggle .hsv827msq-wing {
        background: #ffffff;
    }
    .hsv827msq-heading__panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: linear-gradient(89.77deg, #292929 31.54%, #1B1B1B 68.46%);
    }
    .hsv827msq-heading__chart {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .hsv827msq-heading__dot {
        width: 100%;
        padding: 10px 46px;
    }
    .hsv827msq-heading__dot + .hsv827msq-heading__dot {
        margin-left: 0;
    }
    .hsv827msq-topic {
        font-size: 36px;
        line-height: 44px;
    }
    .hsv827msq-subtopic {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .hsv827msq-placard {
        height: auto;
        padding: 100px 20px;
    }
    .hsv827msq-placard .hsv827msq-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .hsv827msq-posts__link {
        font-size: 18px;
        line-height: 24px;
    }
    .hsv827msq-shifting__list {
        padding: 24px;
    }
    .hsv827msq-footline__chart {
        flex-direction: column;
    }
    .hsv827msq-footline__dot + .hsv827msq-footline__dot {
        margin-top: 10px;
    }
    .hsv827msq-footline__box {
        flex-direction: column-reverse;
    }
    .hsv827msq-footline__dot + .hsv827msq-footline__dot {
        margin-left: 0;
    }
    .hsv827msq-footline__copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .hsv827msq-page__story-box {
        padding: 24px;
    }
    .hsv827msq-page__posts {
        padding: 40px 20px;
    }
    .hsv827msq-page__story {
        padding: 40px 20px;
    }
    .hsv827msq-page__posts-box {
        padding: 24px; 
    }
    .hsv827msq-story {
        padding: 40px 20px;
    }
    .hsv827msq-story__box {
        grid-template-columns: 1fr;
    }
    .hsv827msq-story__images {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .hsv827msq-posts__box .swiper-slide {
        grid-template-columns: 180px 1fr;
        grid-gap: 20px;
        padding-right: 20px;
    }
    .swiper-button-prev img , .swiper-button-next img {
        width: 30px;
    }
    .hsv827msq-button__arrow .swiper-button-next {
        margin-left: 0;
    }    
    .hsv827msq-button__arrow {
        top: -3px;
    }
    .hsv827msq-shifting {
        padding: 40px 20px;
    }
    .hsv827msq-posts {
        padding: 40px 20px;
    }
    .hsv827msq-team {
        padding: 40px 20px;
    }
    .hsv827msq-posts .hsv827msq-subtopic {
        margin-bottom: 20px;
    }
    .hsv827msq-shifting__union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hsv827msq-shifting__entry {
        padding-right: 0;
        border: none;
    }
    .hsv827msq-shifting__entry:nth-child(2n) {
        padding-left: 0;
    }
    .hsv827msq-shifting__entry .topic {
        font-size: 26px;
        line-height: 32px;
    }
    .hsv827msq-shifting .hsv827msq-subtopic {
        margin-bottom: 20px;
    }
    .hsv827msq-shifting__entry ul li b {
        font-size: 14px;
        line-height: 18px;
    }
    .hsv827msq-information__box h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .hsv827msq-page__posts-img {
        float: none;
        margin: 0 0 24px 0;
    }
    .hsv827msq-players__chart th, .hsv827msq-players__chart td {
        padding: 12px;
    }

    .hsv827msq-tooltip__content {
        padding: 40px 20px;
    }
    .hsv827msq-format {
        grid-template-columns: 1fr;
    }
    .hsv827msq-tooltip__content h2{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .hsv827msq-format__entry-text {
        grid-column: auto;
    }
    .hsv827msq-buttons__box {
        grid-column: auto;
        margin-top: 24px;
    }
    .hsv827msq-button {
        font-size: 18px;
        line-height: 26px;
    }
}