@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+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

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


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

/* Header */
.gbde31sjv-headline {
    font-family: "Saira", serif;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
    transition: .3s;
    background: #FF7628;
}
.gbde31sjv-headline--badge {
    font-family: "Saira Condensed", serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.gbde31sjv-headline--case {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gbde31sjv-headline--table {
	display: flex;
	align-items: center;
}
.gbde31sjv-headline--event {
    text-align: center;
	padding: 4px;
    transition: .3s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.gbde31sjv-headline--event.active {
    color: #1B1B1B;
}
.gbde31sjv-headline--event + .gbde31sjv-headline--event {
    margin-left: 40px;
}
.gbde31sjv-headline--event:hover {
    color: #1B1B1B;
}

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


/* Content */
.gbde31sjv-structure {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 74px;
}
.gbde31sjv-titel {
    font-family: "Saira Condensed", serif;

    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.gbde31sjv-titel span {
    color: #FF7628;
}
.gbde31sjv-subtitel {
    font-family: "Saira Condensed", serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

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



/* audit */
.gbde31sjv-audit {
    position: relative;
    padding: 60px 20px;
}

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


/* materials */
.gbde31sjv-materials {
    position: relative;
    padding: 60px 20px;
}
.gbde31sjv-materials--awareness {
    position: relative;
}
.swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    width: 14px;
    height: 14px;
}
.swiper-pagination-bullet-active {
    background: #000000;
}
.gbde31sjv-materials--link {
    font-family: "Saira", serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #FF7628;
    margin-bottom: 14px;
}
.gbde31sjv-materials--shot {
    height: 260px;
}
.gbde31sjv-materials--shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gbde31sjv-page--materials {
    padding: 60px 20px;
}
.gbde31sjv-page--materials-case {
    padding: 60px;
    border: 1px solid #FF7628;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #ffffff;
}
.gbde31sjv-page--materials-case p {
    margin-bottom: 4px;
}
.gbde31sjv-page--materials-case i {
    color: #FF7628;
}
.gbde31sjv-materials--case .swiper-slide {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-gap: 30px;
    align-items: center;
    padding-right: 60px;
    border-right: 1px solid #6A4C00;
}
.gbde31sjv-materials--date {
    font-size: 16px;
    line-height: 20px;
}
.gbde31sjv-materials .gbde31sjv-subtitel {
    margin-bottom: 40px;
}
.gbde31sjv-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
}
.gbde31sjv-button--arrow  .swiper-button-next {
    margin-left: 10px;
}
.gbde31sjv-page--union {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-gap: 20px 24px;
    align-items: flex-start;
    margin-top: 20px;
}
.gbde31sjv-page--materials-img img {
    width: 100%;
    height: 100%;
}


/* Game */
.gbde31sjv-turning {
    padding: 60px 20px 120px;
}
.gbde31sjv-turning .gbde31sjv-subtitel {
    margin-bottom: 40px;
}
.gbde31sjv-turning--access {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid #FF7628;
    padding-right: 40px;
}
.gbde31sjv-turning--access:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.gbde31sjv-turning--access .topic {
    font-family: "Saira Condensed", serif;

    font-size: 26px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 20px;
}
.gbde31sjv-turning--access span {
    color: #FF7628;
}
.gbde31sjv-turning--list {
    padding: 60px;
    border: 1px solid #FF7628;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px #775D0040;
}
.gbde31sjv-turning--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #FF7628;
}
.gbde31sjv-turning--union:first-child {
    padding-top: 0;
}
.gbde31sjv-turning--union:last-child {
    border: none;
    padding-bottom: 0;
}
.gbde31sjv-turning--access ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
}
.gbde31sjv-turning--access ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
}
.gbde31sjv-turning--access ul li:last-child {
    grid-template-columns: 1fr;
    margin-top: 10px;
}

.gbde31sjv-turning--access ul li b {
    font-weight: 700;
}

/* match */
.gbde31sjv-match {
    padding: 60px 20px;
}

/* Footer */
.gbde31sjv-finishes {
    padding: 16px 20px;
    color: #ffffff;
    font-size: 20px;
    background: #1B1B1B;
    line-height: 24px;
}
.gbde31sjv-finishes--case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
}
.gbde31sjv-finishes--table {
    display: flex;
    align-items: center;
}
.gbde31sjv-finishes--event {
    text-align: center;
    transition: .3s;
    padding: 4px;
    font-weight: 600;
}
.gbde31sjv-finishes--event + .gbde31sjv-finishes--event {
    margin-left: 40px;
}
.gbde31sjv-finishes--event:hover {
    color: #FF7628;
}


/* Info */
.gbde31sjv-information {
    padding: 40px 20px;
}
.gbde31sjv-information--case {
    padding: 60px;
    border: 1px solid #FF7628;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #ffffff;
}

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


/* popover */
.gbde31sjv-popover {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.gbde31sjv-popover::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);
}
.gbde31sjv-popover--case {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.gbde31sjv-popover--content {
    position: relative;
    z-index: 9;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    color: #0A2025;
    padding: 40px 60px;
    overflow-y: auto;
    box-shadow: 0px 10px 30px 0px #FF7628;
}
.gbde31sjv-popover--content h2 {
    font-family: "Saira Condensed", serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.gbde31sjv-popover--content h3 {
    font-family: "Saira", serif;
    margin-bottom: 20px;
    text-align: center;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
}
.gbde31sjv-popover--content p {
    text-align: center;
}
.gbde31sjv-reports {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}
.gbde31sjv-reports--access {
    position: relative;
}
.gbde31sjv-reports--access-text {
    grid-column: 1/3;
}
.gbde31sjv-reports--label {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.gbde31sjv-reports--input {
    font-family: "Saira", 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;
}
.gbde31sjv-reports--input.error {
    border-bottom-color: #be0600;
}

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

/* table */
.gbde31sjv-table--container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scturning: touch; 
    margin: 30px 0 10px;
    box-shadow: 0px 10px 30px 0px #775D0040;
}
.gbde31sjv-actors--table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #000000;
}

.gbde31sjv-actors--table thead {
    color: #ffffff;
    background: #FF7628;
}
.gbde31sjv-actors--table th {
    padding: 12px 20px;
    text-align: left;
    border-right: 1px solid #090909;
}
.gbde31sjv-actors--table th:last-child {
    border-right: none;
}
.gbde31sjv-actors--table td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #000000;
}

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

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

.gbde31sjv-actors--table td:last-child {
    color: #FF7628;
    font-weight: 700;
}
.gbde31sjv-actor--info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gbde31sjv-actor--info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #D2232A;
}
.gbde31sjv-actor--info span {
    font-weight: 700;
    color: #FF7628;
}

.gbde31sjv-actors--table th:first-child,
.gbde31sjv-actors--table td:first-child {
    width: 60px;
}

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


@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .gbde31sjv-headline {
        padding: 20px 54px 20px 20px;
    }
    .gbde31sjv-structure {
        padding-top: 66px;
    }
    .gbde31sjv-headline--badge {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .gbde31sjv-burger {
        display: flex;
    }
    .gbde31sjv-headline.scroll .gbde31sjv-burger .gbde31sjv-rope {
        background: #ffffff;
    }
    .gbde31sjv-headline .gbde31sjv-burger.toggle .gbde31sjv-rope {
        background: #ffffff;
    }
    .gbde31sjv-headline--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: #FF7628;
    }
    .gbde31sjv-headline--table {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .gbde31sjv-headline--event {
        width: 100%;
        padding: 10px 46px;
    }
    .gbde31sjv-headline--event + .gbde31sjv-headline--event {
        margin-left: 0;
    }
    .gbde31sjv-titel {
        font-size: 36px;
        line-height: 42px;
    }
    .gbde31sjv-subtitel {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .gbde31sjv-artistic {
        height: auto;
        padding: 60px 20px;
    }
    .gbde31sjv-artistic .gbde31sjv-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .gbde31sjv-materials--link {
        font-size: 18px;
        line-height: 24px;
    }
    .gbde31sjv-turning--list {
        padding: 24px;
    }
    .gbde31sjv-finishes--table {
        flex-direction: column;
    }
    .gbde31sjv-finishes--event + .gbde31sjv-finishes--event {
        margin-top: 10px;
    }
    .gbde31sjv-finishes--case {
        flex-direction: column-reverse;
    }
    .gbde31sjv-finishes--event + .gbde31sjv-finishes--event {
        margin-left: 0;
    }
    .gbde31sjv-finishes--copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .gbde31sjv-page--audit-case {
        padding: 24px;
    }
    .gbde31sjv-page--materials {
        padding: 40px 20px;
    }
    .gbde31sjv-page--audit {
        padding: 40px 20px;
    }
    .gbde31sjv-page--materials-case {
        padding: 24px; 
    }
    .gbde31sjv-audit {
        padding: 20px;
    }
    .gbde31sjv-audit--case {
        grid-template-columns: 1fr;
        grid-gap: 0d;
    }
    .gbde31sjv-audit--shots {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .gbde31sjv-materials--case .swiper-slide {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-right: 20px;
    }
    .swiper-button-prev img, .swiper-button-next img {
        width: 24px;
    }
    .gbde31sjv-button--arrow .swiper-button-next {
        margin-left: 0;
    }    
    .gbde31sjv-button--arrow {
        top: -3px;
    }
    .gbde31sjv-turning {
        padding: 30px 20px;
    }
    .gbde31sjv-materials {
        padding: 30px 20px;
    }
    .gbde31sjv-match {
        padding: 30px 20px;
    }
    .gbde31sjv-materials .gbde31sjv-subtitel {
        margin-bottom: 20px;
    }
    .gbde31sjv-turning--union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .gbde31sjv-turning--access {
        padding-right: 0;
        border: none;
    }
    .gbde31sjv-turning--access:nth-child(2n) {
        padding-left: 0;
    }
    .gbde31sjv-turning--access .topic {
        font-size: 26px;
        line-height: 30px;
    }
    .gbde31sjv-turning .gbde31sjv-subtitel {
        margin-bottom: 20px;
    }
    .gbde31sjv-information--case {
        padding: 24px;
    }
    .gbde31sjv-information--case h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .gbde31sjv-actors--table th, .gbde31sjv-actors--table td {
        padding: 12px;
    }
    .gbde31sjv-page--union {
        grid-template-columns: 1fr;
    }
    .gbde31sjv-popover--content h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .gbde31sjv-popover--content h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .gbde31sjv-popover--content {
        padding: 54px 20px;
    }
    .gbde31sjv-reports {
        grid-template-columns: 1fr;
    }
    .gbde31sjv-reports--access-text {
        grid-column: auto;
    }
    .gbde31sjv-buttons--case {
        grid-column: auto;
        margin-top: 24px;
    }
    .gbde31sjv-button {
        height: 60px;
    }
}