.post-inner-white {
    background: transparent!important;
}
body{
    background: linear-gradient(180deg, rgba(75, 157, 207, 0.15) 0%, rgba(75, 157, 207, 0.00) 99.74%), #0E0E0E;
}
body.single-tutorial {
    background: #151515;
}

.post-inner-white .post-inner-header{
    padding: 0;
}
.post-inner-white .post-inner-header .title-cat h1{
    color: #fff;
    margin-top: -0.5vw;

}

.post-inner-white .post-inner-header .back-wrap a{
    background: #2E3940!important;
    color: white!important;
}
.post-inner-white .post-inner-header .back-wrap a svg path{
   stroke: white!important;
}
.post-inner-white .post-inner-header .back-wrap {
    width: 11.667vw;
}
.post-inner-white .post-inner-header{
    justify-content: flex-start;
}
.post-inner-white .sub-header-content p{
    color: #FFF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.9;

    margin-top: 5vw;
}

.post-inner-white .post-inner-meta{
    padding: 0!important;
}
.post-inner-white .post-inner-meta::after {
    display: none!important;
}
.post-breadcrumbs ul li a {
    opacity: 1!important;
}
.post-inner-white .post-inner-meta .author-meta{
    width: auto!important;
}

.post-inner-meta{
    display: flex;
    flex-direction: column;
    justify-content: flex-start!important;
    align-items: flex-start!important;
}
.post-inner-meta .authors{
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.post-inner-meta .authors > div{
    width: 25%;

    margin-right: 1.875vw;
}
.post-inner-meta h4{
    color: #BFBFBF;
    /* Body 3 */
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin-bottom: 1.667vw;
}
.post-inner-white .post-inner-meta .author-meta .name-desc .desc p{
    color: #BFBFBF;
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    opacity: 0.4;
}
.post-inner-white .post-inner-meta .author-meta .name-desc .name,.post-inner-white .post-inner-meta .author-meta .name-desc .name a{
    color: #4B9DCF;
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

    text-decoration: none;
}
.episode .post-inner-meta{
    margin-top: 1.458vw;

    display: flex;
    flex-direction: row;

    margin-bottom:2.222vw;
}
.episode .episode-n{
    color: #BFBFBF;
    /* Body 2 */
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.right > .post-inner-meta{
    margin-bottom: 6.944vw;
}
.episode h2{
    color: #FFF;
    /* H4 */
    font-family: "NeueMachina";
    font-size: 2.222vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.64px;

    width: 80%;
}

.post-inner-white .post-inner-meta .share-wrap {
    width: 20%;
}
.episode-content p{
    color: #FFF;
    /* Body 3 */
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 80%;

    margin-bottom:2.222vw;
}
.episode{
    margin-bottom: 7.583vw;
}

.poster{
    position: relative;

    width: 100%;
}
.poster img{
    border-radius: 2.778vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.16);

    max-width: 100%;
    width: 100%;
}
.poster a{
    position: absolute;

    bottom: 2.917vw;
    left: 2.917vw;

    text-decoration: none;
    height: 3.889vw;
}
.poster a svg{
    position: absolute;
    top: 0;
    left: 0;
}
.vid{
    width: 100%;
}
.vid iframe{
    border-radius: 2.778vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.16);
    width: 100%;
}

.post-inner-white .post-inner-meta .share-wrap .share-buttons .share-label {
    color: white;
    background: rgba(255, 255, 255, 0.30);
}

.post-inner-content .left .up-button-wrap .up-button span {
    color: white!important;
}
.post-inner-content .left .up-button-wrap .up-button .icon-wrap{
    background: rgba(255,255,255,0.2);
}

.right{
    margin-left: 5vw;
}

.episodes-list{
    display: flex;
    flex-direction: column;
}
.episodes-list a{
    padding: 1.389vw;
    text-decoration: none;
    display: block;
    color: rgba(255,255,255,.7);
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0;
    transition: 0.3s;
    border-radius: 0.556vw;
}
.episodes-list a.active{
    color:#FF771D;
    background: #FF771D1A;
}
.episodes-list a:hover {
    color:#ffffff;
    background: #FFFFFF0F;
}
.episodes-list{
    margin-bottom: 3.889vw;
}

.contact-us .top .title-wrap-contacts h2{
    color: white;
}
.contact-us .top .right .person{
    position: relative;
    z-index: 4;
}
.contact-us .top .right .form-wrap{
    position: relative;
    z-index: 4;
}
.new_form_bg{
    position: absolute;
    right: -4.4vw;
    top: -10vw;
}

body,html{
    overflow-x: hidden;
}
.contact-us{
    margin-top: 15.111vw!important;
    margin-bottom: 6.944vw;
}

.post-inner-rate {
    border-top: unset;
    padding-top: 10.472vw;
    margin-bottom: 5vw;
}
.post-inner-rate .title{
    color: white!important;
}

.post-inner-rate .rate-list a {
    color: white;
    background-color: rgba(255, 255, 255, 0.07);
}

@media(max-width: 960px){
    .post-inner-white .post-inner-header {
        flex-direction: row;
    }
    .post-inner-white .post-inner-header .back-wrap {
        width: 25%!important;
    }
    .post-inner-white .post-inner-header .title-cat{
        width: 75%;
        margin-top: unset!important;
    }

    .right {
        margin-left: 0!important;
    }

    .post-inner-white .sub-header-content p {
        color: #FFF;

        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .post-inner-meta h4 {
        font-size: 4.267vw;
        margin-bottom: 4.533vw!important;
    }
    .post-inner-white .post-inner-meta .author-meta {
        margin-top: unset!important;
    }
    .post-inner-white .post-inner-meta .author-meta .name-desc .name, .post-inner-white .post-inner-meta .author-meta .name-desc .name a {

        font-size: 3.733vw;
    }

    .post-inner-white .post-inner-meta .author-meta .name-desc .desc p {
        font-size: 3.2vw;
    }

    .new_form_bg{
        max-width: 100%;
    }
    .new_form_bg img {
        max-width: 209%;
    }
    .contact-us .top .right .person .data {
        width: 100%;
    }

    .episode .episode-n {
        font-size: 4.267vw;

        margin-bottom: 6.4vw;
    }

    .episode h2 {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 5.333vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -0.64px;
        width: 100%;

        margin-bottom: 6.4vw;
    }

    .post-inner-white .post-inner-meta .share-wrap {
        width: 100%;
        position: absolute;
        top: -14vw;
    }

    .episode-content p {
        font-size: 3.73vw;
        width: 100%;
        margin-bottom: 6.4vw;
    }

    .episodes{
        margin-top: 11.467vw;
    }
    .episode{
        margin-bottom: 19.2vw;
    }

    .poster a {
        height: 16.889vw;
    }
}

.contact-us .right{
    margin-left: 0!important;
}
.contact-us {
    margin-top: 15.111vw !important;
    margin-bottom: 6.944vw;
    padding: 0;
}

@media(min-width: 1440px){
    .post-inner-rate {
        border-top: unset;
        padding-top: 2vw;
        margin-bottom: 5vw;
    }
}


.episodes-list-mob{
    border-radius: 3.733vw;
    background: rgba(255, 255, 255, 0.05);
}
.episodes-list-mob h3{
    color: rgba(255,255,255,0.4);
    font-family: "NeueMachina";
    font-size: 4.267vw;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;

    padding: 4.8vw;
    box-sizing: border-box;
}
.episodes-list-mob a{
    display: flex;
    flex-direction: row;
    align-items: center;

    padding: 4.8vw;

    text-decoration: none;

    border-bottom: 1px solid rgba(255,255,255,0.1);

    transition: 0.3s;
}
.episodes-list-mob a:last-child{
    border-bottom: unset!important;

    border-bottom-left-radius: 3.733vw;
    border-bottom-right-radius: 3.733vw;
}
.episodes-list-mob a span{
    width: 6.667vw;
    height: 6.667vw;

    margin-right: 1.6vw;

    color: #FFF;
    font-family: "NeueMachina";
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.933vw;

    opacity: 0.6;
    transition: 0.3s, opacity 0.3s;
}
.episodes-list-mob a p{

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

    opacity: 0.6;

    transition: 0.3s, opacity 0.3s;
}

.episodes-list-mob a:hover, .episodes-list-mob a.active{
    background: rgba(255, 119, 29,0.1);
}
.episodes-list-mob a:hover span,.episodes-list-mob a:hover p{
    opacity: 1;
    color: #FF771D;
}
.episodes-list-mob a.active span,.episodes-list-mob a.active p{
    opacity: 1;
    color: #FF771D;
}
.episodes-list-mob h3{
    position: relative;
}
.episodes-list-mob h3 svg{
    position: absolute;

    top: 7.5vw;
    right: 5vw;

    transform: rotate(180deg);

    transition: transform 0.3s;
}
.episodes-list-mob h3.active svg{
    transform: rotate(0deg);
}
.episodes-list-mob{
    position: relative;
}
.elm-hide-list{
    position: absolute;
    width: 100%;
    background: #212121;

    z-index: 7;
    border-bottom: unset !important;
    border-bottom-left-radius: 3.733vw;
    border-bottom-right-radius: 3.733vw;
    top: 14vw;

    padding-top: 3vw;
}

.to-fixed{
    position: fixed;
    z-index: 99;
    top: 20vw;
    width: calc(100% - 8vw);
    box-sizing: border-box;
    margin-left: 4vw;
    margin-right: 4vw;
    background: #222C33;
    left: 0;
}

.elm-hide-list a:first-child{
    border-top: 1px solid rgba(255,255,255,0.1);
}

.single-tutorial .author-episodes-time {
    display: flex;
    gap: 0.556vw;
    flex-direction: row;
}
.single-tutorial .post-inner-white .post-inner-meta.author-episodes-time > div .name-desc .name a {
    color: #ffffff;
}
.single-tutorial .post-inner-white .post-inner-meta .author-meta {
    margin: 0;
}
.single-tutorial .post-inner-white .post-inner-meta .author-meta img {
    transform: translateY(-10%);
}
.single-tutorial .author-episodes-time > div {
    display: inline-flex;
    justify-content: center;
    color: #ffffff;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.368px;
    height: 2.5vw;
    align-items: center;
    background: #292929;
    padding: 0.556vw 0.833vw 0.156vw 0.833vw;
    font-weight: 500;
    border-radius: 0.694vw;
    width: fit-content;
}
.single-tutorial .author-episodes-time > div svg {
    margin-right: 0.556vw;
}
.group-title {
    color: #FF771D;
    font-size: 1.25vw;
    line-height: 150%;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.694vw;
}
.group-title p {
    margin: 0;
}
.single-tutorial .episodes-block {
    background: #FFFFFF0A;
    padding: 2.222vw;
    margin-bottom: 2.778vw;
    border-radius: 2.778vw;
}
.single-tutorial .episodes-block .episode:not(.episode:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.single-tutorial .episodes-block .episode .post-inner-meta {
    margin-top: 0;
    margin-bottom: 0;
}
.single-tutorial .episodes-block .episode {
    margin-bottom: 0;
}
.single-tutorial .episodes-block .episode .post-inner-meta h2 {
    margin: 1.111vw 0 1.667vw;
    font-weight: 500;
    line-height: 120%;
    font-size: 2.222vw;
}
.single-tutorial .episodes-block .episode .post-inner-meta .share-wrap {
    margin-top: 1.667vw;
}
.single-tutorial .episodes-block .episode .post-inner-meta p {
    color: rgba(255,255,255,.8);
    font-size: 1.111vw;
    line-height: 150%;
    font-weight: 400;
    margin-top: 1.667vw;
    margin-bottom: 0;
}
.single-tutorial .right > .post-inner-meta {
    margin-top: 2.222vw;
    margin-bottom: 2.778vw;
}
.single-tutorial .episodes-block .episode:has( + .episode) {
    padding-bottom: 3.333vw;
}
.single-tutorial .episodes-block .episode + .episode .post-inner-meta h2 {
    margin-top: 3.333vw;
}
.single-tutorial .play-btn {
    opacity: 0;
}
.play-btn {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 1.667vw;
    box-shadow: 0 0 0 8px #FF771D4D;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2.778vw;
    background: #FF771D;
    color: #ffffff;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: opacity 0.3s;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.play-btn svg {
    width: 1.736vw;
    height: 1.736vw;
    margin-right: 0.694vw;
}
.play-btn svg path {
    fill: white;
}
.poster a svg {
    position: initial;
}
.poster a {
    bottom: 50%;
    left: 50%;
}
.single-tutorial .poster:hover .play-btn {
    opacity: 1;
}
.single-tutorial .post-inner-content .left .fixed-part.fixed,
.single-tutorial .post-inner-content .left {
    width: 19.889vw;
    max-width: 19.889vw;
}
html, body {
  overflow-x: hidden !important;
}
.post-inner-white {
    overflow: auto !important;
}
.single-tutorial .episodes-list {
    background: #FFFFFF0A;
    padding: 0.278vw;
    margin-bottom: 1.111vw;
    border-radius: 1.111vw;
}
.single-tutorial .small-cta-sidebar {
    padding: 1.667vw;
    background: #FFFFFF0A;
    border-radius: 1.111vw;
}
.single-tutorial .small-cta-sidebar p {
    font-size: 1.111vw;
    font-weight: 700;
    line-height: 120%;
    color: white;
}
.single-tutorial .small-cta-sidebar a {
    font-size: 1.111vw;
    margin-top: 1.111vw;
    width: initial;
    height: initial;
    padding: 1.111vw;
    border-radius: 0.556vw;
}

@media screen and (min-width: 960px) {
    .single-tutorial .post-inner-content .left .up-button-wrap {
        margin-top: 1.111vw;
    }
    .single-tutorial .post-inner-content .left .up-button-wrap .up-button {
        width: 100%;
    }
    .single-tutorial .post-inner-content .left .up-button-wrap .up-button .icon-wrap {
        width: 100%;
        margin: 0;
        background: #FFFFFF14;
        border-radius: 1.111vw;
        padding: 1.389vw 0;
    }
    .single-tutorial .post-inner-content .left .up-button-wrap .up-button span {
        font-size: 1.111vw;
        line-height: 120%;
        font-weight: 700;
    }
    .single-tutorial .post-inner-content .left .up-button-wrap .up-button .icon-wrap svg {
        width: 0.833vw;
        height: 0.833vw;
        margin-left: 0.556vw;
    }
}
.single-tutorial .post-inner-content .right {
    width: 75%;
}

@media screen and (max-width: 960px) {
    .single-tutorial .post-inner-content .right {
        width: 100%;
    }
    .single-tutorial .author-episodes-time > div {
        margin-top: 0;
        height: initial;
        border-radius: 2.133vw;
    }
    .single-tutorial .author-episodes-time > div > span.text {
        font-size: 3.733vw;
    }
    .single-tutorial .author-episodes-time > div {
        padding: 1.867vw 2.133vw;
    }
    .single-tutorial .post-inner-white .post-inner-meta svg,
    .single-tutorial .post-inner-white .post-inner-meta .author-meta .img-wrap img {
        width: 5.333vw;
        height: 5.333vw;
    }
    .single-tutorial .author-episodes-time {
        gap: 2.133vw;
    }
    .single-tutorial .right > .post-inner-meta {
        margin-top: 6.4vw;
        margin-bottom: 10.667vw;
    }
    .group-title {
        font-size: 4.267vw;
    }
    .group-title svg {
        width: 5.333vw;
        height: 5.333vw;
        margin-right: 2.667vw;
    }
    .single-tutorial .episodes-block .episode .post-inner-meta h2 {
        font-size: 6.4vw;
        margin: 4.267vw 0 6.4vw;
    }
    .single-tutorial .poster a {
        height: initial;
        font-size: 4.267vw;
        border-radius: 4.267vw;
        padding: 1.667vw 1.667vw 0.967vw 1.667vw;
    }
    .single-tutorial .poster a svg {
        width: 4.267vw;
        height: 4.267vw;
        margin-top: -1vw;
    }
    .single-tutorial .episodes-block .episode .post-inner-meta p {
        font-size: 3.733vw;
        margin-top: 5.333vw;
        margin-bottom: 4.267vw;
    }
    .single-tutorial .episodes-block {
        padding: 4.267vw;
    }
    .single-tutorial .post-inner-white .post-inner-meta .share-wrap {
        position: initial;
        text-align: left;
    }
    .single-tutorial .episodes-block .episode:has( + .episode) {
        padding-bottom: 10.667vw;
    }
    .single-tutorial .episodes-block .episode + .episode .post-inner-meta h2 {
        margin-top: 10.667vw;
    }
    .newsletter-subs .title {
        font-size: 7.467vw;
    }
}

.newsletter-subs {
    margin: 1.25vw 0.83333vw 5.55556vw;
    padding: 3.26389vw 21.5vw 3.95833vw;
    border-radius: 1.38889vw;
    /* background-color: #f7c614; */
    /* color: #000; */
    position: relative; 
    background: url(/wp-content/themes/pmtech/tmp-content/ubo/bg-cta-tutorials.png);
    background-size: 100% 100%;
    color: white;
}
@media screen and (max-width: 960px) {
    .newsletter-subs {
        margin: 4.26667vw 1.06667vw 21.33333vw;
        padding: 12.53333vw 6.86667vw 22.4vw;
        border-radius: 5.33333vw; 
    } 
}
.newsletter-subs .form-wrap {
    padding: 0 !important;
}
.newsletter-subs .title {
    text-transform: uppercase;
    font-size: 1.38889vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1.04167vw; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs .title {
        font-size: 4.8vw;
        margin-bottom: 6.4vw; 
    } 
}
.newsletter-subs .hs-richtext {
    font-size: 0.83333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0.83333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}
@media screen and (max-width: 960px) {
    .newsletter-subs .hs-richtext {
        font-size: 2.93333vw;
        bottom: 2.93333vw; 
    } 
}
.newsletter-subs .hs-richtext a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; 
}
@media screen and (min-width: 960px) {
    .newsletter-subs .hs-richtext a:hover {
        color: #000; 
    } 
}
.newsletter-subs form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form {
        display: block; 
    } 
}
.newsletter-subs form input[type="email"] {
    border-radius: 10px;
    background-color: rgba(33, 33, 33, 0.1);
    width: 22.63889vw;
    padding: 1.59722vw 1.52778vw 0.48611vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: NeueMachina;
    border: none;
    outline: none;
    height: 3.40278vw;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
    font-size: 1.04167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form input[type="email"] {
        width: 100%;
        padding: 6.13333vw 5.86667vw 1.86667vw;
        height: 13.06667vw;
        font-size: 4vw; 
    } 
}
.newsletter-subs form input[type="email"].error {
    color: #e01010; 
}
@media screen and (min-width: 960px) {
    .newsletter-subs form input[type="email"]:hover {
        background-color: rgba(255, 255, 255, 0.25); 
    } 
}
.newsletter-subs form input[type="submit"] {
    padding: 1.18056vw 2.36111vw 1.04167vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    -webkit-appearance: none;
    font-family: NeueMachina;
    border: none;
    outline: none;
    margin-left: 0.27778vw;
    height: 3.40278vw;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form input[type="submit"] {
        margin-left: 0;
        height: 13.06667vw;
        font-size: 3.73333vw;
        padding: 4.53333vw 9.06667vw 4vw;
        width: 100%;
        margin-top: 2.66667vw; 
    } 
}
@media screen and (min-width: 960px) {
    .newsletter-subs form input[type="submit"]:hover {
        opacity: 0.8; 
    } 
}
.newsletter-subs form .hs-form-field {
    position: relative; 
}
.newsletter-subs form .hs-form-field label:not(.hs-error-msg) {
    font-size: 1.04167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 1.52778vw;
    top: 1.11111vw;
    -webkit-transition: .2s ease-in-out font, .2s ease-in-out top;
    -o-transition: .2s ease-in-out font, .2s ease-in-out top;
    transition: .2s ease-in-out font, .2s ease-in-out top; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-form-field label:not(.hs-error-msg) {
        font-size: 4vw;
        left: 5.86667vw;
        top: 4.26667vw; 
    } 
}
.newsletter-subs form .hs-form-field label:not(.hs-error-msg).active {
    font-size: 0.76389vw;
    top: 0.69444vw; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-form-field label:not(.hs-error-msg).active {
        font-size: 2.93333vw;
        top: 2.66667vw; 
    } 
}
.newsletter-subs form .hs-error-msg {
    opacity: 0.7;
    font-size: 0.76389vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #e01010;
    margin: 0.41667vw 1.52778vw 0; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-error-msg {
        font-size: 2.93333vw;
        margin: 1.6vw 5.86667vw 0; 
    } 
}
.newsletter-subs form .hs_error_rollup {
    display: none; 
}
.newsletter-subs .submitted-message {
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    opacity: 0.7; 
}
@media screen and (max-width: 960px) {
    .newsletter-subs .submitted-message {
        font-size: 4.26667vw; 
    } 
}

.newsletter-subs {
    margin-bottom: 1.25vw !important; 
}

@media screen and (max-width: 960px) {
    .newsletter-subs {
        margin-bottom: 6.4vw; 
    } 
}

.temp-video-iframe .video-preview{
    cursor: pointer;
}
.cta-newsubs .subscribe-field{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 22.5vw;
    background: #FFFFFF1A;
    padding: 0.278vw;
    border-radius: 0.833vw;

    text-decoration: none!important;
    outline: none!important;
}
.cta-newsubs .subscribe-field .youtube-part{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 3.333vw;

    background: rgba(0, 0, 0, 0.05);
    padding-right: 2.361vw;
}
.cta-newsubs .subscribe-field .youtube-part svg{
    width: 2.222vw;
    height: 2.222vw;
    margin-left: 1.111vw;
}
.cta-newsubs .subscribe-field .youtube-part span{
    color: #ffffff;
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;

    margin-left: 0.694vw;
}

.cta-newsubs .subscribe-field .button-cta-yt{
    color: white;
    border-radius: 0.556vw;
    background: #FF771D;
    font-family: "NeueMachina";
    font-size:  1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    text-transform: uppercase;

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

    width: 10.347vw;
    height: 3.333vw;
}
.cta-newsubs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter-subs .title {
    margin-bottom: 3.333vw;
    font-size: 3.333vw;
}

@media(max-width: 960px){
    .newsletter-subs .title {
        margin-bottom: 5.6vw;
        font-size: 7.467vw;
    }

    .cta-newsubs .subscribe-field{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        width: 86.4vw;

        text-decoration: none!important;
        outline: none!important;
    }
    .cta-newsubs .subscribe-field .youtube-part{
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 12.8vw;

        background: rgba(0, 0, 0, 0.05);
        padding-right: 9.067vw;
    }
    .cta-newsubs .subscribe-field .youtube-part svg{
        width: 8.533vw;
        height: 8.533vw;
        margin-left: 4.267vw;
    }
    .cta-newsubs .subscribe-field .youtube-part svg path {
        fill: red;
    }
    .cta-newsubs .subscribe-field .youtube-part span{
        color: #ffffff;
        font-family: "NeueMachina";
        font-size: 3.733vw;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;

        margin-left: 2.667vw;
    }

    .cta-newsubs .subscribe-field .button-cta-yt{
        color: white;
        border-radius: 0.556vw;
        font-family: "NeueMachina";
        font-size:  3.733vw;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 16.8px */
        text-transform: uppercase;

        background: #FF771D;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 39.733vw;
        height: 12.8vw;
    }
    .cta-newsubs{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}