html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
}

.wrapper-container-iy0 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.container {
    width: 1210px;
    margin: auto;
    max-width: 100%;
}

.citation-HZp::after {
    width: 100%;
    opacity: 0.15;
    background: 
        linear-gradient(rgba(rgb(149,168,169), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(149,168,169), 0.2) 1px, transparent 1px);
    position: absolute;
    background-position: center;
    z-index: -1;
    content: "";
    left: 0;
    animation: gridAnimate 15s linear infinite;
    top: 0;
    background-size: 30px 30px;
    height: 100%;
}

.citation-HZp .company_holder h3::after {
    width: 30%;
    bottom: -5px;
    height: 2px;
    left: 0;
    background: rgb(149,168,169);
    box-shadow: 0 0 10px rgb(149,168,169);
    position: absolute;
    content: "";
}

.citation-HZp .main-bar-Bdt {
    display: grid;
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.citation-HZp .main-site-KGZ::before {
    position: absolute;
    background: rgb(149,168,169);
    content: "";
    height: 0;
    left: 0;
    width: 3px;
    transition: height 0.3s ease;
    top: 0;
}

.citation-HZp .main-site-KGZ:hover::before {
    height: 100%;
}

.citation-HZp .main-site-KGZ h5::before {
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgb(149,168,169);
    top: 50%;
    box-shadow: 0 0 10px rgb(149,168,169);
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
}

.citation-HZp .main-site-KGZ .main-bar-Bdt a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}

.citation-HZp .main-site-KGZ .main-bar-Bdt a:hover::before {
    transform: translateX(0);
}

.price-table-iEM .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.price-table-iEM .goal-footer-jAs {
    opacity: 0.7;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.developer-experience-0pf .success-quotes-IEO {
    position: relative;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 3rem;
    transform: translateX(5%);
    z-index: 2;
}

.developer-experience-0pf .photo-thumbnail-ROv:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.developer-experience-0pf .career-story-vcH:hover {
    transform: rotate(0deg) translateY(-20px);
}

.developer-experience-0pf .career-story-vcH:hover::after {
    width: 95%;
    opacity: 0.8;
}

.developer-experience-0pf .career-story-vcH > div:nth-child(2) {
    color: rgb(115,134,135);
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    font-size: 20px;
}

.data-overview-Jdr {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #ffffff;
}

.data-overview-Jdr::after {
    position: absolute;
    width: 100%;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    background: radial-gradient(circle at 20% 30%, 
                rgb(149,168,169,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(115,134,135,0.5) 0%, 
                transparent 40%);
    height: 100%;
}

.data-overview-Jdr .expert-pros-h30 {
    width: 60%;
    margin-bottom: 60px;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    text-align: left;
}

.data-overview-Jdr .fast-upgrade-pfX {
    grid-template-areas:
        "img number"
        "img desc";
    display: grid;
    border-radius: 15px;
    position: relative;
    padding: 30px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    border-left: 4px solid rgb(149,168,169);
    grid-template-columns: 80px 1fr;
    gap: 10px 20px;
    transition: all 0.3s ease;
}

.data-overview-Jdr .growth-statistics-H2M::before {
    content: "";
    top: -30px;
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
    left: 0;
}

.windowPrivacySettings-urQ .user-tracker-hM0 svg {
    width: 60px;
    fill: rgb(149,168,169);
    height: 60px;
}

.windowPrivacySettings-urQ .edu-consent-G4a h5 {
    color: rgb(149,168,169);
    margin-bottom: 6px;
    font-size: 21px;
}

.windowPrivacySettings-urQ .user-default-qki:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

#cookie-popupdialog-y3o:checked ~ .windowPrivacySettings-urQ {
    visibility: hidden;
    opacity: 0;
}

.title-board-6Uu::before {
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 20%);
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
}

.title-board-6Uu .learn-start-fyw > div:first-child {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
              0 4px 10px rgba(0, 0, 0, 0.08),
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px) saturate(120%);
}

.title-board-6Uu .quick-training-Gmz:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 15px 25px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) translateZ(20px) rotateY(0deg);
}

.title-board-6Uu .quick-training-Gmz > div {
    border-radius: 10px;
    position: relative;
    margin-top: 1.5rem;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}

.program-information-xkC {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(184,203,204) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 120px 0;
}

.program-information-xkC::after {
    position: absolute;
    content: "";
    border: 4px solid rgb(115,134,135,0.5);
    pointer-events: none;
    transform: rotate(-15deg);
    right: -50px;
    height: 300px;
    z-index: 0;
    bottom: -50px;
    width: 300px;
}

.program-information-xkC .photo-thumbnail-ROv::before {
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgb(149,168,169,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}

.program-information-xkC .text-spot-hEl {
    transform: translateY(20px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.program-information-xkC h3::after {
    height: 3px;
    transition: width 0.4s ease-out;
    left: 0;
    position: absolute;
    background: rgb(149,168,169);
    content: "";
    width: 80px;
    bottom: 0;
}

.program-information-xkC span.description {
    display: none;
}

.join-our-mailing-list-lYz {
    padding: 4rem 0;
    background: rgb(115,134,135);
    overflow: hidden;
    position: relative;
}

.join-our-mailing-list-lYz .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.join-our-mailing-list-lYz .method-ped-tq5 {
    padding: 3rem;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(149,168,169);
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: #ffffff;
}

.join-our-mailing-list-lYz h3::after {
    left: 0;
    transform: scaleX(1);
    content: "";
    transition: transform 0.4s ease;
    background: rgb(149,168,169);
    transform-origin: left;
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: -10px;
}

.join-our-mailing-list-lYz .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: calc(18px * 0.95);
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
}

.join-our-mailing-list-lYz .input_holder .sub-alerts-alA:hover {
    background: rgb(115,134,135);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.join-our-mailing-list-lYz .input_holder .sub-alerts-alA:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

header:after {
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 100%;
    filter: blur(1px);
    opacity: 0.8;
    content: '';
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(115,134,135) 0%,
        rgb(149,168,169) 50%,
        rgb(115,134,135) 100%
    );
}

header .container:before {
    bottom: -1px;
    left: 0;
    height: 1px;
    content: '';
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
}

header .main-site-KGZ:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .top-learning-dzH:before {
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    bottom: 0;
    content: '';
    position: absolute;
}

header .top-learning-dzH:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}

header .header-pro-INW:before {
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    content: '';
    z-index: -1;
    opacity: 0;
    top: -10px;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(149,168,169,0.5) 0%,
        transparent 70%
    );
    transition: opacity 0.5s ease;
}

header .header-pro-INW:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(149,168,169));
}

.contact-panel-UxR::after {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(149,168,169,0.5) 0%, transparent 30%);
    animation: pulse 15s infinite alternate;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
}

.contact-panel-UxR .photo-thumbnail-ROv {
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.1;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    left: 0;
}

.feedback-message-MWI::before {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 10px;
    background: rgb(149,168,169);
    top: 0;
    content: "";
    height: 100%;
}

.feedback-message-MWI .support-help-Nmi::before {
    top: 0;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(115,134,135,0.5), transparent);
    right: 0;
    height: 100%;
    position: absolute;
}

.feedback-message-MWI .support-help-Nmi input[type="text"]:focus,
.feedback-message-MWI .support-help-Nmi textarea:focus {
    box-shadow: 0 0 0 3px rgb(149,168,169,0.5);
    outline: none;
    border-color: rgb(149,168,169);
}

.feedback-message-MWI .support-help-Nmi .connect-message-026 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.feedback-message-MWI .support-help-Nmi .connect-message-026 input[type="checkbox"]:checked + label::before {
    background: rgb(149,168,169);
    border-color: rgb(149,168,169);
}

.feedback-message-MWI .support-help-Nmi .connect-message-026 a {
    text-decoration: none;
    color: rgb(149,168,169);
    transition: all 0.3s ease;
    font-weight: 600;
}

.feedback-message-MWI .support-help-Nmi .reach-feedback-HF2::before {
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: rgb(115,134,135);
}

.feedback-message-MWI .reach-reach-NVd {
    flex: 0 0 40%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(149,168,169,0.5) 0%, rgb(184,203,204) 100%);
    padding: 50px;
    position: relative;
}

.feedback-message-MWI .reach-reach-NVd h4::after {
    position: absolute;
    border-radius: 10px;
    background: rgb(149,168,169);
    width: 60px;
    left: 0;
    content: "";
    height: 3px;
    bottom: -15px;
}

.feedback-message-MWI .reach-reach-NVd .request-grid-yhO li svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.feedback-message-MWI .reach-reach-NVd .request-grid-yhO li span {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
}

.plan-selection-FxV {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.study-fees-gI1 {
    position: relative;
}

.plan-selection-FxV h2 {
    margin-bottom: 20px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 29px;
    color: #ffffff;
    position: relative;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
}

.plan-selection-FxV .discount-grid-p07 {
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.plan-selection-FxV .pricing-block-hdg::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom right, 
        rgb(149,168,169,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    transition: opacity 0.5s ease;
    opacity: 0;
    left: 0;
}

.plan-selection-FxV .trial-pricing-Bkj h4::after {
    content: "";
    background: rgb(149,168,169);
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
}

.plan-selection-FxV .fee-struct-CZO::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    content: "";
}

.plan-selection-FxV .trial-pricing-Bkj:hover h4::after {
    width: 60px;
}

.gratContent-dPN {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(184,203,204) 0%, #ffffff 100%);
    perspective: 1000px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.gratContent-dPN .container {
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    width: 90%;
    max-width: 1200px;
}

.gratContent-dPN .method-ped-tq5:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.gratContent-dPN .method-ped-tq5 > div:first-child {
    position: relative;
    transform: translateZ(20px);
    margin-bottom: 2rem;
}

.gratContent-dPN .method-ped-tq5 > div:first-child::after {
    width: 80px;
    position: absolute;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(149,168,169) 0%, rgb(115,134,135) 100%);
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    transform: scaleX(1);
    left: 0;
}

.gratContent-dPN p {
    transition: color 0.3s ease, transform 0.5s ease;
    position: relative;
    color: #000000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
    transform: translateZ(0);
}

.gratContent-dPN a:hover p {
    transform: translateZ(5px);
    color: rgb(149,168,169);
}

.meet-us-p0c::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(149,168,169,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(115,134,135,0.5), 0.78) 100%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
}

.meet-us-p0c .text-spot-hEl {
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}

.meet-us-p0c .text-spot-hEl p {
    transform: translateX(-5px);
    font-size: calc(15px * 1.5);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    opacity: 0;
    letter-spacing: 1px;
    color: rgb(115,134,135);
    font-weight: 600;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
}

.secure-nook-P1M {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: var(--section-bg-color, #f8f9fa);
}

.secure-nook-P1M::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    content: "";
    left: 0;
    z-index: 0;
    width: 100%;
}

.secure-nook-P1M h1 {
    position: relative;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    font-size: var(--h1-font-size, 2.5rem);
    transform: translateX(-10px);
    color: var(--dark-color, #252525);
}



.secure-nook-P1M h2 {
    border-left: 3px solid var(--primary-color, #4154f1);
    padding-left: 16px;
    position: relative;
    margin: 3rem 0 1.5rem;
    font-weight: var(--font-weight-semibold, 600);
    font-size: var(--h2-font-size, 1.8rem);
    color: var(--dark-color, #252525);
}

.secure-nook-P1M p {
    color: var(--p-color, #444444);
    transform: translateZ(0);
    font-size: var(--p-font-size, 1rem);
    position: relative;
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.secure-nook-P1M ul::before {
    position: absolute;
    height: 100%;
    border-radius: var(--border-radius-small, 3px);
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    top: 0;
    content: "";
    width: 3px;
    left: -20px;
}

.training-benefits-qeV {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(184,203,204) 0%, rgb(149,168,169,0.5) 100%);
    position: relative;
}

.training-benefits-qeV::after {
    height: 160%;
    top: -30%;
    transform: rotate(-30deg);
    position: absolute;
    opacity: 0.3;
    width: 80%;
    z-index: 0;
    content: '';
    background: radial-gradient(ellipse at center, rgb(115,134,135,0.5) 0%, transparent 70%);
    right: -20%;
}

.training-benefits-qeV h2 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    position: relative;
    margin: 0 0 30px;
}

.training-benefits-qeV .photo-thumbnail-ROv {
    overflow: hidden;
    position: relative;
    grid-row: 1 / 5;
    grid-column: 1 / 8;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    z-index: 1;
    min-height: 600px;
}

.training-benefits-qeV .text_main_holder {
    display: contents;
}

.training-benefits-qeV .text_main_holder > div:nth-child(1) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}

.training-benefits-qeV .text_main_holder > div:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 7 / 13;
}

.training-benefits-qeV .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}

.training-benefits-qeV .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.training-benefits-qeV .text_main_holder svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
    padding: 9px;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 45px;
    background: rgba(255, 255, 255, 0.07);
    height: 45px;
}

.course-candidates-MW6 {
    padding: 120px 0;
    position: relative;
    background: rgb(184,203,204);
    overflow: hidden;
}

.course-candidates-MW6 .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.course-candidates-MW6 .method-ped-tq5 {
    position: relative;
}

.course-candidates-MW6 h4::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,168,169,0.5), transparent);
    position: absolute;
    left: -100%;
    animation: shimmer 3s infinite;
}

.course-candidates-MW6 p {
    transition: all 0.4s ease;
    border-radius: 10px;
    margin: 0;
    width: calc(33.333% - 20px);
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    min-height: 100px;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    font-size: 18px;
    transform-style: preserve-3d;
    background: #ffffff;
}

.course-candidates-MW6 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(149,168,169);
}

.course-candidates-MW6 p:hover svg path {
    fill: rgb(115,134,135);
}

.course-candidates-MW6 p:nth-child(odd) {
    transform: translateZ(10px);
}

.course-candidates-MW6 p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(149,168,169,0.5);
}

.course-candidates-MW6 p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}

.course-candidates-MW6 p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(149,168,169), rgb(115,134,135));
}

.course-candidates-MW6 .method-ped-tq5 > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.course-candidates-MW6 .method-ped-tq5 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.meet-us-p0c .text-spot-hEl div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.meet-us-p0c .text-spot-hEl div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(115,134,135);
}



@media screen and (max-width: 576px) {.citation-HZp {
    padding: 3rem 0 2rem;
}.citation-HZp .company_holder h3 {
    font-size: calc(33px * 0.9);
}.citation-HZp .vr-labs-gYc {
    font-size: calc(13px * 0.9);
}.citation-HZp .main-site-KGZ .main-bar-Bdt a {
    font-size: calc(13px * 0.9);
}.price-table-iEM {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media screen and (max-width: 768px) {.data-overview-Jdr {
    padding: 80px 0;
}.data-overview-Jdr .top-gain-av6 {
    width: 100%;
    padding-right: 60px;
    font-size: calc(41px * 0.8);
}.data-overview-Jdr .expert-pros-h30 {
    width: 100%;
    margin-bottom: 50px;
}.data-overview-Jdr .study-gain-BqL {
    width: 60px;
    right: 0;
    height: 60px;
    top: 0;
}.data-overview-Jdr .study-gain-BqL svg {
    height: 30px;
    width: 30px;
}.data-overview-Jdr .growth-statistics-H2M {
    grid-template-columns: 1fr;
}
}


@media (max-width: 768px) {.windowPrivacySettings-urQ .user-tracker-hM0 {
    margin-right: 0;
    margin-bottom: 15px;
}.windowPrivacySettings-urQ .user-default-qki {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}



@media (min-width: 768px) {.title-board-6Uu .learn-start-fyw {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.title-board-6Uu h3 {
    font-size: 23px;
}.title-board-6Uu .quick-training-Gmz h1 {
    font-size: calc(47px * 1.2);
}.title-board-6Uu .quick-training-Gmz {
    padding: 3rem;
}
}



@media (max-width: 767px) {.title-board-6Uu {
    padding: 1.5rem;
}.title-board-6Uu .learn-start-fyw {
    gap: 2rem;
}.title-board-6Uu .learn-start-fyw > div:first-child {
    padding: 1.5rem;
}.title-board-6Uu h3 {
    font-size: calc(21px * 1.1);
}.title-board-6Uu .quick-training-Gmz {
    padding: 1.8rem;
}.title-board-6Uu .quick-training-Gmz h1 {
    font-size: calc(28px * 1.1);
    margin-bottom: 1.5rem;
}.title-board-6Uu .quick-training-Gmz > div {
    padding: 2rem;
}.title-board-6Uu .quick-training-Gmz p {
    font-size: 12px;
}}



@media (max-width: 767px) {.program-information-xkC {
    padding: 80px 0;
}.program-information-xkC h3 {
    font-size: calc(29px * 0.85);
}.program-information-xkC p.description {
    font-size: calc(18px * 0.95);
}.program-information-xkC .text-spot-hEl {
    padding: 25px 20px;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main-site-KGZ {
    gap: 20px;
}header .header-pro-INW svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .main-site-KGZ {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
            135deg,
            rgb(149,168,169) 0%,
            rgb(149,168,169,0.5) 100%
        );
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    height: 100vh;
    backdrop-filter: blur(15px);
    width: 80%;
    right: -100%;
    padding: 80px 30px 30px;
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    max-width: 320px;
    z-index: 1001;
    gap: 20px;
    background: rgb(149,168,169);
}header .main-site-KGZ:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-learning-dzH {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .top-learning-dzH:last-child {
    border-bottom: none;
}header .header-pro-INW {
    margin: 0 auto;
}
}



@media (max-width: 1200px) {.plan-selection-FxV {
    padding: 100px 0;
}.plan-selection-FxV .discount-grid-p07 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.plan-selection-FxV .pricing-block-hdg {
    padding: 25px;
    min-height: 360px;
}.plan-selection-FxV h2 {
    font-size: calc(29px - 2px);
}
}



@media (max-width: 576px) {.plan-selection-FxV {
    padding: 50px 0;
}.plan-selection-FxV h2 {
    font-size: calc(29px - 6px);
}.plan-selection-FxV .pricing-options-85A {
    font-size: 15px;
    margin-bottom: 30px;
}.plan-selection-FxV .pricing-block-hdg {
    padding: 20px;
}.plan-selection-FxV .trial-pricing-Bkj h4 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 12px;
}.plan-selection-FxV .trial-pricing-Bkj p {
    font-size: 14px;
    margin-bottom: 20px;
}.plan-selection-FxV .fee-struct-CZO {
    padding: 8px 14px;
    font-size: 22px;
}}



@media (max-width: 480px) {.gratContent-dPN {
    padding: 3rem 0;
}.gratContent-dPN .method-ped-tq5 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
}.gratContent-dPN h5 {
    font-size: calc(18px * 0.8);
    line-height: 1.4;
}.gratContent-dPN p {
    font-size: calc(16px * 0.85);
    line-height: 1.5;
}.gratContent-dPN .method-ped-tq5 > div:first-child {
    margin-bottom: 1.5rem;
}.gratContent-dPN .method-ped-tq5 > div:first-child::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}}



@media (max-width: 767px) {.meet-us-p0c {
    padding: 80px 0 60px;
}.meet-us-p0c h2 {
    font-size: 31px;
    margin-bottom: 40px;
}.meet-us-p0c .text-spot-hEl > div {
    padding: 30px 25px;
}.meet-us-p0c .text-spot-hEl p {
    margin-bottom: 15px;
    font-size: calc(15px * 1.3);
}.meet-us-p0c .text-spot-hEl div div {
    max-height: 300px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {.secure-nook-P1M {
    padding: 3rem 0;
}.secure-nook-P1M::after {
    height: 40%;
    width: 70%;
    top: -5%;
    right: -25%;
}.secure-nook-P1M .container {
    padding: 0 15px;
}.secure-nook-P1M h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
}.secure-nook-P1M h1::after {
    width: 60px;
}.secure-nook-P1M h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
    margin: 2.5rem 0 1.25rem;
}.secure-nook-P1M h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.secure-nook-P1M h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.secure-nook-P1M p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.secure-nook-P1M ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.secure-nook-P1M li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.secure-nook-P1M span {
    padding: 1rem;
    transform: translateX(0);
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}
}



@media (max-width: 768px) {.training-benefits-qeV {
    padding: 80px 0;
}.training-benefits-qeV h2 {
    font-size: calc(48px * 0.8);
}.training-benefits-qeV .photo-thumbnail-ROv {
    min-height: 350px;
}.training-benefits-qeV .text_main_holder > div {
    padding: 25px;
}
}



@media (max-width: 991px) {.course-candidates-MW6 {
    padding: 100px 0;
}.course-candidates-MW6 h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.course-candidates-MW6 div > div {
    gap: 15px;
}.course-candidates-MW6 p {
    min-height: 90px;
    width: calc(50% - 15px);
}.course-candidates-MW6 p svg {
    margin: 0 12px;
    height: 36px;
    padding: 7px;
    width: 36px;
}.course-candidates-MW6 p span {
    padding: 18px 18px 18px 0;
}.course-candidates-MW6 p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(149,168,169,0.5);
}.course-candidates-MW6 p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(115,134,135,0.5);
}.course-candidates-MW6 p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(149,168,169,0.5);
}.course-candidates-MW6 p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(115,134,135,0.5);
}
}



@keyframes pageEntrance {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes headingReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-20px) rotate(15deg);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

