body,html{
    background: #151515;
    /*overflow-x: hidden;*/
}

.turnkey-header{
    width: 100%;
    position: relative;

    height: 66.653vw;
    background: #151515;
}
.turnkey-header .turnkey-header-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #151515;
}
.turnkey-header .turnkey-header-bg::before{
    content: ' ';
    width: 100%;
    height: 150%;
    position: absolute;

    top: 0;
    left: 0;

    z-index: 2;
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 80.45%);
}
.turnkey-header .turnkey-header-bg{
    overflow: hidden!important;
}
.turnkey-header .turnkey-header-bg img{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.turnkey-header .title-wrap{
    position: relative;
    z-index: 3;

    margin: 0 auto;
    padding-top: 15.417vw;

    width: 49.028vw;
}

.turnkey-header .title-wrap h1{
    text-align: center;
    font-family: "NeueMachina";
    font-size: 5.694vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 98.4px */
    text-transform: uppercase;

    background: linear-gradient(78deg, #FD661F -20.88%, #FCC006 83.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 1.14vw;
}
.turnkey-header .title-wrap h2{
    color: #FFF;
    text-align: center;
    /* H4 */
    font-family: "NeueMachina";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.64px;
    margin-bottom: 1.14vw;
}
.turnkey-header .title-wrap p{
    color: #FFF;
    text-align: center;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 5.094vw;
}
.turnkey-header .title-wrap a.button-or{
    background: #FF771D;
    backdrop-filter: blur(3px);

    padding: 0.694vw 2.778vw 0.694vw 2.778vw;

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

    height: 4.306vw;

    color: #FFF;
    /* BUTTON L */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    text-transform: uppercase;

    box-sizing: border-box;

    text-decoration: none;

    transition: 0.3s;
}
.button-or:hover{
    background: #CC5D14!important;
}

.turnkey-header-dark{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #151515 100%);

    height: 19.097vw;
    width: 100%;
    position: absolute;
    bottom: -0.2vw;
}

.rts-block{
    position: relative;
    width: 100%;

    box-sizing: border-box;
    padding-left: 1vw;
    padding-right: 1vw;

    margin-top: unset;
}
@media(max-width: 960px){
    .rts-block{
        margin-top: 0!important;
    }
}
.rts-block .rts-block-inner{
    width: 100%;
    position: relative;

    border-radius: 2.778vw;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.60) 100%);*/

    overflow: hidden;
}
.rts-block .rts-block-inner .rts-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rts-block .rts-block-inner .rts-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rts-block .rts-container{
    width: 100%;
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.rts-block .rts-container .left-c,.rts-block .rts-container .right-c{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rts-block .rts-container .platform-game-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rts-block .rts-container .left-c{
    padding-left: 3.125vw;
    padding-right: 7.778vw;

    box-sizing: border-box;
}

.rts-block .rts-container .left-c h2{
    color: #FF771D;
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 62.4px */
    letter-spacing: -1.04px;
    text-transform: uppercase;

    text-align: left;
    margin-bottom: 3.681vw;

    width: 100%;
}
.rts-block .rts-container .left-c p{
    color: #FFF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin-bottom: 1.25vw;
}
.rts-block .rts-container .left-c p b{
    font-weight: 700;
}

.rts-block .right-c::before{
    border-radius: 48.552vw;
    opacity: 0.7;
    background: linear-gradient(254deg, #499CCC 0.68%, #172935 100%);
    filter: blur(100px);

    content: ' ';
    position: absolute;
    top: 5vw;
    right: 5vw;

    width: 48.552vw;
    height: 41.113vw;
    transform: rotate(-34.123deg);
    flex-shrink: 0;

    z-index: -1;
}

.bg1{
    position: relative;
    width: 100%;
}
.bg1::before{
    margin-top: 3.472vw;
    border-radius: 88.828vw;
    opacity: 0.6;
    background: linear-gradient(252deg, #FD661F -2.15%, #172935 100%);
    filter: blur(50px);
    content: ' ';
    width: 48.828vw;
    height: 41.313vw;
    position: absolute;
    top: 5vw;
    left: 12vw;
    z-index: 2;
    transform: rotate(-145.816deg);
}
.bg1 img{
    margin-top: 3.472vw;

    position: absolute;
    top: 0;
    left: 0;
    width: 83.917vw;

    z-index: 1;
}

.gain .list-elements{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    position: relative;
    z-index: 3;

    margin-bottom: 3.889vw;
}
.gain .list-elements .item{
    padding: 1.667vw;
    box-sizing: border-box;
    flex: 1 1 30%;
    margin: 0.139vw;

    border-radius: 1.389vw;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(0.556vw);

    min-height: 18.056vw;
}

.gain .list-elements .item .item-heading{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.gain .list-elements .item .item-heading .icon{
    width: 3.889vw;
    height: 3.889vw;

    min-width: 3.889vw;;
    min-height: 3.889vw;

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

    border-radius: 0.833vw;
    background: rgba(255,119,29,0.12);

    margin-right: 1.111vw;
}
.gain .list-elements .item .item-heading h3{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.033vw;
    text-transform: uppercase;
}

.gain .list-elements .item .item-heading{
    margin-bottom: 1.111vw;
}
.gain .list-elements .item .content p{
    color: #F8F8F8;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.gain .list-elements .item .item-heading .icon svg path{
    fill: #FF771D;
    transition: 0.3s;
}

.gain .list-elements .item{
    position: relative;
    transition: 0.3s;
}
.gain .list-elements .item .item-heading, .gain .list-elements .item .content{
    z-index: 3;
    position: relative;
}
.gain .list-elements .item:before{
    content: ' ';
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(166deg, #FF771D 4.3%, #993D01 94.07%);

    transition: opacity 0.3s;
    z-index: 0;
    border-radius: 1.389vw;
}
.gain .list-elements .item.active-jour::before{
    opacity: 1;
}
.gain .list-elements .item .icon{
    transition: 0.3s;
}
.gain .list-elements .item.active-jour .icon{
    background: rgba(64, 45, 33, 0.15);
}
.gain .list-elements .item.active-jour h3, .gain .list-elements .item.active-jour p{
    color: #151515;
}
.gain .list-elements .item h3, .gain .list-elements .item p{
    transition: 0.3s;
}

.gain .list-elements .item.active-jour .item-heading .icon svg path{
    fill: #151515;
}
.gain .list-elements .item .item-heading .icon svg circle{
    transition: 0.3s;
}
.gain .list-elements .item.active-jour .item-heading .icon svg circle{
    fill: #151515;
}

.gain .list-elements .learn-more-btn{
    position: absolute;
    bottom: 2.083vw;
    left: 1.667vw;

    text-decoration: none;

    border-radius: 1.389vw;
    background: #151515;

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

    padding-top: 0.417vw;
    padding-bottom: 0.417vw;
    padding-left: 1.111vw;
    padding-right: 1.111vw;

    transition: opacity 0.3s;

    opacity: 0;
}
.gain .list-elements .item.active-jour .learn-more-btn{
    opacity: 1;
}
.gain .list-elements .item.active-jour .learn-more-btn:hover{
    opacity: 0.7;
}
.gain .list-elements .learn-more-btn svg{
    width: 0.635vw;
    height: 0.635vw;
    margin-left: 0.694vw;
    position: relative;
}

@media(max-width: 960px){
    .gain .list-elements .item {
        padding: 4.267vw;
        box-sizing: border-box;
        width: 100%;
        margin: 0.139vw;
        margin-bottom: 0.139vw;
        border-radius: 5.333vw;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(0.556vw);
        min-height: 52.267vw;
        margin-bottom: 1.067vw;
    }

    .gain .list-elements .item .item-heading .icon {
        width: 14.933vw;

        height: 14.933vw;

        min-width: 14.933vw;

        min-height: 14.933vw;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        border-radius: 3.2vw;

        background: rgba(255,119,29,0.12);

        margin-right: 4.267vw;

    }

    .gain .list-elements .item::before {
        content: ' ';
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(166deg, #FF771D 4.3%, #993D01 94.07%);
        transition: opacity 0.3s;
        z-index: 0;
        border-radius: 5.333vw;
    }

    .gain .list-elements .item.active-jour .icon {
        background: rgba(64, 45, 33, 0.15);
    }

    .gain .list-elements .item .item-heading h3 {
        font-size:4.8vw;
    }

    .gain .list-elements .item .item-heading {
        margin-bottom: 2.133vw;
    }

    .gain .list-elements .item .content p {
        color: #F8F8F8;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .gain .list-elements .item.active-jour h3, .gain .list-elements .item.active-jour p {
        color: #151515;
    }

    .gain .list-elements .item{
        flex: 1 1 100%!important;
    }

    .gain .list-elements .learn-more-btn svg {
        width: 2vw;
        height: 2vw;
        margin-left: 1vw;
        position: relative;
    }

    .gain .list-elements .learn-more-btn {
        position: absolute;
        bottom: 4.083vw;
        left: 4.467vw;
        text-decoration: none;
        border-radius: 5.333vw;
        background: #151515;
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        padding-left: 3.733vw;
        padding-right: 3.733vw;
        transition: opacity 0.3s;
        opacity: 0;
    }
}

.gain{
    z-index: 3;
    position: relative;

    padding-left: 4vw;
    padding-right: 4vw;
    box-sizing: border-box;

    padding-top: 10.556vw;
}
.gain .title-wrap h2{
    color: #FFF;
    text-align: center;
    /* H2 */
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    margin-bottom: 1.111vw;
}
.gain .title-wrap p{
    color: #FFF;
    text-align: center;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin-bottom: 4.444vw;
}

.gain .list-elements .item:nth-child(1){
    background: #202020;
}
.gain .list-elements .item:nth-child(6){
    background: #202020;
}
.gain .list-elements .item:nth-child(2){
    background: linear-gradient(180deg, rgba(244, 115, 31, 0.12) 0%, rgba(244, 115, 31, 0.40) 100%);
}
.gain .list-elements .item:nth-child(3){
    background: #202020 url(/wp-content/themes/pmtech/tmp-content/turnkey/card-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.gain .list-elements .item:nth-child(4){
    background: linear-gradient(180deg, rgba(244, 115, 31, 0.12) 0%, rgba(244, 115, 31, 0.40) 100%);
    backdrop-filter: blur(6px);
}
.gain .list-elements .item:nth-child(5){
    background: #202020 url(/wp-content/themes/pmtech/tmp-content/turnkey/card-5.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.gain .list-elements .item {
    min-height: 15.278vw;
}
.gain .list-elements .item:nth-child(2) .icon,.gain .list-elements .item:nth-child(4) .icon{
    background: #151515;
}

.gain{
    margin-bottom: 10.694vw;
}

.boost{
    position: relative;
    z-index: 2;
}
.boost .boost-container{
    width: 100%;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.boost h2{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;

    margin-bottom: 3.542vw;
}
.boost p{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;

    width: 40.486vw;
}
.boost h2 span{
    display: block;
    color: #F7C614;
}
.boost-card img{
    width: 39.8vw;
}
.left-b{
    margin-right: 11.806vw;
}
.right-b{
    position: relative;
}
.boost::before{
    border-radius: 65.347vw;
    opacity: 0.4;
    background: var(--Gr-Nitro-Blue, linear-gradient(300deg, #5E98C7 -5.52%, #1921E5 89.62%));
    filter: blur(150px);

    width: 65.347vw;
    height: 38.194vw;

    content: ' ';
    right: -10vw;
    top: 2vw;
    display: block;
    position: absolute;
}


.fast-line {
    transform: rotate(-2.82deg);
    flex-shrink: 0;
    background: rgba(247, 198, 20, 0.10);
    color: rgba(247,198,20,0.6);
    font-family: "NeueMachina";
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    margin-top: 3.3vw;
    margin-bottom: 3.3vw;
    overflow: hidden;
}
.fast-line-inner {
    animation: marquee 32s linear infinite;
    text-align: center;
    width: 600vw;
    overflow: hidden;
    display: block;
}
.fast-line-inner label{
    display: inline-block;
    width: 9vw;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.expand{
    width: 100%;
    box-sizing: border-box;
    padding-top: 3.889vw;
}
.expand .title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.expand .title-wrap h2{
    color: #FFF;
    text-align: center;
    /* H2 */
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    margin-bottom: 0.972vw;
}
.expand .title-wrap p{
    color: #FFF;
    text-align: center;
    /* Body 3 */
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 53.056vw;
}
.expand img{
    width: 100%;
}

.six-steps{
    width: 100%;
    box-sizing: border-box;

    padding-left: 1vw;
    padding-right: 1vw;

    margin-top: -1vw;
    position: relative;
}
.six-steps .six-steps-inner{
    width: 100%;
    box-sizing: border-box;

    background: #151515 url(/wp-content/themes/pmtech/tmp-content/turnkey/bg-timeline.png) no-repeat;
    background-size: cover;

    border-radius: 2.778vw;
}
.six-steps-inner h2{
    color: #fff;
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;
    margin-bottom: 1.319vw;
}
.six-steps-inner h2 span{
    color: #F7C614;
    display: block;
}
.six-steps-inner img{
    width: 100%;
}
.six-steps-inner .content-s{
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 6.111vw;

    box-sizing: border-box;
    padding-top: 3.472vw;
}
.six-steps-inner .title-wrap{
    padding-top: 3.542vw;
    padding-left: 4.097vw;

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

.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: #151515 url('/wp-content/themes/pmtech/tmp-content/turnkey/ht-bg.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;
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;

    margin-bottom: 8.417vw;
}
.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(25% - 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);
}

.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%;
}

@media(max-width: 960px){
    .turnkey-header {
        height: 213.333vw;
    }
    .turnkey-header .turnkey-header-bg {
        height: 100%;
    }

    .turnkey-header .turnkey-header-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .turnkey-header .title-wrap {
        position: relative;
        z-index: 3;
        margin: 0 auto;
        padding-top: 26.667vw;
        width: 100%;

        padding-left: 5.6vw;
        padding-right: 5.6vw;

        box-sizing: border-box;
    }

    .turnkey-header .title-wrap h1 {
        font-size: 12.8vw;

        margin-bottom: 8vw;
    }

    .turnkey-header .title-wrap h2 {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }

    .turnkey-header .title-wrap p {
        font-size: 3.733vw;
        margin-bottom: 20vw;
    }

    .turnkey-header .title-wrap a.button-or {
        width: 100%;
        padding: 4.8vw 8.533vw 4.267vw 8.533vw;

        font-size: 4.8vw;

        height: 14.933vw;
    }

    .rts-block .rts-container {
        flex-direction: column;
    }

    .rts-block .rts-container .left-c, .rts-block .rts-container .right-c {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .platform-game-inner{
        width: 100%;
    }

    .rts-block .rts-block-inner .rts-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -221vw 5vw;
    }

    .rts-block-inner .left-c{
        padding: 6.933vw 2.933vw;
        padding-bottom: 0!important;
    }

    .rts-block .rts-container .left-c h2 {
        text-align: center;
        font-size: 7.467vw;
        margin-bottom: 6.667vw;
        width: 100%;
    }

    .rts-block .rts-container .left-c p {
        font-size: 3.733vw;
        margin-bottom: 3.733vw;
        width: 100%;

        text-align: center;
    }

    .circle-slider img {
        width: 86.9vw!important;
        height: 86.8vw!important;
    }

    .rts-block .rts-bg::before{
        content: ' ';
        width: 100%;
        position: absolute;
        background: linear-gradient(0deg, rgba(21, 21, 21, 0.00) 2.44%, #040404 100%);

        height: 300vw;
        top: 0;
        left: 0;
    }
    .rts-block .right-c::before {
        display: none!important;
    }

    .gain .title-wrap h2 {
        text-align: left;
        font-size: 7.467vw;
        margin-bottom: 6.4vw;
        width: 60%;
    }

    .gain .title-wrap p {
        color: rgba(255, 255, 255, 0.90);

        text-align: left;
        font-size: 3.733vw;
        margin-bottom: 7.467vw;
    }

    .bg1::before {
        display: none!important;
    }

    .bg1 img {
        margin-top: 3.472vw;
        position: absolute;
        top: 145vw;
        right: 0;
        width: 64.267vw;
        z-index: 1;
        left: unset;
    }
    .bg1::after{
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 2.44%, #151515 100%);

        width: 100%;
        height: 40vw;

        top: -39vw;
        z-index: 2;

        content: ' ';
        position: absolute;
    }

    .gain .list-elements .item {
        min-height: 47.467vw;
    }

    .gain .list-elements .item .item-heading {
        margin-bottom: 9.067vw;
    }

    .gain {
        margin-bottom: 33.067vw;
    }

    .boost .boost-container {
        width: 100%;
        box-sizing: border-box;
        padding-left: 4vw;
        padding-right: 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .left-b {
        margin-right: unset;
        width: 100%;

        margin-bottom: 7.467vw;
    }

    .right-b {
        width: 100%;
    }

    .boost h2 {
        font-size: 8.533vw;

        margin-bottom: 6.667vw;
    }

    .boost p {
        font-size: 4.8vw;
        line-height: 130%;
        width: 100%;
    }

    .boost-card img {
        width: 100%;
    }

    .boost::before {
        border-radius: 200%;
        opacity: 0.4;
        background: var(--Gr-Nitro-Blue, linear-gradient(300deg, #5E98C7 -5.52%, #1921E5 89.62%));
        filter: blur(150px);
        width: 200%;
        height: 70%;
        content: ' ';
        right: -95vw;
        top: 2vw;
        display: block;
        position: absolute;
    }

    .fast-line-inner {
        animation: marquee 32s linear infinite;
        text-align: center;
        width: 1200vw;
        overflow: hidden;
        display: block;
    }

    .fast-line {
        transform: rotate(-2.82deg);
        flex-shrink: 0;
        background: rgba(247, 198, 20, 0.10);
        color: rgba(247,198,20,0.6);
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;
        padding-top: 5.2vw;
        padding-bottom: 5.2vw;
        margin-top: -1.7vw;
        margin-bottom: 3.3vw;
        overflow: hidden;
    }

    .expand {
        width: 100%;
        box-sizing: border-box;
        padding-top: 33.867vw;
        margin-bottom: 20.267vw;
    }

    .expand .title-wrap {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .expand .title-wrap h2 {
        color: #FFF;
        text-align: left;
        font-family: "NeueMachina";
        font-size: 7.467vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 6.4vw;
    }

    .expand .title-wrap p {
        color: #FFF;
        text-align: left;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 100%;
        margin-bottom: 6.4vw;
    }

    .six-steps-inner{
        background: #313131;
        overflow: hidden;

        position: relative;

        padding-top: 9.067vw;
        padding-bottom: 9.067vw;

        padding-left: 2.933vw;
        padding-right:  2.933vw;

        border-radius: 10.667vw!important;
    }
    .six-steps-inner::before{
        width: 100%;
        height: 100%;

        position: absolute;
        top: 0;
        left: 0;

        opacity: 0.8;
        background: linear-gradient(182deg, #000 -11.21%, #313131 100%);

        content: ' ';
        z-index: 0;

        border-radius: 10.667vw;
    }
    .six-steps-inner::after{
        top: 0;
        left: 0;
        width: 100%;
        height: 134.133vw;

        position: absolute;

        background: url(/wp-content/themes/pmtech/tmp-content/turnkey/bg-timeline-mob.png) no-repeat;

        background-size: 100% 100%;
        content: ' ';
        z-index: 1;
        border-radius: 10.667vw;

    }

    .six-steps-inner .title-wrap, .six-steps-inner .content-s{
        position: relative;
        z-index: 2;
    }
    .six-steps{
        background: unset;
    }

    .six-steps-inner .title-wrap {
        padding: unset!important;
    }

    .six-steps-inner h2 {
        font-size: 8.533vw;

        margin-bottom: 1.867vw;
    }
    .six-steps-inner h2 span{
        display: inline-flex;
    }

    .six-steps-inner p {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 10.933vw;
        opacity: 0.8;
    }
    .six-steps-inner .content-s {
        padding: unset!important;
    }

    .reviews h2{
        margin-bottom: 3.733vw;
    }

    .reviews{
        margin-bottom: 50vw!important;
    }

    .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;
    }

    .security-slider-paginator{
        transform: rotate(-90deg);
        top: 20vw!important;
        right: 46vw!important;
    }
}

.sigma-label{
    position: absolute;
    right: 4vw;
    bottom: 23vw;

    z-index: 4;
}
.sigma-label label{
    display: inline-flex;
    padding: 1.319vw 10.486vw 0.972vw 1.875vw;
    align-items: center;

    border-radius: 1.389vw;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);

    width: 23.889vw;

    color: #FFF;
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;

    box-sizing: border-box;
}

.sigma-logo{
    width: 8.889vw;
    height: 8.889vw;

    position: absolute;
    top: -1.6vw;
    right: 1vw;
}

@media(min-width: 960px){
    .sigma-label-2{
        right: unset;
        left: 4vw;
    }
    .sigma-label-2 .sigma-logo{
        width: 13vw;
        right: 0;
    }
}

@media(max-width: 960px){
    .sigma-label{
        position: absolute;
        right: 13vw;
        bottom: 37vw;

        z-index: 4;
    }
    .sigma-label label{
        display: inline-flex;
        padding: 3.733vw 35.733vw 3.467vw 5.867vw;
        align-items: center;

        border-radius: 5.333vw;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(4px);

        width: 75.733vw;

        color: #FFF;
        font-family: "NeueMachina";
        font-size: 2.667vw;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;

        box-sizing: border-box;
    }

    .sigma-logo{
        width: 28vw;
        height: 28vw;

        position: absolute;
        top: -5.6vw;
        right: 1vw;
    }


    .sigma-label-2{
        bottom: 10vw;
    }
    .sigma-label-2 .sigma-logo{
        width: 43vw;
        right: 0;
    }
}

.ye-cu-sect .item{
    border-radius: 2.083vw;
    background: var(--Gr-yellow, linear-gradient(149deg, #F7C614 19.86%, #9A7C0F 119.79%));

    width: 20.486vw;
    height: 11.181vw;

    padding-top: 1.806vw;
    padding-left: 1.597vw;
    padding-right: 2.014vw;

    box-sizing: border-box;
}
.ye-cu-sect .item h3{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.944vw;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 30.8px */
    text-transform: uppercase;

    margin-bottom: 0.625vw;
}
.ye-cu-sect .item p{
    color: var(--black-100, #151515);
    /* Body 4 */
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.ye-cu-sect .item{
    margin-right: 9vw;
}
.ye-cu-sect{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ye-cu-sect-2 .item:nth-child(2){
    margin-left: 9.167vw;
}
.ye-cu-sect-2 .item:last-child{
    margin-right: unset!important;
}

.ye-cu-sect-1{
    padding-bottom: 5.139vw;
}
.ye-cu-sect-2{
    padding-top: 5.139vw;
}

.steps-line{
    width: 100%;
    position: relative;
}
.steps-line .step{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 0;
    top: 0;
}
.steps-line.line-1 .step:nth-child(1){
    position: absolute;
    left: -2vw;
    top: -1.5vw;
}
.steps-line.line-1 .step:nth-child(2){
    position: absolute;
    left: 27.5vw;
    top: -1.5vw;
}
.steps-line.line-1 .step:nth-child(3){
    position: absolute;
    left: 57vw;
    top: -1.5vw;
}

.steps-line.line-2 .step:nth-child(1){
    position: absolute;
    left: 12.7vw;
    top: -4vw;
}
.steps-line.line-2 .step:nth-child(2){
    position: absolute;
    left: 42.1vw;
    top: -4vw;
}
.steps-line.line-2 .step:nth-child(3){
    position: absolute;
    left: 71.45vw;
    top: -4vw;
}

.steps-line .step .num{
    border-radius: 1.389vw;
    background: rgba(179, 84, 20, 0.10);
    backdrop-filter: blur(20px);

    width: 5vw;
    height: 5vw;

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

    color: var(--Yellow, #F7C614);
    font-family: "NeueMachina";
    font-size: 1.806vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 36.4px */

    margin-right: 0.764vw;
}

.steps-line .step span{
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */

    background: var(--Gr-yellow, linear-gradient(149deg, #F7C614 19.86%, #9A7C0F 119.79%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ye-cu-sect .item{
    opacity: 0;

    transition: opacity 0.3s;
}
.ye-cu-sect .step{
    opacity: 0;

    transition: opacity 0.3s;
}
.ye-cu-sect .show-op1{
    opacity: 1;
}

.bg-middle-sect{
    position: absolute;
    top: 0;
    left: 0;

    width: 88.9vw;
    height: 1.389vw;

    background: url(/wp-content/themes/pmtech/tmp-content/turnkey/line-ds-anim.png) no-repeat;
    background-size: 100%;
}
.ss-middle-sect{
    height: 1.389vw;
    width: 0;
    position: relative;

    overflow: hidden;

    transition: width 5s;
}
.w100{
    width: 100% !important;
}

.mob-time-line .item{
    position: relative;
    padding-bottom: 6.4vw;

    opacity: 0;
    transition: opacity 0.3s;
}
.mob-time-line .item .item-inner{
    width: 73.333vw;
    height: 26.667vw;

    border-radius: 5.333vw;
    background: var(--Gr-yellow, linear-gradient(149deg, #F7C614 19.86%, #9A7C0F 119.79%));

    padding: 4vw;
    box-sizing: border-box;
}
.mob-time-line .item:nth-child(odd) .item-inner{
    padding-right: 11.333vw;
}
.mob-time-line .item:nth-child(even) .item-inner{
    padding-left: 11.333vw;
}
.mob-time-line .item:nth-child(even){
    padding-left: 11.467vw;
}

.mob-time-line .item .item-inner h3{
    color: #000;
    font-family: "NeueMachina";
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 19.8px */
    text-transform: uppercase;

    margin-bottom: 0;
}
.mob-time-line .item .item-inner p{
    color: var(--black-100, #151515);
    /* Body 5 */
    font-family: "NeueMachina";
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.mob-time-line .m-step{
    position: absolute;
    top: 4vw;

    border-radius: 5.333vw;
    background: rgba(179, 84, 20, 0.10);
    backdrop-filter: blur(20px);

    width: 19.2vw;
    height: 19.2vw;

    color: var(--Yellow, #F7C614);
    font-family: "NeueMachina";
    font-size: 6.933vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;

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

.mob-time-line .item:nth-child(odd) .m-step{
    right: 7vw;
}
.mob-time-line .item:nth-child(even) .m-step{
    left: 0;
}

.mob-time-line .item img{
    width: 4.267vw;

    position: absolute;
    bottom: 0;
    z-index: -1;
}

.mob-time-line .item:nth-child(odd) img{
    right: 23vw;
}
.mob-time-line .item:nth-child(even) img{
    left: 16vw;
}

.mob-time-line .item svg{
    position: absolute;
    top: 7.5vw;

    width: 4.267vw;
    height: 4.267vw;
}

.mob-time-line .item:nth-child(odd) svg{
    left: -2vw;
}
.mob-time-line .item:nth-child(even) svg{
    right: -2vw;
}

.show-op1{
    opacity: 1!important;
}

.expand .content-inner{
    position: relative;
}
.expand .content-inner:before{
    content: ' ';
    width: 100%;
    position: absolute;

    top: 0;
    left: 0;
    height: 20vw;

    background: linear-gradient(0deg, rgba(21,21,21,0), rgba(21,21,21,1));
}
.expand .content-inner:after{
    content: ' ';
    width: 100%;
    position: absolute;

    bottom: 0;
    left: 0;
    height: 20vw;

    background: linear-gradient(180deg, rgba(21,21,21,0), rgba(21,21,21,1));
}

.expand .content-inner svg{
    position: absolute;

    width: 44.375vw;
    height: 44.375vw;

    top: 4.688vw;
    left: 20.938vw;

    opacity: 0;
}
.expand .content-inner .info-block{
    position: relative;

    border-radius: 1.091vw;
    border: 0.136vw solid var(--Orange-tempo02, #FD601D);
    background: var(--Grey-Tech02, #0F191F);

    padding: 1.045vw;

    opacity: 0;

    transition: opacity 0.3s;
}
.expand .content-inner .info-block img{
    width: 1.136vw;
    height: 0.955vw;

    position: absolute;

    top: 1vw;
    right: 1vw;
}
.expand .content-inner .info-block b{
    color: #FD661F;
    font-family: "NeueMachina";
    font-size: 0.955vw;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
}
.expand .content-inner .info-block span{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 0.955vw;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
}
.expand .content-inner .info-block div{
    display: block;
    margin-bottom: 0.818vw;
}
#inbl-1, #inbl-2, #inbl-4, #inbl-7{
    width: 23.955vw;
}
#inbl-3{
    width: 20.727vw;
}
#inbl-5, #inbl-6{
    width: 21.682vw;
}

#inbl-1{
    position: absolute;
    top: 20vw;
    right: 13vw;
}
#inbl-2{
    position: absolute;
    top: 38vw;
    right: 12vw;
}
#inbl-3{
    position: absolute;
    top: 35vw;
    left: 38vw;
}
#inbl-4{
    position: absolute;
    top: 2vw;
    left: 37vw;
}
#inbl-5{
    position: absolute;
    top: 3vw;
    right: 11vw;
}
#inbl-6{
    position: absolute;
    bottom: 7vw;
    left: 12vw;
}
#inbl-7{
    position: absolute;
    top: 6vw;
    left: 8vw;
}

.dot{
    width: 3.591vw!important;
    height: 3.591vw;

    position: absolute;
    z-index: 9;

    opacity: 0;
    transition: opacity 0.3s;
}
.dot-1{
    right: 47vw;
    top: 24.5vw;
}
.dot-2{
    right: 34vw;
    bottom: 20.7vw;
}
.dot-3{
    left: 43.5vw;
    top: 25.4vw;
}
.dot-4{
    left: 47.5vw;
    top: 19.4vw;
}
.dot-5{
    right: 40vw;
    top: 20.76vw;
}
.dot-6{
    top: 31vw;
    left: 36.3vw;
}
.dot-7{
    top: 20vw;
    left: 32vw;
}

.badges-awards{
    position: relative;

    margin-top: 12.153vw;

    display: flex;
    justify-content: space-between;
    flex-direction: row;

    width: 100%;

    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;
}
.badges-awards > *{
    position: inherit!important;
    top: unset!important;
    left: unset!important;
    right: unset!important;
    bottom: unset!important;
}

.sigma-label-3 .sigma-logo {
    width: 11vw;
    height: auto;
    right: 0;
    top: -1.1vw;
}

@media(max-width: 960px){
    .sigma-label-2 .sigma-logo {
        width: 39vw;
        height: auto;
        right: -3vw;
    }

    .badges-awards{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .badges-awards > *{
        margin-bottom: 9.867vw;
    }
    .sigma-label-3 .sigma-logo {
        width: 28vw;
        height: auto;
        right: 2vw;
        top: -2.1vw;
    }

    .rts-block {
        margin-top: 20vw !important;
    }
}

