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

.assign_helpxWN {
    flex: 0 0 auto;
}

.assign_helpxWN {
    color: #000000;
    padding: 5rem 0 2rem;
    position: relative;
    background-color: rgb(225,219,229);
    font-family: Arial, sans-serif;
}

.assign_helpxWN {
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(178,147,116,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(178,147,116,0.5) 1px, transparent 1px);
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: overlay;
    background-size: 40px 40px;
}


.contactLSv {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(225,219,229), rgba(rgb(167,201,186), 0.03));
    padding: 100px 0;
}

.contactLSv::after {
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(rgb(167,201,186), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(167,201,186), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(178,147,116), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(167,201,186), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(178,147,116), 0.04) 0%, transparent 30%);
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    background-position: center center;
}

.contactLSv .request_widgetYHq {
    perspective: 1000px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    position: relative;
    border-radius: 16px;
    margin-top: 60px;
    transform-style: preserve-3d;
}

.contactLSv .media_imagexj5 {
    flex: 0 0 45%;
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.contactLSv .media_imagexj5::after {
    animation: shine 6s infinite ease-in-out;
    top: -100%;
    left: -100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    height: 300%;
    content: "";
    width: 300%;
}

.contactLSv .support_requestshr::before {
    z-index: 0;
    right: 0;
    position: absolute;
    opacity: 0.5;
    width: 500px;
    top: 0;
    height: 500px;
    border-radius: 50%;
    content: "";
    background: 
        radial-gradient(circle, rgba(rgb(167,201,186), 0.03) 0%, transparent 70%);
}

.contactLSv form input[type="text"] {
    transition: all 0.3s ease;
    background: rgba(rgb(225,219,229), 0.5);
    color: #000000;
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    font-size: 15px;
    border: 1px solid rgba(rgb(167,201,186), 0.1);
    margin-bottom: 25px;
    width: 100%;
    border-radius: 8px;
}

.contactLSv form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contactLSv .reach_grid9TM input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contactLSv .reach_grid9TM label::before {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(rgb(167,201,186), 0.3);
    top: 0;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
}

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

.contactLSv .reach_grid9TM label a:hover {
    color: rgb(178,147,116);
}

.contactLSv .reach_grid9TM label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(178,147,116);
}

.contactLSv .inquiry_gridPmI::before {
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(45deg, rgb(167,201,186), rgb(178,147,116));
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0;
    width: 100%;
}

.contactLSv .inquiry_gridPmI:hover::before {
    opacity: 1;
}

.contactLSv .inquiry_gridPmI:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contactLSv svg {
    stroke-width: 2;
    fill: none;
    stroke: rgb(167,201,186);
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(167,201,186), 0.3));
    transition: all 0.3s ease;
}

.contactLSv svg:hover,
.contactLSv svg:hover path {
    stroke: rgb(178,147,116);
    transform: translateY(-2px);
}

.welcome_boardMPl {
    position: relative;
    padding: 120px 0;
    width: 100%;
    overflow: hidden;
    background: rgb(225,219,229);
    font-family: Arial, sans-serif;
}

.welcome_boardMPl .study_centercYl::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(167,201,186), rgb(178,147,116));
    transition: transform 0.5s ease;
    bottom: -10px;
    width: 120px;
    transform: translateX(0);
    height: 4px;
}

.welcome_boardMPl:hover .edu_headlYI {
    transform: translateY(-5px);
}

.welcome_boardMPl .edu_start5gf::before {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(167,201,186,0.5), rgb(178,147,116,0.5));
}

.welcome_boardMPl .edu_start5gf p {
    position: relative;
    line-height: 1.6;
    margin: 0;
    font-size: calc(17px * 1.2);
    max-width: 650px;
    padding-left: 20px;
}

.welcome_boardMPl .edu_start5gf:hover p::before {
    transform: scaleY(1);
}

.welcome_boardMPl .edu_start5gf h3 {
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    backdrop-filter: blur(10px);
    max-width: 800px;
    margin: 0;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 600;
    transform: translateX(0);
}

.our_storyMo8::after {
    background: rgb(167,201,186);
    animation: shiftBackground 25s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    right: -50%;
    opacity: 0.08;
    top: -50%;
    transform: rotate(-35deg) skewX(15deg);
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    z-index: 1;
}

.our_storyMo8 .text_holder_itemQ0j {
    padding: 3.5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.9);
}

.our_storyMo8 .text_holder_itemQ0j::after {
    opacity: 0.3;
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
}

.our_storyMo8 .text_holder_itemQ0j > div:first-child:hover::before {
    transform: scaleX(1);
}

.our_storyMo8 h5 {
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    font-size: 18px;
    transform: translateX(0);
    padding-bottom: 0.5rem;
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    text-transform: uppercase;
    margin: 0;
}

.our_storyMo8 .text_holder_itemQ0j > div:first-child:hover h5 {
    transform: translateX(10px);
}

.our_storyMo8 .text_holder_itemQ0j > div:first-child:hover h5::after {
    transform: scaleX(1);
    transform-origin: left;
}

.our_storyMo8 .text_holder_itemQ0j > div:nth-child(2) p {
    font-weight: 600;
    font-size: calc(18px * 1.2);
    display: inline-block;
    color: rgb(178,147,116);
    margin: 0;
    transform: translateY(0);
    position: relative;
    letter-spacing: 1px;
    transition: transform 0.5s ease;
}

.our_storyMo8 .text_holder_itemQ0j > div:nth-child(2):hover p {
    transform: translateY(-5px);
}

.our_storyMo8 ol {
    margin: 0;
    counter-reset: list-counter;
    padding-left: 1.2rem;
}

.our_storyMo8 ol li::before {
    height: 6px;
    background: rgb(167,201,186);
    top: 0.7rem;
    left: -1.2rem;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 6px;
    transition: transform 0.3s ease;
}

.our_storyMo8 ol li:hover::before {
    transform: scale(1.5);
}

.pricing_rowGdg::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(167,201,186,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
    top: 0;
}

.pricing_rowGdg .pro_rates5km {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.pricing_rowGdg .fee_structure0rC h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    font-size: 29px;
}

.pricing_rowGdg .deal_gridhVT {
    max-width: 600px;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 16px;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.7;
    margin: 0 auto;
}

.pricing_rowGdg .deal_boardsYM {
    overflow: hidden;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation: fadeInUp 0.8s ease-out forwards;
}

.pricing_rowGdg .skill_plansAU1::before {
    background: linear-gradient(90deg, rgb(167,201,186), rgb(178,147,116));
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
}

.pricing_rowGdg .cost_cardK9c h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
}

.pricing_rowGdg .deal_boardsYM:hover .cost_cardK9c h3::after {
    width: 70px;
}

.pricing_rowGdg .package_dealsLIe {
    word-break: break-word;
    font-size: calc(19px * 1.2);
    position: relative;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    overflow-wrap: break-word;
    color: rgb(167,201,186);
    margin: 10px 0 20px;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 16px;
}

.potential_enrolleesJdb {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: rgb(225,219,229);
}

.potential_enrolleesJdb::after {
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    left: -50%;
    position: absolute;
    background: rgb(178,147,116,0.5);
    bottom: -50%;
    transform: rotate(-35deg);
}

.potential_enrolleesJdb .learn_rootszlI {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 60px 40px;
    position: relative;
    background: #ffffff;
    border-radius: 22px;
}

.potential_enrolleesJdb .learn_rootszlI::after {
    width: 120px;
    content: "";
    border-radius: 50%;
    height: 120px;
    border: 2px solid rgb(167,201,186,0.5);
    top: 20px;
    opacity: 0.5;
    right: 20px;
    position: absolute;
    z-index: -1;
}

.potential_enrolleesJdb h4::before {
    border-radius: 10px;
    bottom: -20px;
    transform: translateX(-50%);
    width: 40px;
    position: absolute;
    content: "";
    background: rgb(167,201,186);
    height: 4px;
    left: 50%;
}

.potential_enrolleesJdb div > div {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.potential_enrolleesJdb p {
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    color: #000000;
    z-index: 1;
}

.potential_enrolleesJdb p:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgb(167,201,186,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.potential_enrolleesJdb p:hover::before {
    opacity: 1;
}

.potential_enrolleesJdb p svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,201,186);
}

.potential_enrolleesJdb p:hover svg {
    transform: rotate(10deg) scale(1.2);
}



.potential_enrolleesJdb .learn_rootszlI > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}

.potential_enrolleesJdb .learn_rootszlI > div p:nth-child(2) {
    animation-delay: 0.3s;
}

.potential_enrolleesJdb .learn_rootszlI > div p:nth-child(4) {
    animation-delay: 0.7s;
}

.potential_enrolleesJdb .learn_rootszlI > div p:nth-child(6) {
    animation-delay: 1.1s;
}

.potential_enrolleesJdb p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    z-index: 0;
    opacity: 0.4;
    background: linear-gradient(to right, 
        rgb(167,201,186,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(178,147,116,0.5) 100%);
    top: 0;
}

header .head_knownTX {
    padding: 0.5rem 1rem;
    position: relative;
    grid-area: logo;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .head_knownTX svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}

header .head_knownTX:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .top_siteG3t {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    gap: 0.5rem;
    grid-area: menu;
    justify-content: center;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    border-radius: 25px;
}

header .site_study4Sa:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(167,201,186), rgb(178,147,116));
    box-shadow: 0 3px 8px rgb(167,201,186,0.5);
    color: #ffffff;
}

.privacy_nicheY9t h1 {
    margin-top: 40px;
    font-size: 41px;
    color: rgb(167,201,186);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy_nicheY9t h3, .privacy_nicheY9t h4, .privacy_nicheY9t h5, .privacy_nicheY9t h6 {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 30px;
}

.privacy_nicheY9t li {
    color: #000000;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 12px;
    position: relative;
    line-height: 1.5;
}

.privacy_nicheY9t section {
    border-radius: 26px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #ffffff;
}

.thanksDivNQu {
    background: linear-gradient(135deg, rgb(225,219,229) 0%, rgba(rgb(167,201,186,0.5), 0.08) 100%);
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.thanksDivNQu::after {
    left: 0;
    background-size: 8rem 8rem;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(167,201,186,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(167,201,186,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(167,201,186,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(167,201,186,0.5), 0.05) 1px, transparent 2px);
    content: "";
    pointer-events: none;
}

.thanksDivNQu .learn_rootszlI:hover {
    transform: translateZ(20px) translateY(-5px);
}

.thanksDivNQu .learn_rootszlI > div:first-child {
    transform: translateZ(10px);
    position: relative;
}

.thanksDivNQu .learn_rootszlI > div:first-child::before {
    position: absolute;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,201,186), transparent);
    left: -3.5rem;
}

.thanksDivNQu .learn_rootszlI > div:last-child::after {
    content: "";
    bottom: 2rem;
    height: 2px;
    width: 2.5rem;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(167,201,186), transparent);
    position: absolute;
    right: -3.5rem;
}

.thanksDivNQu h5::before {
    animation: pulse 3s infinite ease-in-out;
    content: "";
    top: 0.5rem;
    background: rgb(167,201,186);
    left: 0;
    box-shadow: 0 0 10px rgba(rgb(167,201,186,0.5), 0.5);
    width: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
    position: absolute;
}

.mentorship_experiencemZA {
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(225,219,229) 0%, rgb(178,147,116,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.mentorship_experiencemZA::after {
    position: absolute;
    content: "";
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(167,201,186,0.5) 40px,
            rgb(167,201,186,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(167,201,186,0.5) 60px,
            rgb(167,201,186,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(167,201,186,0.5) 80px,
            rgb(167,201,186,0.5) 81px
        );
    top: 0;
    height: 100%;
    opacity: 0.04;
    left: 0;
    width: 100%;
}

.mentorship_experiencemZA .alumni_viewsISJ::before {
    height: 6px;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(167,201,186) 0%,
        rgb(178,147,116) 100%
    );
    position: absolute;
}

.mentorship_experiencemZA .alumni_viewsISJ::after {
    height: 1px;
    top: 6px;
    background: linear-gradient(
        90deg,
        rgb(167,201,186,0.5) 0%,
        transparent 20%,
        rgb(167,201,186,0.5) 40%,
        transparent 60%,
        rgb(178,147,116,0.5) 80%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
    animation: scanner 4s linear infinite;
    content: "";
}

.mentorship_experiencemZA .media_imagexj5::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    inset: 0;
    position: absolute;
}

.mentorship_experiencemZA .name {
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    border-left: 4px solid rgb(167,201,186);
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 28px;
}

.mentorship_experiencemZA .alumni_viewsISJ:hover .name::before {
    height: 100%;
}

.mentorship_experiencemZA .alumni_viewsISJ span:not(.name) {
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 21px;
    display: inline-block;
    margin-bottom: 25px;
    padding: 6px 12px;
    border-radius: 3px;
    background: rgb(225,219,229);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mentorship_experiencemZA .career_card2VZ {
    color: #000000;
    background: linear-gradient(
        to right,
        rgb(225,219,229) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-radius: 10px;
    padding: 25px 30px;
    position: relative;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    font-size: 13px;
    border-left: 1px solid rgb(167,201,186);
}

.mentorship_experiencemZA .alumni_viewsISJ:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}

.assign_helpxWN::before {
    position: absolute;
    left: 0;
    content: '';
    height: 250px;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(167,201,186,0.5) 100%);
    opacity: 0.05;
    right: 0;
    z-index: 0;
}

.assign_helpxWN .support_nowDlT {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    display: grid;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(178,147,116,0.5);
}

.assign_helpxWN .info_item:hover {
    transform: translateX(5px);
}

.assign_helpxWN .info_item p,
.assign_helpxWN .info_item a {
    font-size: 17px;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: color 0.3s ease;
    font-weight: 400;
    gap: 0.75rem;
    color: #000000;
}

.assign_helpxWN .first_expertcoi {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}

.assign_helpxWN .first_expertcoi svg:hover {
    opacity: 0.8;
}

.assign_helpxWN .youtube_chan6Zz {
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
    color: #000000;
    max-width: 300px;
}

.assign_helpxWN .nav_beginbgH {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.assign_helpxWN .nav_beginbgH a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    padding-left: 0;
}

.assign_helpxWN .nav_beginbgH a:hover {
    padding-left: 12px;
    color: rgb(167,201,186);
}

.assign_helpxWN .subscribe_holder {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.assign_helpxWN .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}

.assign_helpxWN .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(167,201,186,0.5);
    border-color: rgb(167,201,186);
    outline: none;
}

.assign_helpxWN .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.assign_helpxWN .sub_signup2xp:hover {
    background-color: rgb(178,147,116);
    transform: translateY(-2px);
}

.assign_helpxWN .gdpr_block937 {
    text-align: center;
    border-top: 1px solid rgb(178,147,116,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
}

.assign_helpxWN .desktop_app7tz {
    color: #000000;
    font-size: 15px;
    opacity: 0.8;
}

.assign_helpxWN .nav_beginbgH:first-child::after {
    height: 1px;
    content: '';
    bottom: -0.75rem;
    width: 30px;
    position: absolute;
    background-color: rgb(178,147,116,0.5);
    left: 0;
}

.course_highlightsHQA::after {
    content: "";
    opacity: 0.2;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(167,201,186,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(178,147,116,0.5) 0%, transparent 40%);
    height: 100%;
}



.course_highlightsHQA .container {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.course_highlightsHQA .text_holder_itemQ0j {
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    padding: 40px;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
    border-radius: 22px;
}

.course_highlightsHQA .text_holder_itemQ0j h2 {
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
}



.course_highlightsHQA .text_holder_itemQ0j h2 {
    animation: reveal 0.8s forwards;
}

.course_highlightsHQA .text_holder_itemQ0j .description {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    max-width: 800px;
}

.course_highlightsHQA .media_imagexj5 {
    border-radius: 22px;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 450px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}



.course_highlightsHQA .training_flowdeg::before {
    z-index: 0;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(167,201,186,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(178,147,116,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(167,201,186,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(178,147,116,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(167,201,186,0.5) 1px, transparent 1px);
    height: calc(100% + 200px);
    content: "";
    left: -100px;
    width: calc(100% + 200px);
    background-size: 600px 600px;
    top: -100px;
    opacity: 0.2;
    animation: floatParticles 40s linear infinite;
    position: absolute;
}

.course_highlightsHQA .container::after {
    z-index: 0;
    left: 0;
    opacity: 0.03;
    content: "";
    background-image: 
        repeating-linear-gradient(60deg, rgb(167,201,186,0.5) 0, rgb(167,201,186,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(167,201,186,0.5) 0, rgb(167,201,186,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(167,201,186,0.5) 0, rgb(167,201,186,0.5) 1px, transparent 1px, transparent 30px);
    height: 100%;
    background-size: 50px 86.6px;
    width: 100%;
    position: absolute;
    top: 0;
    animation: hexMove 60s linear infinite;
}

.training_structurePVJ::after {
    content: "";
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgb(225,219,229), 
        transparent
    );
    width: 100%;
    height: 40%;
}

.training_structurePVJ .learn_rootszlI {
    padding: 0;
    background: #ffffff;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    max-width: 900px;
    position: relative;
    z-index: 2;
    animation: appearFromBottom 1s ease-out forwards;
    margin: 0 auto;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
}

.training_structurePVJ h3::before {
    opacity: 0.3;
    bottom: 0;
    animation: moveGrid 20s linear infinite;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
}

.training_structurePVJ span {
    background: #ffffff;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    color: #000000;
    padding: 3rem 2.5rem 2.5rem;
    z-index: 1;
    font-size: 12px;
    border-radius: 0 0 15px 15px;
    line-height: 1.8;
    margin-top: -30px;
}

.training_structurePVJ span::after {
    content: "";
    left: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    box-shadow: 0 0 15px rgb(167,201,186,0.5);
    transform: translateX(-50%);
    animation: pulse 3s infinite;
    background: rgb(167,201,186);
    top: -20px;
    border-radius: 50%;
}



@media (max-width: 768px) {.contactLSv {
    padding: 60px 0;
}.contactLSv .request_widgetYHq {
    margin-top: 40px;
    flex-direction: column;
}.contactLSv .media_imagexj5 {
    min-height: 300px;
    width: 100%;
}.contactLSv .support_requestshr {
    width: 100%;
    padding: 40px 30px;
}.contactLSv form h3 {
    margin-bottom: 30px;
}.contactLSv form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contactLSv .reach_grid9TM {
    margin-bottom: 25px;
}.contactLSv .inquiry_gridPmI {
    padding: 14px 30px;
    width: 100%;
}
}



@media (max-width: 992px) {.welcome_boardMPl {
    padding: 80px 0;
}.welcome_boardMPl .edu_headlYI {
    font-size: calc(40px * 0.9);
}.welcome_boardMPl .edu_start5gf {
    padding: 40px 30px;
}.welcome_boardMPl .edu_start5gf h3 {
    font-size: calc(23px * 0.95);
}
}



@media (max-width: 576px) {.welcome_boardMPl {
    padding: 40px 0;
}.welcome_boardMPl .study_centercYl::before {
    width: 80px;
}.welcome_boardMPl .edu_headlYI {
    font-size: calc(40px * 0.7);
    margin-bottom: 25px;
}.welcome_boardMPl .edu_start5gf {
    padding: 25px 20px;
}.welcome_boardMPl .edu_start5gf p {
    font-size: calc(17px * 0.95);
    padding-left: 15px;
}.welcome_boardMPl .edu_start5gf h3 {
    font-size: calc(23px * 0.85);
    padding: 12px;
}}



@media (max-width: 767px) {.our_storyMo8 {
    min-height: auto;
}.our_storyMo8 .text_holder_itemQ0j {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateY(1deg);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our_storyMo8 h5 {
    font-size: calc(18px * 0.9);
}.our_storyMo8 .text_holder_itemQ0j > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.our_storyMo8 ol li {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    padding-left: 0;
}
}



@media (min-width: 768px) {.pricing_rowGdg .skill_offersJVj {
    grid-template-columns: repeat(2, 1fr);
}.pricing_rowGdg .cost_cardK9c {
    padding: 40px;
}.pricing_rowGdg .media_imagexj5 {
    height: 220px;
}
}



@media (min-width: 992px) {.pricing_rowGdg .pro_rates5km {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.pricing_rowGdg .skill_offersJVj {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.pricing_rowGdg .fee_structure0rC {
    text-align: left;
    width: 35%;
    margin: 0;
}.pricing_rowGdg .fee_structure0rC h2::after {
    left: 0;
    transform: none;
}.pricing_rowGdg .deal_gridhVT {
    margin: 0;
}
}



@media (max-width: 480px) {.pricing_rowGdg {
    padding: 60px 0;
}.pricing_rowGdg .fee_structure0rC h2 {
    font-size: calc(29px * 0.85);
}.pricing_rowGdg .cost_cardK9c h3 {
    font-size: calc(19px * 0.95);
}.pricing_rowGdg .media_imagexj5 {
    height: 160px;
}}



@media (max-width: 768px) {.potential_enrolleesJdb {
    padding: 80px 0 70px;
}.potential_enrolleesJdb .learn_rootszlI {
    padding: 40px 25px;
}.potential_enrolleesJdb h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.potential_enrolleesJdb div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.potential_enrolleesJdb div > div::before {
    display: none;
}.potential_enrolleesJdb p {
    padding: 18px;
}.potential_enrolleesJdb p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.potential_enrolleesJdb .learn_rootszlI::after {
    height: 80px;
    bottom: 20px;
    left: 20px;
    width: 80px;
    top: auto;
    right: auto;
}
}



@media (max-width: 991px) {header .head_knownTX svg {
    width: 140px;
}header .top_siteG3t {
    padding: 0.5rem;
    gap: 0.4rem;
}header .site_study4Sa {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}



@media (max-width: 767px) {header .main_top84f {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "top_siteG3t";
}header .head_knownTX {
    padding: 0.4rem;
}header .head_knownTX svg {
    width: 130px;
}header .top_siteG3t {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .site_study4Sa {
    font-size: calc(20px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media only screen and (max-width: 800px) {.privacy_nicheY9t {
    padding: 20px;
}.privacy_nicheY9t h1 {
    margin-top: 30px;
    font-size: calc(24px - 10px);
    margin-bottom: 20px;
}.privacy_nicheY9t h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: calc(24px - 5px);
}.privacy_nicheY9t ul, .privacy_nicheY9t ol {
    padding: 10px;
    margin: 10px 0;
}.privacy_nicheY9t li {
    font-size: calc(12px - 2px);
    margin-bottom: 10px;
}.privacy_nicheY9t p, .privacy_nicheY9t span, .privacy_nicheY9t div {
    margin-bottom: 8px;
    font-size: calc(12px - 2px);
}}



@media (min-width: 992px) {.thanksDivNQu {
    padding: 10rem 0;
}.thanksDivNQu .learn_rootszlI {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.thanksDivNQu .learn_rootszlI > div:first-child {
    flex: 0 0 40%;
}.thanksDivNQu .learn_rootszlI > div:last-child {
    flex: 0 0 60%;
}.thanksDivNQu .learn_rootszlI > div:first-child::before {
    width: 2px;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(167,201,186), transparent);
    right: -2rem;
    height: 3rem;
    left: auto;
}.thanksDivNQu .learn_rootszlI > div:last-child::after {
    height: 3rem;
    width: 2px;
    left: -2rem;
    bottom: 2rem;
    right: auto;
    background: linear-gradient(to bottom, transparent, rgb(167,201,186), transparent);
}
}



@media (max-width: 767px) {.mentorship_experiencemZA {
    padding: 70px 0;
}.mentorship_experiencemZA .alumni_viewsISJ {
    padding: 35px 25px;
    grid-template-rows: auto auto;
    gap: 25px;
    grid-template-columns: 1fr;
}.mentorship_experiencemZA .media_imagexj5 {
    min-height: 280px;
}.mentorship_experiencemZA .name {
    font-size: calc(28px * 0.9);
}.mentorship_experiencemZA .alumni_viewsISJ span:not(.name) {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.mentorship_experiencemZA .career_card2VZ {
    font-size: calc(13px * 0.95);
    padding: 18px 22px;
}
}



@media (max-width: 1024px) {.assign_helpxWN {
    padding: 4rem 0 2rem;
}.assign_helpxWN .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.assign_helpxWN .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.assign_helpxWN {
    padding: 3rem 0 1.5rem;
}.assign_helpxWN .support_nowDlT {
    grid-template-columns: 1fr;
}.assign_helpxWN .input_holder {
    flex-direction: column;
}.assign_helpxWN .sub_signup2xp {
    width: 100%;
}.assign_helpxWN .first_expertcoi,
    .assign_helpxWN .top_siteG3t h5,
    .assign_helpxWN .nav_beginbgH,
    .assign_helpxWN .nav_beginbgH a {
    text-align: center;
    align-items: center;
}.assign_helpxWN .first_expertcoi svg {
    margin: 0 auto;
}.assign_helpxWN .youtube_chan6Zz {
    text-align: center;
    max-width: 100%;
}.assign_helpxWN .nav_beginbgH:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.assign_helpxWN .support_nowDlT::after {
    transform: translateX(-50%);
    left: 50%;
}.assign_helpxWN .nav_beginbgH a::before {
    display: none;
}.assign_helpxWN .nav_beginbgH a:hover {
    padding-left: 0;
}}



@media (max-width: 768px) {.course_highlightsHQA {
    padding: 60px 0;
}.course_highlightsHQA .text_holder_itemQ0j {
    padding: 25px;
}.course_highlightsHQA .media_imagexj5 {
    height: 350px;
}.course_highlightsHQA .text_holder_itemQ0j h2 {
    font-size: calc(32px * 0.9);
}
}



@media (min-width: 992px) {.course_highlightsHQA .text_holder_itemQ0j:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.course_highlightsHQA .text_holder_itemQ0j:hover::before {
    border-color: rgb(167,201,186);
    opacity: 0.5;
    transition: all 0.3s ease;
}.course_highlightsHQA .media_imagexj5:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}



@media (max-width: 768px) {.training_structurePVJ {
    padding: 4rem 1rem;
}.training_structurePVJ::before {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
}.training_structurePVJ h3 {
    padding: 1.5rem;
    padding-bottom: 3rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    font-size: calc(37px * 0.8);
}.training_structurePVJ span {
    font-size: calc(12px * 0.95);
    padding: 2.5rem 1.5rem 1.5rem;
}.training_structurePVJ span::before {
    top: -30px;
    width: 60px;
    height: 60px;
}.training_structurePVJ span::after {
    width: 16px;
    height: 16px;
    top: -18px;
}
}



@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

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



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

@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}



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



@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}



@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}



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

