.homenew-header {
    position: relative;
    background: #151515; }
.homenew-header .bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 69.02778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
@media screen and (max-width: 960px) {
    .homenew-header .bg-img {
        bottom: auto;
        height: 165.33333vw; } }
.homenew-header .bg-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(#151515));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #151515 100%);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%); }
@media screen and (max-width: 960px) {
    .homenew-header .bg-img:after {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.01)), to(#151515));
        background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #151515 100%);
        background: -o-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #151515 100%);
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.01) 0%, #151515 100%); } }
.homenew-header .bg-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.homenew-header .data {
    position: relative;
    z-index: 2; }


.homenew-header .button-desc p {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 3.05556vw; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc p {
        text-align: left;
        font-size: 3.73333vw;
        margin-bottom: 5.6vw; }
    .homenew-header .button-desc p br {
        display: none; } }
.homenew-header .button-desc .button-wrap {
    max-width: 28.125vw;
    margin: 0 auto; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc .button-wrap {
        max-width: 100%; } }




.leader-header{
    padding-left: 4vw;
    padding-right: 4vw;
}
.leader-header .data{
    height: 100%;
}
.leader-header h1{
    color: #FFF;
    /* H1 */
    font-family: "NeueMachina";
    font-size: 4.306vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    text-transform: uppercase;
    text-align: left!important;

    margin-bottom: 2.222vw;

    padding-top: 34.722vw;
}
.leader-header p{
    color: var(--White, #FFF);
    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 43.611vw;

    text-align: left!important;

    padding-bottom: 12.639vw;
}

.homenew-header .bg-img{
    height: 60vw;
}

.team-members{
    width: 100%;
    padding-left: calc(4vw - 0.556vw);
    padding-right: calc(4vw - 0.556vw);

    box-sizing: border-box;
}
.team-members .members-inner{
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.team-member{
    margin-left: 0.556vw;
    margin-right: 0.556vw;

    width: 21.8vw;
    height: 29.375vw;

    margin-bottom: 4.375vw;

    position: relative;
    border-radius: 2.083vw;
}
.team-member .team-member-front{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2.083vw;
}
.team-member .team-member-front img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.083vw;
}
.team-member .team-member-front .black-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.80) 100%);

    z-index: 1;
    border-radius: 2.083vw;
}

.team-member {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.team-member-over:hover .team-member{
    transform: rotateY(180deg);
}


.team-member-front, .team-member-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-member-back {
    position: absolute;
    top:0;

    transform: rotateY(180deg);

    border-radius: 2.083vw;
    background: url(/wp-content/themes/pmtech/tmp-content/card-mini.webp);
    background-size: 100% 100%;

    z-index: 4;
}

.team-member .name-front{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;

    margin-bottom: 0.556vw;
}
.team-member .pos-front{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    display: block;

    height: 2.778vw;
}
.info-block-front{
    position: absolute;
    bottom: 1.111vw;
    left: 1.667vw;

    z-index: 2;

    padding-right: 1.111vw;
    box-sizing: border-box;
}

.team-member{
    cursor: pointer;
}

.name-back{
    color: #151515;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
    margin-bottom: 1.111vw;
}
.pos-back{
    color: #151515;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;

    display: block;
}

.team-member-back label{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    display: flex;

    background: white;

    height: 2.778vw;
    padding: 0.417vw 1.389vw;

    border-radius: 1.389vw;

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

    box-sizing: border-box;

    cursor: pointer;
}

.inner-section-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100%;

    position: relative;

    box-sizing: border-box;

    padding-left: 1.667vw;
    padding-right: 1.667vw;
}

.inner-section-info label{
    position: absolute;
    bottom: 4.097vw;
}

.team-container{
    background: linear-gradient(180deg, rgba(23, 41, 53, 0.00) 0%, #0F1A21 100%);
}
body,html{
    overflow-x: hidden;
}
.behavior{
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;

    margin-top: 11.319vw;

    margin-bottom: 11.25vw;
}
.behavior .bg-behavior{
    position: absolute;
    top: -39vw;
    right: 0;

    max-width: 40%;
    z-index: 2;
}

.team-members{
    position: relative;
    z-index: 5;
}

.behavior-elements{
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.beh-elem{
    width: 44.556vw;
    /*height: 16.667vw;*/

    border-radius: 1.667vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.25);
    background: rgba(75, 157, 207, 0.15);
    backdrop-filter: blur(12.5px);

    padding: 2.778vw;
    box-sizing: border-box;
    margin: 0.278vw;
}
.beh-elem .title-beh{
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: 1.111vw;
}
.beh-elem .title-beh .icon{
    width: 5vw;
    height: 5vw;

    border-radius: 100%;

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

    background: rgba(75, 157, 207, 0.40);

    margin-right: 1.667vw;
}
.beh-elem .title-beh .icon svg{
    width: 2.222vw;
    height: 2.222vw;
}
.beh-elem .title-beh h3{
    color: #4B9DCF;
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.76px;
    text-transform: uppercase;
}

.behavior .title-wrap{
    margin-bottom: 6.736vw;

    z-index: 5;
    position: relative;
}

.content-beh p{
    color: #FFF;
    /* Body 4 */
    font-family: "NeueMachina";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 6.667vw;
}

.ownership{
    padding-left: 3.2vw;
    padding-right: 3.2vw;
}
.ownership h2{
    margin-bottom: 2.569vw;
}
.ownership p{
    margin-bottom: 6.944vw;

    width: 52.222vw;
}
.ownership-gallery{
    position: relative;
    z-index: 6;
}
.ownership-gallery .img-gallery-container img{
    width: 100%;
    max-width: 100%;

    object-fit: cover;
    object-position: center;

    border-radius: 2.083vw;
    height: 26.806vw;

    filter: grayscale(100%);

    transition: filter 0.3s;
}
.img-gallery-container:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(0deg, rgba(75, 157, 207, 0.30) 0%, rgba(75, 157, 207, 0.30) 100%);

    border-radius: 2.083vw;

    z-index: 3;

    transition: opacity 0.3s;
}
.img-gallery-container:hover:before, .img-gallery-container.hovered:before{
    opacity: 0;
}
.img-gallery-container:hover img, .img-gallery-container.hovered img{
    filter: grayscale(0%)!important;
}
.ownership-gallery .img-gallery-container{
    height: 26.806vw;
    border-radius: 2.083vw;

    margin: 0.833vw;

    position: relative;
}

.ownership .title-wrap{
    margin-left: 0.833vw;
}
.ownership-gallery  .img-gallery-container:nth-child(1){
    width: 25.764vw;
}
.ownership-gallery  .img-gallery-container:nth-child(2){
    width: 63.097vw;
}
.ownership-gallery  .img-gallery-container:nth-child(3){
    width: 44.931vw;
}
.ownership-gallery  .img-gallery-container:nth-child(4){
    width: 43.931vw;
}
.ownership-gallery  .img-gallery-container:nth-child(5){
    width: 30.069vw;
}
.ownership-gallery  .img-gallery-container:nth-child(6){
    width: 28.056vw;
}
.ownership-gallery  .img-gallery-container:nth-child(7){
    width: 29.069vw;
}

.exploremore {
    padding: 9.02778vw 4.16667vw 4.16667vw; }
@media screen and (max-width: 960px) {
    .exploremore {
        padding: 26.66667vw 4.26667vw 32vw; } }
.exploremore .title-wrap {
    margin-bottom: 4.51389vw; }
@media screen and (max-width: 960px) {
    .exploremore .title-wrap {
        margin-bottom: 9.33333vw; }
    .exploremore .title-wrap h2 {
        font-size: 7.46667vw; } }
.exploremore .exploremore-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list {
        display: block; } }
.exploremore .exploremore-list .exploremore-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 49.8%;
    padding: 2.56944vw 2.63889vw 2.63889vw 2.08333vw;
    border-radius: 2.08333vw;
    overflow: hidden;
    text-decoration: none;
    height: 27.083vw; }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item:hover .bg {
        opacity: 1; } }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item {
        width: 100%;
        padding: 8vw 6.4vw;
        border-radius: 8vw;
        height: 70.66667vw;
        margin-bottom: 2.13333vw; } }
.exploremore .exploremore-list .exploremore-list-item .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    opacity: 0; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg {
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: auto;
    height: 27.083vw;
    opacity: .12;
    display: block; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg svg {
        height: 70.66667vw;
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item:nth-child(1) {
    background: linear-gradient(149deg, #9A7C0F 19.86%, #F7C614 94.81%);
}
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) {
    background: linear-gradient(251deg, #FD661F -2.17%, #172935 116.37%);
}
.exploremore .exploremore-list .exploremore-list-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 3.472vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    position: relative;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 6.4vw; } }
.exploremore .exploremore-list .exploremore-list-item .name svg {
    width: 2.08333vw;
    height: 2.08333vw;
    margin-right: 0.97222vw;
    display: block;
    -webkit-transform: translateY(-0.27778vw);
    -ms-transform: translateY(-0.27778vw);
    transform: translateY(-0.27778vw); }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name svg {
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 3.2vw;
        -webkit-transform: translateY(-0.8vw);
        -ms-transform: translateY(-0.8vw);
        transform: translateY(-0.8vw); } }
.exploremore .exploremore-list .exploremore-list-item .desc {
    margin-top: 3.472vw;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .desc {
        margin-top: 8vw;
        font-size: 3.2vw;
        width: auto; } }
.exploremore .exploremore-list .exploremore-list-item .btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    -webkit-transition: .2s ease-in-out background, .2s ease-in-out color;
    -o-transition: .2s ease-in-out background, .2s ease-in-out color;
    transition: .2s ease-in-out background, .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn {
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        font-size: 3.73333vw;
        margin-right: auto; } }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff; } }


.ownership{
    position: relative;
    z-index: 4;
}
.exploremore{
    position: relative;
    z-index: 3;
}
.bg-middle-b{
    position: relative;
    opacity: 0.3;
    z-index: 3;
}
.bg-middle-b img{
    position: absolute;
    left: 0;
    width: 30%;
    max-width: 100%;

    bottom: -52vw;
    z-index: 0;
}

.ownership .title-wrap p{
    color: #FFF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.team-popup{
    width: 100%;
    height: 100%;

    position: fixed;

    z-index: 999999;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

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

    background: rgba(21,21,21,0.4);
}

.team-popup .team-popup-inner{
    width: 58.333vw;
    height: 40.972vw;

    border-radius: 2.083vw;

    position: relative;

    padding: 4.167vw;
    box-sizing: border-box;
}

.team-popup .team-popup-inner .team-popup-bg{
    position: absolute;
    z-index: 0;

    left: 0;
    top: 0;

    border-top-left-radius: 2.083vw;
    border-bottom-left-radius: 2.083vw;

    width: 29.167vw;
    height: 40.972vw;
}

.team-popup .team-popup-inner .team-popup-bg img{
    width: 100%;
    height: 100%;
}
.team-popup .team-popup-inner .team-popup-content{
    position: relative;
    z-index: 1;
}

.team-popup .team-popup-inner .team-popup-content .avatar{
    width: 12.222vw;
    height: 15.556vw;
    border-radius: 2.083vw;
}
.team-popup .team-popup-inner .team-popup-content .avatar img{
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
    border-radius: 2.083vw;
}

.team-popup .team-popup-inner .closeTeamPopup{
    position: absolute;

    top: 1.667vw;
    right: 1.667vw;
}
.team-popup .team-popup-inner .closeTeamPopup svg{
    width: 1.58vw;
    height: 1.58vw;
}

.team-popup .team-popup-inner .top-cont{
    display: flex;
    flex-direction: row;
}
.team-popup .team-popup-inner .top-cont .avatar{
    margin-right: 4.167vw;
}
.team-popup .team-popup-inner .top-cont .highlight{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;

    margin-bottom: 1.667vw;

    opacity: 0.8;

    margin-top: 0.833vw;
}
.team-popup .team-popup-inner .top-cont .name{
    color: #151515;
    /* H3 */
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.76px;

    margin-top: 0;
    margin-bottom: 1.111vw;

    display: block;
}
.team-popup .team-popup-inner .top-cont .position{
    color: #151515;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    text-transform: uppercase;

    display: block;
    opacity: 0.7;

    margin-top: 0;
    margin-bottom: 1.667vw;
}
.team-popup .team-popup-inner .top-cont .linkedbtn{
    border-radius: 1.389vw;
    background: #FFF;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: row;

    padding: 0.417vw 1.389vw;
    box-sizing: border-box;

    color: #000;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */

    text-decoration: none;

    height: 2.778vw;

    max-width: 11vw;
}

.team-popup .team-popup-inner .top-cont .linkedbtn svg{
    width: 1.389vw;
    height: 1.389vw;

    margin-right: 0.833vw;
}

.team-popup .team-popup-inner .top-cont{
    margin-bottom: 3.333vw;
}
.team-popup .team-popup-inner .bio p{
    color: #000;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.team-popup .team-popup-inner .bio{
    margin-bottom: 2.222vw;
}
.team-popup .team-popup-inner .awards{
   display: flex;
    flex-direction: column;
}
.team-popup .team-popup-inner .awards label{
    display: flex;
    flex-direction: row;

    margin-bottom: 0.556vw;
}
.team-popup .team-popup-inner .awards label svg{
    width: 1.389vw;
    height: 1.389vw;
    min-width: 1.389vw;
    min-height: 1.389vw;
    margin-right: 1.25vw;
}
.team-popup .team-popup-inner .awards label p{
    color: #151515;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    position: relative;
    top: -0.3vw;
}

.team-popup-bg svg{
    fill: linear-gradient(187deg, rgba(255, 119, 29, 0.20) 3.95%, #2D1C11 94.35%);
    opacity: 0.2;
    mix-blend-mode: plus-lighter;
}

.team-popup-inner{
    background: url(/wp-content/themes/pmtech/tmp-content/card-png.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.inner-section-info label{
    transition: opacity 0.3s;
}
.inner-section-info label:hover{
    opacity: 0.6;
}

.team-popup .team-popup-inner .top-cont .linkedbtn{
    transition: opacity 0.3s;
}
.team-popup .team-popup-inner .top-cont .linkedbtn:hover{
    opacity: 0.6;
}

.bottom-grad{
    width: 100%;
    position: relative;
}
.bottom-grad-inner{
    background: linear-gradient(180deg, rgba(23, 41, 53, 0.00) 0%, #0F1A21 100%);
    width: 100%;
    position: absolute;
    bottom: -40vw;
    height: 150vw;
    z-index: 3;
}
.bottom-2-grad{
    width: 100%;
    position: relative;
}
.bottom-2-grad-inner{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #131415 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100vw;
    z-index: 3;
}

.team-member{
    transition: opacity 0.3, transform 0.3s;
}
.hideOpacity{
    opacity: 0!important;
}

.ownership-gallery .ownership-gallery-container-inner{
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media(max-width: 960px){
    .leader-header h1{
        color: #FFF;
        /* H4 */
        font-family: "NeueMachina";
        font-size: 8.533vw!important;
        font-style: normal;
        font-weight: 400!important;
        line-height: 140%!important; /* 44.8px */
        letter-spacing: -0.64px!important;

        margin-bottom: 10.667vw;

        padding-top: 80.722vw;
    }

    .leader-header p {
        width: 100%;
    }

    .homenew-header .bg-img {
        margin-top: 20vw;
    }
    .leader-header:before{
        content: ' ';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;

        height: 20vw;
        top: 20vw;

        z-index: 3;
        background: linear-gradient(180deg, #141516 0%, rgba(14, 20, 25, 0.00) 100%);
    }

    .team-member {
        margin-left: 0.556vw;
        margin-right: 0.556vw;
        width: 45.333vw;
        height: 71.2vw;
        margin-bottom: 12vw;
        position: relative;
        border-radius: 5.333vw;
    }
    .team-member .team-member-front img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5.333vw;
    }

    .team-member .team-member-front {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 5.333vw;
    }
    .team-member .team-member-front .black-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.80) 100%);
        z-index: 1;
        border-radius: 5.333vw;
    }

    .team-member .name-front {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.467vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        display: block;
        margin-bottom: 1.067vw;
    }

    .team-member .pos-front {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 2.4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        display: block;
        height: 7vw;
        margin-bottom: 3.2vw;
    }

    .team-member .team-member-front label{
        display: flex;
        width: 41.333vw;
        height: 8.533vw;
        padding: 1.6vw 4.267vw;

        border-radius: 5.333vw;
        background: #FFF;

        text-align: center;
        justify-content: center;
        align-items: center;

        color: #000;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;

        box-sizing: border-box;

        position: relative;
        top: -4vw;
        left: 2vw;
        z-index: 5;
    }

    .info-block-front {
        position: absolute;
        bottom: 1.111vw;
        left: 1.667vw;
        z-index: 2;
        padding-right: 1.111vw;
        box-sizing: border-box;
        padding-left: 1.111vw;
    }

    .behavior {
        padding-left: 4vw;
        padding-right: 4vw;
        position: relative;
        margin-top: 27.733vw;
        margin-bottom: 29.067vw;
    }

    .team-popup .team-popup-inner {
        width: 91.2vw;
        height: 137.333vw;
        border-radius: 8vw;
        position: relative;
        padding: 6.4vw;
        box-sizing: border-box;
    }

    .team-popup-inner {
        background: url(/wp-content/themes/pmtech/tmp-content/back-mob-pop.png);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .team-popup .team-popup-inner .closeTeamPopup svg {
        width: 3.733vw;
        height: 3.733vw;
    }

    .team-popup .team-popup-inner .closeTeamPopup {
        position: absolute;
        top: 7.733vw;
        right: 7.733vw;
        z-index: 4;
    }

    .team-popup .team-popup-inner .team-popup-content .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5.333vw;
    }

    .team-popup .team-popup-inner .team-popup-content .avatar {
        width: 33.867vw;
        height: 42.4vw;
        border-radius: 5.333vw;

        min-width: 33.867vw;
    }

    .team-popup .team-popup-inner .top-cont .avatar {
        margin-right: 4.267vw;

        position: relative;
    }

    .team-popup .team-popup-inner .top-cont .name {
        color: #151515;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: unset !important;
        margin-top: 0;
        margin-bottom: 1.067vw;
        display: block;
    }
    .team-popup .team-popup-inner .top-cont .position {
        color: #151515;
        font-family: "NeueMachina";
        font-size: 3.2vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        display: block;
        opacity: 0.8;
        margin-top: 0;
        margin-bottom: 1.667vw;
    }

    .basic-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .team-popup .team-popup-inner .top-cont {
        margin-bottom: 6.4vw;
    }

    .team-popup .team-popup-inner .bio p {
        color: #000;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .team-popup .team-popup-inner .bio {
        margin-bottom: 6.4vw;
    }

    .team-popup .team-popup-inner .awards label p {
        color: #151515;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        position: relative;
        top: -1.3vw;
    }

    .team-popup .team-popup-inner .awards label svg {
        width: 5.333vw;
        height: 5.333vw;

        min-width: 5.333vw;
        min-height: 5.333vw;
        margin-right: 4.8vw;
    }

    .team-popup .team-popup-inner .awards label {
        display: flex;
        flex-direction: row;
        margin-bottom: 2.133vw;
    }

    .team-popup .team-popup-inner .top-cont .avatar span {
        border-radius: 5.333vw;
        border-top-left-radius: 5.333vw;
        border-top-right-radius: 5.333vw;
        background: unset;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 0.417vw 1.389vw;
        box-sizing: border-box;
        color: #000;
        font-family: "NeueMachina";
        font-size: 1.25vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-decoration: none;
        height: 2.778vw;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        width: 100%;
        text-align: center;
        height: 8.533vw;
        border-top-left-radius: 0;
        border-top-right-radius: 0;

        left: 0;
    }

    .team-popup .team-popup-inner .top-cont .avatar span svg path{
        fill: white;
    }

    .team-popup .team-popup-inner .top-cont .avatar span svg {
        width: 5.333vw;
        height: 5.333vw;
        margin-right: unset;
        margin-top: 1.3vw;
    }

    .beh-elem {
        width: 100%;
        height: auto;
        border-radius: 6.4vw;
        border: 0.069vw solid rgba(255, 255, 255, 0.25);
        background: rgba(75, 157, 207, 0.15);
        backdrop-filter: blur(12.5px);
        padding: 4.267vw;
        box-sizing: border-box;
        margin: 0.533vw;
    }

    .beh-elem .title-beh {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4.267vw;
    }

    .content-beh p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding-left: unset;

        padding-bottom: 3.2vw;
    }

    .beh-elem .title-beh .icon {
        width: 14.933vw;
        height: 14.933vw;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(75, 157, 207, 0.40);
        margin-right: 8vw;

        min-width: 14.933vw;
    }

    .beh-elem .title-beh .icon svg {
        width: 6.4vw;
        height: 6.4vw;
    }

    .beh-elem .title-beh h3 {
        color: #4B9DCF;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: unset;
        text-transform: uppercase;
    }

    .behavior .title-wrap {
        margin-bottom: 9.6vw;
        z-index: 5;
        position: relative;
    }

    .title-wrap h2 {
        font-size: 8.53333vw;
        line-height: 140%;
    }

    .ownership .title-wrap p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        width: 100%;

        margin-bottom: 10.4vw;
    }

    .ownership h2 {
        margin-bottom: 6.4vw;
    }

    .img-gallery-container::before {
        content: ' ';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(75, 157, 207, 0.30) 0%, rgba(75, 157, 207, 0.30) 100%);
        border-radius: 5.333vw;
        z-index: 3;
        transition: opacity 0.3s;
    }

    .ownership-gallery .img-gallery-container {
        height: 48vw;
        border-radius: 5.333vw;
        margin: 1.067vw;
        position: relative;
    }

    .ownership-gallery .img-gallery-container img {
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5.333vw;
        height: 48vw;
        filter: grayscale(100%);
        transition: filter 0.3s;
    }

    .ownership-gallery .img-gallery-container:nth-child(1) {
        width: 50.933vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(2) {
        width: 99.2vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(3) {
        width: 69.867vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(4) {
        width: 80.533vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(5) {
        width: 51.2vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(6) {
        width: 48.2vw;
    }
    .ownership-gallery .img-gallery-container:nth-child(7) {
        width: 49.2vw;
    }
    .ownership-gallery{
        width: 100%;
        overflow-x: scroll;
    }
    .ownership-gallery .ownership-gallery-container-inner{
        width: 160vw;
    }

    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 8vw;
    }

    .exploremore .exploremore-list .exploremore-list-item .btn {
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        font-size: 3.73333vw;
        margin-right: unset;
        margin: 0 auto;
    }

    .exploremore .exploremore-list .exploremore-list-item .bg svg {
        height: 80vw;
        opacity: 1;
    }

    .exploremore .exploremore-list .exploremore-list-item {
        width: 100%;
        padding: 8vw 6.4vw;
        border-radius: 8vw;
        height: 80vw;
        margin-bottom: 2.13333vw;
    }

    .navigation {
        background: linear-gradient(180deg, #141516 10%, rgba(14, 20, 25, 0.00) 100%);
    }

    .logo-mob {
        z-index: 9999;
    }

    .team-member .team-member-front label {
        display: flex!important;
    }


    .hideOpacity{
        opacity: 0!important;
    }
}