.page-header .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section:not(.page-header){
    background-color: #fff;
    position: relative;
    z-index: 200;
}

.page-header .desc {
    width: calc(500 * var(--rpx));
    font-weight: bold;
}

.section-title {
    margin-bottom: calc(32 * var(--rpx));
}


.who .wrapper {
    padding-top: calc(160 * var(--rpx));
    padding-bottom: calc(280 * var(--rpx));
}

.who .intro {
    margin-bottom: calc(240 * var(--rpx));

    display: flex;
    justify-content: space-between;
    color: #333;
}

.who .intro .left {
    width: clamp(420px, calc(12.500vw + 300px), 540px);
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.who .intro .right {
    width: clamp(450px, calc(28.125vw + 180px), 720px);
    flex: 0 0 auto;
    display: flex;
}

.who .intro .right img {
    width: calc(100% / 6 * 4);
    flex: 0 0 auto;
}

.who .intro .right .block {
    width: calc(100% / 6 * 4);
}

.who .intro .right .block1 {
    background-color: var(--theme-beige);
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 0;
    aspect-ratio: 1/1;
}

.who .intro .right .block2 {
    background-color: var(--theme-navy);
    align-items: flex-start;
    margin-top: 0;
    aspect-ratio: 1/3;
    margin-bottom: auto;
}

.who .intro .desc {
    font-weight: lighter;
}

.who .statistics {
    color: #000;
}

.who .statistics {
    --gap: clamp(30px, calc(4.688vw - 15px), 75px);
    --column: 3;
}

.who .statistics .cell {
    border-top: 1px solid var(--theme-beige);
    padding-top: calc(50 * var(--rpx));
}

.who .statistics .cell .cell-num {
    font-size: calc(120 * var(--rpx-50));
    font-weight: bold;
    line-height: 1em;
    margin-bottom: .125em;
}

.who .statistics .cell .cell-desc {
    font-size: calc(24 * var(--rpx));
    font-weight: lighter;
    line-height: calc(30em / 24);
}

section.why {
    background: var(--corner-gradient);
}

section.why .wrapper {
    position: relative;
    height: var(--no-header-100vh);
    min-height: calc(800 * var(--rpx));

    padding-top: calc(175 * var(--rpx));
    padding-bottom: calc(175 * var(--rpx));

    display: flex;
    align-items: center;
}

section.why .section-title {
    width: clamp(180px, calc(9.896vw + 75px), 270px);
    margin-bottom: 0;
    flex: 0 0 auto;
}

.why {
    color: #fff;
}

section.why .left {
    align-self: stretch;
    width: clamp(320px, calc(18.750vw + 140px), 500px);
    flex: 0 0 auto;
    padding-right: calc(30 * var(--rpx));
}

section.why .right {
    width: clamp(400px, calc(34.375vw + 170px), 830px);
    flex: 0 0 auto;
}

.swiper-why-tab .swiper-slide {
    height: calc(100 * var(--rpx));
    display: flex;
    align-items: center;
    font-size: calc(60 * var(--rpx));
    opacity: .3;
    font-weight: bold;
    transition: .4s;
    cursor: pointer;
    border-radius: calc(12 * var(--rpx));
}

.swiper-why-tab .swiper-slide span {
    padding: calc(12 * var(--rpx)) calc(18 * var(--rpx));
    line-height: 1em;
    transition: .2s background-color, .4s cubic-bezier(0.15, 1, 0.336, 1) transform;
    transform-origin: calc(18 * var(--rpx)) center;
}


.swiper-why-tab .swiper-slide:hover {
    background-color: rgba(0, 0, 0, .1);
}

.swiper-why-tab .swiper-slide-next,
.swiper-why-tab .swiper-slide-prev {
    opacity: .5;
}

.swiper-why-tab .swiper-slide:hover {
    opacity: 1;
}

.swiper-why-tab .swiper-slide-active {
    opacity: 1;
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.swiper-why-tab .swiper-slide span,
.swiper-why-tab .swiper-slide span {
    transform: scale(.33);
}

.swiper-why-tab .swiper-slide-next span,
.swiper-why-tab .swiper-slide-prev span {
    transform: scale(.5);
}

.swiper-why-tab .swiper-slide-active span {
    transform: none;
}

.swiper-why .top {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-why.swiper-container{
    aspect-ratio: 840/480;
    overflow: visible;
}

.swiper-why .slide-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 209;
}

.swiper-why .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(40 * var(--rpx)) calc(35 * var(--rpx));
    z-index: 210;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-why .title {
    line-height: calc(30 * var(--rpx));
    padding-left: calc(20 * var(--rpx));
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    margin-left: calc(-20 * var(--rpx));
    width: calc(100% + 20 * var(--rpx));
    background-color: var(--theme-midnight);
    margin-bottom: calc(12 * var(--rpx));
    position: relative;
}

.swiper-why .title::before {
    content: "";
    background-color: var(--theme-beige);
    position: absolute;
    left: calc(-15 * var(--rpx));
    top: calc(-15 * var(--rpx));
    width: calc(15 * var(--rpx));
    height: calc(15 * var(--rpx));
}

.swiper-why .desc {
    width: 80%;
}

.swiper-why .bottom{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(120 * var(--rpx));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.swiper-why .swiper-slide{
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    overflow: visible;
}

.swiper-why .swiper-slide-active{
    opacity: 1;
    z-index: 211;
    visibility: visible;
}

.what .wrapper{
    padding-top: calc(220 * var(--rpx-50));
    padding-bottom: calc(220 * var(--rpx-50));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.what .wrapper .left{
    width: clamp(400px, calc(14.583vw + 260px), 540px);
    flex: 0 0 auto;
}

.what .wrapper .right{
    width: clamp(450px, calc(28.125vw + 180px), 720px);
    flex: 0 0 auto;
    display: flex;
}

.what .wrapper .right .block1{
    width: calc(100% / 6);
    flex: 0 0 auto;
    background: var(--theme-navy);
    aspect-ratio: 1/4;
    margin-bottom: auto;
}
.what .wrapper .right .block2{
    width: calc(100% / 6);
    flex: 0 0 auto;
    background: var(--theme-beige);
    aspect-ratio: 1/1;
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 0;
}

.what .wrapper .right img{
    display: block;
    width: calc(100% / 6 * 4);
    flex: 0 0 auto;
    height: auto;
}

.premiership{
    position: relative;
    height: calc(640 * var(--rpx));
    overflow: hidden;
    color: #fff;
}

.premiership .section-back{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}

.premiership .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 210;
}

.premiership .desc{
    width: calc(600 * var(--rpx));
}

section.people{
    height: var(--no-header-100vh);
    background: var(--corner-gradient-light);
    overflow: hidden;
    position: relative;
}

.people .section-back{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.people .plx-about-people-back{
    position: absolute;
    top: -8%;
    height: 116%;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
    z-index: 260;
}

.people .section-back img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 201;
    object-fit: cover;
}


.people .wrapper{
    height: 100%;
    position: relative;
    z-index: 210;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding-bottom: calc(180 * var(--rpx));
}

.people .desc{
    width: calc(500 * var(--rpx));
}

section.offices{
    background-color: rgba(0, 0, 0, .5);
    padding-top: calc(180 * var(--rpx-50));
    padding-bottom: calc(180 * var(--rpx-50));
    color: #fff;
    overflow: hidden;
}

.swiper-offices{
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.swiper-offices[data-index="3"]{
    visibility: hidden;
    opacity: 0;
}
.office-pics{

}

.office-pics .pic{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: relative;
}

.office-pics .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes bannerBackShrink {
    0%{
        transform: scale(1.04);
    }
    100%{
        transform: scale(1);
    }
}

.office-pics .swiper-slide-active .pic,
.office-pics .swiper-slide-active-duplicate .pic{
    animation: bannerBackShrink cubic-bezier(0.104, 0.796, 0.492, 1) 4s forwards;
}

.office-pics .pic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}


section.offices .section-title{
    position: relative;
    z-index: 280;
    margin-bottom: calc(120 * var(--rpx-50));
}

section.offices .wrapper{
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

section.offices .col{
    width: 30%;
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.office-title{
    font-weight: bold;
    font-size: calc(28 * var(--rpx));
    margin-bottom: 1em;
}

.office-desc{
    width: calc(320 * var(--rpx));
    max-width: 100%;
}

.find-us::before{
    content: "";
    display: inline-block;
    width: calc(26em / 16);
    height: calc(31.2em / 16);
    vertical-align: middle;
    margin-top: calc(-2em / 16);
    margin-right: calc(12em / 16);
    background: url("../images/global/icon_location.svg") center/contain no-repeat;
    font-weight: bold;
}

.find-us:hover{
    filter: url(#beige-overlay)
}


.swiper-offices.section-back{
    height: 100%;
}

.swiper-offices .swiper-wrapper{
    height: 100%;
}

@media (min-width: 751px) {
    .office{
        padding-top: calc(30 * var(--rpx));
        padding-bottom: calc(30 * var(--rpx));
    }
}



@media (max-width: 750px) {
    .who .wrapper{
        padding-top: calc(80 * var(--rpx));
        padding-bottom: calc(140 * var(--rpx));
    }
    .who .intro{
        margin-bottom: calc(60 * var(--rpx));
        flex-direction: column-reverse;
        gap: calc(30 * var(--rpx));
        position: relative;
    }

    .who .intro>*{
        width: 100%;
    }
    .who .intro .left{
        width: 100%;
        position: relative;
        z-index: 240;
    }

    .who .intro .right{
        position: relative;

        z-index: 220;
        /*opacity: .1;*/
        width: 100%;

    }

    .who .statistics{
        --column: 1;
    }
    .who .statistics .cell{
        border-top: none;
        border-left: 1px solid var(--theme-beige);
        padding-top: 0;
        padding-left: calc(40 * var(--rpx));
    }

    .who .statistics .cell .cell-num{
        font-size: calc(90 * var(--rpx-50));
    }

    section.why .wrapper{
        position: relative;
        min-height: unset;
        padding-top: calc(80 * var(--rpx));
        padding-bottom: calc(200 * var(--rpx));
        height: auto;

        flex-direction: column;
    }

    section.why .section-title{
        position: absolute;
        left: 0;
        top: calc(80 * var(--rpx));
    }

    section.why .left{
        width: 100%;
        margin-top: calc(80 * var(--rpx));
    }

    section.why .right{
        position: relative;
        z-index: 260;
        width: 100%;
    }

    .swiper-why-tab .swiper-slide{
        height: calc(60 * var(--rpx));
        font-size: calc(36 * var(--rpx));
    }

    .what .wrapper{
        padding-top: calc(100 * var(--rpx));
        padding-bottom: calc(100 * var(--rpx));
        flex-direction: column-reverse;
        gap: calc(30 * var(--rpx));
        position: relative;
    }

    .what .wrapper .left,
    .what .wrapper .right{
        width: 100%;
        position: relative;
        z-index: 260;
    }

    .premiership .desc{
        width: 100%;
    }

    .premiership .section-back{
        object-fit: cover;
    }

    section.people{
        height: auto;
    }

    .people .wrapper{
        padding-top: calc(120 * var(--rpx));
        padding-bottom: calc(120 * var(--rpx));
    }
    .people .section-back{
        opacity: .5;
    }

    section.offices .wrapper{
        flex-direction: column;
        gap: calc(80 * var(--rpx));
    }

    section.offices .col{
        width: 100%;
        padding-top: calc(30 * var(--rpx));
        padding-bottom: calc(30 * var(--rpx));
    }

    .offices .section-title{
        margin-bottom: 0;
    }

    section.offices{
        padding-top: calc(60 * var(--rpx));
        padding-bottom: calc(60 * var(--rpx));
    }

    section.offices .section-title{
        margin-bottom: calc(40 * var(--rpx));
    }

    section.offices .wrapper{
        gap: 0;
    }

    section.offices .col{
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    section.offices .col:last-child{
        border-bottom: none;
    }

    section.offices .desc + .btn-ctn{
        margin-top: calc(20 * var(--rpx));
    }

    section.who .section-back{
        width: 150vw;
        aspect-ratio: 16/9;
        height: auto;
        left: unset;
        right: 0;
        top: unset;
        bottom: calc(50vh);
    }


    section.what .section-back{
        width: 150vw;
        aspect-ratio: 16/9;
        height: auto;
        left: unset;
        right: 20vw;
        top: unset;
        bottom: 20vh;
    }

}
