
/* new */
.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,  .homenew-header .bg-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.homenew-header .data {
    position: relative;
    z-index: 2; }
.homenew-header .title-h1 {
    padding: 8.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: 28.125vw;
    margin: 0 auto; }
@media screen and (max-width: 960px) {
    .homenew-header .button-desc .button-wrap {
        max-width: 100%; } }

.wl-header .title-wrap{
    width: 49.028vw;
}
.wl-header h1{
    color: #FFF;
    /* H1 superbig */
    font-family: "NeueMachina";
    font-size: 5.694vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 98.4px */
    text-transform: uppercase;

    margin-bottom: 1.667vw;
}
.wl-header p{
    color: #FFF;
    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.wl-header .data-n:after{
    content: ' ';
    display: block;
    position: absolute;

    bottom: 0;
    left: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 90.45%);

    width: 100%;

    height: 29.097vw;

    z-index: -1;
}
.wl-header .data-n{
    width: 100%;
    height: 69vw;

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

    padding-top: 14.167vw;

    position: relative;
    z-index: 2;
}

.wl-header .button{
    margin-top: 2.917vw;

    width: 17.931vw;
}


.bg1{
    position: relative;
    width: 100%;

    z-index: 10;
}
.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: 2.986vw;
}
.gain .list-elements .item .content p{
    color: #F8F8F8;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    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: 11;
    position: relative;

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

    padding-top: 10.556vw;
}
.gain .title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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;

    width: 54.167vw;
}
.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;

    width: 59.861vw;
}

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

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

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

    margin-top: -1vw;
    position: relative;

    z-index: 3;
}
.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%;
}


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


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

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

.ideal-for:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, #000000 100%);

    width: 100%;
    height: 100%;

    z-index: -1;
}
.ideal-for{
    width: 100%;
    padding-left:4vw;
    padding-right: 4vw;

    box-sizing: border-box;

    position: relative;

    margin-top: -0.1vw;
    z-index: 12;
}
.ideal-for .bg-in{
    position: absolute;
    right: 0;
    z-index: 0;

    top: -38vw;
}
.ideal-for .bg-in img{
    width: 74.097vw;
}
.ideal-for .title-wrap{
    width: 53.125vw;
}
.ideal-for .title-wrap h2{
    color: var(--white-100, #FFF);
    /* H2 */
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 1.458vw;
}

.ideal-for .title-wrap p{
    color: var(--white-100, #FFF);
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    opacity: 0.9;
}

.ideal-for-inner{
    margin-top: 5.556vw;
}
.ideal-for-inner h3{
    color: #F7C614;

    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;

    margin-bottom: 2.847vw;
}

.ideal-for-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ideal-for-row .it{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    position: relative;
}
.ideal-for-row .it img{
    width: 5.903vw;
    height: 5.903vw;

    margin-right: 2.014vw;
}
.ideal-for-row .it span{
    color: var(--white-100, #FFF);
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-transform: uppercase;

    display: block;
    width: 17.639vw;
}

.ideal-for-row .it .svgs svg:nth-child(1){
    width: 15.861vw;
    height: 5.722vw;
    position: absolute;
    bottom: -1.5vw;
    left: -5.6vw;
}
.ideal-for-row .it .svgs svg:nth-child(2){
    width: 14.167vw;
    height: 6.944vw;
    position: absolute;
    bottom: -3vw;
    left: -5.2vw;
}

.your-business{
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;

    box-sizing: border-box;

    position: relative;

    padding-top: 14.931vw;

    z-index: 10;
}
.your-business .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    z-index: -1;
}
.your-business .bg-img img{
    width: 100%;
}
.your-business .bg-img video{
    width: 100%;
    object-fit: cover;
}
.your-business .your-business-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.your-business .your-business-inner .title-wrap h2{
    color: var(--white-100, #FFF);
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;

    width: 37.708vw;
}
.your-business .your-business-inner .title-wrap h2 span{
    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;
}
.your-business .your-business-inner .title-wrap{
    margin-right: 16.597vw;
}

.your-business .your-business-inner .calendar-block{
    border-radius: 2.083vw;
    background: rgba(255, 255, 255, 0.10);

    backdrop-filter: blur(2.431vw);

    padding: 2.014vw 5.972vw 2.014vw 5.208vw;

    display: flex;
    flex-direction: column;

    box-sizing: border-box;

    height: 26.042vw;
}
.your-business .your-business-inner{
    margin-bottom: 4.792vw;
}

.calendar-block span{
    color: #F8F8F8;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    opacity: 0.75;

    display: block;

    margin-bottom: 1.736vw;
}
.calendar-block b{
    color: #FFF;

    text-align: center;
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;

    margin-bottom: 1.319vw;

    display: block;


    text-transform: uppercase;
}
.calendar-block .date-selector{
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.calendar-block .date-selector input{
    width: 15.972vw;
    height: 3.333vw;
    box-sizing: border-box;

    padding: 0.694vw 1.667vw;

    border-radius: 0.556vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);

    color: #FFF;

    /* Body 1 */
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.calendar-block .date-selector svg {
    position: absolute;
    top: 0.9vw;
    right: 1vw;

    width: 1.389vw;
    height: 1.389vw;
}
.calendar-block .mb-spec1{
    margin-bottom: 3.889vw;
}
.calendar-block input:disabled{
     opacity: 0.8;
}

.your-business .your-business-button{
    width: 100%;

    margin-bottom: 11.736vw;
}
.your-business .your-business-button a{
    width: 100%;

    border-radius: 1.667vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.10);

    backdrop-filter: blur(2.431vw);

    height: 7.917vw;

    box-sizing: border-box;

    padding: 2.014vw 2.917vw;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    text-decoration: none;
}
.your-business .your-business-button a label{
    color: var(--white-100, #FFF);
    font-family: "NeueMachina";
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    text-transform: uppercase;

    width: 41.319vw;
}
.your-business .your-business-button a label span{
    color: var(--Primary-Orange, #FF771D);
}
.your-business .your-business-button a div{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    align-items: center;
}
.your-business .your-business-button a div svg{
    width: 1.528vw;
    height: 1.528vw;

    margin-left: 0.833vw;
}
.your-business .your-business-button a div span{
    color: #FF771D;

    text-align: right;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
}

.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;
}
.bb-block{
    width: 100%;
}
.bb-block a{
    border-radius: 2.083vw;
    background: #000;
    box-shadow: 0px 0px 4.167vw 0px rgba(255, 119, 29, 0.40);

    padding: 5.694vw 3.958vw;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

    height: 34.236vw;

    display: block;

    text-decoration: none;
}

.bb-block .bg-img{
    width: 65.694vw;
    position: absolute;
    top: 0;
    right: 0;

    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-weight: 400;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;

    width: 38.403vw;

    margin-bottom: 2.222vw;

    position: relative;
    z-index: 1;
}
.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;
}

.certifications {
    padding: 6.25vw 4.16667vw 7.63889vw;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
.certifications .slick-list {
    overflow: visible; }

@media screen and (max-width: 960px) {
    .certifications {
        padding: 32vw 4.26667vw 13.33333vw; } }

.certifications .title-wrap {
    margin-bottom: 2.77778vw; }

@media screen and (max-width: 960px) {
    .certifications .title-wrap {
        margin-bottom: 10.66667vw; } }

.certifications .title-wrap p {
    margin-top: 1.38889vw;
    width: 45.83333vw;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: white; }

@media screen and (max-width: 960px) {
    .certifications .title-wrap p {
        width: 100%;
        margin-top: 4vw;
        font-size: 3.73333vw; } }

.certifications .cert-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
@media screen and (max-width: 960px) {
    .certifications .cert-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.certifications .cert-list .list-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30vw;
    height: 12.91667vw;
    padding: 1.38889vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.66667vw;
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    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;
    margin-right: 1.38889vw; }

@media screen and (max-width: 960px) {
    .certifications .cert-list .list-item {
        width: 45.06667vw;
        height: 39.2vw;
        padding: 4.26667vw;
        border-radius: 5.33333vw;
        margin-bottom: 1.06667vw;
        margin-right: 0; } }

.certifications .cert-list .list-item .logo svg {
    max-width: 60%;
    max-height: 4.16667vw; }

@media screen and (max-width: 960px) {
    .certifications .cert-list .list-item .logo svg {
        max-width: 60%;
        max-height: 16vw; } }

@media screen and (min-width: 960px) {
    .info-icon svg {
        opacity: 1; } }

.certifications .cert-list .list-item .name-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 960px) {
    .certifications .cert-list .list-item .name-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.certifications .cert-list .list-item .name-info .name {
    font-size: 0.97222vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: rgba(255, 255, 255, 0.05);
    margin-right: 0.41667vw; }

@media screen and (max-width: 960px) {
    .certifications .cert-list .list-item .name-info .name {
        font-size: 2.93333vw;
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        margin-right: 1.6vw; } }

.info-icon {
    position: relative;
    cursor: pointer; }

@media screen and (min-width: 960px) {
    .info-icon:hover .text {
        display: block; } }

.info-icon > svg {
    width: 1.38889vw;
    height: 1.38889vw;
    opacity: 0.8;
    display: block; }

@media screen and (max-width: 960px) {
    .info-icon > svg {
        width: 5.33333vw;
        height: 5.33333vw;
        opacity: 1; }
    .info-icon > svg * {
        fill: #f7c614; } }

.info-icon .text {
    display: none;
    position: absolute;
    left: 0;
    top: 1.80556vw;
    width: 16.66667vw;
    padding: 0.55556vw 0.69444vw 0.48611vw;
    border-radius: 0.83333vw;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: solid 1px rgba(255, 255, 255, 0.1);
    background-color: rgba(68, 68, 68, 0.7);
    font-size: 0.83333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.info-icon .text ul {
    list-style: disc;
    padding-left: 10px; }

.info-icon .text ul li {
    margin-bottom: 5px; }

.info-icon .text ul li:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 960px) {
    .info-icon .text.active {
        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;
        position: fixed;
        z-index: 98;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        border-radius: 0;
        -webkit-backdrop-filter: blur(34px);
        backdrop-filter: blur(34px);
        background-color: rgba(0, 0, 0, 0.4);
        border: none;
        font-size: 3.73333vw;
        width: auto; }
    .info-icon .text.active .inner {
        width: 93.33333vw;
        height: 69.33333vw;
        padding: 5.33333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 3.2vw;
        border: solid 1px rgba(255, 255, 255, 0.1);
        background-color: rgba(68, 68, 68, 0.7);
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .info-icon .text.active .inner .inner-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .info-icon .text.active .inner .inner-header .name {
        display: inline-block;
        font-size: 4.26667vw;
        color: #030303;
        background-color: #f7c614; } }


.certifications{
    position: relative;
}
.certifications .bg-img{
    width: 100%;
    position: absolute;

    top: 0;
    right: 0;

    z-index: 0;
}
.certifications .bg-img img{
    width: 100%;
}

.certifications .cert-list .list-item {
    background: unset!important;
    backdrop-filter: unset!important;

    border: unset!important;

    position: relative;

    height: 11vw;
}

.certifications .cert-list .list-item .logo svg{
    border-radius: 0.278vw;
    border: 0.139vw solid #FFF;
    background: #212121;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);

    padding: 0.139vw 0.417vw;
}
.certifications .cert-list .list-item:after{
    position: absolute;
    top: 2vw;
    right: 0;

    width: 0.069vw;
    height: 7.986vw;background: rgba(255, 255, 255, 0.15);

    content: ' ';
}

@media(max-width: 960px){
    .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;
    }
}


@media(max-width: 960px){
    .wl-header h1 {
        font-size: 12.8vw;
        text-align: center;

        margin-bottom: 6.4vw;
    }
    .wl-header .data-n {
        padding-top: 35.733vw;
    }
    .wl-header .title-wrap {
        width: 100%;
    }
    .wl-header p{
        font-size: 3.733vw;
    }

    .wl-header .data-n {
        height: 159vw;
    }

    .homenew-header .bg-img video, .homenew-header .bg-img img {
        width: 220%;
        object-position: right;
    }

    .wl-header .button {
        margin-top: 31.917vw;
        width: 100%;
    }

    .ideal-for .title-wrap {
        width: 100%;
        z-index: 2;
        position: relative;
    }

    .ideal-for .title-wrap h2 {
        font-size: 7.467vw;
        line-height: 110%;
        margin-bottom: 6.667vw;
    }

    .ideal-for .title-wrap p {
        font-size: 3.733vw;
    }

    .ideal-for .bg-in{
        display: none;
    }
    .ideal-for .coin-mob{
        width: 100%;
    }
    .ideal-for .coin-mob img{
        width: 100%;
        object-fit: cover;
        object-position: right;

        border-radius: 100%;
        box-shadow: 0px 0px 60vw rgba(255, 116, 6, 0.09);
    }

    .ideal-for-row{
        flex-direction: column;
    }
    .ideal-for-row .svgs{
        display: none;
    }

    .ideal-for-row .it img {
        width: 22.667vw;
        height: 22.667vw;
        margin-right: 6.133vw;
    }

    .ideal-for-row .it{
        margin-bottom: 4.267vw;
    }

    .ideal-for-row .it span {
        font-size: 4.267vw;
        line-height: 140%;
        width: 59.639vw;
    }

    .ideal-for-inner{
        position: relative;
    }
    .ideal-for-inner .svgs-mob{
        position: absolute;
        top: -22vw;
        left: -5vw;
    }
    .ideal-for-row .it {
        width: 100%;
    }

    .ideal-for-inner .svgs-mob-2{
        position: absolute;
        bottom: -19vw;
        left: -4vw;
    }
    .ideal-for-inner .svgs-mob svg, .ideal-for-inner .svgs-mob-2 svg{
        width: 35.2vw;
        height: 42.133vw;
    }

    .your-business .bg-img {
        top: -100vw;
    }

    .your-business .your-business-inner {
        width: 100%;
        flex-direction: column;
    }

    .your-business .your-business-inner .title-wrap {
        margin-right: unset;
        margin-top: 18.667vw;
    }

    .your-business .your-business-inner .title-wrap h2 {
        font-size: 7.467vw;
        width: 100%;

        margin-bottom: 6.667vw;
    }

    .your-business .your-business-inner .title-wrap h4{
        color: var(--white-100, #FFF);
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        text-transform: uppercase;

        margin-bottom: 12.267vw;
    }
    .your-business .your-business-inner .title-wrap h4 span{
        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;
    }

    .your-business .your-business-inner .calendar-block {
        border-radius: 8vw;
        padding: 4.8vw 9.867vw;
        height: 81.333vw;
        width: 83.2vw;
    }

    .calendar-block span {
        font-size: 3.2vw;
        margin-bottom: 4.267vw;
    }

    .calendar-block b {
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 5.067vw;
        display: block;
        text-transform: uppercase;
    }
    .calendar-block .mb-spec1 {
        margin-bottom: 10.667vw;
    }

    .calendar-block .date-selector input {
        width: 58.667vw;
        height: 12.8vw;
        box-sizing: border-box;
        padding: 2.667vw 6.4vw;
        border-radius: 2.133vw;
        border: 0.267vw solid rgba(255, 255, 255, 0.10);
        background: rgba(255, 255, 255, 0.10);
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .calendar-block .date-selector svg {
        position: absolute;
        top: 3.5vw;
        right: 7vw;
        width: 6.4vw;
        height: 6.4vw;
    }

    .your-business .your-business-inner {
        margin-bottom: 21.333vw;
    }

    .your-business .your-business-button {
        width: 100%;
        margin-bottom: 11.736vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .your-business .your-business-button a {
        width: 83.467vw;
        border-radius: 6.4vw;
        border: 0.069vw solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(2.431vw);
        height: 55.067vw;
        box-sizing: border-box;
        padding: 6.667vw 3.467vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
    }


    .your-business .your-business-button a label {
        color: var(--white-100, #FFF);
        font-family: "NeueMachina";
        font-size: 4.8vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }

    .your-business .your-business-button a div span {
        color: #FF771D;
        text-align: right;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-transform: uppercase;
    }

    .your-business .your-business-button a div svg {
        width: 5.867vw;
        height: 5.867vw;
        margin-left: 6.4vw;
    }

    .gain{
        padding-top: 30.4vw;
    }

    .gain .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.933vw;
        width: 100%;
    }

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

    .bg1 img {
        margin-top: 3.472vw;
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        width: 50%;
        z-index: 1;
    }

    .gain .list-elements {
        margin-bottom: 20.8vw;
    }

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


    .six-steps{
        margin-top: 21.333vw;
    }
    .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;
    }

    .certifications .slick-list{
        overflow: hidden;
    }

    .certifications .cert-list{
        height: 33vw;
    }

    .certifications .cert-list .list-item{
        height: 40vw;
    }

    .certifications .cert-list .list-item .info-icon {
        position: relative;
        cursor: pointer;
        margin-right: 37vw;
    }

    .certifications .cert-list .list-item:after {
        position: absolute;
        top: 7vw;
        right: 11vw;
        width: 0.069vw;
        height: 25.667vw;
        background: rgba(255, 255, 255, 0.15);
        content: ' ';
    }

    .certifications .bg-img {
        width: 100%;
        position: absolute;
        top: 0vw;
        right: 45vw;
        z-index: 0;
    }

    .certifications .bg-img img {
        width: 200%;
        height: 130vw;
    }

    .certifications {
        margin-bottom: 21vw;
    }
}

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