.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(#000));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #000 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(#000));
        background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #000 100%);
        background: -o-linear-gradient(top, rgba(21, 21, 21, 0.01) 0%, #000 100%);
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.01) 0%, #000 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 .title-h1 {
    padding: 15.88889vw 16.66667vw 21.38889vw; }
@media screen and (max-width: 960px) {
    .homenew-header .title-h1 {
        padding: 26.13333vw 4.26667vw 62.66667vw; } }
.homenew-header .title-h1 h1 {
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
    font-size: 3.88889vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8; }
@media screen and (max-width: 960px) {
    .homenew-header .title-h1 h1 {
        font-size: 8vw;
        text-align: left;
        padding-right: 13.33333vw; } }
.homenew-header .button-desc {
    margin-bottom: 8.33333vw;
    padding: 0 29.16667vw; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc {
        margin-bottom: 21.33333vw;
        padding: 0 4.26667vw; } }
.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: 17.125vw;
    margin: 0 auto; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc .button-wrap {
        max-width: 100%; } }

.homenew-video-youtube {
    padding: 9.02778vw 0; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube {
        padding: 24vw 0 20vw; } }
.homenew-video-youtube .title-wrap {
    margin-left: 4.16667vw;
    width: 50.48611vw;
    position: relative;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .title-wrap {
        width: auto;
        margin-left: 4.26667vw;
        margin-right: 4.26667vw; }
    .homenew-video-youtube .title-wrap h2 {
        font-size: 7.46667vw; } }
.homenew-video-youtube .video-wrap {
    position: relative;
    height: 45.48611vw;
    width: 100%;
    margin-top: -4.16667vw;
    z-index: 1; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap {
        margin-top: 7.46667vw;
        height: 56.8vw; } }
.homenew-video-youtube .video-wrap .button-wrap {
    position: absolute;
    top: 6.94444vw;
    left: 4.16667vw;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .button-wrap {
        top: 3.73333vw;
        left: 4.26667vw; } }
.homenew-video-youtube .video-wrap .button-wrap .play-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer; }
@media screen and (min-width: 960px) {
    .homenew-video-youtube .video-wrap .button-wrap .play-button:hover .icon-wrap {
        background: #fff; }
    .homenew-video-youtube .video-wrap .button-wrap .play-button:hover .text {
        color: #fff; } }
.homenew-video-youtube .video-wrap .button-wrap .play-button .icon-wrap {
    width: 6.94444vw;
    height: 6.94444vw;
    margin-right: 1.11111vw;
    border-radius: 1.11111vw;
    background-color: #ff771d;
    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;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .button-wrap .play-button .icon-wrap {
        width: 14.4vw;
        height: 14.4vw;
        margin-right: 3.2vw;
        border-radius: 2.4vw; } }
.homenew-video-youtube .video-wrap .button-wrap .play-button .icon-wrap svg {
    width: 2.03472vw;
    height: 2.36111vw; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .button-wrap .play-button .icon-wrap svg {
        width: 4vw;
        height: 4.8vw; } }
.homenew-video-youtube .video-wrap .button-wrap .play-button .text {
    font-size: 0.97222vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #f3731e;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .button-wrap .play-button .text {
        font-size: 3.2vw; } }
.homenew-video-youtube .video-wrap .img-wrap {
    width: 100%;
    height: 100%;
    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;
    position: relative;
    z-index: 1; }
.homenew-video-youtube .video-wrap .img-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 34.72222vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 21, 21, 0)), to(#151515));
    background-image: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 0), #151515);
    background-image: -o-linear-gradient(bottom, rgba(21, 21, 21, 0), #151515);
    background-image: linear-gradient(to top, rgba(21, 21, 21, 0), #151515);
    pointer-events: none; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .img-wrap:after {
        height: 36.26667vw; } }
.homenew-video-youtube .video-wrap .img-wrap.active video {
    display: none; }
.homenew-video-youtube .video-wrap .img-wrap.active iframe {
    display: block; }
.homenew-video-youtube .video-wrap .img-wrap video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .video-wrap .img-wrap video {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; } }
.homenew-video-youtube .video-wrap .img-wrap iframe {
    width: 100%;
    height: 100%;
    display: none;
    -o-object-fit: cover;
    object-fit: cover; }
.homenew-video-youtube .lines {
    position: relative;
    z-index: 2; }
.homenew-video-youtube .lines .line {
    background-color: #ff771d; }
.homenew-video-youtube .lines .line:nth-child(1) {
    height: 0.34722vw;
    margin-bottom: 1.38889vw; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(1) {
        height: 0.8vw;
        margin-bottom: 4.26667vw; } }
.homenew-video-youtube .lines .line:nth-child(2) {
    height: 0.20833vw;
    margin-bottom: 1.875vw; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(2) {
        height: 0.8vw;
        margin-bottom: 5.6vw; } }
.homenew-video-youtube .lines .line:nth-child(3) {
    height: 0.13889vw;
    margin-bottom: 2.43056vw;
    opacity: 0.85; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(3) {
        height: 0.53333vw;
        margin-bottom: 7.46667vw; } }
.homenew-video-youtube .lines .line:nth-child(4) {
    height: 0.13889vw;
    margin-bottom: 3.19444vw;
    opacity: 0.6; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(4) {
        height: 0.53333vw;
        margin-bottom: 9.06667vw; } }
.homenew-video-youtube .lines .line:nth-child(5) {
    height: 0.06944vw;
    margin-bottom: 3.47222vw;
    opacity: 0.4; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(5) {
        height: 0.26667vw;
        margin-bottom: 10.66667vw; } }
.homenew-video-youtube .lines .line:nth-child(6) {
    height: 0.06944vw;
    margin-bottom: 4.09722vw;
    opacity: 0.3; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(6) {
        height: 0.26667vw;
        margin-bottom: 12.26667vw; } }
.homenew-video-youtube .lines .line:nth-child(7) {
    height: 0.06944vw;
    opacity: 0.2; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .lines .line:nth-child(7) {
        height: 0.26667vw; } }
.homenew-video-youtube .desc-text {
    position: relative;
    z-index: 3;
    margin-top: -6.31944vw;
    padding: 0 20.83333vw 0 4.16667vw;
    font-size: 2.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ff771d;
    text-transform: uppercase; }
@media screen and (max-width: 960px) {
    .homenew-video-youtube .desc-text {
        margin-top: -17.86667vw;
        padding: 0 4.26667vw;
        font-size: 5.86667vw; } }

.homenew-header .title-h1 {
    padding: 15.88889vw 16.66667vw 3.89vw;
}
.homenew-header .title-h1 h1{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 6.94vw;
    font-style: normal;
    font-weight: 900;
    line-height: 6.94vw; /* 100% */
    text-transform: uppercase;
}
.homenew-header .button-desc{
    padding: 0 24.79vw;
}
.homenew-header .button-desc p{
    font-size: 1.39vw;
}


.designed-for{
    z-index: 2;
    position: relative;

    padding-left: 4vw;
    padding-right: 4vw;

    margin-top: 18vw;
}
.designed-for .title-wrap h2{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 62.4px */
}
.designed-for .title-wrap{
    margin-bottom: 5.49vw;
}
.bricks-container{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.brick-title .icon{
    border-radius: 1vw;
    background: #4D311F;

    width: 4.17vw;
    height: 4.17vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bricks-sect-1{
    width: 75%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: flex-end;
}
.bricks-sect-2{
    width: 33%;
}

.brick{
    border-radius: 1vw;
    background: rgba(32,32,32,0.7);

    padding: 1.9vw 2.1vw;

    margin-right: 0.5vw;
    margin-bottom: 0.5vw;

    box-sizing: border-box;

    min-height: 18vw;

    position: relative;
}
.brick-big{
    width: 52%;
}
.brick-small{
    width: 46%;
}

.brick-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.brick-title .icon{
    margin-right: 1vw;
}
.brick-title span{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    text-transform: uppercase;
}
.brick > p{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    opacity: 0.8;

    position: absolute;
    bottom: 1.9vw;

    padding-right: 2.1vw;
    left: 2.1vw;
}

.bricks-sect-2 .brick{
    height: calc(100% - 0.5vw);
}
.brick-title span.orange-big{
    color: #FF771D;
    font-family: "NeueMachina";
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    text-transform: uppercase;

    position: relative;

    margin-top: unset!important;
}
.birck-spec .brick-title{
    display: block;
}
.brick-spec .brick-title span.orange-big .icon {
    float: left;
}
.brick-spec-2{
    background: linear-gradient(224deg, rgba(255,119,29,0.7) 22.02%, rgba(153,61,1,0.7) 105.04%);
}
.brick-spec-2 > p{
    position: relative;

    padding-top: 2vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bricks-sect-2 svg{
    margin-top: 4vw;
    margin-bottom: 4vw;

    max-width: 100%;
}
.bricks-sect-2 p{

    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    opacity: 0.8;
}

.platform-game .title-wrap h2{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 400!important;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;

    width: 73.06vw;

    margin-bottom: 1.67vw!important;
}
.platform-game .title-wrap{
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.choose-the-right .title-wrap h2{
    font-weight: 900!important;
    text-transform: uppercase!important;
}
.choose-the-right .title-wrap p{
    display: none!important;
}


.bb-block-outer{
    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;

    width: 100%;

    box-sizing: border-box;

    margin-bottom: 5.903vw;

    position: relative;
    z-index: 13;

    margin-top: 10vw;
}
.bb-block{
    width: 100%;
}
.bb-block a{
    border-radius: 2.083vw;

    /*border-radius: 40px;*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #431D00 0%, #000 32.3%);
    /*background: #000;
    box-shadow: 0px 0px 4.167vw 0px rgba(255, 119, 29, 0.40);*/

    padding: 8.694vw 3.958vw;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

    height: 47.99vw;

    display: block;

    text-decoration: none;
}

.bb-block .bg-img{
    width: 91.5vw;
    position: absolute;
    top: 0;
    right: -21vw;

    z-index: 0;
}
.bb-block .bg-img img{
    width: 100%;
}

.bb-block a h3{
    color: var(--White, #FFF);
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;

    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;

    width: 38.403vw;

    margin-bottom: 2.222vw;

    position: relative;
    z-index: 1;
}
.bb-block a h3 span{
    color: transparent!important;
    background: var(--Gr-Primary, linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bb-block a p{
    opacity: 0.9;

    color: var(--White, #FFF);
    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    display: block;

    margin-bottom: 4.375vw;

    position: relative;
    z-index: 1;

    width: 36.528vw;
}
.bb-block a p span{
    color: var(--Primary-Orange, #FF771D);
}
.bb-block a label{
    width: 14.542vw;
    height: 3.889vw;
    padding: 0.833vw 1.667vw;

    box-sizing: border-box;

    display: block;

    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    border-radius: 2.778vw;
    background: rgba(255, 119, 29, 0.25);
}
.bb-block a label span{
    color: var(--Primary-Orange, #FF771D);
    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}
.bb-block a label div > svg{
    width: 1.528vw;
    height: 1.528vw;
    margin-left: 0.833vw;
}
.bb-block a label > svg{
    width: 4.375vw;
    height: 8.125vw;

    top: -2.4vw;
    right: -4.375vw;

    position: absolute;
    transition: opacity 0.3s ease, right 0.3s!important;
    opacity: 0;
}
.bb-block a label:hover > svg{
    opacity: 1;
}


.opacity0-1,.opacity0-2,.opacity0-3,.opacity0-4,.opacity00{
    opacity: 0;
    transition: opacity 0.6s;
}
.opacity-1{
    opacity: 1!important;
}

.bb-block a label div > svg{
    position: relative;
    right: 0;
    transition: right 0.3s;
}
.bb-block a label > svg{
    transition: right 0.3s;
}

.bb-block a label:hover div > svg{
    position: relative;
    right: -0.5vw;
}
.bb-block a label:hover > svg{
    right: -4.775vw;
}


.ht-b{
    width: 100%;
    position: relative;

    padding-left: 1vw;
    padding-right: 1vw;

    box-sizing: border-box;

    margin-bottom: 9.722vw;
}
.ht-b .ht-b-inner{
    width: 100%;
    border-radius: 2.083vw;

    background: url('/wp-content/themes/pmtech/tmp-content/pam/bg-htb.png') no-repeat;
    background-size: cover;

    padding-left: 4.167vw;
    padding-right: 4.167vw;

    padding-top: 4.861vw;
    padding-bottom: 4.861vw;

    box-sizing: border-box;
}
.ht-b h2{
    color: #FFF;

    /* H2U */
    font-family: "NeueMachina";
    font-size: 2.64vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;

    margin-bottom: 8.417vw;

    width: 63.125vw;
}
.ht-b img{
    width: 100%;
}
.ht-b-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ht-b-content .item-b{
    width: calc(33.7% - 1.111vw);
    height: 16.875vw;
    padding: 1.667vw 2.222vw;
    padding-right: 0!important;

    box-sizing: border-box;

    border-radius: 1.389vw;
    border: 1px solid rgba(255, 119, 29, 0.25);
    background: rgba(255, 119, 29, 0.05);
    backdrop-filter: blur(24px);

    margin-bottom: 1.111vw;
}
.ht-b-content .item-b:nth-child(3){
    margin-right: 0!important;
}

.ht-b-content .item{
    width: calc(67.3% - 1.111vw);
    height: 16.875vw;
    padding: 1.667vw 2.222vw;

    box-sizing: border-box;

    border-radius: 1.389vw;
    border: 1px solid rgba(255, 119, 29, 0.25);
    background: rgba(255, 119, 29, 0.05);
    backdrop-filter: blur(24px);

    align-items: center;
    justify-content: center;
    display: flex;
}
.ht-b-content .item.iitem h3 span{
    font-size: 4.44vw;
}
.ht-b-content .item h3,.ht-b-content .item-b h3{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: lighten;

    font-family: "NeueMachina";
    font-size: 6.389vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    height: 7.639vw;
    margin-bottom: 1.111vw;

}
.ht-b-content .item-b label{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.ht-b-content .item h3 span,.ht-b-content .item-b h3 span{
    font-size: 4.444vw;

    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.ht-b-content .item h3{
    text-align: center;
}
.ht-b-content .item label{
    background: linear-gradient(254deg, #FD661F 2.31%, #FCC006 99.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: block;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.platform-game-inner {
    overflow-x: hidden;
    min-height: 44.5vw!important;
}

body,html{
    background: #000!important;
}

.pam-power{
    width: 100%;
    box-sizing: border-box;

    position: relative;

    margin-bottom: 11.81vw;
    margin-top: 11.81vw;
}
.pam-power:before{
    content: ' ';
    display: block;
    background: linear-gradient(-180deg, #000 27.97%, rgba(0, 0, 0, 0.00) 100%);

    width: 100%;
    position: absolute;
    top: -3vw;
    left: 0;

    height: 37.64vw;

    z-index: 1;
}
.pam-power:after{
    content: ' ';
    display: block;
    background: linear-gradient(0deg, #000 27.97%, rgba(0, 0, 0, 0.00) 100%);

    width: 100%;
    position: absolute;
    bottom: -8vw;
    left: 0;

    height: 37.64vw;

    z-index: 1;
}
.pam-power-inner{
    position: relative;
    z-index: 1;
    padding-left: 4vw;
    padding-right: 4vw;

    width: 100%;
    box-sizing: border-box;

    margin-top: -50vw;
}
.pam-power-inner .swiper, .pam-power-inner .swiper-wrapper{
    height: 50vw;
}
.pam-power .left-bg{
    width: 24.58vw;
    height: 54.17vw;

    position: sticky;
    left: 0;
    top: 0;

    z-index: 0;
}
.pam-power .left-bg img{
    width: 100%;
    height: 100%;
}
.pam-power-inner h2{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 3.61vw;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;

    margin-bottom: 1.81vw;

    z-index: 3;

    padding-left: 6.42vw;
    position: relative;
    top: 5vw;
}

.pam-power-inner .slider-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pam-power-inner .slider-container > *{
    width: 50%;
}
.pam-power-inner .slider-container > * img, .pam-power-inner .slider-container > * video{
    width: 100%;
    height: 50vw;
}

.pam-power-inner .slider-container .text-blc h3{
    color: var(--white-100, #FFF);
    font-family: "NeueMachina";
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 44.8px */
    text-transform: uppercase;

    margin-bottom: 2.78vw;
}
.pam-power-inner .slider-container .text-blc p{
    color: #FFF;

    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.pam-power-inner .slider {
    position: sticky;
    top:0;
    transition: transform 0.7s ease-in-out;
    height: 50vw;
    overflow: hidden!important;
}

.pam-power-inner .slide {
    height: 50vw;
}

.pam-power-inner .text-blc{
    padding-left: 6.42vw;
    box-sizing: border-box;
}

.pie-6 {
    top: 32vw;
    left: 77vw;
}
.pie-6 > div{
    transform: rotate(-10deg)!important;
}

.pie-8 {
    top: 12vw;
    left: 77vw;
}
.pie-8 > div{
    transform: rotate(20deg);
}

.pie-8 span {
    top: 5vw;
    left: 10vw;

    color: #151515!important;
}

.pie-6 span{
    top: 4.5vw;
    left: 10vw;
}

.pie.pie-8 > div {
    background: url(/wp-content/themes/pmtech/tmp-content/pam/pie-act-n.png);

    background-size: 100%;
    background-repeat: no-repeat;

    width: 17.917vw;
    height: 13.153vw;
}

@media(max-width: 960px){
    .pie.pie-8 > div {
        background: url(/wp-content/themes/pmtech/tmp-content/pam/pie-act-n.png);

        background-size: 100%;
        background-repeat: no-repeat;

        width: 37.917vw;
        height: 27.153vw;
    }
}

.platform-game:after{
    content: ' ';
    display: block;
    background: linear-gradient(0deg, #000 27.97%, rgba(0, 0, 0, 0.00) 100%);

    width: 100%;
    position: absolute;
    bottom: -5vw;
    left: 0;
    height: 8vw;
    z-index: 0;
}

@media(max-width: 960px){
    .homenew-header .title-h1 h1{
        /* H3U */
        font-family: "NeueMachina";
        font-size: 10.13vw;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 45.6px */
        letter-spacing: -0.76px;
        text-transform: uppercase;

        padding-right: unset!important;
    }

    .homenew-header .title-h1 {
        padding: 21vw 5vw;
    }

    .homenew-header .button-desc p {
        font-size: 4.8vw;

        text-align: center;
        opacity: 0.9;
    }

    .homenew-header .button-desc {
        padding: 0 4.79vw;
    }

    .designed-for .title-wrap h2 {
        text-align: left;
        font-size: 8.53vw;
    }

    .bricks-sect-1, .bricks-sect-2{
        width: 100%;

        flex-direction: column;
    }

    .bricks-container {
        flex-direction: column;
    }
    .brick {
        width: 100%;

        min-height: 60vw;
        padding: 4.3vw 3.2vw;

        background: #202020;

        border-radius: 8vw;
    }

    .designed-for .title-wrap {
        margin-bottom: 10vw;
    }
    .brick-title span {
        font-size: 4.3vw;
    }
    .brick-title .icon svg{
        height: 11vw;
        width: 11vw;
    }
    .brick-title .icon{
        margin-right: 2vw;
    }
    .brick > p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.8vw;
        left: 3.2vw;
        bottom: 4.3vw;
    }
    .brick-title span.orange-big {
        font-size: 3.5vw;
        position: relative;
        top: unset;
    }

    .bricks-sect-2 p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.8vw;
    }

    .bricks-sect-2 span.orange-big svg{
        margin: unset!important;
    }

    .brick-spec-2 {
        background: linear-gradient(224deg, rgba(255,119,29,0.7) 22.02%, rgba(153,61,1,0.7) 105.04%)!important;
    }

    .brick-spec-2 p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.8vw;
        left: 0.2vw;
        top: 3vw;
    }

    .ht-b .ht-b-inner{
        background: #151515 url('/wp-content/themes/pmtech/tmp-content/turnkey/ht-bg-mob.png') no-repeat;
        background-size: 100%;

        border-radius: 8vw;

        padding-left: 2.933vw;
        padding-right: 2.933vw;
        padding-top: 8.533vw;
        padding-bottom: 8.533vw;
        box-sizing: border-box;
    }

    .ht-b h2 {
        font-size: 8.533vw;
        width: 80%;

        margin-bottom: 10.933vw;
    }

    .ht-b-content .item-b:nth-child(1) {
        height: auto!important;

        border-radius: 5.333vw;
        border: 1px solid rgba(255, 119, 29, 0.50);
        background: linear-gradient(180deg, rgba(244, 115, 31, 0.08) 0%, rgba(244, 115, 31, 0.28) 100%);
        backdrop-filter: blur(24px);

        width: 100%;

        padding: 6.4vw!important;

        box-sizing: border-box;

        margin-bottom: 2.133vw;
        margin-right: 0!important;
    }
    .ht-b-content .item-b:nth-child(1) h3{
        text-align: center;
        font-size: 17.067vw;
        height: auto !important;
    }
    .ht-b-content .item-b:nth-child(1) h3 span{
        font-size: 8.533vw;
        font-weight: 700;
    }
    .ht-b-content .item-b:nth-child(1) label {
        text-align: center;
        font-size: 5.333vw;

        width: 100%;
        display: block;
    }
    .ht-b-content .iitem:not(:nth-child(1)){
        border-radius: 5.333vw;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(0, 117, 255, 0.05);
        backdrop-filter: blur(24px);
        padding: 6.4vw!important;
        box-sizing: border-box;
        margin-bottom: 2.133vw!important;

        margin-right: 2.133vw!important;

        width: calc(50% - 1.133vw);

        height: auto!important;
    }

    .ht-b-content .iitem:nth-child(odd){
        margin-right: 0!important;
    }

    .ht-b-content .iitem h3{
        font-size: 12.8vw;
        height: auto!important;

        text-align: center;
    }
    .ht-b-content .iitem h3 span{
        font-size: 8vw;
        font-weight: 700;
    }

    .ht-b-content .item-b:nth-child(3) h3{
        font-size: 8.533vw!important;
        margin-bottom: 9vw;

    }
    .ht-b-content .item-b:nth-child(3) h3 span{
        font-size: 4.267vw!important;
    }
    .ht-b-content .iitem:not(:nth-child(1)) label{
        font-size: 3.733vw;

        opacity: 0.8;

        text-align: center;
        display: block!important;
    }


    .bb-block a {
        border-radius: 8vw;
        background: #000;
        box-shadow: 0px 0px 4.167vw 0px rgba(255, 119, 29, 0.40);
        padding: 8vw 4.8vw;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        height: 131.467vw;
        display: block;
        text-decoration: none;
    }

    .bb-block .bg-img {
        width: 100%;
        position: absolute;
        top: unset;
        right: 0;
        z-index: 0;
        bottom: 0;
    }

    .bb-block a h3 {
        color: var(--White, #FFF);
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 6.667vw;
        position: relative;
        z-index: 1;
    }

    .bb-block a p {
        opacity: 0.9;
        color: var(--White, #FFF);
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        display: block;
        margin-bottom: 9.333vw;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .bb-block a label {
        width: 49.533vw;
        height: 10.667vw;
        padding: 3.2vw 6.4vw;
        box-sizing: border-box;
        display: block;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 10.667vw;
        background: rgba(255, 119, 29, 0.25);
    }

    .bb-block a label span {
        color: var(--Primary-Orange, #FF771D);
        text-align: center;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        text-transform: uppercase;
    }

    .bb-block a label div > svg {
        width: 5.867vw;
        height: 5.867vw;
        margin-left: 3.2vw;
    }

    .bb-block a label > svg {
        width: 12.933vw;
        height: 24.085vw;
        top: -7vw;
        right: -9vw;
        position: absolute;
    }

    .brick-title .icon{
        width: 11.2vw;
        height: 11.2vw;
    }
    .spec-brick-icon svg{
        width: 6vw!important;
    }

    .bricks-sect-2 svg{
        max-width: unset!important;
    }
    .brick-spec.show-sm{
        display: flex !important;
        flex-direction: column;
        justify-content: flex-end;
    }

    .platform-game .title-wrap h2 {
        font-size: 7.47vw!important;
        width: auto!important;
    }
    .platform-game .title-wrap p{
        opacity: 0.9;
    }

    .pie-8 {
        top: 16vw;
        left: 62vw;
    }
    .pie-1 {
        top: 173vw;
        left: 38vw;
    }

    .pie-8 > div {
        transform: rotate(300deg);
    }
    .pie-8 span {
        left: 14.2vw;
        top: 2vw;
    }

    .pie-1 > div{
        transform: rotate(-10deg);
    }

    .platform-game:after {
        content: ' ';
        display: block;
        background: linear-gradient(0deg, #000 27.97%, rgba(0, 0, 0, 0.00) 100%);
        width: 100%;
        position: absolute;
        bottom: -5vw;
        left: 0;
        height: 70vw;
        z-index: 0;
    }

    .bb-block a h3 {
        color: var(--white-100, #FFF);
        font-family: "NeueMachina";
        font-size: 7.47vw;
        font-style: normal;
        font-weight: 900;
        line-height: 140%; /* 39.2px */
        letter-spacing: -0.15vw;
        text-transform: uppercase;
    }

    .bb-block a{
        box-shadow: unset!important;
        background: linear-gradient(348deg, rgba(0, 0, 0, 0.00) 33.31%, rgba(253, 102, 31, 0.40) 100.38%), #000;

        height: 171.467vw;
    }

    .pam-power-inner h2 {
        font-size: 7.47vw;

        padding-left: unset!important;
        margin-bottom: 13.81vw;
    }

    .pam-power .left-bg {
        width: 70.58vw;
        height: 100vh;
    }
    .pam-power-inner{
        margin-top: -100vh;
    }

    .pam-power-inner .text-blc {
        padding-left: unset;
        box-sizing: border-box;
    }
    .pam-power-inner .slider-container {
        flex-direction: column;
    }

    .pam-power-inner .slider-container > * {
        width: 100%;
    }
    .pam-power-inner .slider-container{
        height: 100vh;
    }

    .pam-power-inner .slider-container .text-blc h3 {
        font-size: 5.87vw;
        margin-bottom: 5.78vw;
    }
    .pam-power-inner .slider-container .text-blc p {
        font-size: 3.73vw;
    }
    .pam-power-inner .slider-container > * img, .pam-power-inner .slider-container > * video {
        height: unset!important;
    }
}
.block-scroll{
    overflow: hidden!important;
}