@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: "Montserrat", serif; */
/* font-family: "Saira Condensed", serif; */

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", serif;
    font-size: 20px;
    line-height: 28px;
    min-height: 100%;
    overflow-x: hidden;
    color: #ffffff;
    background: #000000;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.container-second {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.bfr97loweiu-button {
    position: relative;
    font-family: "Montserrat", 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: #F9BE42;
    border: 2px solid #F9BE42;
    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;
}
.bfr97loweiu-button:hover {
    background: transparent;
    color: #F9BE42;
}

/* Header */
.bfr97loweiu-recap {
    font-family: "Montserrat", serif;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #ffffff;
    transition: .3s;
    background: #000000;
}
.bfr97loweiu-recap--logo {
    color: #F9BE42;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bfr97loweiu-recap--case {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bfr97loweiu-recap--table {
	display: flex;
	align-items: center;
}
.bfr97loweiu-recap--option {
    text-align: center;
	padding: 4px;
    transition: .3s;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.bfr97loweiu-recap--option.active {
    color: #F9BE42;
}
.bfr97loweiu-recap--option + .bfr97loweiu-recap--option {
    margin-left: 40px;
}
.bfr97loweiu-recap--option:hover {
    color: #F9BE42;
}

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


/* Content */
.bfr97loweiu-template {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 74px;
}
.bfr97loweiu-titel {
    font-family: "Saira Condensed", serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
}
.bfr97loweiu-titel span {
    color: #F9BE42;
}
.bfr97loweiu-subtitel {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

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



/* legacy */
.bfr97loweiu-legacy {
    position: relative;
    padding: 14px 10px 0;
}

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

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

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


/* Game */
.bfr97loweiu-pulling {
    padding: 14px 10px;
}
.bfr97loweiu-pulling--case {
    padding: 60px 140px;
    background: #470000;
}
.bfr97loweiu-pulling .bfr97loweiu-subtitel {
    margin-bottom: 40px;
}
.bfr97loweiu-pulling--access {
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid #F9BE42;
    padding-right: 40px;
}
.bfr97loweiu-pulling--access:nth-child(2n) {
    border-right: none;
    padding-left: 40px;
    padding-right: 0;
}
.bfr97loweiu-pulling--access .topic {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bfr97loweiu-pulling--access span {
    color: #F9BE42;
}
.bfr97loweiu-pulling--access i {
    color: #ffffff;
}
.bfr97loweiu-pulling--list {
    padding: 60px;
    border: 1px solid #F9BE42;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #090909;
}
.bfr97loweiu-pulling--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F9BE42;
}
.bfr97loweiu-pulling--union:first-child {
    padding-top: 0;
}
.bfr97loweiu-pulling--union:last-child {
    border: none;
    padding-bottom: 0;
}
.bfr97loweiu-pulling--access ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
}
.bfr97loweiu-pulling--access ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
}
.bfr97loweiu-pulling--access ul li:last-child {
    grid-template-columns: 1fr;
    margin-top: 10px;
}

.bfr97loweiu-pulling--access ul li b {
    font-weight: 700;
}

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

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


/* Info */
.bfr97loweiu-information {
    padding: 40px 20px;
}
.bfr97loweiu-information--case {
    padding: 60px;
    border: 1px solid #F9BE42;
    box-shadow: 0px 10px 30px 0px #775D0040;
    background: #470000;
}
.bfr97loweiu-information--case h1 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bfr97loweiu-information--case h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.bfr97loweiu-information--case p {
    margin-bottom: 16px;
}
.bfr97loweiu-information--case b {
    font-weight: 700;
}
.bfr97loweiu-information--case ul {
    list-style-type: disc;
    padding-left: 20px;
}
.bfr97loweiu-information--case ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.bfr97loweiu-information--case li {
    margin-bottom: 16px;
}
.bfr97loweiu-information--case ol li::marker {
    font-weight: 700;
}
.bfr97loweiu-information--case a {
    display: inline-block;
    font-weight: 700;
    color: #F9BE42;
}


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

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

/* table */
.bfr97loweiu-table--container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scpulling: touch; 
    margin: 30px 0 10px;
}
.bfr97loweiu-gamers--table {
    width: 100%;
    border-collapse: collapse;
    background: #090909;
    border: 1px solid #F9BE42;
}

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

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

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

.bfr97loweiu-gamers--table td:last-child {
    color: #F9BE42;
    font-weight: 700;
}
.bfr97loweiu-gamer--info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bfr97loweiu-gamer--info img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 1px solid #F9BE42;
}
.bfr97loweiu-gamer--info span {
    font-weight: 700;
    color: #F9BE42;
}

.bfr97loweiu-gamers--table th:first-child,
.bfr97loweiu-gamers--table td:first-child {
    width: 60px;
}

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


@media (max-width: 1140px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .bfr97loweiu-template {
        padding-top: 70px;
    }
    .bfr97loweiu-recap--logo {
        font-size: 22px;
        line-height: 30px;
    }
    .bfr97loweiu-subs {
        display: flex;
    }
    .bfr97loweiu-recap.scroll .bfr97loweiu-subs .bfr97loweiu-line {
        background: #ffffff;
    }
    .bfr97loweiu-recap .bfr97loweiu-subs.toggle .bfr97loweiu-line {
        background: #ffffff;
    }
    .bfr97loweiu-recap--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: #000000;
    }
    .bfr97loweiu-recap--table {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }
    .bfr97loweiu-recap--option {
        width: 100%;
        padding: 10px 46px;
    }
    .bfr97loweiu-recap--option + .bfr97loweiu-recap--option {
        margin-left: 0;
    }
    .bfr97loweiu-titel {
        font-size: 36px;
        line-height: 42px;
    }
    .bfr97loweiu-subtitel {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .bfr97loweiu-charted {
        height: auto;
        padding: 60px 20px;
    }
    .bfr97loweiu-charted .bfr97loweiu-subtext {
        font-size: 18px;
        line-height: 28px;
    }
    .bfr97loweiu-services--link {
        font-size: 18px;
        line-height: 24px;
    }
    .bfr97loweiu-pulling--list {
        padding: 24px;
    }
    .bfr97loweiu-finishes--table {
        flex-direction: column;
    }
    .bfr97loweiu-finishes--option + .bfr97loweiu-finishes--option {
        margin-top: 10px;
    }
    .bfr97loweiu-finishes--case {
        flex-direction: column-reverse;
    }
    .bfr97loweiu-finishes--option + .bfr97loweiu-finishes--option {
        margin-left: 0;
    }
    .bfr97loweiu-finishes--copywrite {
        opacity: .6;
        margin-top: 24px;
    }
    .bfr97loweiu-page--legacy-case {
        padding: 24px;
    }
    .bfr97loweiu-page--services {
        padding: 20px;
    }
    .bfr97loweiu-page--legacy {
        padding: 40px 20px;
    }
    .bfr97loweiu-page--services-case {
        padding: 20px; 
    }
    .bfr97loweiu-legacy--case {
        grid-gap: 20px;
        padding: 40px 20px;
    }
    .bfr97loweiu-legacy--images {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .bfr97loweiu-services--case .swiper-slide {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-right: 20px;
    }
    .swiper-button-prev img , .swiper-button-next img {
        width: 30px;
    }
    .bfr97loweiu-button--arrow .swiper-button-next {
        margin-left: 0;
    }    
    .bfr97loweiu-button--arrow {
        top: -3px;
    }
    .bfr97loweiu-services .bfr97loweiu-subtitel {
        margin-bottom: 20px;
        padding-right: 80px;
    }
    .bfr97loweiu-services--case {
        padding: 40px 20px;
    }
    .bfr97loweiu-pulling--union {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bfr97loweiu-pulling--access {
        padding-right: 0;
        border: none;
    }
    .bfr97loweiu-pulling--access:nth-child(2n) {
        padding-left: 0;
    }
    .bfr97loweiu-pulling--access .topic {
        font-size: 22px;
        line-height: 26px;
    }
    .bfr97loweiu-pulling .bfr97loweiu-subtitel {
        margin-bottom: 20px;
    }
    .bfr97loweiu-information--case h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .bfr97loweiu-page--services-img {
        float: none;
        margin: 0 0 24px 0;
    }
    .bfr97loweiu-gamers--table th, .bfr97loweiu-gamers--table td {
        padding: 12px;
    }
    .bfr97loweiu-pulling--case {
        padding: 40px 20px;
    }
    .bfr97loweiu-pop-out--content h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .bfr97loweiu-pop-out--content h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .bfr97loweiu-pop-out--content {
        padding: 54px 20px;
    }
    .bfr97loweiu-details {
        grid-template-columns: 1fr;
    }
    .bfr97loweiu-details--access-text {
        grid-column: auto;
    }
    .bfr97loweiu-buttons--case {
        grid-column: auto;
        margin-top: 24px;
    }
    .bfr97loweiu-button {
        height: 60px;
    }
    .bfr97loweiu-information {
        padding: 20px;
    }
    .bfr97loweiu-information--case {
        padding: 20px;
    }
    .bfr97loweiu-team {
        padding: 20px;
    }
}