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

html {
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
}

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

svg {
    height: 30px;
    width: 30px;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(182,161,138,0.5) 0%, rgb(147,126,110) 100%);
    width: 100%;
    z-index: 99;
    overflow: visible;
    position: relative;
}

.opening-page-cea::before {
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
    content: "";
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(182,161,138,0.5) 15%, transparent 15%, transparent 85%, rgb(147,126,110,0.5) 85%);
    top: 0;
    z-index: 1;
}

.opening-page-cea .learn-entry-Dvz {
    position: relative;
    transform: translateY(-2%);
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
    width: 100%;
    display: grid;
    z-index: 10;
}

.opening-page-cea .learn-entry-Dvz > div:last-child {
    animation: slideInRight 1s forwards 0.6s ease-out;
    position: relative;
    transform: translateX(5%);
    opacity: 0;
}

.opening-page-cea h3::before {
    background: rgb(182,161,138);
    left: 0;
    content: "";
    height: 85%;
    position: absolute;
    width: 8px;
    transform: skewY(-15deg);
    top: 0.5em;
}

.opening-page-cea h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: calc(39px * 1.2);
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}

.opening-page-cea .path-creators-Q1H {
    padding: 2.5rem;
    transform: translateY(20px);
    animation: fadeUpIn 1s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: linear-gradient(120deg, rgba(25, 29, 43, 0.85), rgba(15, 19, 33, 0.95));
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.05);
    opacity: 0;
}

.opening-page-cea .path-creators-Q1H > div::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    content: "";
}

.opening-page-cea .path-creators-Q1H > div:hover p {
    transform: translateY(-5px);
}

header::before {
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(145deg, rgb(147,126,110,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
}

header .site-head-aQv .nav-learn-u1k {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}

header .site-head-aQv .nav-learn-u1k:hover {
    transform: scale(1.05);
}

header .site-head-aQv .nav-learn-u1k .nav-base-P63 svg {
    width: auto;
    height: 50px;
}

header .site-head-aQv .nav-class-c0W::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    height: 100%;
    border-radius: 23px;
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
}

header .site-head-aQv .nav-class-c0W .head-base-lqD:hover {
    transform: translateY(-3px) scale(1.05);
}

header .site-head-aQv .nav-class-c0W .head-base-lqD a::after {
    background: linear-gradient(90deg, transparent, rgb(147,126,110), transparent);
    left: 0;
    height: 2px;
    width: 100%;
    transition: transform 0.4s ease;
    bottom: 0;
    content: "";
    position: absolute;
    transform: translateX(-100%);
}

.check-it-out-now-FSZ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,196,167) 0%, rgb(147,126,110,0.5) 100%);
    padding: 130px 0;
    position: relative;
}

.check-it-out-now-FSZ .learn-training-9sG {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.check-it-out-now-FSZ .feedback-query-4cp {
    transform-origin: center;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 50px;
    position: relative;
    transform: rotate(-2deg);
    z-index: 5;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 
        5px 5px 0 rgb(182,161,138),
        10px 10px 0 rgb(147,126,110,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.check-it-out-now-FSZ .container p::before {
    right: -5px;
    position: absolute;
    top: -5px;
    width: 40px;
    content: '';
    z-index: -1;
    background: rgb(182,161,138);
    height: 40px;
}

.check-it-out-now-FSZ .feedback-query-4cp:hover::before {
    left: 8px;
    top: 8px;
}

.check-it-out-now-FSZ::after {
    background: rgb(182,161,138,0.5);
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    width: 400px;
    transform: rotate(45deg);
    content: '';
    right: -200px;
    border-radius: 0 50% 50% 50%;
    height: 400px;
    top: -200px;
}

.learning-outcomes-ujv {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(120deg, rgb(218,196,167) 0%, #ffffff 100%);
    position: relative;
}

.learning-outcomes-ujv .learn-training-9sG {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    display: flex;
}

.learning-outcomes-ujv h2 {
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    color: #000000;
}

.learning-outcomes-ujv h2::after {
    background: rgb(182,161,138);
    left: 50%;
    content: '';
    height: 4px;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    position: absolute;
    border-radius: 10px;
}

.learning-outcomes-ujv .text_main_holder > div::before {
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(182,161,138,0.5) 0%,
        transparent 70%
    );
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    content: '';
    top: -50%;
    height: 200%;
    left: -50%;
    z-index: -1;
    width: 200%;
}

.learning-outcomes-ujv .text_main_holder > div:hover::before {
    opacity: 0.8;
    transform: scale(1);
}

.learning-outcomes-ujv .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(182,161,138,0.5);
}

.learning-outcomes-ujv .text_main_holder svg path {
    fill: rgb(182,161,138);
    transition: fill 0.3s ease;
}

.learning-outcomes-ujv .text_main_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
}

.learning-outcomes-ujv .img-rounded-gZi::before {
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgb(182,161,138,0.5) 0%,
        transparent 50%,
        rgb(147,126,110,0.5) 100%
    );
    content: '';
}

.course-demographic-4Mt::before {
    top: 0;
    background-size: 60px 60px;
    opacity: 0.05;
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(182,161,138,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(147,126,110,0.5) 25%, transparent 25%);
}

.course-demographic-4Mt h4::after {
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    width: 70px;
    background: linear-gradient(90deg, rgb(182,161,138), rgb(147,126,110));
}

.course-demographic-4Mt div p::before {
    width: calc(100% - 10px);
    content: "";
    z-index: -1;
    background: #ffffff;
    left: 5px;
    border-radius: calc(26px - 5px);
    border: 1px solid rgb(182,161,138,0.5);
    top: 5px;
    opacity: 0.4;
    position: absolute;
    transition: all 0.3s ease;
    height: calc(100% - 10px);
}

.course-demographic-4Mt div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course-demographic-4Mt div p:hover::before {
    left: 10px;
    top: 10px;
}

.course-demographic-4Mt div p:hover::after {
    top: 15px;
    left: 15px;
}

.course-demographic-4Mt div p:hover svg {
    transform: rotate(15deg);
    background: rgb(182,161,138,0.5);
}

.course-demographic-4Mt div p svg path {
    fill: rgb(182,161,138);
    transition: all 0.3s ease;
}

.mentorship-profile-IkN {
    padding: 70px 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(218,196,167) 0%, #ffffff 100%);
}

.mentorship-profile-IkN::after {
    z-index: 0;
    opacity: 0.3;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(147,126,110,0.5) 0%, transparent 40%);
    content: "";
}

.mentorship-profile-IkN .img-rounded-gZi {
    height: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(10deg);
    border-radius: 12px 12px 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .img-rounded-gZi {
    transform: rotateX(0deg) translateZ(30px);
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .past-work-ya9 {
    transform: rotateX(0deg) translateZ(20px);
}

.mentorship-profile-IkN .name {
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 34px;
    transform: translateZ(0);
    display: inline-block;
    position: relative;
    color: rgb(182,161,138);
    margin-bottom: 10px;
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .name::after {
    width: 100%;
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .name {
    transform: translateZ(10px);
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .past-work-ya9 > div:nth-child(2) {
    color: rgb(147,126,110);
    transform: translateZ(15px);
}

.mentorship-profile-IkN .job-wrap-9CO {
    border-top: 1px solid rgb(218,196,167);
    position: relative;
    font-size: 12px;
    color: #000000;
    padding: 20px 0 0 0;
    line-height: 1.7;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.2s;
}

.ty-sidebar-uLx {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.ty-sidebar-uLx::after {
    width: 70%;
    position: absolute;
    height: 70%;
    opacity: 0.15;
    z-index: 0;
    background: radial-gradient(circle at 80% 80%, rgb(147,126,110,0.5), transparent 60%);
    right: -10%;
    bottom: -10%;
    content: "";
}

.ty-sidebar-uLx .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

.ty-sidebar-uLx .learn-training-9sG:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
}

.ty-sidebar-uLx .learn-training-9sG > div:first-child {
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5rem;
}

.ty-sidebar-uLx h5 {
    padding-left: 1.2rem;
    color: #000000;
    transform: translateZ(0);
    font-size: calc(19px * 1.15);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.ty-sidebar-uLx h5::before {
    left: 0;
    position: absolute;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    width: 6px;
    content: "";
    border-radius: 3px;
    background: rgb(182,161,138);
    top: 0.1em;
    transform: translateZ(0);
    height: 90%;
}

.ty-sidebar-uLx a {
    display: block;
    transform: translateZ(0);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    transition: all 0.3s ease;
    padding: 0.5rem 1.2rem;
    text-decoration: none;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    position: relative;
}

.course-summary-Rir {
    overflow: hidden;
    position: relative;
    background-color: rgb(218,196,167);
    flex-direction: column;
    display: flex;
    min-height: 100vh;
}

.course-summary-Rir .learn-business-3s5::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.7;
    z-index: 2;
    background: #000000;
}

.course-summary-Rir .program-plan-35Z {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    opacity: 0;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-summary-Rir .program-plan-35Z:nth-child(2) {
    animation-delay: -5s;
}

.course-summary-Rir .program-plan-35Z:nth-child(4) {
    animation-delay: -15s;
}

.course-summary-Rir .program-plan-35Z img {
    width: 100%;
    height: 100%;
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
}

.course-summary-Rir .learn-training-9sG {
    margin: 0 auto;
    position: relative;
    width: 85%;
    display: grid;
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    height: 80vh;
}

.course-summary-Rir .education-path-zrW::before {
    content: "";
    background: rgb(182,161,138,0.5);
    width: 60%;
    filter: blur(60px);
    height: 60%;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    top: -30px;
    left: -30px;
    opacity: 0.3;
}

.course-summary-Rir .education-path-zrW h3 {
    font-size: 34px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.course-summary-Rir .education-path-zrW h3::before {
    top: -15px;
    height: 50px;
    opacity: 0.5;
    border: 2px solid rgb(182,161,138,0.5);
    left: -15px;
    width: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.course-summary-Rir .feedback-query-4cp {
    align-self: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgb(182,161,138);
    text-decoration: none;
    display: inline-flex;
    max-width: calc(100% - 2rem);
    color: #ffffff;
    background: transparent;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2rem;
    position: relative;
    margin-bottom: 1rem;
}




.course-summary-Rir .learn-more-e5a:has(.program-plan-35Z:nth-child(2):last-child) .program-plan-35Z:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-Rir .learn-more-e5a:has(.program-plan-35Z:nth-child(2):last-child) .program-plan-35Z:nth-child(2) {
    animation-delay: -12.5s;
}

.course-summary-Rir .learn-more-e5a:has(.program-plan-35Z:nth-child(3):last-child) .program-plan-35Z:nth-child(2) {
    animation-delay: -8.33s;
}

.course-summary-Rir .learn-more-e5a:has(.program-plan-35Z:nth-child(4):last-child) .program-plan-35Z:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-Rir .learn-more-e5a:has(.program-plan-35Z:nth-child(4):last-child) .program-plan-35Z:nth-child(3) {
    animation-delay: -12.5s;
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    content: "";
    background-size: 20px 20px;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
}

.forum-link-o69 .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    display: flex;
}

.forum-link-o69 .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2.5rem;
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}

.forum-link-o69 .hackathon-uNK {
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.forum-link-o69 .privacy-cta-tHF {
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    display: flex;
    min-width: 400px;
    gap: 2rem;
}

.forum-link-o69 .nav-class-c0W h5 {
    background: rgba(255, 255, 255, 0.15);
    font-size: 24px;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

.forum-link-o69 .nav-class-c0W .top-master-pJj a {
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    color: #ffffff;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    text-decoration: none;
}

.forum-link-o69 .nav-class-c0W .top-master-pJj a:hover::before {
    opacity: 0.7;
}

.conduct-code-Wv5 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conduct-code-Wv5 .cookie-ctrl-esg {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
    padding: 0.7rem 2rem;
    position: relative;
}

.newsletter-subscription-oh6::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg) skewX(-15deg);
    right: -5%;
    width: 40%;
    animation: float 15s infinite alternate ease-in-out;
    height: 70%;
    top: -10%;
    background: rgb(255, 255, 255, 0.5);
    filter: blur(40px);
    content: "";
}

.newsletter-subscription-oh6 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.newsletter-subscription-oh6 .learn-training-9sG:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.newsletter-subscription-oh6 h3 {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transform: translateX(5px);
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
}

.newsletter-subscription-oh6 .input_holder {
    display: flex;
    gap: 1.25rem;
    position: relative;
    flex-direction: column;
    max-width: 100%;
}

.newsletter-subscription-oh6 .input_holder div {
    flex: 1;
    position: relative;
}

.newsletter-subscription-oh6 input[type="email"] {
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    width: 100%;
}

.newsletter-subscription-oh6 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.newsletter-subscription-oh6 .enroll-instantly-w5q {
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    transform-origin: left;
    border: none;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 1.1rem 2rem;
    align-self: flex-start;
    border-radius: 10px;
    background: rgb(147,126,110);
    cursor: pointer;
}

.newsletter-subscription-oh6 .enroll-instantly-w5q:hover::before {
    transform: translateX(100%);
}

.newsletter-subscription-oh6 .enroll-instantly-w5q:active {
    transform: translateY(1px) scale(0.98);
}

.metrics-summary-At1::before {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
}

.metrics-summary-At1 .container {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
}

.metrics-summary-At1 h2 {
    color: #000000;
    border-left: 5px solid rgb(182,161,138);
    margin-bottom: 80px;
    position: relative;
    text-align: left;
    padding-left: 25px;
    font-weight: 700;
    font-size: 31px;
}

.metrics-summary-At1 h2 {
    border-bottom: 3px solid rgb(182,161,138);
    text-align: center;
    padding-bottom: 15px;
    border-left: none;
    padding-left: 0;
}

.metrics-summary-At1 .boost-experts-mPT:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.metrics-summary-At1 .boost-experts-mPT:hover {
    transform: translateY(-10px);
}

.metrics-summary-At1 .boost-experts-mPT p {
    align-items: center;
    font-size: 3rem;
    min-width: 180px;
    padding: 30px 40px;
    margin: 0;
    display: flex;
    background: rgb(182,161,138);
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.metrics-summary-At1 .boost-experts-mPT p {
    padding: 20px;
    width: 100%;
    font-size: 2.2rem;
    min-width: auto;
}

.metrics-summary-At1 .boost-experts-mPT:nth-child(2n) p::after {
    border-left-color: rgb(147,126,110);
}

.metrics-summary-At1 .boost-experts-mPT:nth-child(2n) p::after {
    border-left-color: transparent;
    border-top-color: rgb(147,126,110);
}

.metrics-summary-At1 .boost-experts-mPT span {
    position: relative;
    font-size: 20px;
    flex-grow: 1;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    padding: 30px 40px;
}

.metrics-summary-At1 .boost-experts-mPT span {
    width: 100%;
    padding: 25px 20px;
}

.metrics-summary-At1 .boost-experts-mPT span,
.metrics-summary-At1 .boost-experts-mPT p,
.metrics-summary-At1 svg {
    z-index: 1;
}

.metrics-summary-At1 svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}

.metrics-summary-At1 .boost-experts-mPT:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.metrics-summary-At1 .boost-experts-mPT:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}

.metrics-summary-At1 .boost-experts-mPT:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}

.metrics-summary-At1 .boost-experts-mPT:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}



.metrics-summary-At1 .container::before,
.metrics-summary-At1 .container::after {
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgb(182,161,138,0.5) 0%, transparent 70%);
    height: 300px;
    width: 300px;
    border-radius: 50%;
}

.metrics-summary-At1 .container::before {
    right: -150px;
    top: -150px;
}

.metrics-summary-At1 .boost-experts-mPT:hover::before {
    opacity: 0.1;
}

.pricing-options-QGh::before {
    background: linear-gradient(135deg, rgb(182,161,138,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.pricing-options-QGh .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
}

.pricing-options-QGh .pricing-card-fQp {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(182,161,138);
    background-color: #ffffff;
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-options-QGh .pricing-card-fQp h2 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
}

.pricing-options-QGh .pricing-card-fQp .access-plans-Zjl {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    max-width: 80%;
}

.pricing-options-QGh .package-deals-D1h {
    color: inherit;
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
}

.pricing-options-QGh .package-deals-D1h:hover .learn-packs-r5U {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(182,161,138,0.5);
}

.pricing-options-QGh .package-deals-D1h:hover .learn-packs-r5U {
    transform: rotate(0) translateZ(20px);
}

.pricing-options-QGh .package-deals-D1h:nth-child(odd) .learn-packs-r5U {
    transform: rotate(-1deg);
}

.pricing-options-QGh .plan-fees-L8A {
    padding: 2rem;
    z-index: 2;
    flex: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing-options-QGh .plan-fees-L8A h3 {
    position: relative;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
    font-size: calc(19px * 1.2);
}

.pricing-options-QGh .package-deals-D1h:hover .plan-fees-L8A h3::after {
    width: 60px;
}

.pricing-options-QGh .basic-cost-FXY {
    margin: 0.5rem 0 1.5rem;
    position: relative;
    display: block;
    font-size: calc(19px * 1.8);
    transform: translateZ(15px);
    color: rgb(182,161,138);
    font-weight: 700;
}

.pricing-options-QGh .plan-fees-L8A p {
    color: #000000;
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-word;
    margin-top: 1rem;
    overflow-wrap: break-word;
}

.pricing-options-QGh .package-deals-D1h:hover .img-rounded-gZi {
    transform: scale(1.05) translateZ(0);
}

.pricing-options-QGh .img-rounded-gZi::before {
    background: rgb(182,161,138);
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.15;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
}

#cookie-disclosure-ovM {
    display: none;
}

#cookie-disclosure-ovM:checked ~ .cookieWarningMessage-hdT {
    visibility: hidden;
    opacity: 0;
}

.cookie-explained-HrO {
    border-radius: 17px;
    border: 2px dashed rgb(182,161,138);
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookieWarningMessage-hdT p {
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    margin: 0;
    font-size: 18px;
}

.cookie-gate-FXO svg {
    fill: rgb(182,161,138);
    width: 60px;
    height: 60px;
}

.edu-cookie-g63 {
    cursor: pointer;
    flex-shrink: 0;
    background: rgb(182,161,138);
    white-space: nowrap;
    padding: 10px 20px;
    border: 2px solid rgb(182,161,138);
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    color: #000000;
    text-decoration: none;
}

.cookieWarningMessage-hdT p a {
    color: rgb(182,161,138);
    text-decoration: none;
    border-bottom: 1px dashed rgb(182,161,138);
    transition: color 0.3s ease;
}

.contact-IRn::before {
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    background: rgb(218,196,167);
    width: 100%;
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(182,161,138,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(147,126,110,0.5) 0%, transparent 30%);
}



.contact-IRn .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}

.contact-IRn h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.contact-IRn h2::before {
    width: 100px;
    left: calc(50% - 50px);
    background: rgb(182,161,138);
    content: "";
    position: absolute;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(182,161,138),
        0 0 10px rgb(182,161,138),
        0 0 15px rgb(182,161,138);
    height: 2px;
}

.contact-IRn .img-rounded-gZi {
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}

.contact-IRn .img-rounded-gZi::before {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.contact-IRn .inquiry-section-nfd {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}

.contact-IRn .inquiry-section-nfd::before {
    height: 200px;
    right: -100px;
    top: -100px;
    width: 200px;
    opacity: 0.3;
    z-index: 0;
    content: "";
    filter: blur(100px);
    position: absolute;
    background: rgb(182,161,138,0.5);
}

.contact-IRn form {
    position: relative;
    z-index: 2;
}

.contact-IRn form h3::after {
    height: 2px;
    box-shadow: 
        0 0 5px rgb(182,161,138,0.5),
        0 0 10px rgb(182,161,138,0.5);
    bottom: -15px;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(182,161,138);
    content: "";
}

.contact-IRn form input[type="text"]:focus {
    border-color: rgb(182,161,138);
    box-shadow: 
        0 0 0 1px rgb(182,161,138),
        0 0 5px rgb(182,161,138,0.5);
    outline: none;
}

.contact-IRn .request-help-FB1 {
    position: relative;
    margin-bottom: 35px;
}

.contact-IRn .request-help-FB1 label {
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: 14px;
}

.contact-IRn .request-help-FB1 input[type="checkbox"]:checked + label::before {
    background: rgb(182,161,138);
    box-shadow: 0 0 5px rgb(182,161,138,0.5);
    border-color: rgb(182,161,138);
}

.contact-IRn .request-help-FB1 input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    content: "";
    width: 6px;
    height: 12px;
    top: 4px;
}

.contact-IRn .request-help-FB1 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-IRn .feedback-query-4cp {
    border: none;
    background: rgb(182,161,138);
    border-radius: 8px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 18px 30px;
    position: relative;
    font-weight: 700;
    box-shadow: 
        0 5px 15px rgb(182,161,138,0.5),
        0 0 0 1px rgb(182,161,138);
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-IRn .feedback-query-4cp:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-IRn svg path {
    fill: rgb(182,161,138);
    transition: all 0.3s ease;
}

.contact-IRn svg:hover,
.contact-IRn svg:hover path {
    filter: drop-shadow(0 0 3px rgb(147,126,110,0.5));
    fill: rgb(147,126,110);
    transform: translateY(-2px);
}

.get-support-pir::after {
    z-index: -1;
    width: 100%;
    top: 0;
    animation: pulseBackground 15s infinite alternate;
    position: absolute;
    content: '';
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,126,110,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(182,161,138,0.5) 0%, transparent 50%);
    height: 100%;
}


.get-support-pir .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.get-support-pir .container::after {
    animation-direction: reverse;
    bottom: -75px;
    left: -75px;
    border-color: rgb(147,126,110,0.5);
}


.get-support-pir .assist-team-WBn {
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}

.get-support-pir .get-contactinfo-zfR {
    overflow: hidden;
    margin: 0;
    padding: 25px 35px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(182,161,138) 0%, rgb(147,126,110) 100%);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.get-support-pir .get-contactinfo-zfR svg {
    stroke-linejoin: round;
    height: 24px;
    transition: transform 0.3s ease;
    stroke-linecap: round;
    width: 24px;
    stroke-width: 2;
    fill: none;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
    stroke: #ffffff;
    margin-right: 12px;
}

.get-support-pir .get-contactinfo-zfR::after {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    content: '';
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    bottom: -25px;
    height: 50px;
    left: -25px;
}

.get-support-pir .contact-help-XUu {
    background: #ffffff;
    padding: 30px 35px;
    position: relative;
}

.get-support-pir .contact-help-XUu::before {
    opacity: 0.03;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background-size: 20px 20px;
    content: '';
    background-image: 
        linear-gradient(45deg, rgb(218,196,167) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(218,196,167) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(218,196,167) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(218,196,167) 75%);
    top: 0;
    left: 0;
}

.get-support-pir .contact-help-XUu p:hover {
    transform: translateX(5px);
}

.get-support-pir .contact-help-XUu p:hover svg {
    stroke: #ffffff;
    transform: rotate(0deg);
    background: rgb(182,161,138);
}

.get-support-pir .contact-help-XUu p svg path {
    stroke-dasharray: 40;
    animation: drawIcon 1s forwards ease-out;
    stroke-dashoffset: 40;
}

.get-support-pir .contact-help-XUu p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.get-support-pir .contact-help-XUu p:nth-child(5) svg path {
    animation-delay: 0.5s;
}

.get-support-pir .contact-help-XUu p a {
    transition: color 0.3s ease;
    color: rgb(182,161,138);
    position: relative;
    text-decoration: none;
}

.get-support-pir .contact-help-XUu p a:hover {
    color: rgb(147,126,110);
}

.get-support-pir .contact-help-XUu p a:hover::after {
    width: 100%;
}

.get-support-pir .contact-form-wFV {
    align-items: center;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 32px;
    color: #000000;
    display: flex;
}

.get-support-pir .contact-form-wFV:hover svg {
    transform: rotate(0deg);
}

.get-support-pir .instant-request-zcF {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.get-support-pir .get-support-bW9 {
    padding: 10px 15px 10px 30px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(218,196,167);
    font-size: calc(13px - 2px);
    color: #000000;
}

.get-support-pir .get-support-bW9:hover::before {
    transform: scaleY(1);
}

.get-support-pir .get-support-bW9 svg {
    stroke-linejoin: round;
    fill: none;
    width: 14px;
    height: 14px;
    top: 50%;
    stroke-linecap: round;
    stroke: rgb(147,126,110);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    stroke-width: 2;
    opacity: 0.8;
    left: 10px;
    position: absolute;
}

.privacy-chest-Rb6::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(182,161,138,0.5), 0.03) 20px,
    rgba(rgb(182,161,138,0.5), 0.03) 40px
  );
    content: "";
    z-index: 0;
    position: absolute;
}

.privacy-chest-Rb6 h1 {
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateX(-5px);
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    opacity: 0;
    color: rgb(182,161,138);
    position: relative;
    font-size: 40px;
}

.privacy-chest-Rb6 h2 {
    font-size: 30px;
    position: relative;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    opacity: 0;
    color: rgb(147,126,110);
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    transform: translateY(10px);
}

.privacy-chest-Rb6 h3::before {
    position: absolute;
    border-radius: 2px;
    background: rgb(147,126,110,0.5);
    content: "";
    left: 0;
    height: calc(100% - 16px);
    top: 8px;
    width: 3px;
}

.privacy-chest-Rb6 h4 {
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    opacity: 0;
    font-size: calc(30px * 0.7);
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    color: #000000;
    transform: translateY(8px);
    padding-left: 12px;
    position: relative;
    font-family: Arial, sans-serif;
}

.privacy-chest-Rb6 p {
    opacity: 0;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-size: 13px;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    position: relative;
    color: #000000;
    line-height: 1.7;
    transform: translateY(8px);
}

.privacy-chest-Rb6 ul {
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    list-style-type: none;
    border-left: 3px solid rgb(182,161,138,0.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 0 0 2rem 0;
    opacity: 0;
}

.privacy-chest-Rb6 li:nth-child(1) {
    --li-index: 1;
}

.privacy-chest-Rb6 li:nth-child(2) {
    --li-index: 2;
}

.privacy-chest-Rb6 li:nth-child(3) {
    --li-index: 3;
}

.privacy-chest-Rb6 li::before {
    transform: rotate(45deg);
    top: 1.2rem;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 3px rgb(182,161,138,0.5);
    background: rgb(182,161,138);
    position: absolute;
    content: "";
    left: 0;
}

.meet-us-cHR {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.meet-us-cHR::before {
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.85;
    left: 0;
    background: linear-gradient(135deg, rgb(182,161,138,0.5), rgb(147,126,110,0.5));
}

.meet-us-cHR h4 {
    position: relative;
    letter-spacing: 3px;
    opacity: 0;
    font-weight: 700;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    z-index: 2;
    font-size: 22px;
    transform: translateY(20px);
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.meet-us-cHR .abstract-box-qVT {
    overflow: hidden;
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
    padding: 50px 60px;
    position: relative;
    transform: translateY(20px) rotateX(2deg);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.meet-us-cHR .abstract-box-qVT h6::after {
    height: 3px;
    position: absolute;
    content: "";
    animation: lineGrow 1s ease-out 1.2s forwards;
    background: rgb(147,126,110);
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    bottom: 0;
    left: 0;
}



::-webkit-scrollbar {
    background: #ffffff;
    width: thin;
}

::-webkit-scrollbar-button {
    width: 14px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(45deg, rgb(182,161,138) 25%, transparent 25%), linear-gradient(-45deg, rgb(182,161,138) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(182,161,138) 75%), linear-gradient(-45deg, transparent 75%, rgb(182,161,138) 75%);
    border-radius: 9px;
}

::-webkit-scrollbar-thumb {
    transition: background, box-shadow, transform 2.5s ease-in;
    background: rgb(147,126,110,0.5);
    border-radius: 18.9em;
    border: 3px double #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    background: rgb(182,161,138,0.5);
    border-color: rgb(147,126,110,0.5);
    box-shadow: 1px 3px 11px 1px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(147,126,110);
}



@media (max-width: 767px) {.opening-page-cea {
    padding: 1.5rem;
}.opening-page-cea h3 {
    padding-left: 1.5rem;
    font-size: 20px;
}.opening-page-cea h1 {
    font-size: 39px;
}.opening-page-cea .path-creators-Q1H {
    padding: 1.5rem;
}.opening-page-cea .path-creators-Q1H > div {
    height: 180px;
}.opening-page-cea p {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {header .site-head-aQv {
    flex-direction: column;
    align-items: center;
}header .site-head-aQv .nav-learn-u1k {
    margin-right: 0;
    margin-bottom: 15px;
}header .site-head-aQv .nav-class-c0W {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .site-head-aQv .nav-class-c0W .head-base-lqD {
    margin: 5px 15px 5px 0;
}header .site-head-aQv .nav-class-c0W .head-base-lqD a {
    padding: 5px;
    font-size: calc(13px - 2px);
}}



@media (max-width: 767px) {.check-it-out-now-FSZ {
    padding: 80px 0;
}.check-it-out-now-FSZ .container p {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    margin-bottom: 60px;
    padding: 30px;
    font-size: 24px;
}.check-it-out-now-FSZ .feedback-query-4cp {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.check-it-out-now-FSZ .container p::before {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 992px) {.learning-outcomes-ujv .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.learning-outcomes-ujv {
    padding: 5rem 0;
}.learning-outcomes-ujv .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.learning-outcomes-ujv h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
}.learning-outcomes-ujv .img-rounded-gZi {
    height: 300px;
}
}



@media (max-width: 576px) {.learning-outcomes-ujv {
    padding: 4rem 0;
}.learning-outcomes-ujv .learn-training-9sG {
    padding: 0 1.5rem;
}.learning-outcomes-ujv .text_main_holder > div {
    padding: 1.5rem;
}.learning-outcomes-ujv .text_main_holder svg {
    height: 3.5rem;
    width: 3.5rem;
    padding: 0.8rem;
}.learning-outcomes-ujv .img-rounded-gZi {
    height: 250px;
}}



@media (max-width: 767px) {.course-demographic-4Mt {
    padding: 80px 0;
}.course-demographic-4Mt h4 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.course-demographic-4Mt div {
    gap: 20px;
}.course-demographic-4Mt div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.course-demographic-4Mt div p svg {
    height: 28px;
    width: 28px;
}
}



@media (min-width: 768px) {.mentorship-profile-IkN .testimonials-pro-ZA1 {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.mentorship-profile-IkN .img-rounded-gZi {
    border-radius: 12px 0 0 12px;
    transform: rotateY(-10deg);
    transform-origin: right;
    height: 100%;
}.mentorship-profile-IkN .testimonials-pro-ZA1:hover .img-rounded-gZi {
    transform: rotateY(0deg) translateZ(30px);
}.mentorship-profile-IkN .past-work-ya9 {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 12px 12px 0;
}.mentorship-profile-IkN .testimonials-pro-ZA1:hover .past-work-ya9 {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 991px) {.ty-sidebar-uLx {
    padding: 5rem 0;
}.ty-sidebar-uLx .learn-training-9sG {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.ty-sidebar-uLx h5 {
    font-size: calc(19px * 1.05);
}.ty-sidebar-uLx .learn-training-9sG > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}
}



@media (max-width: 575px) {.ty-sidebar-uLx {
    padding: 3.5rem 0;
}.ty-sidebar-uLx .container {
    padding: 0 1.5rem;
}.ty-sidebar-uLx .learn-training-9sG {
    border-radius: 12px;
    padding: 1.75rem;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
}.ty-sidebar-uLx h5 {
    font-size: calc(19px - 2px);
    padding-left: 0.8rem;
}.ty-sidebar-uLx h5::before {
    width: 3px;
}.ty-sidebar-uLx .learn-training-9sG > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.ty-sidebar-uLx a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.ty-sidebar-uLx p {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}}



@media screen and (max-width: 768px) {.course-summary-Rir .learn-training-9sG {
    gap: 1.5rem;
    width: 90%;
}.course-summary-Rir .education-path-zrW {
    padding: 2rem;
}.course-summary-Rir .education-path-zrW h3 {
    font-size: calc(34px * 0.9);
}.course-summary-Rir .education-path-zrW h3::before {
    left: -20px;
    width: 40px;
    height: 40px;
    top: -15px;
}.course-summary-Rir .education-path-zrW p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
}.course-summary-Rir .container {
    padding: 4rem 0;
}
}



@media (max-width: 1200px) {.forum-link-o69 .container {
    gap: 2rem;
}.forum-link-o69 .company_holder {
    flex: 1 1 380px;
}.forum-link-o69 .privacy-cta-tHF {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}



@media (max-width: 992px) {.forum-link-o69 {
    padding: 3.5rem 0 2rem;
}.forum-link-o69 .container {
    flex-direction: column;
    gap: 2.5rem;
}.forum-link-o69 .company_holder,
    .forum-link-o69 .privacy-cta-tHF {
    min-width: 100%;
    flex: 1 1 100%;
}.forum-link-o69 .nav-class-c0W {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.forum-link-o69 {
    padding: 2.5rem 0 1rem;
}.forum-link-o69 .nav-class-c0W {
    min-width: 100%;
    flex: 1 1 100%;
}.forum-link-o69 .top-master-pJj {
    gap: 1rem;
}.conduct-code-Wv5 {
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
}.forum-link-o69::before {
    height: 5px;
}
}



@media (min-width: 768px) {.newsletter-subscription-oh6 {
    padding: 6rem 2rem;
}.newsletter-subscription-oh6 .learn-training-9sG {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}.newsletter-subscription-oh6 .input_holder {
    align-items: center;
    flex-direction: row;
}.newsletter-subscription-oh6 h3 {
    max-width: 80%;
    margin-bottom: 2.5rem;
}.newsletter-subscription-oh6 .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}



@media (hover: none) {.newsletter-subscription-oh6 .learn-training-9sG:hover {
    box-shadow: none;
    transform: none;
}.newsletter-subscription-oh6 .enroll-instantly-w5q:hover {
    box-shadow: none;
    transform: none;
    background: rgb(147,126,110);
}
}



@media (max-width: 992px) {.metrics-summary-At1 {
    padding: 90px 0;
}.metrics-summary-At1 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}.metrics-summary-At1 .boost-experts-mPT p {
    min-width: 150px;
    padding: 25px 30px;
    font-size: 2.5rem;
}.metrics-summary-At1 .boost-experts-mPT span {
    padding: 25px 30px;
}.metrics-summary-At1 ul::before {
    left: 75px;
}
}



@media (min-width: 1400px) {.metrics-summary-At1 .boost-experts-mPT {
    margin-left: auto;
    max-width: 90%;
}.metrics-summary-At1 .boost-experts-mPT:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
}.metrics-summary-At1 .boost-experts-mPT p {
    font-size: 3.5rem;
}}



@media (min-width: 992px) {.pricing-options-QGh .plan-cost-l4R {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.pricing-options-QGh .pricing-card-fQp {
    padding: 3rem;
}.pricing-options-QGh .monthly-plan-bPS {
    grid-row: 1;
    grid-column: 1;
}.pricing-options-QGh .pricing-card-fQp {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.pricing-options-QGh .pricing-card-fQp:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 480px) {.pricing-options-QGh .plan-fees-L8A p {
    font-size: calc(16px * 0.9);
}.pricing-options-QGh .plan-fees-L8A h3 {
    font-size: 19px;
}.pricing-options-QGh .basic-cost-FXY {
    font-size: calc(19px * 1.3);
}.pricing-options-QGh .img-rounded-gZi {
    height: 160px;
}}


@media only screen and (max-width: 1200px) {.cookieWarningMessage-hdT {
    padding: 15px 0;
}.cookie-explained-HrO {
    padding: 15px 5%;
}.cookie-gate-FXO {
    display: none;
}.cookie-explained-HrO {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningMessage-hdT h5 {
    font-size: 22px;
    margin-bottom: 10px;
}.consent-panel-2eu {
    margin-bottom: 15px;
}.edu-cookie-g63 {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 480px) {.contact-IRn {
    padding: 50px 0;
}.contact-IRn h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.contact-IRn .img-rounded-gZi {
    min-height: 200px;
}.contact-IRn .inquiry-section-nfd {
    padding: 30px 20px;
}.contact-IRn form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-IRn form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-IRn .request-help-FB1 {
    margin-bottom: 20px;
}.contact-IRn .request-help-FB1 label {
    font-size: calc(14px * 0.9);
}.contact-IRn .feedback-query-4cp {
    padding: 12px 20px;
}}


@media screen and (max-width: 767px) {.get-support-pir {
    padding: 40px 0;
}.get-support-pir .get-contactinfo-zfR {
    padding: 20px 25px;
    font-size: calc(24px - 2px);
}.get-support-pir .get-contactinfo-zfR svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}.get-support-pir .img-rounded-gZi {
    height: 200px;
}.get-support-pir .contact-help-XUu {
    padding: 25px;
}.get-support-pir .contact-help-XUu p {
    font-size: calc(13px - 1px);
    margin-bottom: 12px;
    padding-left: 28px;
}.get-support-pir .contact-help-XUu p svg {
    width: 16px;
    top: 3px;
    height: 16px;
}.get-support-pir .support-now-URx {
    margin-top: 20px;
    padding-top: 20px;
}.get-support-pir .contact-form-wFV {
    font-size: calc(20px - 1px);
    padding-left: 28px;
}.get-support-pir .contact-form-wFV svg {
    top: 2px;
    width: 16px;
    height: 16px;
}.get-support-pir .instant-request-zcF {
    grid-template-columns: 1fr;
}.get-support-pir .get-support-bW9 {
    padding: 8px 12px 8px 28px;
}.get-support-pir .get-support-bW9 svg {
    height: 12px;
    width: 12px;
    left: 8px;
}}



@media (min-width: 992px) {.privacy-chest-Rb6 {
    padding: 6rem 4rem;
}.privacy-chest-Rb6 h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 3.5rem;
}.privacy-chest-Rb6 h1::after {
    width: 150px;
}.privacy-chest-Rb6 .container {
    padding: 0 4rem;
    max-width: 1400px;
}.privacy-chest-Rb6 ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.privacy-chest-Rb6 h2 {
    margin: 3.5rem 0 2rem;
}.privacy-chest-Rb6 p,
  .privacy-chest-Rb6 span {
    margin-bottom: 2rem;
}
}



@media (min-width: 768px) {.meet-us-cHR {
    padding: 160px 0 140px;
}.meet-us-cHR h4 {
    margin-bottom: 60px;
}.meet-us-cHR .abstract-box-qVT {
    padding: 60px 80px;
}.meet-us-cHR .abstract-box-qVT span {
    column-count: 2;
    column-gap: 40px;
}
}



@media (min-width: 992px) {.meet-us-cHR {
    padding: 180px 0 160px;
}.meet-us-cHR::after {
    height: 350px;
    width: 350px;
}.meet-us-cHR .abstract-box-qVT {
    margin: 0 auto;
    transform: translateY(20px) rotateX(3deg);
    width: 90%;
    padding: 70px 90px;
}.meet-us-cHR .abstract-box-qVT h6 {
    font-size: calc(16px * 1.8);
}.meet-us-cHR .abstract-box-qVT span {
    column-count: 2;
}
}



@media (max-width: 767px) {.meet-us-cHR {
    padding: 80px 0 60px;
}.meet-us-cHR h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.meet-us-cHR .abstract-box-qVT {
    padding: 30px 25px;
}.meet-us-cHR .abstract-box-qVT h6 {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
}.meet-us-cHR .abstract-box-qVT span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }



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



@keyframes slideInLeft {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



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



@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.02;
    }
    50% {
        opacity: 0.05;
    }
}



@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes listItemAppear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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

