@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", serif; */
/* font-family: "Roboto Condensed", serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Roboto", serif;
    font-size: 20px;
    line-height: 28px;
    min-height: 100%;
    overflow-x: hidden;
    color: #ffffff;
    background: #151414;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.knj93x18erf-button {
    position: relative;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    background: #FEDB0A;
    border: 2px solid #FEDB0A;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.knj93x18erf-button:hover {
    background: transparent;
    color: #FEDB0A;
}

/* Header */
.knj93x18erf-summary {
    font-family: "Roboto", serif;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
    transition: .3s;
    background: linear-gradient(90deg, #121010 0%, #000000 100%);
}
.knj93x18erf-summary--logo {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    color: #FEDB0A;
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase;
}
.knj93x18erf-summary--case {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.knj93x18erf-summary--table {
	display: flex;
	align-items: center;
}
.knj93x18erf-summary--part {
    text-align: center;
	padding: 4px;
    transition: .3s;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.knj93x18erf-summary--part.active {
    color: #FEDB0A;
}
.knj93x18erf-summary--part + .knj93x18erf-summary--part {
    margin-left: 40px;
}
.knj93x18erf-summary--part:hover {
    color: #FEDB0A;
}

.knj93x18erf-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%);
}
.knj93x18erf-burger .knj93x18erf-cable {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}
.toggle .cable1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}
.toggle .cable2 {
    display: none;
}
.toggle .cable3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.knj93x18erf-pattern {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 74px;
}
.knj93x18erf-titel {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.knj93x18erf-titel span {
    color: #FEDB0A;
}
.knj93x18erf-subtitel {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

/* sketchy */
.knj93x18erf-sketchy {
    background-image: url(../captures/sketchy-knj93x18erf.jpg);
    background-color: #151414;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    padding: 0 20px 40px;
	color: #ffffff;
}
.knj93x18erf-sketchy--case {
    height: 100%;
    position: relative;
    z-index: 5;
}
.knj93x18erf-sketchy--awareness {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.knj93x18erf-sketchy .knj93x18erf-subtext {
	text-align: center;
}



/* history */
.knj93x18erf-history {
    position: relative;
    padding: 60px 20px;
}

.knj93x18erf-history--case {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-gap: 20px;
    align-items: flex-start;
}
.knj93x18erf-history .knj93x18erf-subtext {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.knj93x18erf-history--awareness h3 {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #FEDB0A;
    margin-bottom: 10px;
}
.knj93x18erf-history--awareness ul {
    color: #FEDB0A;
}
.knj93x18erf-history--awareness ul li {
    margin-bottom: 10px;
}
.knj93x18erf-page--history {
    padding: 60px 20px;
}
.knj93x18erf-page--history-case {
    padding: 40px 60px;
    border: 1px solid #003FB1;
    box-shadow: 0px 10px 30px 0px #00246680;
    background: linear-gradient(0deg, #001438 0%, #002B7A 100%);
}
.knj93x18erf-page--history-case p {
    margin-bottom: 12px;
}
.knj93x18erf-history--link {
    font-weight: 700;
    color: #FEDB0A;
}
.knj93x18erf-page--history-image {
    margin-top: 30px;
}
.knj93x18erf-page--history-image img {
    width: 100%;
    height: 100%;
}
.knj93x18erf-history--images {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* products */
.knj93x18erf-products {
    position: relative;
    padding: 60px 20px;
}
.knj93x18erf-products--awareness {
    position: relative;
}
.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.knj93x18erf-products--link {
    font-family: "Roboto", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FEDB0A;
    margin-bottom: 14px;
}
.knj93x18erf-products--image {
    height: 260px;
}
.knj93x18erf-products--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.knj93x18erf-page--products {
    padding: 60px 20px;
}
.knj93x18erf-page--products-case {
    padding: 60px;
    border: 1px solid #FEDB0A;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #090909;
}
.knj93x18erf-page--products-case p {
    margin-bottom: 12px;
}
.knj93x18erf-page--products-case i {
    color: #FEDB0A;
}
.knj93x18erf-products--case .swiper-slide {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
    align-items: center;
    padding-right: 60px;
    border-right: 1px solid #6A4C00;
}
.knj93x18erf-products--date {
    font-size: 16px;
    line-height: 20px;
}
.knj93x18erf-products .knj93x18erf-subtitel {
    margin-bottom: 40px;
}
.knj93x18erf-button--arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 14px;
    right: 0;
}
.swiper-button-prev, .swiper-button-next {
    position: relative;
    z-index: 2;
    right: auto;
    left: auto;
    top: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 4px
}
.knj93x18erf-button--arrow  .swiper-button-next {
    margin-left: 10px;
}

.knj93x18erf-page--products-img {
    margin: 0 24px 24px 0;
    max-width: 510px;
    height: auto;
    float: left;
}
.knj93x18erf-page--products-img img {
    width: 100%;
    height: 100%;
}


/* Game */
.knj93x18erf-rolling {
    padding: 60px 20px 120px;
}
.knj93x18erf-rolling .knj93x18erf-subtitel {
    margin-bottom: 40px;
}
.knj93x18erf-rolling--access {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid #6A4C00;
    padding-right: 40px;
}
.knj93x18erf-rolling--access:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.knj93x18erf-rolling--access .topic {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
}
.knj93x18erf-rolling--access span {
    color: #FEDB0A;
}
.knj93x18erf-rolling--access i {
    color: #ffffff;
}
.knj93x18erf-rolling--list {
    padding: 60px;
    border: 1px solid #FEDB0A;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #090909;
}
.knj93x18erf-rolling--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #6A4C00;
}
.knj93x18erf-rolling--union:first-child {
    padding-top: 0;
}
.knj93x18erf-rolling--union:last-child {
    border: none;
    padding-bottom: 0;
}
.knj93x18erf-rolling--access ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
}
.knj93x18erf-rolling--access ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
}
.knj93x18erf-rolling--access ul li:last-child {
    grid-template-columns: 1fr;
    margin-top: 10px;
}

.knj93x18erf-rolling--access ul li b {
    font-weight: 700;
}

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

/* Footer */
.knj93x18erf-finals {
    padding: 16px 20px;
    color: #ffffff;
    font-size: 20px;
    background: #0B0B0B;
    line-height: 24px;
}
.knj93x18erf-finals--case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
}
.knj93x18erf-finals--table {
    display: flex;
    align-items: center;
}
.knj93x18erf-finals--part {
    text-align: center;
    transition: .3s;
    padding: 4px;
    font-weight: 600;
}
.knj93x18erf-finals--part + .knj93x18erf-finals--part {
    margin-left: 40px;
}
.knj93x18erf-finals--part:hover {
    color: #FEDB0A;
}


/* Info */
.knj93x18erf-information {
    padding: 40px 20px;
}
.knj93x18erf-information--case h1 {
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.knj93x18erf-information--case h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.knj93x18erf-information--case p {
    margin-bottom: 16px;
}
.knj93x18erf-information--case b {
    font-weight: 700;
}
.knj93x18erf-information--case ul {
    list-style-type: disc;
    padding-left: 20px;
}
.knj93x18erf-information--case ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.knj93x18erf-information--case li {
    margin-bottom: 16px;
}
.knj93x18erf-information--case ol li::marker {
    font-weight: 700;
}
.knj93x18erf-information--case a {
    display: inline-block;
    font-weight: 700;
    color: #FEDB0A;
}


/* dialog */
.knj93x18erf-dialog {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.knj93x18erf-dialog::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);
}
.knj93x18erf-dialog--case {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.knj93x18erf-dialog--content {
    position: relative;
    z-index: 9;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    color: #0A2025;
    padding: 40px 60px;
    overflow-y: auto;
}
.knj93x18erf-dialog--content h2 {
    font-family: "Roboto", serif;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.knj93x18erf-dialog--content h3 {
    font-family: "Roboto", serif;
    margin-bottom: 20px;
    text-align: center;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
}
.knj93x18erf-dialog--content p {
    text-align: center;
}
.knj93x18erf-reports {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.knj93x18erf-reports--access {
    position: relative;
}
.knj93x18erf-reports--access-text {
    grid-column: 1/3;
}
.knj93x18erf-reports--label {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.knj93x18erf-reports--input {
    font-family: "Roboto", serif;
    color: #020625;
    height: 50px;
    padding: 5px 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: none;
    vertical-align: middle;
    border-bottom: 2px solid #585A6C;
}
.knj93x18erf-reports--input.error {
    border-bottom-color: #be0600;
}

.knj93x18erf-reports--input::placeholder {
    color: #585A6C;
}
label.error {
    font-size: 14px;
    line-height: 18px;
    color: #be0600;
    display: none !important;
    margin-top: 2px;
}
.knj93x18erf-buttons--case {
    grid-column: 1/3;
    margin-top: 40px;
}
.knj93x18erf-dialog--close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px;
}

/* table */
.knj93x18erf-table--container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin: 30px 0 10px;
    box-shadow: 0px 10px 30px 0px #00246680;
}
.knj93x18erf-players--table {
    width: 100%;
    border-collapse: collapse;
    background: #090909;
    border: 1px solid #FEDB0A;
}

.knj93x18erf-players--table thead {
    color: #090909;
    background: #FEDB0A;
}
.knj93x18erf-players--table th {
    padding: 12px 20px;
    text-align: left;
    border-right: 1px solid #090909;
}
.knj93x18erf-players--table th:last-child {
    border-right: none;
}
.knj93x18erf-players--table td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #FEDB0A;
}

.knj93x18erf-players--table th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.knj93x18erf-players--table td {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}

.knj93x18erf-players--table td:last-child {
    color: #FEDB0A;
    font-weight: 700;
}
.knj93x18erf-player--info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.knj93x18erf-player--info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.knj93x18erf-player--info span {
    font-weight: 700;
    color: #FEDB0A;
}

.knj93x18erf-players--table th:first-child,
.knj93x18erf-players--table td:first-child {
    width: 60px;
}

.knj93x18erf-players--table th:nth-child(2),
.knj93x18erf-players--table td:nth-child(2) {
    min-width: 220px;
    width: 300px;
}


@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .knj93x18erf-pattern {
        padding-top: 70px;
    }
    .knj93x18erf-summary--logo {
        font-size: 22px;
        line-height: 30px;
    }
    .knj93x18erf-burger {
        display: flex;
    }
    .knj93x18erf-summary.scroll .knj93x18erf-burger .knj93x18erf-cable {
        background: #ffffff;
    }
    .knj93x18erf-summary .knj93x18erf-burger.toggle .knj93x18erf-cable {
        background: #ffffff;
    }
    .knj93x18erf-summary--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: linear-gradient(90deg, #121010 0%, #000000 100%);
    }
    .knj93x18erf-summary--table {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .knj93x18erf-summary--part {
        width: 100%;
        padding: 10px 46px;
    }
    .knj93x18erf-summary--part + .knj93x18erf-summary--part {
        margin-left: 0;
    }
    .knj93x18erf-titel {
        font-size: 36px;
        line-height: 42px;
    }
    .knj93x18erf-subtitel {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .knj93x18erf-sketchy {
        height: auto;
        padding: 60px 20px;
    }
    .knj93x18erf-sketchy .knj93x18erf-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .knj93x18erf-products--link {
        font-size: 18px;
        line-height: 24px;
    }
    .knj93x18erf-rolling--list {
        padding: 24px;
    }
    .knj93x18erf-finals--table {
        flex-direction: column;
    }
    .knj93x18erf-finals--part + .knj93x18erf-finals--part {
        margin-top: 10px;
    }
    .knj93x18erf-finals--case {
        flex-direction: column-reverse;
    }
    .knj93x18erf-finals--part + .knj93x18erf-finals--part {
        margin-left: 0;
    }
    .knj93x18erf-finals--copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .knj93x18erf-page--history-case {
        padding: 24px;
    }
    .knj93x18erf-page--products {
        padding: 40px 20px;
    }
    .knj93x18erf-page--history {
        padding: 40px 20px;
    }
    .knj93x18erf-page--products-case {
        padding: 24px; 
    }
    .knj93x18erf-history {
        padding: 20px;
    }
    .knj93x18erf-history--case {
        grid-template-columns: 1fr;
        grid-gap: 0d;
    }
    .knj93x18erf-history--images {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .knj93x18erf-products--case .swiper-slide {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-right: 20px;
    }
    .swiper-button-prev img , .swiper-button-next img {
        width: 30px;
    }
    .knj93x18erf-button--arrow .swiper-button-next {
        margin-left: 0;
    }    
    .knj93x18erf-button--arrow {
        top: -3px;
    }
    .knj93x18erf-rolling {
        padding: 30px 20px;
    }
    .knj93x18erf-products {
        padding: 30px 20px;
    }
    .knj93x18erf-team {
        padding: 30px 20px;
    }
    .knj93x18erf-products .knj93x18erf-subtitel {
        margin-bottom: 20px;
    }
    .knj93x18erf-rolling--union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .knj93x18erf-rolling--access {
        padding-right: 0;
        border: none;
    }
    .knj93x18erf-rolling--access:nth-child(2n) {
        padding-left: 0;
    }
    .knj93x18erf-rolling--access .topic {
        font-size: 26px;
        line-height: 30px;
    }
    .knj93x18erf-rolling .knj93x18erf-subtitel {
        margin-bottom: 20px;
    }
    .knj93x18erf-information--case h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .knj93x18erf-page--products-img {
        float: none;
        margin: 0 0 24px 0;
    }
    .knj93x18erf-players--table th, .knj93x18erf-players--table td {
        padding: 12px;
    }

    .knj93x18erf-dialog--content h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .knj93x18erf-dialog--content h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .knj93x18erf-dialog--content {
        padding: 54px 20px;
    }
    .knj93x18erf-reports {
        grid-template-columns: 1fr;
    }
    .knj93x18erf-reports--access-text {
        grid-column: auto;
    }
    .knj93x18erf-buttons--case {
        grid-column: auto;
        margin-top: 24px;
    }
    .knj93x18erf-button {
        height: 60px;
    }
}