#hd .color-primary.tvg-color-fix-01 {
    color: #ff9e1b !important;
}

/*#hd section {
    padding: 0;
}*/

#hd #pageContent-green-session {
    padding-top: 0;
}

.tvg-title-color-fix-01 {
    background-image: -moz-linear-gradient(180deg, #fff 32px, #ff9e1b 32px);
    background-image: -webkit-linear-gradient(180deg, #fff 32px, #ff9e1b 32px);
    background-image: linear-gradient(180deg, #fff 32px, #ff9e1b 32px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tvg-pd-v2 {
    aspect-ratio: 2292 / 1168;
}

.tvg-pd-inscreen {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

#hd .sec-dual .vid-pos {
    top: 1.5%;
}

#hd .sec-dual .filter-trigger li {
    border-radius: 16px;
    corner-shape: square square bevel square;
    border-color: #ff9e1b;
    padding: 0.5em 1em 0.3em 1em;
}

#hd .sec-dual .filter-trigger li.hd-active {
    background: #ff9e1b;
    border-color: #ff9e1b;
}

#hd .sec-dual .filter-trigger li:nth-child(1) {
    padding-left: 1em;
}

#hd .sec-dual .filter-trigger li:nth-child(2) {
    padding-right: 1em;
}

.hd-img.is-connectivity._m {
    display: none;
}

#hd .aspt-wrapper {
    display: flex;
    justify-content: stretch;
    margin-top: 50px;
    gap: 20px;
}

#hd .aspt-fig {
    border: 1px solid #ff9e1b;
    padding: 10px;
    width: 100%;
    border-radius: 16px;
    corner-shape: square square bevel square;
}

#hd .aspt-fig img {
    width: 100%;
    aspect-ratio: 544 / 440;
    object-fit: contain;
}

#hd .aspt-fig span {
    font-size: 1rem;
    color: #ff9e1b;
    margin-top: 20px;
    display: block;
    font-family: "TradeGothicBold", sans-serif;
    font-weight: bold;
}

#hd .hd-container.aspt {
    margin-top: 100px;
}

#hd .sec-dual .filter-trigger li.tvg-d-arrow {
    border: none;
    background: transparent;
}

#hd .sec-dual .filter-trigger li {
    margin: 0;
}

#hd .hd-compare-mark-container .hd-mark {
    padding-bottom: 12px;
}

#hd .hd-compare-mark-container .hd-mark img {
    margin-top: 0;
}

#hd .hd-mark.tvg-for-mobile {
    display: none;
}

/*#hd .sec-dual {
        padding-top: 50px;
    }*/



@media screen and (max-width: 991px) {
    #hd .aspt-wrapper {
        flex-direction: column;
    }
    #hd .hd-mark.tvg-for-mobile {
        display: block;
    }
    #hd .tvg-desktop-only {
        display: none;
    }
    

}

@media screen and (max-width: 767px) {
    .hd-img.is-connectivity._m {
        display: block;
    }

    .hd-img.is-connectivity {
        display: none;
    }
}