﻿.programming-results-hero-template--21901710360790__hero {
    padding: 16px 0 30px;
    background: #f1f1f1;
}

    .programming-results-hero-template--21901710360790__hero .prh-wrap {
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
    }

    .programming-results-hero-template--21901710360790__hero .prh-back {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        color: rgba(var(--g-color-heading-rgb), 0.75);
        text-decoration: none;
        margin-bottom: 14px;
    }

        .programming-results-hero-template--21901710360790__hero .prh-back:hover {
            color: var(--g-main);
        }

    .programming-results-hero-template--21901710360790__hero .prh-title {
        font-size: clamp(32px, 4.4vw, 54px);
        line-height: 1.06;
        margin: 0 0 14px;
    }

    .programming-results-hero-template--21901710360790__hero .prh-text {
        max-width: 760px;
        font-size: 16px;
        line-height: 1.6;
        opacity: 0.88;
        margin: 0 auto;
    }

@media (max-width: 749px) {
    .programming-results-hero-template--21901710360790__hero {
        padding: 34px 0 22px;
    }
}

/* First Section End */

.programming-results-instructions-template--21901710360790__instructions {
    padding: 34px 0 34px;
    background: #ffffff;
}

    .programming-results-instructions-template--21901710360790__instructions .pri-head {
        margin-bottom: 18px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-title {
        margin: 0 0 8px;
        font-size: clamp(24px, 3vw, 34px);
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-text {
        margin: 0;
        opacity: 0.84;
        max-width: 860px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-list {
        display: grid;
        gap: 12px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-steps-content {
        border: none;
        border-radius: 12px;
        padding: 16px;
        background: #fff;
        line-height: 1.65;
        max-height: 525px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .programming-results-instructions-template--21901710360790__instructions .pri-steps-content > *:last-child {
            margin-bottom: 0;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-steps-content ol,
        .programming-results-instructions-template--21901710360790__instructions .pri-steps-content ul {
            margin: 0;
            padding-left: 22px;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-steps-content li {
            margin-bottom: 10px;
        }

            .programming-results-instructions-template--21901710360790__instructions .pri-steps-content li:last-child {
                margin-bottom: 0;
            }

    .programming-results-instructions-template--21901710360790__instructions .pri-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 16px;
        align-items: start;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guides-title {
        margin: 0 0 10px;
        font-size: 20px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guides {
        display: grid;
        gap: 10px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guide {
        border: none;
        border-radius: 12px;
        padding: 10px;
        background: #fff;
        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 10px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guide-thumb {
        width: 72px;
        height: 92px;
        border-radius: 8px;
        background: #f3f3f3;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: rgba(var(--g-color-heading-rgb), 0.7);
    }

        .programming-results-instructions-template--21901710360790__instructions .pri-guide-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .programming-results-instructions-template--21901710360790__instructions .pri-guide-title {
        margin: 0 0 4px;
        font-size: 16px;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guide-text {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 1.5;
        opacity: 0.86;
    }

    .programming-results-instructions-template--21901710360790__instructions .pri-guide-btn {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 0 14px;
        text-decoration: none;
        border-radius: 20px;
        background-color: var(--g-main) !important;
        color: #fff !important;
        border-color: var(--g-main) !important;
    }

        .programming-results-instructions-template--21901710360790__instructions .pri-guide-btn:hover {
            background-color: #000 !important;
            border-color: #000 !important;
            color: #fff !important;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-guide-btn:before {
            background: #000 !important;
        }

@media (max-width: 749px) {
    .programming-results-instructions-template--21901710360790__instructions {
        padding: 8px 0 24px;
    }

        .programming-results-instructions-template--21901710360790__instructions .pri-steps-content {
            padding: 12px;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-layout {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-guide {
            grid-template-columns: 62px 1fr;
            padding: 9px;
        }

        .programming-results-instructions-template--21901710360790__instructions .pri-guide-thumb {
            width: 62px;
            height: 82px;
        }
}

/* Second Section End */

.programming-results-video-template--21901710360790__video {
    padding: 10px 0 34px;
    background: #ffffff;
}

    .programming-results-video-template--21901710360790__video .prv-head {
        margin-bottom: 18px;
        text-align: center;
    }

    .programming-results-video-template--21901710360790__video .prv-title {
        margin: 0 0 8px;
        font-size: clamp(24px, 3vw, 34px);
    }

    .programming-results-video-template--21901710360790__video .prv-text {
        margin: 0;
        opacity: 0.82;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }

    .programming-results-video-template--21901710360790__video .prv-frame-wrap {
        position: relative;
        padding-top: 56.25%;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
    }

        .programming-results-video-template--21901710360790__video .prv-frame-wrap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

@media (max-width: 749px) {
    .programming-results-video-template--21901710360790__video {
        padding: 8px 0 24px;
    }
}

/* Third Section End */

.customstyletemplate--21901710360790__advanced_content_g7TrTz {
    position: relative;
    z-index: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.customstyletemplate--21901710360790__advanced_content_g7TrTz::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    height: 0%;
    background-color: transparent;
}

/* Fourth Section End */

.customstyletemplate--21901710360790__advanced_content_g7TrTz {
    background: #ff7000;
    padding: 40px 0px 40px 0px;
    margin: 0px 0px 0px 0px;
}

.customstyletemplate--21901710360790__advanced_content_g7TrTz {
}

/*@media (max-width: 1199px) {
    .customstyletemplate--21901710360790__advanced_content_g7TrTz {
        padding:;
        margin:;
    }
}
*/
@media (max-width: 750px) {
    .customstyletemplate--21901710360790__advanced_content_g7TrTz {
        padding: 40px 0px 40px 0px;
        margin: 0px 0px 0px 0px;
    }
}

/* Five Section End */

.faq-contact-cta h3,
.faq-contact-cta p {
    color: #fff;
}

.faq-contact-cta .btn.btn-theme {
    background: #fff;
    border-color: #fff;
    color: #f37c20;
}

.faq-contact-cta .btn.btn-theme:before {
    background: #000 !important;
}

.faq-contact-cta .btn.btn-theme:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.faq-contact-cta .btn.btn-theme:hover:before {
    background: #000 !important;
}

/* Six Section End */


/* Custom CSS Start */

#MainContent{
    display:none;
}

/* Custom CSS End */