﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.first-section-QFU {
    flex: 1 0 auto;
}

.forum-link-o69 {
    flex: 0 0 auto;
}

.forum-link-o69 {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}

a {
    text-decoration: none;
    color: inherit;
}

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


.opening-page-cea {
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(218,196,167) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    min-height: 100vh;
}

.opening-page-cea::after {
    background: linear-gradient(90deg, transparent, rgb(182,161,138), transparent);
    animation: glow 4s infinite alternate ease-in-out;
    box-shadow: 0 0 15px 1px rgb(182,161,138);
    left: 10%;
    z-index: 2;
    transform: translateY(-50%);
    position: absolute;
    width: 80%;
    content: "";
    height: 1px;
    bottom: 15%;
}

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

.opening-page-cea h3 {
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(20px * 1.1);
    padding-left: 2rem;
    max-width: 90%;
    letter-spacing: 0.03em;
    position: relative;
    color: #ffffff;
    margin-bottom: 1rem;
}

.opening-page-cea h1::after {
    transform-origin: left center;
    content: "";
    left: 0;
    background: rgb(147,126,110);
    height: 4px;
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    animation: expandLine 1.2s forwards 1s ease-in-out;
    width: 80px;
}

.opening-page-cea .path-creators-Q1H::before {
    z-index: -1;
    height: 60%;
    top: -8px;
    width: 60%;
    border-right: 2px solid rgb(182,161,138);
    opacity: 0.7;
    position: absolute;
    content: "";
    right: -8px;
    border-top: 2px solid rgb(182,161,138);
}

.opening-page-cea .path-creators-Q1H > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    margin-top: 1.5rem;
    height: 200px;
}

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

.opening-page-cea p {
    color: #ffffff;
    width: 100%;
    bottom: 0;
    transition: transform 0.4s ease;
    z-index: 2;
    left: 0;
    font-weight: 300;
    transform: translateY(0);
    font-size: 13px;
    position: absolute;
    padding: 2rem;
    line-height: 1.6;
}

header .site-head-aQv {
    padding: 20px 15px;
    align-items: center;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    transform: none;
    flex-direction: row;
}

header .site-head-aQv .nav-learn-u1k .nav-base-P63 {
    display: inline-block;
}

header .site-head-aQv .nav-class-c0W {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    transform: none;
    padding: 20px 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    padding: 0;
    list-style: none;
}

header .site-head-aQv .nav-class-c0W .head-base-lqD {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .site-head-aQv .nav-class-c0W .head-base-lqD a {
    position: relative;
    display: block;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
}

header .site-head-aQv .nav-class-c0W .head-base-lqD:hover a::after {
    transform: translateX(0);
}

.check-it-out-now-FSZ::before {
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(218,196,167) 0%,
        transparent 70%
    );
    left: 0;
}

.check-it-out-now-FSZ .container p {
    max-width: 800px;
    z-index: 5;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    margin: 0 auto 80px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(182,161,138,0.5);
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    padding: 40px;
    text-align: center;
    font-size: 35px;
    position: relative;
}

.check-it-out-now-FSZ .feedback-query-4cp:hover {
    box-shadow: 
        8px 8px 0 rgb(182,161,138),
        16px 16px 0 rgb(147,126,110,0.5);
    transform: rotate(0) scale(1.05);
}

.check-it-out-now-FSZ .feedback-query-4cp::before {
    content: '';
    position: absolute;
    left: 5px;
    border: 2px dashed rgb(182,161,138);
    top: 5px;
    transition: all 0.4s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.check-it-out-now-FSZ .learn-training-9sG::after {
    border-radius: 50% 0 50% 50%;
    transform: rotate(-45deg);
    content: '';
    opacity: 0.1;
    bottom: -150px;
    left: -150px;
    z-index: 1;
    background: rgb(147,126,110,0.5);
    width: 300px;
    position: absolute;
    height: 300px;
}

.learning-outcomes-ujv::before {
    content: '';
    animation: patternShift 20s linear infinite;
    top: 0;
    opacity: 0.1;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(182,161,138,0.5) 0,
        rgb(182,161,138,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
}

.learning-outcomes-ujv .abstract-box-qVT {
    width: 100%;
    margin-bottom: 3rem;
}

.learning-outcomes-ujv .text_main_holder {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.learning-outcomes-ujv .text_main_holder > div {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    position: relative;
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    padding: 2rem;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    text-align: center;
}

.learning-outcomes-ujv .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.learning-outcomes-ujv .text_main_holder svg {
    background: rgb(218,196,167);
    width: 4rem;
    transition: all 0.3s ease;
    height: 4rem;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    padding: 1rem;
}

.learning-outcomes-ujv .text_main_holder > div:hover svg path {
    fill: rgb(147,126,110);
}

.learning-outcomes-ujv .img-rounded-gZi {
    position: relative;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 28px;
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
}

.course-demographic-4Mt {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(218,196,167) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.course-demographic-4Mt .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.course-demographic-4Mt .learn-training-9sG {
    position: relative;
}

.course-demographic-4Mt h4 {
    padding-bottom: 20px;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 70px;
    font-weight: 700;
}

.course-demographic-4Mt div {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.course-demographic-4Mt div p {
    flex: 0 0 calc(33.333% - 20px);
    background: #ffffff;
    min-width: 280px;
    line-height: 1.6;
    z-index: 1;
    padding: 25px 25px 25px 75px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 26px;
    margin: 0;
    position: relative;
}

.course-demographic-4Mt div p::after {
    left: 10px;
    transition: all 0.3s ease;
    width: calc(100% - 20px);
    border-radius: calc(26px - 10px);
    border: 1px solid rgb(147,126,110,0.5);
    z-index: -2;
    height: calc(100% - 20px);
    content: "";
    opacity: 0.2;
    position: absolute;
    background: #ffffff;
    top: 10px;
}

.course-demographic-4Mt div p svg {
    height: 35px;
    transition: all 0.3s ease;
    width: 35px;
    padding: 8px;
    background: rgb(218,196,167);
    left: 25px;
    position: absolute;
    top: 25px;
    border-radius: 50%;
}

.course-demographic-4Mt div p:hover svg path {
    fill: rgb(147,126,110);
}

.mentorship-profile-IkN::before {
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(182,161,138,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
}

.mentorship-profile-IkN .testimonials-pro-ZA1 {
    z-index: 2;
    perspective: 1500px;
    transform-style: preserve-3d;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1000px;
    position: relative;
}

.mentorship-profile-IkN .img-rounded-gZi::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
}

.mentorship-profile-IkN .past-work-ya9 {
    position: relative;
    transform-origin: top;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 0 12px 12px;
    z-index: 1;
    transform: rotateX(-5deg);
}

.mentorship-profile-IkN .name::after {
    left: 0;
    content: "";
    width: 0;
    transition: width 0.4s ease 0.1s;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(147,126,110), transparent);
    bottom: -5px;
}

.mentorship-profile-IkN .past-work-ya9 > div:nth-child(2) {
    font-size: 19px;
    opacity: 0.7;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    transform: translateZ(0);
    letter-spacing: 1px;
}

.mentorship-profile-IkN .testimonials-pro-ZA1:hover .job-wrap-9CO {
    transform: translateZ(5px);
}

.mentorship-profile-IkN .job-wrap-9CO::before {
    top: 10px;
    color: rgb(147,126,110,0.5);
    line-height: 0;
    left: -5px;
    content: "";
    font-size: 60px;
    opacity: 0.5;
    position: absolute;
}

.ty-sidebar-uLx::before {
    z-index: 0;
    left: -20%;
    position: absolute;
    width: 120%;
    transform: rotate(-15deg);
    height: 200%;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgb(182,161,138,0.5), transparent 60%);
    opacity: 0.2;
    top: -50%;
}

.ty-sidebar-uLx .learn-training-9sG {
    border-radius: 16px;
    position: relative;
    padding: 3.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    background: #ffffff;
}

.ty-sidebar-uLx .learn-training-9sG > div:first-child::after {
    box-shadow: 0 2px 6px rgba(rgb(182,161,138,0.5), 0.2);
    position: absolute;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(182,161,138), rgb(147,126,110), rgb(182,161,138));
    animation: gradientSlide 6s infinite ease-in-out;
    width: 100%;
    content: "";
    left: 0;
    height: 3px;
    background-size: 200% 100%;
    bottom: 0;
}

.ty-sidebar-uLx .learn-training-9sG > div:last-child {
    position: relative;
    transform: translateZ(0);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}

.ty-sidebar-uLx a:hover {
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(1px);
}

.ty-sidebar-uLx a:active {
    transform: translateY(2px);
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.ty-sidebar-uLx p {
    font-size: 12px;
    z-index: 1;
    margin: 0;
    line-height: 1.7;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}

.course-summary-Rir .learn-business-3s5 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}




.course-summary-Rir .learn-business-3s5 {
    z-index: 0;
}

.course-summary-Rir .learn-more-e5a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.course-summary-Rir .learn-business-3s5:hover .program-plan-35Z {
    animation-play-state: paused;
}

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

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

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

.course-summary-Rir .container {
    z-index: 10;
    display: flex;
    align-items: center;
    position: relative;
    height: 100vh;
    width: 100%;
}

.course-summary-Rir .education-path-zrW {
    z-index: 3;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
    flex-direction: column;
    backdrop-filter: blur(20px);
    border-radius: 22px;
    justify-content: center;
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 2 / 12;
    grid-column: 6 / 13;
    display: flex;
    overflow: hidden;
}

.course-summary-Rir .education-path-zrW::after {
    bottom: -30px;
    background: rgb(147,126,110,0.5);
    content: "";
    position: absolute;
    z-index: -1;
    height: 70%;
    width: 70%;
    opacity: 0.3;
    filter: blur(70px);
    border-radius: 50%;
    right: -30px;
}

.course-summary-Rir .education-path-zrW p {
    max-width: 100%;
    margin-bottom: 2.5rem;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.8;
    word-wrap: break-word;
}

.course-summary-Rir .feedback-query-4cp::before {
    background: rgb(182,161,138);
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
    transition: left 0.3s ease;
}

.course-summary-Rir .feedback-query-4cp:hover {
    color: #ffffff;
}

.course-summary-Rir .feedback-query-4cp:hover::before {
    left: 0;
}

.course-summary-Rir .learn-training-9sG::after {
    grid-row: 4 / 10;
    height: 100%;
    border-radius: 22px;
    width: 100%;
    z-index: 2;
    content: "";
    grid-column: 3 / 9;
    border: 1px solid rgb(147,126,110,0.5);
    position: absolute;
}

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

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

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

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

footer::before {
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(182,161,138) 0%, rgb(147,126,110) 100%);
    z-index: -2;
    top: 0;
    opacity: 0.85;
    bottom: 0;
}

.forum-link-o69::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 10px;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    opacity: 0.2;
    background: #ffffff;
    position: absolute;
}

.forum-link-o69 .company_holder h3 {
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 35px;
    font-weight: 700;
    padding: 0.5rem 2rem;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    letter-spacing: 1px;
}

.forum-link-o69 .top-master-pJj {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.forum-link-o69 .nav-class-c0W {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}

.forum-link-o69 .nav-class-c0W .top-master-pJj {
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    gap: 0.8rem;
}

.forum-link-o69 .nav-class-c0W .top-master-pJj a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.forum-link-o69 .nav-class-c0W .top-master-pJj a::before {
    opacity: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #ffffff;
    top: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.conduct-code-Wv5 {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 3rem;
}

.newsletter-subscription-oh6 {
    background: linear-gradient(135deg, rgb(147,126,110,0.5), rgb(182,161,138));
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}

.newsletter-subscription-oh6::after {
    animation: float 12s infinite alternate-reverse ease-in-out;
    transform: rotate(25deg) skewY(5deg);
    z-index: -1;
    filter: blur(30px);
    width: 25%;
    content: "";
    height: 50%;
    position: absolute;
    left: -5%;
    bottom: -5%;
    background: rgb(147,126,110,0.5);
}

.newsletter-subscription-oh6 .learn-training-9sG {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(147,126,110);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.newsletter-subscription-oh6 h3::before {
    content: "";
    width: 8px;
    background: rgb(147,126,110);
    animation: pulse 3s infinite;
    top: 0.8em;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%);
    left: -20px;
}

.newsletter-subscription-oh6 .input_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    right: 0;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    position: absolute;
}

.newsletter-subscription-oh6 input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgb(147,126,110,0.5);
    border-color: rgb(147,126,110);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-subscription-oh6 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.newsletter-subscription-oh6 .enroll-instantly-w5q::before {
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.6s ease;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.newsletter-subscription-oh6 .enroll-instantly-w5q:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
    background: rgb(182,161,138);
}

.metrics-summary-At1 {
    z-index: 1;
    position: relative;
    background: rgb(218,196,167);
    padding: 120px 0;
    overflow: hidden;
}

.metrics-summary-At1 {
    padding: 70px 0;
}

.metrics-summary-At1::after {
    position: absolute;
    opacity: 0.1;
    left: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, rgb(182,161,138,0.5) 0%, transparent 60%);
    z-index: -1;
    top: 0;
    height: 100%;
}

.metrics-summary-At1 ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    gap: 25px;
}

.metrics-summary-At1 .boost-experts-mPT {
    border-radius: 24px;
    align-items: center;
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex-direction: row;
    transition: all 0.4s ease;
}

.metrics-summary-At1 .boost-experts-mPT {
    flex-direction: column;
    text-align: center;
}

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

.metrics-summary-At1 .boost-experts-mPT p::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    border-left: 15px solid rgb(182,161,138);
    z-index: 1;
    border-bottom: 15px solid transparent;
    transform: translateY(-50%);
    height: 0;
    border-top: 15px solid transparent;
    width: 0;
}

.metrics-summary-At1 .boost-experts-mPT p::after {
    right: auto;
    border-left: 15px solid transparent;
    top: auto;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    bottom: -15px;
    border-top: 15px solid rgb(182,161,138);
    left: 50%;
    border-bottom: none;
}

.metrics-summary-At1 .boost-experts-mPT:hover span {
    color: rgb(182,161,138);
}

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

.metrics-summary-At1 svg {
    transition: all 0.3s ease;
    height: 40px;
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
    fill: #ffffff;
}

.metrics-summary-At1 svg {
    right: auto;
    margin: 15px 0;
    position: relative;
    top: auto;
}

.metrics-summary-At1 ul::before {
    opacity: 0.3;
    left: 90px;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(182,161,138,0.5), rgb(147,126,110,0.5));
    position: absolute;
    width: 2px;
    height: 100%;
    content: "";
}

.metrics-summary-At1 ul::before {
    display: none;
}

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

.metrics-summary-At1 .container::after {
    bottom: -150px;
    left: -150px;
}



.metrics-summary-At1 .boost-experts-mPT::before {
    z-index: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    transition: all 0.4s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.pricing-options-QGh {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(218,196,167);
    overflow: hidden;
}

.pricing-options-QGh::after {
    pointer-events: none;
    position: absolute;
    bottom: -5rem;
    content: "";
    height: 20rem;
    width: 20rem;
    right: -5rem;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(147,126,110) 0%, transparent 80%);
    opacity: 0.15;
    z-index: 1;
}

.pricing-options-QGh .plan-cost-l4R {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 3rem;
}

.pricing-options-QGh .pricing-card-fQp::before {
    left: -20px;
    content: "";
    height: 40px;
    width: 40px;
    z-index: -1;
    top: 20px;
    transform: rotate(45deg);
    background-color: rgb(182,161,138);
    position: absolute;
}

.pricing-options-QGh .pricing-card-fQp h2::after {
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(182,161,138), rgb(147,126,110));
    bottom: -10px;
    height: 3px;
    content: "";
}

.pricing-options-QGh .monthly-plan-bPS {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}

.pricing-options-QGh .package-deals-D1h:hover {
    transform: translateY(-10px);
}

.pricing-options-QGh .learn-packs-r5U {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    flex-direction: column;
    position: relative;
    transform: translateZ(0);
}

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

.pricing-options-QGh .plan-fees-L8A::before {
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}

.pricing-options-QGh .package-deals-D1h:hover .plan-fees-L8A h3 {
    transform: translateZ(25px);
}

.pricing-options-QGh .plan-fees-L8A h3::after {
    content: "";
    width: 40px;
    bottom: -8px;
    height: 3px;
    left: 0;
    position: absolute;
    background: rgb(182,161,138);
    transition: width 0.3s ease;
}

.pricing-options-QGh .basic-cost-FXY::before {
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(182,161,138,0.5), transparent);
    bottom: -8px;
    width: 80px;
    position: absolute;
    content: "";
}

.pricing-options-QGh .img-rounded-gZi {
    transform: translateZ(0);
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.pricing-options-QGh .img-rounded-gZi::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 50%;
    left: 0;
    content: "";
}

.pricing-options-QGh .package-deals-D1h:hover .img-rounded-gZi::before {
    opacity: 0.05;
}

.cookieWarningMessage-hdT {
    border-top: 3px solid rgb(182,161,138);
    font-family: Arial, sans-serif;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 90;
    padding: 20px 0;
    width: 100%;
    background: rgb(147,126,110);
}

.cookieWarningMessage-hdT h5 {
    color: rgb(182,161,138);
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
    font-size: 23px;
}

.cookie-gate-FXO {
    padding: 10px;
    background: rgb(182,161,138,0.5);
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 17px;
    justify-content: center;
}

.edu-cookie-g63:hover {
    box-shadow: 0 0 10px rgb(147,126,110);
    background-color: rgb(147,126,110);
}

.cookie_button.cookie-overview-RfO {
    border: 2px solid rgb(147,126,110);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie-overview-RfO:hover {
    box-shadow: 0 0 10px rgb(147,126,110);
}

.cookieWarningMessage-hdT p a:hover {
    color: rgb(147,126,110);
}


.contact-IRn {
    padding: 100px 0;
    position: relative;
    background: rgb(218,196,167);
    overflow: hidden;
}

.contact-IRn::after {
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(182,161,138,0.5) 0, rgb(182,161,138,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(147,126,110,0.5) 0, rgb(147,126,110,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(182,161,138,0.5), transparent 70%),
        linear-gradient(180deg, rgb(147,126,110,0.5), transparent 70%);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: backgroundMove 30s infinite linear;
}

.contact-IRn .connect-query-nS0 {
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(182,161,138,0.5);
    overflow: hidden;
    border-radius: 12px;
    display: flex;
}

.contact-IRn .connect-query-nS0::before {
    opacity: 0.2;
    pointer-events: none;
    z-index: 3;
    border: 1px solid rgb(182,161,138);
    position: absolute;
    inset: 0;
    border-radius: 12px;
    content: "";
}

.contact-IRn .img-rounded-gZi::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(182,161,138,0.5) 100%);
    z-index: 2;
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.7;
}

.contact-IRn .inquiry-section-nfd::after {
    left: -75px;
    filter: blur(80px);
    background: rgb(147,126,110,0.5);
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    height: 150px;
    bottom: -75px;
    width: 150px;
    content: "";
}

.contact-IRn form h3 {
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-IRn form input[type="text"] {
    padding: 18px 25px;
    border: 1px solid rgb(182,161,138,0.5);
    font-size: 15px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 25px;
    background: rgb(218,196,167);
    transition: all 0.3s ease;
    color: #000000;
}

.contact-IRn form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-IRn .request-help-FB1 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-IRn .request-help-FB1 label::before {
    left: 0;
    top: 0;
    background: rgb(218,196,167);
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgb(182,161,138,0.5);
    width: 22px;
}

.contact-IRn .request-help-FB1 label a {
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(182,161,138);
    text-decoration: none;
}

.contact-IRn .request-help-FB1 label a::after {
    width: 100%;
    content: "";
    transform-origin: right;
    position: absolute;
    height: 1px;
    background: rgb(182,161,138);
    bottom: -1px;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
}

.contact-IRn .feedback-query-4cp::before {
    transform: scaleX(0);
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: right;
    content: "";
    transition: transform 0.5s ease;
    background: rgb(147,126,110);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-IRn .feedback-query-4cp:hover {
    box-shadow: 
        0 5px 20px rgb(147,126,110,0.5),
        0 0 0 1px rgb(147,126,110);
}

.contact-IRn svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(182,161,138);
    filter: drop-shadow(0 0 2px rgb(182,161,138,0.5));
}

.get-support-pir {
    padding: 60px 0;
    background: rgb(182,161,138,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.get-support-pir::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgb(182,161,138,0.5) 0%, rgb(147,126,110,0.5) 100%);
    z-index: -1;
    height: 100%;
    left: 0;
}


.get-support-pir::before,
.get-support-pir::after,
.get-support-pir .get-contactinfo-zfR::before,
.get-support-pir .get-contactinfo-zfR::after,
.get-support-pir .contact-help-XUu::before {
    animation: gridPulse 10s infinite alternate;
}

.get-support-pir .container::before,
.get-support-pir .container::after {
    border: 2px solid rgb(182,161,138,0.5);
    z-index: 0;
    height: 150px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 150px;
    animation: rotateSlow 20s linear infinite;
}

.get-support-pir .container::before {
    top: -75px;
    right: -75px;
}

.get-support-pir .assist-team-WBn:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.assist-team-WBn::after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    z-index: 3;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
}

.get-support-pir .get-contactinfo-zfR:hover svg {
    transform: rotate(15deg);
}

.get-support-pir .get-contactinfo-zfR::before {
    background: rgba(255, 255, 255, 0.15);
    height: 100px;
    position: absolute;
    z-index: 1;
    top: -50px;
    width: 100px;
    border-radius: 50%;
    right: -50px;
    content: '';
}

.get-support-pir .img-rounded-gZi {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
}

.get-support-pir .img-rounded-gZi::after {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    height: 30%;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.get-support-pir .contact-help-XUu p {
    display: flex;
    padding-left: 32px;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    align-items: flex-start;
    margin: 0 0 15px;
}

.get-support-pir .contact-help-XUu p:last-child {
    margin-bottom: 0;
}

.get-support-pir .contact-help-XUu p svg {
    top: 3px;
    stroke: rgb(182,161,138);
    background: rgb(182,161,138,0.5);
    fill: none;
    position: absolute;
    padding: 3px;
    border-radius: 10px;
    stroke-linecap: round;
    width: 20px;
    transform: rotate(45deg);
    stroke-width: 2;
    stroke-linejoin: round;
    box-sizing: content-box;
    height: 20px;
    left: 0;
    transition: all 0.3s ease;
}

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

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

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


.get-support-pir .contact-help-XUu p span {
    position: relative;
    z-index: 1;
}

.get-support-pir .contact-help-XUu p a::after {
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(182,161,138);
    content: '';
    bottom: -2px;
    left: 0;
    position: absolute;
}

.get-support-pir .support-now-URx {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.get-support-pir .contact-form-wFV svg {
    stroke-width: 2;
    position: absolute;
    height: 20px;
    background: rgb(147,126,110,0.5);
    width: 20px;
    stroke-linejoin: round;
    stroke-linecap: round;
    padding: 3px;
    border-radius: 10px;
    box-sizing: content-box;
    transform: rotate(45deg);
    stroke: rgb(147,126,110);
    transition: all 0.3s ease;
    top: 3px;
    fill: none;
    left: 0;
}

.get-support-pir .get-support-bW9:hover {
    color: #000000;
    background: rgb(182,161,138,0.5);
    transform: translateY(-2px);
}

.get-support-pir .get-support-bW9::before {
    transition: transform 0.3s ease;
    left: 0;
    width: 3px;
    transform: scaleY(0);
    top: 0;
    background: rgb(147,126,110);
    position: absolute;
    content: '';
    height: 100%;
}

.get-support-pir .get-support-bW9:hover svg {
    opacity: 1;
    stroke: #000000;
    transform: translateY(-50%) rotate(15deg);
}

.privacy-chest-Rb6 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,196,167) 0%, rgb(182,161,138,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}

.privacy-chest-Rb6::after {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(147,126,110,0.5) 0%, transparent 70%);
    z-index: 0;
    top: -50%;
    opacity: 0.1;
    right: -50%;
    content: "";
    position: absolute;
}

.privacy-chest-Rb6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    animation: fadeIn 0.8s ease-out forwards;
}

.privacy-chest-Rb6 h1::after {
    transform-origin: left;
    position: absolute;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    background: linear-gradient(90deg, rgb(182,161,138) 0%, rgb(147,126,110) 100%);
    left: 0;
    transform: scaleX(0);
    height: 4px;
    content: "";
    bottom: 0;
    width: 80px;
}

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

.privacy-chest-Rb6 h3 {
    position: relative;
    font-weight: 600;
    color: rgb(147,126,110);
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    padding-left: 15px;
    margin: 2rem 0 1rem;
    transform: translateY(10px);
    font-size: calc(30px * 0.85);
    opacity: 0;
    font-family: Arial, sans-serif;
}

.privacy-chest-Rb6 h4::before {
    width: 2px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 1px;
    left: 0;
    top: 8px;
    content: "";
    height: calc(100% - 16px);
}

.privacy-chest-Rb6 p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
}

.privacy-chest-Rb6 p strong::after {
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -2px;
    background: rgb(147,126,110,0.5);
}

.privacy-chest-Rb6 ul::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(147,126,110,0.5) 0%, transparent 10%);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 0;
    height: 100%;
}

.privacy-chest-Rb6 li {
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    font-size: 13px;
    margin-bottom: 0.5rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
    color: #000000;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    animation: listItemAppear 0.4s ease-out forwards;
    line-height: 1.6;
    transform: translateY(8px);
}

.privacy-chest-Rb6 span {
    border-left: 1px dashed rgb(147,126,110,0.5);
    line-height: 1.7;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-size: 13px;
    padding-left: 1rem;
    opacity: 0;
    position: relative;
    color: #000000;
    display: block;
}

.meet-us-cHR::after {
    content: "";
    right: -50px;
    animation: float 15s ease-in-out infinite;
    width: 250px;
    position: absolute;
    border: 25px solid rgb(147,126,110,0.5);
    bottom: -50px;
    transform: rotate(15deg);
    height: 250px;
    z-index: 0;
}

.meet-us-cHR .container {
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
}

.meet-us-cHR .abstract-box-qVT::before {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(182,161,138), rgb(147,126,110));
    content: "";
}

.meet-us-cHR .abstract-box-qVT h6 {
    position: relative;
    font-weight: 700;
    opacity: 0;
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(16px * 1.5);
    color: #000000;
    transform: translateX(-10px);
}

.meet-us-cHR .abstract-box-qVT div {
    position: relative;
}

.meet-us-cHR .abstract-box-qVT span {
    animation: fadeSlideUp 1s ease-out 1s forwards;
    column-count: 1;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 16px;
    display: block;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.opening-page-cea .learn-entry-Dvz {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening-page-cea h3 {
    padding-left: 2.5rem;
    font-size: calc(20px * 1.2);
}.opening-page-cea h1 {
    font-size: calc(39px * 1.4);
}.opening-page-cea .path-creators-Q1H > div {
    height: 250px;
}
}



@media (min-width: 992px) {.opening-page-cea {
    padding: 3rem;
}.opening-page-cea .learn-entry-Dvz {
    gap: 4rem;
}.opening-page-cea h3 {
    max-width: 85%;
    font-size: calc(20px * 1.3);
}.opening-page-cea h1 {
    font-size: calc(39px * 1.6);
}.opening-page-cea .path-creators-Q1H {
    padding: 3rem;
}.opening-page-cea .path-creators-Q1H > div {
    height: 300px;
}.opening-page-cea p {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 480px) {.opening-page-cea h3 {
    padding-left: 1.25rem;
    font-size: calc(20px * 0.9);
}.opening-page-cea h1 {
    font-size: calc(39px * 0.9);
}.opening-page-cea .path-creators-Q1H {
    padding: 1.25rem;
}.opening-page-cea .path-creators-Q1H > div {
    height: 160px;
}.opening-page-cea p {
    padding: 1.25rem;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 991px) {.check-it-out-now-FSZ {
    padding: 100px 0;
}.check-it-out-now-FSZ .container p {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(182,161,138,0.5);
    margin-bottom: 70px;
    padding: 35px;
    font-size: calc(24px * 1.2);
}.check-it-out-now-FSZ .feedback-query-4cp {
    padding: 18px 40px;
}
}



@media (max-width: 480px) {.check-it-out-now-FSZ {
    padding: 60px 0;
}.check-it-out-now-FSZ .container p {
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(182,161,138,0.5);
    margin-bottom: 50px;
    padding: 25px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    font-size: calc(16px * 1.2);
}.check-it-out-now-FSZ .feedback-query-4cp {
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
    transform: rotate(0);
    box-shadow: 
            3px 3px 0 rgb(182,161,138),
            6px 6px 0 rgb(147,126,110,0.5);
}.check-it-out-now-FSZ .feedback-query-4cp::before {
    top: 3px;
    left: 3px;
}.check-it-out-now-FSZ .feedback-query-4cp:hover {
    box-shadow: 
            5px 5px 0 rgb(182,161,138),
            10px 10px 0 rgb(147,126,110,0.5);
    transform: scale(1.03);
}.check-it-out-now-FSZ .feedback-query-4cp:hover::before {
    left: 5px;
    top: 5px;
}}



@media (max-width: 991px) {.course-demographic-4Mt {
    padding: 100px 0;
}.course-demographic-4Mt h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 60px;
}.course-demographic-4Mt div {
    gap: 25px;
}.course-demographic-4Mt div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.course-demographic-4Mt div p svg {
    width: 30px;
    left: 20px;
    top: 20px;
    height: 30px;
}
}



@media (max-width: 479px) {.course-demographic-4Mt {
    padding: 60px 0;
}.course-demographic-4Mt h4 {
    padding-bottom: 15px;
    font-size: calc(30px - 6px);
    margin-bottom: 40px;
}.course-demographic-4Mt div {
    gap: 15px;
}.course-demographic-4Mt div p {
    font-size: calc(13px - 1px);
    padding: 15px 15px 15px 55px;
}.course-demographic-4Mt div p svg {
    height: 25px;
    width: 25px;
    top: 15px;
    left: 15px;
    padding: 6px;
}}



@media (max-width: 767px) {.mentorship-profile-IkN {
    padding: 50px 20px;
}.mentorship-profile-IkN .img-rounded-gZi {
    height: 250px;
}.mentorship-profile-IkN .past-work-ya9 {
    padding: 30px 25px;
}.mentorship-profile-IkN .name {
    font-size: calc(34px - 4px);
}.mentorship-profile-IkN .past-work-ya9 > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.mentorship-profile-IkN .job-wrap-9CO {
    font-size: calc(12px - 1px);
}}



@media (max-width: 767px) {.ty-sidebar-uLx {
    padding: 4rem 0;
}.ty-sidebar-uLx .learn-training-9sG {
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    transform: none;
    padding: 2rem;
}.ty-sidebar-uLx h5 {
    font-size: 19px;
    padding-left: 1rem;
}.ty-sidebar-uLx h5::before {
    width: 4px;
}.ty-sidebar-uLx a {
    padding: 0.5rem 1rem;
}.ty-sidebar-uLx p {
    font-size: calc(12px - 1px);
}
}




@media screen and (max-width: 1200px) {.course-summary-Rir .learn-training-9sG {
    width: 90%;
    height: 85vh;
}.course-summary-Rir .education-path-zrW {
    padding: 3rem;
}
}



@media screen and (max-width: 992px) {.course-summary-Rir .learn-training-9sG {
    gap: 2rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(8, 1fr);
    height: auto;
}.course-summary-Rir .learn-training-9sG::before {
    display: none;
}.course-summary-Rir .learn-training-9sG::after {
    display: none;
}.course-summary-Rir .education-path-zrW {
    grid-column: 1 / 9;
    padding: 2.5rem;
    grid-row: 2;
}.course-summary-Rir .container {
    padding: 5rem 0;
    height: auto;
}
}



@media screen and (max-width: 576px) {.course-summary-Rir .learn-training-9sG {
    gap: 1rem;
    width: 92%;
}.course-summary-Rir .education-path-zrW {
    padding: 1.5rem;
}.course-summary-Rir .education-path-zrW h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1rem;
}.course-summary-Rir .education-path-zrW h3::before {
    display: none;
}.course-summary-Rir .education-path-zrW p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course-summary-Rir .feedback-query-4cp {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.8rem;
}.course-summary-Rir .container {
    padding: 3rem 0;
}}



@media (max-width: 768px) {.forum-link-o69 {
    padding: 3rem 0 1.5rem;
}.forum-link-o69 .company_holder {
    padding: 2rem;
}.forum-link-o69 .company_holder h3 {
    font-size: calc(35px - 2px);
}.forum-link-o69 .top-master-pJj {
    gap: 1.5rem;
}.conduct-code-Wv5 {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.forum-link-o69 .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.forum-link-o69 .company_holder h3 {
    padding: 0.4rem 1rem;
}.forum-link-o69 .nav-class-c0W h5 {
    padding: 0.4rem 1rem;
}.forum-link-o69 .nav-class-c0W .top-master-pJj {
    padding: 1rem;
}.forum-link-o69 .nav-class-c0W .top-master-pJj a:hover {
    transform: translateX(3px);
}.conduct-code-Wv5 .cookie-ctrl-esg {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



@media (max-width: 767px) {.newsletter-subscription-oh6 .learn-training-9sG {
    padding: 2rem 1.5rem;
}.newsletter-subscription-oh6 h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
    margin-bottom: 1.5rem;
}.newsletter-subscription-oh6 input[type="email"] {
    padding: 1rem;
}.newsletter-subscription-oh6 .enroll-instantly-w5q {
    padding: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}.newsletter-subscription-oh6::before,
    .newsletter-subscription-oh6::after {
    opacity: 0.5;
}
}



@media (prefers-reduced-motion: reduce) {.newsletter-subscription-oh6::before,
    .newsletter-subscription-oh6::after,
    .newsletter-subscription-oh6 h3::before,
    .newsletter-subscription-oh6 .enroll-instantly-w5q::before {
    animation: none;
    transition: none;
}.newsletter-subscription-oh6 .learn-training-9sG,
    .newsletter-subscription-oh6 input[type="email"],
    .newsletter-subscription-oh6 .enroll-instantly-w5q {
    transition: none;
}}



@media (max-width: 576px) {.metrics-summary-At1 {
    padding: 50px 0;
}.metrics-summary-At1 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.metrics-summary-At1 .boost-experts-mPT p {
    padding: 15px;
    font-size: 2rem;
}.metrics-summary-At1 .boost-experts-mPT span {
    padding: 20px 15px;
    font-size: calc(20px * 0.9);
}.metrics-summary-At1 ul {
    gap: 20px;
}}



@media (min-width: 1200px) {.pricing-options-QGh .monthly-plan-bPS {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-options-QGh .plan-fees-L8A {
    min-height: 300px;
}
}



@media (max-width: 991px) {.pricing-options-QGh {
    padding: 4rem 0;
}.pricing-options-QGh .pricing-card-fQp {
    order: -1;
}.pricing-options-QGh .pricing-card-fQp h2 {
    font-size: calc(29px * 0.9);
}.pricing-options-QGh .pricing-card-fQp .access-plans-Zjl {
    max-width: 100%;
}
}



@media (max-width: 767px) {.pricing-options-QGh {
    padding: 3rem 0;
}.pricing-options-QGh .container {
    padding: 0 1.5rem;
}.pricing-options-QGh .monthly-plan-bPS {
    grid-template-columns: 1fr;
}.pricing-options-QGh .pricing-card-fQp h2 {
    font-size: calc(29px * 0.8);
}.pricing-options-QGh .plan-fees-L8A {
    padding: 1.5rem;
}.pricing-options-QGh .basic-cost-FXY {
    font-size: calc(19px * 1.5);
}.pricing-options-QGh .img-rounded-gZi {
    height: 180px;
}
}



@media (max-width: 1024px) {.contact-IRn {
    padding: 80px 0;
}.contact-IRn .img-rounded-gZi {
    min-height: 500px;
}.contact-IRn .inquiry-section-nfd {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-IRn {
    padding: 60px 0;
}.contact-IRn h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.contact-IRn .connect-query-nS0 {
    flex-direction: column;
}.contact-IRn .img-rounded-gZi {
    width: 100%;
    min-height: 300px;
}.contact-IRn .inquiry-section-nfd {
    width: 100%;
    padding: 40px 30px;
}.contact-IRn form h3 {
    margin-bottom: 30px;
}.contact-IRn form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-IRn .request-help-FB1 {
    margin-bottom: 25px;
}.contact-IRn .feedback-query-4cp {
    padding: 15px 25px;
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {.get-support-pir {
    padding: 50px 0;
}.get-support-pir .assist-team-WBn {
    flex-direction: row;
    flex-wrap: wrap;
}.get-support-pir .get-contactinfo-zfR {
    padding: 20px 30px;
    width: 100%;
}.get-support-pir .get-contactinfo-zfR svg {
    width: 22px;
    margin-right: 10px;
    height: 22px;
}.get-support-pir .img-rounded-gZi {
    min-height: 300px;
    width: 40%;
    height: auto;
}.get-support-pir .contact-help-XUu {
    padding: 25px 30px;
    width: 60%;
}.get-support-pir .contact-help-XUu p svg {
    height: 18px;
    width: 18px;
}.get-support-pir .support-now-URx {
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.get-support-pir .contact-form-wFV svg {
    height: 18px;
    width: 18px;
}.get-support-pir .instant-request-zcF {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 768px) {.privacy-chest-Rb6 {
    padding: 5rem 3rem;
}.privacy-chest-Rb6 h1 {
    margin-bottom: 3rem;
    font-size: calc(40px * 1.1);
}.privacy-chest-Rb6 h1::after {
    height: 5px;
    width: 120px;
}.privacy-chest-Rb6 h2 {
    font-size: calc(30px * 1.05);
    padding-left: 25px;
}.privacy-chest-Rb6 h2::before {
    width: 6px;
}.privacy-chest-Rb6 .container {
    padding: 0 2rem;
}.privacy-chest-Rb6 p,
  .privacy-chest-Rb6 span,
  .privacy-chest-Rb6 li {
    font-size: calc(13px * 1.05);
    line-height: 1.75;
}.privacy-chest-Rb6 ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}



@media (max-width: 767px) {.privacy-chest-Rb6 {
    padding: 3rem 1.5rem;
}.privacy-chest-Rb6 h1 {
    font-size: calc(40px * 0.9);
    padding-bottom: 0.8rem;
}.privacy-chest-Rb6 h2 {
    font-size: calc(30px * 0.9);
    padding-left: 15px;
}.privacy-chest-Rb6 h3 {
    padding-left: 12px;
    font-size: calc(30px * 0.75);
}.privacy-chest-Rb6 h4 {
    font-size: calc(30px * 0.65);
    padding-left: 10px;
}.privacy-chest-Rb6 p, 
  .privacy-chest-Rb6 span,
  .privacy-chest-Rb6 li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy-chest-Rb6 ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy-chest-Rb6 li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}



@media (min-width: 1200px) {.meet-us-cHR .abstract-box-qVT {
    width: 80%;
}.meet-us-cHR .abstract-box-qVT::before {
    width: 8px;
}.meet-us-cHR .abstract-box-qVT h6::after {
    width: 120px;
}
}



@media (hover: hover) {.meet-us-cHR .abstract-box-qVT:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.meet-us-cHR .abstract-box-qVT:hover h6 {
    transition: color 0.3s ease;
    color: rgb(182,161,138);
}.meet-us-cHR .abstract-box-qVT:hover h6::after {
    background: rgb(182,161,138);
    transition: background 0.3s ease;
}
}



@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    box-shadow: 0 0 10px 1px rgb(182,161,138);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 20px 2px rgb(182,161,138);
  }
}



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



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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



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


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

@keyframes pulseBackground {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(-5px);
    opacity: 1;
  }
}



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



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



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



@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

