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

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

.ssl_infoHlK {
    flex: 0 0 auto;
}

.ssl_infoHlK {
    z-index: 5;
    padding: 60px 0 40px;
    background-color: transparent;
    position: relative;
}

.tyContentNCu::before {
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}

.tyContentNCu .learning_dnafmw::before {
    left: 0;
    content: "";
    transform: scaleY(1.03);
    width: 5px;
    background: linear-gradient(to bottom, rgb(184,202,188), rgb(145,171,152));
    position: absolute;
    height: 100%;
    top: 0;
}

.tyContentNCu h5 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(184,202,188);
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    margin: 0 0 10px;
    position: relative;
    transform: translateX(15px);
}

.tyContentNCu p {
    font-size: 16px;
    position: relative;
    color: #000000;
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.7;
}

.tyContentNCu a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}

.tyContentNCu a:hover::before {
    width: 5px;
}

.tyContentNCu a:hover::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    width: 40px;
    height: 40px;
}

.price_deck_gridCQt .container {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}

.price_deck_gridCQt .learning_planzmh {
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}

.price_deck_gridCQt .class_costmQV {
    max-width: 600px;
    line-height: 1.7;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 17px;
}

.price_deck_gridCQt .member_plansoOR {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.price_deck_gridCQt .fee_plansmPo {
    position: relative;
    flex: 1;
    padding: 30px;
    z-index: 2;
}

.price_deck_gridCQt .fee_plansmPo h3::after {
    background: rgb(184,202,188);
    height: 3px;
    width: 40px;
    content: "";
    border-radius: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.price_deck_gridCQt .fee_plansmPo p {
    font-size: calc(17px - 2px);
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    position: relative;
    word-break: break-word;
    margin-bottom: 20px;
}

.price_deck_gridCQt .image_headerjRK::after {
    z-index: 1;
    top: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
    left: 0;
    right: 0;
    opacity: 0.6;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

.educational_rewardsNuJ::after {
    height: 200px;
    background: rgb(145,171,152,0.5);
    right: -25%;
    z-index: 1;
    width: 150%;
    content: '';
    transform: rotate(-5deg);
    bottom: -100px;
    position: absolute;
}

.educational_rewardsNuJ .image_headerjRK::after {
    opacity: 0.5;
    right: -20px;
    content: '';
    position: absolute;
    top: 20px;
    height: 90%;
    z-index: -1;
    width: 60%;
    border-left: none;
    border: 5px solid rgb(184,202,188);
}

.educational_rewardsNuJ .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-right: 5%;
}

.educational_rewardsNuJ .text_main_holder > div::before {
    left: 0;
    height: 0;
    width: 5px;
    top: 0;
    transition: height 0.3s ease-out;
    position: absolute;
    content: '';
    background: rgb(184,202,188);
}

.educational_rewardsNuJ .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}

.educational_rewardsNuJ .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.educational_rewardsNuJ .text_main_holder p {
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    margin: 0;
    z-index: 1;
    color: #000000;
}

.connect_formypt::after {
    z-index: 0;
    width: 100%;
    top: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(184,202,188), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(145,171,152), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.6;
    left: 0;
}

.connect_formypt .message_listwMe {
    margin-top: 60px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.connect_formypt .message_listwMe::after {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    right: -8px;
    content: "";
    bottom: -8px;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(rgb(145,171,152), 0.2);
}

.connect_formypt .support_querydVw {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
}

.connect_formypt form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 21px;
}

.connect_formypt form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(184,202,188), 0.2);
    border-color: rgb(184,202,188);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}

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

.connect_formypt .help_helpMvm input[type="checkbox"]:checked + label::before {
    background: rgb(184,202,188);
    border-color: rgb(184,202,188);
}

.connect_formypt .help_helpMvm label a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: rgb(184,202,188);
}

.connect_formypt form .request_querylyO::before {
    top: 0;
    background: linear-gradient(45deg, rgb(145,171,152), rgb(184,202,188));
    transition: all 0.4s ease;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: -100%;
}

.connect_formypt svg {
    fill: rgb(184,202,188);
    width: 22px;
    height: 22px;
}

.learning_systemdPT {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgb(184,202,188,0.5) 100%);
}

.learning_systemdPT .container {
    display: grid;
    max-width: 1200px;
    gap: 40px;
    grid-template-columns: 1fr;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.learning_systemdPT .learning_dnafmw:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 10px 25px rgba(rgb(184,202,188), 0.1);
}

.learning_systemdPT .learning_dnafmw > div {
    z-index: 3;
    position: relative;
    padding: 40px;
}

.learning_systemdPT .learning_dnafmw:hover > div::before {
    animation: pulse 2s infinite;
    width: 100%;
}

.learning_systemdPT h3 {
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    font-size: 38px;
    position: relative;
    margin-bottom: 25px;
    color: #000000;
}

.learning_systemdPT .learning_dnafmw:hover p span {
    transform: translateY(5px);
}

footer::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(184,202,188,0.5) 50%,
    #000000 100%);
    opacity: 0.9;
}

.ssl_infoHlK .reg_remindjSE {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}

.ssl_infoHlK .main_sitewrapufa {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
    padding: 30px;
}

.ssl_infoHlK .main_sitewrapufa .head_siteBtx {
    grid-gap: 15px;
    display: grid;
}

.ssl_infoHlK .main_sitewrapufa .head_siteBtx a {
    font-size: 14px;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    text-decoration: none;
    padding-left: 15px;
    color: #ffffff;
    opacity: 0.8;
}

.discuss_ctajKW {
    margin-top: 40px;
    position: relative;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}

.ssl_infoHlK .container::before {
    width: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(184,202,188,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(184,202,188,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
}

.ssl_infoHlK .main_sitewrapufa:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.ssl_infoHlK .main_sitewrapufa:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.discuss_ctajKW .cloud_labuHI::after {
    top: 50%;
    height: 1px;
    right: -40px;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(184,202,188);
    width: 30px;
    opacity: 0.5;
    content: "";
}

.help_centerdQq::after {
    background: radial-gradient(circle, rgba(rgb(184,202,188,0.5), 0.06) 0%, rgba(rgb(184,202,188,0.5), 0) 70%);
    width: 15rem;
    content: "";
    bottom: -5%;
    height: 15rem;
    animation: pulse 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    left: -2%;
    border-radius: 50%;
    position: absolute;
}

.help_centerdQq .connect_blockXMR {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    transform: translateY(0);
    position: relative;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 3rem;
    background: #ffffff;
}

.help_centerdQq h6 {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 17px;
    color: #000000;
}

.help_centerdQq .start_chatRZf {
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    align-items: center;
    transition: color 0.3s ease, transform 0.3s ease;
    gap: 0.5rem;
    font-weight: 600;
    display: flex;
}

.help_centerdQq .start_chatRZf:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.help_centerdQq .start_chatRZf:hover svg path {
    fill: rgb(184,202,188);
}

.join_nowRrU::after {
    height: 15rem;
    bottom: -2rem;
    position: absolute;
    opacity: 0.05;
    right: -2rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation: rotate 30s infinite linear;
    content: '';
    width: 15rem;
    background: rgb(184,202,188);
    z-index: 0;
}

.join_nowRrU .learning_dnafmw:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(184,202,188,0.5) inset;
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}

.join_nowRrU .learning_dnafmw:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}

.join_nowRrU svg path {
    fill: rgb(184,202,188);
    transition: fill 0.3s ease;
}

.join_nowRrU .learning_dnafmw > div {
    text-align: center;
    transform: translateZ(15px);
}

.join_nowRrU .request_querylyO::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: transform 0.6s ease;
    left: -100%;
    z-index: -1;
}

.join_nowRrU .request_querylyO:hover::before {
    transform: translateX(200%);
}

.stay_updatedtCQ {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(184,202,188), rgb(184,202,188,0.5));
    overflow: hidden;
}

.stay_updatedtCQ .learning_dnafmw {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    padding: 2.5rem;
    display: grid;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stay_updatedtCQ .learning_dnafmw {
    grid-template-columns: 1.5fr 1fr;
}

.stay_updatedtCQ .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
}

.stay_updatedtCQ .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.stay_updatedtCQ .input_holder input[type="email"]:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}

.stay_updatedtCQ .input_holder .request_querylyO::before {
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    content: "";
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
}

.course_candidatescyW {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgb(184,202,188,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}



.course_candidatescyW .learning_dnafmw {
    padding: 2rem;
    z-index: 5;
    border-radius: 11px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.course_candidatescyW .learning_dnafmw::before {
    content: "";
    height: 300px;
    top: 50%;
    position: absolute;
    z-index: -1;
    left: 50%;
    border-radius: 50%;
    width: 300px;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(145,171,152,0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: pulse 8s ease-in-out infinite alternate;
}

.course_candidatescyW li::before {
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}

.course_candidatescyW li:nth-child(1) {
    --i: 0;
}

.course_candidatescyW li:nth-child(2) {
    --i: 1;
}

.course_candidatescyW li:nth-child(5) {
    --i: 4;
}

.course_candidatescyW li:nth-child(8) {
    --i: 7;
}



.course_candidatescyW li:hover {
    border-color: rgb(145,171,152);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.course_candidatescyW li:hover svg path {
    fill: rgb(184,202,188);
}

.our_missionhKF::after {
    filter: blur(80px);
    right: -50%;
    background: rgb(184,202,188);
    z-index: 2;
    top: -50%;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.1;
    transform: rotate(35deg);
    animation: floatGlow 15s infinite alternate ease-in-out;
}

.our_missionhKF h1 {
    font-size: 42px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.our_missionhKF ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our_missionhKF li {
    margin-bottom: 15px;
}

.our_missionhKF h4::before {
    width: 20px;
    position: absolute;
    background: rgb(145,171,152);
    height: 2px;
    left: -30px;
    opacity: 0;
    content: "";
    transition: opacity 0.3s, width 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.education_experiencefvk {
    position: relative;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgb(184,202,188,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
}

.education_experiencefvk .user_voicesudG {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    max-width: 1000px;
    margin: 0 auto;
}

.education_experiencefvk .career_areasyB {
    margin-left: auto;
    background: #ffffff;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    border-radius: 16px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.education_experiencefvk .career_areasyB:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}

.education_experiencefvk .career_areasyB > div:nth-child(2) {
    animation: slide-up 0.7s forwards 0.4s;
    margin-bottom: 2rem;
    position: relative;
    color: rgb(145,171,152);
    font-weight: 600;
    z-index: 2;
    opacity: 0;
    font-size: 20px;
    transform: translateY(30px);
}



.education_experiencefvk .user_voicesudG:hover .image_headerjRK {
    animation: floating 6s ease-in-out infinite;
}

#cookie_warning_boxYXo {
    display: none;
}

#cookie_warning_boxYXo:checked ~ .cookieNotificationPanelIbf {
    visibility: hidden;
    opacity: 0;
}

.cookies_termsfMt {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieNotificationPanelIbf p a {
    text-decoration: none;
    color: rgb(184,202,188);
}


.wrapper-holderqHX .cookieNotificationPanelIbf {
    box-shadow: rgb(145,171,152,0.5) 0px 0px 10px 10px;
    background: rgb(184,202,188);
}

.wrapper-holderqHX .privacy_optXDL {
    text-align: left;
    color: #ffffff;
}

.wrapper-holderqHX .cookieNotificationPanelIbf p a {
    color: rgb(145,171,152);
    text-decoration: underline;
}

.greeting_pagepzP::before {
    z-index: 1;
    bottom: 0;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(184,202,188,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(145,171,152,0.5), 0.05) 0%, transparent 50%);
    left: 0;
    content: "";
    right: 0;
    position: absolute;
}

.greeting_pagepzP .edu_entryaGl:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -8px -8px 25px rgba(#ffffff, 0.95),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(184,202,188,0.5), 0.15);
}

.greeting_pagepzP h3::before {
    left: 0;
    background: linear-gradient(90deg, rgb(184,202,188) 0%, rgb(145,171,152) 100%);
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 60px;
    animation: line-grow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    height: 3px;
    content: "";
}

.greeting_pagepzP .learn_academyTPE > div {
    padding: 3rem 2.5rem;
    box-shadow: 
    10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -5px -5px 15px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.4);
    background-size: cover !important;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-position: center center !important;
    position: relative;
}

.confidential_lockupAEF {
    font-family: Arial, sans-serif;
    padding: 4rem 1.5rem;
    overflow: hidden;
    color: #000000;
    position: relative;
    background: linear-gradient(165deg, rgb(220,229,221) 0%, #ffffff 100%);
}

.confidential_lockupAEF h1 {
    line-height: 1.2;
    margin: 0 0 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: rgb(184,202,188);
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 41px;
}

.confidential_lockupAEF:hover h1::after {
    width: 120px;
}

.confidential_lockupAEF h2::before {
    border-radius: 2px;
    width: 4px;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    height: 100%;
    background: rgb(184,202,188);
    content: "";
    left: 0;
    transform: scaleY(0.8);
}

.confidential_lockupAEF h4 {
    font-weight: 400;
    font-size: calc(33px * 0.7);
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    margin: 2rem 0 0.8rem;
}

.confidential_lockupAEF p:hover {
    opacity: 1;
}

.confidential_lockupAEF p strong {
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.confidential_lockupAEF ul {
    padding: 0.5rem 0 1rem 1.5rem;
    position: relative;
    list-style: none;
    margin: 1.5rem 0;
}

.confidential_lockupAEF li {
    line-height: 1.7;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 12px;
}

.confidential_lockupAEF li:hover::before {
    background: rgb(184,202,188);
}

.confidential_lockupAEF span:hover {
    background-color: rgba(rgb(145,171,152,0.5), 0.1);
    opacity: 1;
}

header .head_skillpMk .first_teachGoL {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}

header .head_skillpMk .first_teachGoL .main_pagebarJoP {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .head_skillpMk .first_teachGoL svg {
    width: 80px;
    height: auto;
}

header .head_skillpMk .main_sitewrapufa::before {
    left: -20px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(184,202,188,0.5) 100%);
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    top: -10px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header .head_skillpMk .nav_startGmx a:hover {
    color: rgb(145,171,152);
}

.program_informationUGg {
    position: relative;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgba(245, 248, 252, 0.9) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}

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

.program_informationUGg h2 {
    position: relative;
    max-width: 90%;
    font-size: 28px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.program_informationUGg .skill_routeMEw {
    display: flex;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    flex-direction: column;
    gap: 2.5rem;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
}

.program_informationUGg .image_headerjRK::after {
    left: -30%;
    position: absolute;
    content: "";
    animation: moveGradient 20s infinite alternate ease-in-out;
    top: -30%;
    width: 60%;
    height: 60%;
    z-index: 2;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.program_informationUGg .description:last-child {
    margin-bottom: 0;
}


@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 (max-width: 767px) {.tyContentNCu {
    padding: 60px 0;
}.tyContentNCu .learning_dnafmw {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.tyContentNCu h5 {
    transform: translateX(10px);
    font-size: calc(22px * 0.9);
}.tyContentNCu a {
    padding: 10px 15px;
}.tyContentNCu a::after {
    width: 20px;
    height: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.tyContentNCu .learning_dnafmw,
  .tyContentNCu h5,
  .tyContentNCu h5::after,
  .tyContentNCu a,
  .tyContentNCu a::before,
  .tyContentNCu a::after {
    transition: none;
}}



@media (min-width: 992px) {.price_deck_gridCQt {
    padding: 160px 0;
}.price_deck_gridCQt .program_rateuDr {
    gap: 80px;
    flex-direction: row;
    align-items: center;
}.price_deck_gridCQt .learning_planzmh {
    flex: 0 0 30%;
    text-align: left;
    padding: 0;
}.price_deck_gridCQt .learning_planzmh h2 {
    font-size: calc(35px + 4px);
}.price_deck_gridCQt .learning_planzmh h2::after {
    left: 0;
    transform: none;
}.price_deck_gridCQt .class_costmQV {
    margin-left: 0;
}.price_deck_gridCQt .price_tiersYEF {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 992px) {.educational_rewardsNuJ .learning_dnafmw {
    padding: 0 20px;
    flex-direction: column;
}.educational_rewardsNuJ .image_headerjRK {
    margin-bottom: 40px;
    border-radius: 17px;
    width: 100%;
    height: 400px;
    margin-top: 0;
}.educational_rewardsNuJ .text_containerivp {
    padding-left: 0;
    width: 100%;
}.educational_rewardsNuJ .text_main_holder {
    grid-template-columns: 1fr;
    padding-right: 0;
}.educational_rewardsNuJ .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.educational_rewardsNuJ .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}



@media (min-width: 768px) {.learning_systemdPT {
    padding: 150px 0;
}.learning_systemdPT .container {
    gap: 60px;
    grid-template-columns: 1fr;
}.learning_systemdPT .learning_dnafmw > div {
    padding: 60px;
}.learning_systemdPT h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 1.1);
}.learning_systemdPT p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 767px) {.learning_systemdPT {
    padding: 80px 0;
}.learning_systemdPT .container {
    padding: 0 15px;
}.learning_systemdPT .learning_dnafmw > div {
    padding: 30px;
}.learning_systemdPT h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.learning_systemdPT p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.learning_systemdPT .learning_dnafmw > div::before {
    width: 40px;
    height: 3px;
}}



@media (min-width: 768px) {.help_centerdQq {
    padding: 8rem 3rem;
}.help_centerdQq .connect_blockXMR {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
}.help_centerdQq .connect_blockXMR > div:first-child {
    border-right: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding-right: 2rem;
    border-bottom: none;
    padding-bottom: 0;
}.help_centerdQq h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.1);
}.help_centerdQq h1::after {
    width: 120px;
}
}



@media (max-width: 768px) {.join_nowRrU {
    padding: 3.5rem 0;
}.join_nowRrU h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.8);
}.join_nowRrU .learning_dnafmw {
    transform: translateZ(15px) rotateX(0deg);
    text-align: center;
    padding: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.join_nowRrU svg {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}.join_nowRrU .request_querylyO {
    padding: 0.9rem 2rem;
}.join_nowRrU::after {
    height: 10rem;
    width: 10rem;
}
}



@media (min-width: 992px) {.stay_updatedtCQ {
    padding: 5rem 0;
}.stay_updatedtCQ .learning_dnafmw {
    padding: 4rem;
    gap: 4rem;
}.stay_updatedtCQ h4 {
    font-size: calc(22px * 1.1);
    max-width: 90%;
}.stay_updatedtCQ .input_holder input[type="email"] {
    height: 100%;
}
}



@media (max-width: 576px) {.course_candidatescyW {
    padding: 3rem 1rem;
}.course_candidatescyW .learning_dnafmw {
    padding: 1.5rem 1rem;
}.course_candidatescyW h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.course_candidatescyW li {
    padding: 1rem 1.25rem;
}.course_candidatescyW svg {
    height: 25px;
    width: 25px;
    margin-right: 1rem;
}}



@media (max-width: 1100px) {.education_experiencefvk .user_voicesudG {
    align-items: center;
    flex-direction: column;
}.education_experiencefvk .image_headerjRK {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    position: relative;
    height: 320px;
    width: 250px;
    left: auto;
    margin-bottom: 4rem;
}.education_experiencefvk .career_areasyB {
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    padding: 2rem;
    margin-left: 0;
}}



@media screen and (min-width: 992px) {.greeting_pagepzP .edu_entryaGl {
    padding: 5rem 4rem;
}.greeting_pagepzP h3 {
    font-size: calc(20px * 1.2);
    max-width: 70%;
}.greeting_pagepzP .edu_entryaGl > div {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}.greeting_pagepzP .edu_entryaGl > div > div {
    flex: 1;
}.greeting_pagepzP h1 {
    font-size: calc(47px * 1.35);
}.greeting_pagepzP .learn_academyTPE > div {
    padding: 5rem 4rem;
}.greeting_pagepzP .learn_academyTPE p {
    max-width: 80%;
    font-size: calc(14px * 1.3);
}
}



@media screen and (max-width: 768px) {.confidential_lockupAEF {
    padding: 2.5rem 0.75rem;
}.confidential_lockupAEF .container {
    padding: 2rem 1.5rem;
}.confidential_lockupAEF h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.confidential_lockupAEF h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.confidential_lockupAEF h3 {
    font-size: calc(33px * 0.7);
}.confidential_lockupAEF h4 {
    font-size: calc(33px * 0.6);
}.confidential_lockupAEF p, 
    .confidential_lockupAEF li {
    font-size: calc(12px * 0.95);
}.confidential_lockupAEF span {
    padding: 0.75rem 1rem;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 576px) {header .head_skillpMk {
    padding: 0.75rem;
}header .head_skillpMk .main_sitewrapufa {
    flex-direction: column;
    align-items: center;
}header .head_skillpMk .nav_startGmx {
    width: 100%;
    text-align: center;
}header .head_skillpMk .first_teachGoL svg {
    width: 100px;
}}



@media (min-width: 768px) {.program_informationUGg {
    padding: 140px 0 100px;
}.program_informationUGg h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.program_informationUGg .skill_routeMEw {
    gap: 4rem;
    flex-direction: row;
}.program_informationUGg .image_headerjRK {
    height: auto;
    width: 40%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.program_informationUGg .image_headerjRK:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.program_informationUGg .text_containerivp {
    max-height: 400px;
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
}.program_informationUGg h2::after {
    width: 120px;
}
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}



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

@keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes subtle-shift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}



@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



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

