@import url('reset.css');
@import url('swiper-bundle.min.css');

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

/*  font-family: "Oswald", sans-serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Sen", sans-serif;
    font-size: 20px;
    line-height: 30px;
    min-height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #1B1B1B;
}
.container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.container-second {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.zge38aiy-button {
    position: relative;
    font-family: "Sen", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    background: #ED1C2E;
    border: 2px solid #ED1C2E;
    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;
}
.zge38aiy-button:hover {
    background: transparent;
    color: #ED1C2E;
}

/* Header */
.zge38aiy-tophead {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
    transition: .3s;
    background: #000000;
}
.zge38aiy-tophead--logo {
    font-family: "Sen", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
}
.zge38aiy-tophead--logo span {
    color: #ffffff;
}
.zge38aiy-tophead--box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zge38aiy-tophead--table {
	display: flex;
	align-items: center;
}
.zge38aiy-tophead--item {
    text-align: center;
    padding: 4px;
    transition: .3s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.zge38aiy-tophead--item.active {
    color: #999999;
}
.zge38aiy-tophead--item + .zge38aiy-tophead--item {
    margin-left: 40px;
}
.zge38aiy-tophead--item:hover {
    color: #999999;
}

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


/* Content */
.zge38aiy-predefined {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 74px;
}
.zge38aiy-titel {
    font-family: "Sen", sans-serif;
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.zge38aiy-titel span {
    color: #ED1C2E;
}
.zge38aiy-subtitel {
    font-family: "Sen", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: uppercase;
}

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



/* outcome */
.zge38aiy-outcome {
    padding: 20px;
}
.zge38aiy-outcome--box {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-gap: 20px;
    align-items: center;
}
.zge38aiy-outcome .zge38aiy-subtext {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zge38aiy-page--outcome {
    padding: 60px 20px;
}
.zge38aiy-page--outcome-box {
    padding: 40px 60px;
    border: 1px solid #880202;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px #77000040;
}
.zge38aiy-page--outcome-box p {
    margin-bottom: 20px;
}
.zge38aiy-outcome--link {
    font-weight: 800;
    color: #ED1C2E;
}
.zge38aiy-outcome--images {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* notes */
.zge38aiy-notes {
    padding: 60px 20px;
}
.zge38aiy-notes--grasp {
    position: relative;
}
.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.zge38aiy-notes--link {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ED1C2E;
    margin-bottom: 30px;
}
.zge38aiy-notes--image {
    height: 270px;
}
.zge38aiy-notes--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zge38aiy-page--notes {
    padding: 60px 20px;
}
.zge38aiy-page--notes-box {
    padding: 40px 60px;
    border: 1px solid #880202;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px #77000040;
}
.zge38aiy-page--notes-box p {
    margin-bottom: 12px;
}
.zge38aiy-page--notes-box i {
    color: #ED1C2E;
}
.zge38aiy-notes--box .swiper-slide {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.33);
    padding-right: 64px;
}
.zge38aiy-notes--date {
    font-size: 16px;
    line-height: 22px;
}
.zge38aiy-notes .zge38aiy-subtitel {
    margin-bottom: 40px;
}
.zge38aiy-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
}
.zge38aiy-page--notes-img {
    float: left;
    margin: 0 24px 24px 0;
    max-width: 350px;
    height: auto;
}
.zge38aiy-page--notes-img img {
    width: 100%;
    height: 100%;
}


/* Game */
.zge38aiy-forcing {
    padding: 60px 20px 120px;
}
.zge38aiy-forcing .zge38aiy-subtitel {
    margin-bottom: 40px;
}
.zge38aiy-forcing--item {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid rgba(0, 0, 0, 0.33);
    padding-right: 40px;
}
.zge38aiy-forcing--item:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.zge38aiy-forcing--item .topic {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.zge38aiy-forcing--item i {
    color: rgba(0, 0, 0, 0.5);
}
.zge38aiy-forcing--list {
    padding: 60px;
    border: 1px solid #880202;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px #77000040;
}
.zge38aiy-forcing--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.zge38aiy-forcing--union:first-child {
    padding-top: 0;
}
.zge38aiy-forcing--union:last-child {
    border: none;
    padding-bottom: 0;
}
.zge38aiy-forcing--item ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
}
.zge38aiy-forcing--item ul li b {
    font-weight: 700;
}

/* group */
.zge38aiy-group {
    padding: 60px 20px;
}

/* Footer */
.zge38aiy-footbar {
    background: #464646;
    color: #ffffff;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
}
.zge38aiy-footbar--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zge38aiy-footbar--table {
    display: flex;
    align-items: center;
}
.zge38aiy-footbar--item {
    text-align: center;
    transition: .3s;
    padding: 4px;
    font-weight: 600;
}
.zge38aiy-footbar--item + .zge38aiy-footbar--item {
    margin-left: 40px;
}
.zge38aiy-footbar--item:hover {
    color: #ED1C2E;
}


/* Info */
.zge38aiy-information {
    padding: 40px 20px;
}
.zge38aiy-information--box h1 {
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}
.zge38aiy-information--box h2 {
    font-weight: 800;
    margin-bottom: 16px;
}
.zge38aiy-information--box p {
    margin-bottom: 16px;
}
.zge38aiy-information--box ul {
    list-style-type: disc;
    padding-left: 20px;
}
.zge38aiy-information--box li {
    margin-bottom: 16px;
}
.zge38aiy-information--box a {
    display: inline-block;
    font-weight: 800;
    color: #ED1C2E;
}


/* prompts */
.zge38aiy-prompts {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.zge38aiy-prompts::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);
}
.zge38aiy-prompts--box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.zge38aiy-prompts--content {
    position: relative;
    z-index: 9;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 60px;
}
.zge38aiy-prompts--content h2 {
    font-family: "Sen", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}
.zge38aiy-prompts--content h3 {
    font-family: "Sen", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}
.zge38aiy-prompts--content p {
    text-align: center;
}

.zge38aiy-support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.zge38aiy-support--item {
    position: relative;
}
.zge38aiy-support--item-text {
    grid-column: 1/3;
}
.zge38aiy-support--label {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.zge38aiy-support--input {
    font-family: "Sen", 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;
}
.zge38aiy-support--input.error {
    border-color: #ED1C2E;
}
label.error {
    font-size: 14px;
    line-height: 18px;
    color: #ED1C2E;
    display: none !important;
    margin-top: 2px;
}
.zge38aiy-buttons--box {
    grid-column: 1/3;
    margin-top: 40px;
}
.zge38aiy-prompts--close {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px;
}

/* table */
.zge38aiy-table--container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin: 30px 0 10px;
    box-shadow: 0px 10px 30px 0px #77000040;
}

.zge38aiy-players--table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #89000C;
}

.zge38aiy-players--table thead {
    color: #090909;
    background: #89000C;
}

.zge38aiy-players--table th, .zge38aiy-players--table td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #00000040;
}

.zge38aiy-players--table tbody tr {
    background: #ffffff;
}
.zge38aiy-players--table tbody tr:last-child td {
    border-bottom: 1px solid #89000C;
}
.zge38aiy-players--table th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
    color: #ffffff;
}

.zge38aiy-players--table td {
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
}
.zge38aiy-players--table th:last-child {
    border-right: 1px solid #89000C;
}
.zge38aiy-players--table td:last-child {
    font-weight: 800;
    border-right: 1px solid #89000C;
}
.zge38aiy-player--info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.zge38aiy-player--info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
}
.zge38aiy-player--info span {
    font-weight: 800;
}

.zge38aiy-players--table th:first-child,
.zge38aiy-players--table td:first-child {
    min-width: 180px;
    border-left: 1px solid #89000C;
}

.zge38aiy-players--table th {
    border: 1px solid #00000040;
}

@media (max-width: 1300px) {
    .zge38aiy-notes--box .swiper-slide {
        grid-template-columns: 200px 1fr;
        padding-right: 24px;
    }
}

@media (max-width: 1020px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .zge38aiy-burger {
        display: flex;
    }
    .zge38aiy-tophead.scroll .zge38aiy-burger .zge38aiy-alley {
        background: #ffffff;
    }
    .zge38aiy-tophead .zge38aiy-burger.toggle .zge38aiy-alley {
        background: #ffffff;
    }
    .zge38aiy-tophead--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: #000000;
    }
    .zge38aiy-tophead--table {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .zge38aiy-tophead--item {
        width: 100%;
        padding: 10px 46px;
    }
    .zge38aiy-tophead--item + .zge38aiy-tophead--item {
        margin-left: 0;
    }
    .zge38aiy-titel {
        font-size: 36px;
        line-height: 44px;
    }
    .zge38aiy-subtitel {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .zge38aiy-poster {
        height: auto;
        padding: 100px 20px;
    }
    .zge38aiy-poster .zge38aiy-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .zge38aiy-notes--link {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .zge38aiy-forcing--list {
        padding: 24px;
    }
    .zge38aiy-footbar--table {
        flex-direction: column;
    }
    .zge38aiy-footbar--item + .zge38aiy-footbar--item {
        margin-top: 10px;
    }
    .zge38aiy-footbar--box {
        flex-direction: column-reverse;
    }
    .zge38aiy-footbar--item + .zge38aiy-footbar--item {
        margin-left: 0;
    }
    .zge38aiy-footbar--copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .zge38aiy-page--outcome-box {
        padding: 24px;
    }
    .zge38aiy-page--notes {
        padding: 40px 20px;
    }
    .zge38aiy-page--outcome {
        padding: 40px 20px;
    }
    .zge38aiy-page--notes-box {
        padding: 24px; 
    }
    .zge38aiy-outcome--box {
        grid-template-columns: 1fr;
    }
    .zge38aiy-outcome--images {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .zge38aiy-notes--box .swiper-slide {
        grid-gap: 20px;
        padding-right: 20px;
        grid-template-columns: 1fr;
    }
    .swiper-button-prev img , .swiper-button-next img {
        width: 30px;
    }   
    .zge38aiy-button--arrow {
        top: -3px;
    }
    .zge38aiy-group {
        padding: 40px 20px;
    }
    .zge38aiy-notes .zge38aiy-subtitel {
        margin-bottom: 20px;
        padding-right: 80px;
    }
    .zge38aiy-forcing--union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .zge38aiy-forcing--item {
        padding-right: 0;
        border: none;
    }
    .zge38aiy-forcing--item:nth-child(2n) {
        padding-left: 0;
    }
    .zge38aiy-forcing .zge38aiy-subtitel {
        margin-bottom: 20px;
    }
    .zge38aiy-forcing--item ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .zge38aiy-information--box h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .zge38aiy-page--notes-img {
        float: none;
        margin: 0 0 24px 0;
    }
    .zge38aiy-players--table th, .zge38aiy-players--table td {
        padding: 12px;
    }

    .zge38aiy-prompts--content {
        padding: 40px 20px;
    }
    .zge38aiy-support {
        grid-template-columns: 1fr;
    }
    .zge38aiy-support--item-text {
        grid-column: auto;
    }
    .zge38aiy-buttons--box {
        grid-column: auto;
        margin-top: 24px;
    }
    .zge38aiy-prompts--content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .zge38aiy-button {
        font-size: 18px;
        line-height: 26px;
    }
    .zge38aiy-notes {
        padding: 30px 20px;
    }
    .zge38aiy-forcing {
        padding: 40px 20px 60px;
    }
}