.b1 .container{
    justify-content: unset!important;
}
.content-header h1{
    text-align: center;

    margin-bottom: 5.83vw;
}

/*.content-header .page-cont{
    padding-left: 21.18vw;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 4vw;
    box-sizing: border-box;
}
.content-header .page-cont .lwp-toc{
    position: relative;
}
.content-header .page-cont .lwp-toc .lwptoc{
    position: sticky;
    top: 3vw;
}*/
.content-header .inner-content{
    width: 61.11vw;
    margin: 0 auto;
}
.content-header .inner-content h2{
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    text-align: left;

    margin-bottom: 1.39vw;
    margin-top: 5.56vw;
}
.content-header .inner-content h3{
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    text-align: left;

    margin-top: 1.39vw;
    margin-bottom: 1.39vw;
}

.content-header .inner-content p{
    color: var(--White, #FFF);
    font-family: Manrope;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.67vw;

}
.content-header .inner-content ul li{
    display: block;
    position: relative;

    color: var(--White, #FFF);

    font-family: Manrope;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.67vw;
}
.content-header .inner-content ul li:before{
    content: '•';

    color: white!important;
    margin-right: 0.56vw;
}
.content-header .inner-content p a, .content-header .inner-content ul a{
    color: #07D99C;
    font-family: Manrope;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.67vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.content-header .tp-bg{
    position: relative;
    width: 100%;

    z-index: -1;
}
.content-header .tp-bg img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.b1 .container{
    width: 100% !important;
    max-width: 100% !important;
}

.content-header .inner-content table{
    margin-bottom: 2.78vw;
    margin-top: 2.78vw;

    width: 100%;

    display: flex;
    flex-direction: row;
}

.content-header .inner-content tr td{
    color: var(--black-100, #151515);
    font-family: Manrope;
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */

    min-height: 3.89vw;

    border-radius: 0.83vw;
    background: white;

    padding: 0.56vw 1.67vw;

    margin: 0.07vw;
}
.content-header .inner-content tr td:first-child{
    min-width: 10vw;
}
.content-header .inner-content tr:first-child td{
    border-radius: 0.83vw;
    background: linear-gradient(61deg, rgba(255, 255, 255, 0.10) -11.18%, rgba(233, 233, 233, 0.10) 132.14%);

    padding: 0.56vw 1.67vw;

    min-height: 4.89vw;
    margin: 0.07vw;
}
.content-header .inner-content tr:first-child td strong{


    color: #07D99C;

    font-family: "DM Mono";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.b1 spline-viewer {
    height: 55vw;
}
.b1 spline-viewer:after{
    background: #080d09;
    bottom: 2vw;
    content: "";
    filter: blur(10px);
    height: 80px;
    z-index: 10;
    transform: translateY(50%);
    display: block;
    position: absolute;
    width: 100%;
}

@media(max-width: 960px){
    .content-header .inner-content {
        width: 90%;
    }
    .content-header .inner-content h2{
        font-size: 6.4vw;
        margin-bottom: 4.27vw;
    }
    .content-header .inner-content p, .content-header .inner-content p span, .content-header .inner-content p a, .content-header .inner-content p span:before{
        font-size: 3.73vw;
        line-height: 6.4vw;
    }
    .content-header .inner-content p{
        margin-bottom: 8.53vw;
    }
    .content-header .inner-content .tbl-s .heading, .content-header .inner-content .tbl-s .cell{
        padding: 2.13vw;
        margin: 0.27vw;

        font-size: 3.2vw;

        min-height: 15.47vw;

        border-radius: 2.13vw;
    }
    .content-header .inner-content .tbl-s .c-1{
        width: 35%;
    }
}