/* _content/PCS.Webinar.WebApp/Pages/CharlesLander.cshtml.rz.scp.css */
/* Container for the countdown */
.countdown-container[b-1kln0qndlx] {
    /* max-width: 800px; */
    /* margin: 0 auto;  */
    /* text-align: center; */
    /* padding: 20px; */
    /* box-sizing: border-box; */
}

    /* Make sure the countdown stays centered within its container */
    .countdown-container .tick[b-1kln0qndlx] {
        display: inline-block;
        width: 100%;
    }

        /* If needed, add this to ensure the elements inside align properly */
        .countdown-container .tick [data-layout="horizontal fit"][b-1kln0qndlx] {
            justify-content: center !important;
            margin: 0 auto !important;
        }

.row[b-1kln0qndlx] {
    display: flex; /* Enable flexbox for the row */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
}

@media (min-width: 768px) { /* Apply styles for medium screens and up */
    .row > div.col-md-6[b-1kln0qndlx] {
        display: flex; /* Make the direct children (columns) flex items */
        flex-direction: column; /* Stack content vertically within each column */
    }

    .limited-time-section[b-1kln0qndlx] {
        display: flex; /* Make the orange section a flex container */
        flex-direction: column; /* Stack its internal content */
        height: 100%; /* Make it take up the full height of its parent (the col-md-6) */
    }

    .col-md-6 > div:last-child[b-1kln0qndlx] { /* Target the last div in the right col-md-6 (image or iframe container) */
        flex-grow: 1; /* Allow it to grow and take up remaining vertical space */
        display: flex; /* Ensure inner content (image/iframe) can also be centered if needed */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .col-md-6 iframe[b-1kln0qndlx] {
        height: 100%; /* Make the iframe take full height of its container */
    }

    .col-md-6 img.img-fluid[b-1kln0qndlx] {
        max-height: 100%; /* Ensure the image doesn't exceed the container height */
        height: auto; /* Maintain aspect ratio */
    }
}

/* Optional: Adjust padding and margins within the orange box if needed */
.limited-time-section > div[b-1kln0qndlx] {
    flex-grow: 1; /* Distribute vertical space within the orange box if needed */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically within each section */
    padding: 15px; /* Adjust as needed */
}

.limited-time-section h3[b-1kln0qndlx],
.limited-time-section h4[b-1kln0qndlx],
.limited-time-section .countdown-container[b-1kln0qndlx] {
    /* margin-bottom: 10px;*/ /* Add some spacing between elements */
}

.countdown-container[b-1kln0qndlx] {
    flex-grow: 0; /* Don't let the countdown container grow excessively */
}



.header-logo[b-1kln0qndlx] {
    max-width: 60%;
}

@media (max-width: 767px) {
    .header-logo[b-1kln0qndlx] {
        max-width: 100%;
    }

    .service-logo[b-1kln0qndlx] {
        max-width: 60%;
    }
}

.home-section2 .right-column[b-1kln0qndlx] {
    margin-left: 40px;
    padding-top: 40px;
}

.blue-header-section[b-1kln0qndlx] {
    background-image: url(https://cdn-static.azureedge.net/charlesevent/Abstract-blue-3.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /*position: relative;*/
    overflow: hidden;
    border-bottom: 1px solid #DDD0C0;
    color: var(--premier-color-rgb);
}

.model-portfolio ul.checklist li[b-1kln0qndlx] {
    width: 40%;
    display: inline-block;
}


.pricing-table[b-1kln0qndlx] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .pricing-table .block-heading[b-1kln0qndlx] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-table .block-heading h2[b-1kln0qndlx] {
            /*color: #3b99e0;*/
        }

        .pricing-table .block-heading p[b-1kln0qndlx] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .pricing-table .heading[b-1kln0qndlx] {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .pricing-table .heading h3[b-1kln0qndlx] {
            font-family: 'Montserrat';
        }

    .pricing-table .item[b-1kln0qndlx] {
        background-color: #ffffff;
        padding: 30px 40px 30px 40px;
        overflow: hidden;
        position: relative;
        border-radius: 4px;
    }

        .starter-item[b-1kln0qndlx] {
            border-top: 4px solid var(--starter-color-rgb);
        }
        .foundation-item[b-1kln0qndlx] {
            border-top: 4px solid var(--foundation-color-rgb);
        }
        .premier-item[b-1kln0qndlx] {
            /*margin-top: -20px;*/
            border-top: 4px solid var(--premier-color-rgb);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.175);
        }

    .pricing-table .col-md-5:not(:last-child) .item[b-1kln0qndlx] {
        margin-bottom: 30px;
    }

    .pricing-table .item button[b-1kln0qndlx] {
        font-weight: 600;
    }

.pricing-table .ribbon[b-1kln0qndlx] {
    width: 160px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgb(136 136 136 / 25%);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 9px;
}

/*    .pricing-table .item p {
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
        line-height: 1.3;
    }*/

    .pricing-table .features .feature[b-1kln0qndlx] {
        font-weight: 600;
    }

    .pricing-table .features ul[b-1kln0qndlx] {
        /*text-align: center;*/
        margin-left: 30px;
        padding: 5px;
    }

    .pricing-table .features li[b-1kln0qndlx] {
        /*text-align: center;*/
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pricing-table .price h4[b-1kln0qndlx] {
    margin-bottom: 15px;
    font-size: 45px;
    text-align: center;
    /*color: #2288f9;*/
}

    .pricing-table .buy-now button[b-1kln0qndlx] {
        text-align: center;
        margin: auto;
        font-weight: 600;
        padding: 9px 0;
    }





.testimonial-table[b-1kln0qndlx] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .testimonial-table .block-heading[b-1kln0qndlx] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .testimonial-table .block-heading h2[b-1kln0qndlx] {
            /*color: #3b99e0;*/
        }

        .testimonial-table .block-heading p[b-1kln0qndlx] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

.testimonial-table .testimonial-item[b-1kln0qndlx] {
    background-color: #ffffff;
    padding: 30px 10px 30px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.premier-testimonial[b-1kln0qndlx] {
    /*margin-top: -20px;*/
    border-top: 4px solid var(--premier-color-rgb);
    box-shadow: 0px 2px 20px rgb(0 0 0 / 18%);
}
.testimonial-table .heading[b-1kln0qndlx] {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .testimonial-table .heading h3[b-1kln0qndlx] {
        font-family: 'Montserrat';
    }

@media (max-width: 767px) {
    .home-section2 .right-column[b-1kln0qndlx] {
        margin-left: unset;
        padding-top: unset;
    }

    .paynes-perspective-img[b-1kln0qndlx] {
        max-width: 75%;
    }

    .header-text[b-1kln0qndlx] {
        font-size: 0.94rem !important;
    }

    .header-timer-img[b-1kln0qndlx] {
        max-width: 45%;
    }

    .model-portfolio ul.checklist li[b-1kln0qndlx] {
        width: auto;
    }
}
/* _content/PCS.Webinar.WebApp/Pages/Index.cshtml.rz.scp.css */
.home-section2 .right-column[b-ruya2memfm] {
    margin-left: 40px;
    padding-top: 40px;
}

.blue-header-section[b-ruya2memfm] {
    background-image: url(https://cdn-static.azureedge.net/charlesevent/Abstract-blue-3.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /*position: relative;*/
    overflow: hidden;
    border-bottom: 1px solid #DDD0C0;
    color: var(--premier-color-rgb);
}

.model-portfolio ul.checklist li[b-ruya2memfm] {
    width: 40%;
    display: inline-block;
}


.pricing-table[b-ruya2memfm] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .pricing-table .block-heading[b-ruya2memfm] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-table .block-heading h2[b-ruya2memfm] {
            /*color: #3b99e0;*/
        }

        .pricing-table .block-heading p[b-ruya2memfm] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .pricing-table .heading[b-ruya2memfm] {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .pricing-table .heading h3[b-ruya2memfm] {
            font-family: 'Montserrat';
        }

    .pricing-table .item[b-ruya2memfm] {
        background-color: #ffffff;
        padding: 30px 40px 30px 40px;
        overflow: hidden;
        position: relative;
        border-radius: 4px;
    }

        .starter-item[b-ruya2memfm] {
            border-top: 4px solid var(--starter-color-rgb);
        }
        .foundation-item[b-ruya2memfm] {
            border-top: 4px solid var(--foundation-color-rgb);
        }
        .premier-item[b-ruya2memfm] {
            /*margin-top: -20px;*/
            border-top: 4px solid var(--premier-color-rgb);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.175);
        }

    .pricing-table .col-md-5:not(:last-child) .item[b-ruya2memfm] {
        margin-bottom: 30px;
    }

    .pricing-table .item button[b-ruya2memfm] {
        font-weight: 600;
    }

.pricing-table .ribbon[b-ruya2memfm] {
    width: 160px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgb(136 136 136 / 25%);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 9px;
}

/*    .pricing-table .item p {
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
        line-height: 1.3;
    }*/

    .pricing-table .features .feature[b-ruya2memfm] {
        font-weight: 600;
    }

    .pricing-table .features ul[b-ruya2memfm] {
        /*text-align: center;*/
        margin-left: 30px;
        padding: 5px;
    }

    .pricing-table .features li[b-ruya2memfm] {
        /*text-align: center;*/
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pricing-table .price h4[b-ruya2memfm] {
    margin-bottom: 15px;
    font-size: 45px;
    text-align: center;
    /*color: #2288f9;*/
}

    .pricing-table .buy-now button[b-ruya2memfm] {
        text-align: center;
        margin: auto;
        font-weight: 600;
        padding: 9px 0;
    }





.testimonial-table[b-ruya2memfm] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .testimonial-table .block-heading[b-ruya2memfm] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .testimonial-table .block-heading h2[b-ruya2memfm] {
            /*color: #3b99e0;*/
        }

        .testimonial-table .block-heading p[b-ruya2memfm] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

.testimonial-table .testimonial-item[b-ruya2memfm] {
    background-color: #ffffff;
    padding: 30px 10px 30px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.premier-testimonial[b-ruya2memfm] {
    /*margin-top: -20px;*/
    border-top: 4px solid var(--premier-color-rgb);
    box-shadow: 0px 2px 20px rgb(0 0 0 / 18%);
}
.testimonial-table .heading[b-ruya2memfm] {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .testimonial-table .heading h3[b-ruya2memfm] {
        font-family: 'Montserrat';
    }

@media (max-width: 767px) {
    .home-section2 .right-column[b-ruya2memfm] {
        margin-left: unset;
        padding-top: unset;
    }

    .paynes-perspective-img[b-ruya2memfm] {
        max-width: 75%;
    }

    .header-text[b-ruya2memfm] {
        font-size: 0.94rem !important;
    }

    .header-timer-img[b-ruya2memfm] {
        max-width: 45%;
    }

    .model-portfolio ul.checklist li[b-ruya2memfm] {
        width: auto;
    }
}
/* _content/PCS.Webinar.WebApp/Pages/NajarianLander.cshtml.rz.scp.css */
/* Container for the countdown */
.countdown-container[b-p5nm7arm5i] {
    /* max-width: 800px; */
    /* margin: 0 auto;  */
    /* text-align: center; */
    /* padding: 20px; */
    /* box-sizing: border-box; */
}

    /* Make sure the countdown stays centered within its container */
    .countdown-container .tick[b-p5nm7arm5i] {
        display: inline-block;
        width: 100%;
    }

        /* If needed, add this to ensure the elements inside align properly */
        .countdown-container .tick [data-layout="horizontal fit"][b-p5nm7arm5i] {
            justify-content: center !important;
            margin: 0 auto !important;
        }

.row[b-p5nm7arm5i] {
    display: flex; /* Enable flexbox for the row */
    flex-wrap: wrap; /* Allow columns to wrap on smaller screens */
}

@media (min-width: 768px) { /* Apply styles for medium screens and up */
    .row > div.col-md-6[b-p5nm7arm5i] {
        display: flex; /* Make the direct children (columns) flex items */
        flex-direction: column; /* Stack content vertically within each column */
    }

    .limited-time-section[b-p5nm7arm5i] {
        display: flex; /* Make the orange section a flex container */
        flex-direction: column; /* Stack its internal content */
        height: 100%; /* Make it take up the full height of its parent (the col-md-6) */
    }

    .col-md-6 > div:last-child[b-p5nm7arm5i] { /* Target the last div in the right col-md-6 (image or iframe container) */
        flex-grow: 1; /* Allow it to grow and take up remaining vertical space */
        display: flex; /* Ensure inner content (image/iframe) can also be centered if needed */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .col-md-6 iframe[b-p5nm7arm5i] {
        height: 100%; /* Make the iframe take full height of its container */
    }

    .col-md-6 img.img-fluid[b-p5nm7arm5i] {
        max-height: 100%; /* Ensure the image doesn't exceed the container height */
        height: auto; /* Maintain aspect ratio */
    }
}

/* Optional: Adjust padding and margins within the orange box if needed */
.limited-time-section > div[b-p5nm7arm5i] {
    flex-grow: 1; /* Distribute vertical space within the orange box if needed */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically within each section */
    padding: 15px; /* Adjust as needed */
}

.limited-time-section h3[b-p5nm7arm5i],
.limited-time-section h4[b-p5nm7arm5i],
.limited-time-section .countdown-container[b-p5nm7arm5i] {
    /* margin-bottom: 10px;*/ /* Add some spacing between elements */
}

.countdown-container[b-p5nm7arm5i] {
    flex-grow: 0; /* Don't let the countdown container grow excessively */
}


.header-logo[b-p5nm7arm5i] {
    max-width: 60%;
}

@media (max-width: 767px) {
    .header-logo[b-p5nm7arm5i] {
        max-width: 100%;
    }

    .service-logo[b-p5nm7arm5i] {
        max-width: 60%;
    }
}

.home-section2 .right-column[b-p5nm7arm5i] {
    margin-left: 40px;
    padding-top: 40px;
}

.blue-header-section[b-p5nm7arm5i] {
    background-image: url(https://cdn-static.azureedge.net/charlesevent/Abstract-blue-3.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /*position: relative;*/
    overflow: hidden;
    border-bottom: 1px solid #DDD0C0;
    color: var(--premier-color-rgb);
}

.model-portfolio ul.checklist li[b-p5nm7arm5i] {
    width: 40%;
    display: inline-block;
}


.pricing-table[b-p5nm7arm5i] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .pricing-table .block-heading[b-p5nm7arm5i] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-table .block-heading h2[b-p5nm7arm5i] {
            /*color: #3b99e0;*/
        }

        .pricing-table .block-heading p[b-p5nm7arm5i] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

    .pricing-table .heading[b-p5nm7arm5i] {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .pricing-table .heading h3[b-p5nm7arm5i] {
            font-family: 'Montserrat';
        }

    .pricing-table .item[b-p5nm7arm5i] {
        background-color: #ffffff;
        padding: 30px 40px 30px 40px;
        overflow: hidden;
        position: relative;
        border-radius: 4px;
    }

        .starter-item[b-p5nm7arm5i] {
            border-top: 4px solid var(--starter-color-rgb);
        }
        .foundation-item[b-p5nm7arm5i] {
            border-top: 4px solid var(--foundation-color-rgb);
        }
        .premier-item[b-p5nm7arm5i] {
            /*margin-top: -20px;*/
            border-top: 4px solid var(--premier-color-rgb);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.175);
        }

    .pricing-table .col-md-5:not(:last-child) .item[b-p5nm7arm5i] {
        margin-bottom: 30px;
    }

    .pricing-table .item button[b-p5nm7arm5i] {
        font-weight: 600;
    }

.pricing-table .ribbon[b-p5nm7arm5i] {
    width: 160px;
    height: 40px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgb(136 136 136 / 25%);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 9px;
}

/*    .pricing-table .item p {
        text-align: center;
        margin-top: 20px;
        opacity: 0.7;
        line-height: 1.3;
    }*/

    .pricing-table .features .feature[b-p5nm7arm5i] {
        font-weight: 600;
    }

    .pricing-table .features ul[b-p5nm7arm5i] {
        /*text-align: center;*/
        margin-left: 30px;
        padding: 5px;
    }

    .pricing-table .features li[b-p5nm7arm5i] {
        /*text-align: center;*/
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pricing-table .price h4[b-p5nm7arm5i] {
    margin-bottom: 15px;
    font-size: 45px;
    text-align: center;
    /*color: #2288f9;*/
}

    .pricing-table .buy-now button[b-p5nm7arm5i] {
        text-align: center;
        margin: auto;
        font-weight: 600;
        padding: 9px 0;
    }





.testimonial-table[b-p5nm7arm5i] {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

    .testimonial-table .block-heading[b-p5nm7arm5i] {
        padding-top: 50px;
        margin-bottom: 40px;
        text-align: center;
    }

        .testimonial-table .block-heading h2[b-p5nm7arm5i] {
            /*color: #3b99e0;*/
        }

        .testimonial-table .block-heading p[b-p5nm7arm5i] {
            text-align: center;
            max-width: 420px;
            margin: auto;
            opacity: 0.7;
        }

.testimonial-table .testimonial-item[b-p5nm7arm5i] {
    background-color: #ffffff;
    padding: 30px 10px 30px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.premier-testimonial[b-p5nm7arm5i] {
    /*margin-top: -20px;*/
    border-top: 4px solid var(--premier-color-rgb);
    box-shadow: 0px 2px 20px rgb(0 0 0 / 18%);
}
.testimonial-table .heading[b-p5nm7arm5i] {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .testimonial-table .heading h3[b-p5nm7arm5i] {
        font-family: 'Montserrat';
    }



@media (max-width: 767px) {
    .home-section2 .right-column[b-p5nm7arm5i] {
        margin-left: unset;
        padding-top: unset;
    }

    .paynes-perspective-img[b-p5nm7arm5i] {
        max-width: 75%;
    }

    .header-text[b-p5nm7arm5i] {
        font-size: 0.94rem !important;
    }

    .header-timer-img[b-p5nm7arm5i] {
        max-width: 45%;
    }

    .model-portfolio ul.checklist li[b-p5nm7arm5i] {
        width: auto;
    }
}
/* _content/PCS.Webinar.WebApp/Pages/Shared/_FooterPartial.cshtml.rz.scp.css */
.footer[b-nbyuwbegq6] {
    padding-top: 40px;
    padding-bottom: 85px;
    background-color: #293039;
    padding-bottom: 40px;
}

    .footer p[b-nbyuwbegq6] {
        /*font-size: 14px;*/
        font-weight: 300;
        color: white;
    }
        .footer p a[b-nbyuwbegq6] {
            color: var(--primary-color-rgb);
        }

.questions-section[b-nbyuwbegq6] {
    padding: 40px 0;
}

    .questions-section h2[b-nbyuwbegq6] {
        /*font-size: 39px;*/
        margin-bottom: 10px;
        color: #333333;
    }

    .questions-section p[b-nbyuwbegq6] {
        /*font-size: 24px;*/
        /*font-weight: 300;*/
    }

        .questions-section p a[b-nbyuwbegq6] {
            color: var(--primary-color-rgb);
            text-decoration: none;
        }
/* _content/PCS.Webinar.WebApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

