* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-behavior: smooth;
}svg {
    width: 30px;
    height: 30px;
}.main_teachYMB {
    flex: 1 0 auto;
}.access_ctaAGh {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    border-radius: 19.1rem;
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: rgb(158,184,186,0.5);
    box-shadow: inset 0px 3px 7px 2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    transition: box-shadow, border-radius 4.5s ease;
    border: 3px double rgb(158,184,186,0.5);
    animation: glow_scrollbar 5.5s linear 3;
    border-radius: 9999px;
    box-shadow: 3px 1px 10px 8px rgba(0, 0, 0, 0.7);
    background: #ffffff;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(205,218,219);
    box-shadow: 5px -3px 7px 8px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(158,184,186,0.5);
    box-shadow: inset 5px 0px 1px 8px rgba(0, 0, 0, 0.6);
}html {
    scrollbar-color: rgb(112,150,154) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}.panel-containerakv {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1252px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_methodologytHF {
    padding: 6rem 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(112,150,154,0.5) 100%);
    margin: 3rem 0;
}.course_methodologytHF::before {
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translateY(-5%);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(to right, rgb(112,150,154,0.5) 0%, transparent 20%, transparent 80%, rgb(112,150,154,0.5) 100%);
    top: 0;
    position: absolute;
    opacity: 0.7;
}.course_methodologytHF::after {
    width: 200px;
    right: -50px;
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: rgb(112,150,154);
    z-index: 0;
    top: -50px;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    content: "";
    opacity: 0.1;
    filter: blur(40px);
}.course_methodologytHF:hover::before {
    transform: translateY(0);
}.course_methodologytHF .learning_programRoJ {
    gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    display: grid;
    position: relative;
}.course_methodologytHF .learning_programRoJ > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.course_methodologytHF .learning_programRoJ > div::before {
    top: 0;
    left: 0;
    content: "";
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(158,184,186), rgb(112,150,154));
    width: 4px;
    height: 0;
}.course_methodologytHF .learning_programRoJ > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.course_methodologytHF .learning_programRoJ > div:hover::before {
    height: 100%;
}.course_methodologytHF h3 {
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    transform: translateZ(20px);
    position: relative;
    font-size: calc(33px * 0.9);
}.course_methodologytHF h3::after {
    background: linear-gradient(to right, rgb(158,184,186), rgb(112,150,154));
    left: 0;
    content: "";
    transform: scaleX(0.7);
    bottom: -8px;
    position: absolute;
    width: 60%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
}.course_methodologytHF .learning_programRoJ > div:hover h3::after {
    transform: scaleX(1);
}.course_methodologytHF p {
    transform: translateZ(5px);
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
}.course_methodologytHF p span {
    border-left: 1px solid rgb(112,150,154,0.5);
    display: block;
    position: relative;
    padding-left: 1rem;
}

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

@media screen and (min-width: 768px) {.course_methodologytHF {
    padding: 8rem 0;
}.course_methodologytHF .learning_programRoJ {
    padding: 0 3rem;
}.course_methodologytHF .learning_programRoJ > div {
    padding: 4rem;
}.course_methodologytHF h3 {
    font-size: 33px;
    margin-bottom: 2rem;
}.course_methodologytHF p {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.course_methodologytHF p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.course_methodologytHF {
    padding: 10rem 0;
}.course_methodologytHF .learning_programRoJ > div {
    width: 90%;
    margin-left: 5%;
}.course_methodologytHF h3 {
    font-size: calc(33px * 1.1);
}.course_methodologytHF p span {
    column-count: 2;
    border-left: none;
    column-gap: 3rem;
    padding-left: 0;
}
}

@media (prefers-reduced-motion: reduce) {.course_methodologytHF::after {
    animation: none;
}.course_methodologytHF .learning_programRoJ > div,
    .course_methodologytHF .learning_programRoJ > div:hover {
    transform: none;
    transition: box-shadow 0.3s ease;
}
}

@media (hover: none) {.course_methodologytHF .learning_programRoJ > div {
    transform: none;
}.course_methodologytHF .learning_programRoJ > div:hover {
    transform: none;
}}.cookieUsageContainerpSM {
    bottom: 0;
    background: rgb(205,218,219);
    position: fixed;
    border-top: 2px solid rgb(158,184,186);
    z-index: 90;
    width: 100%;
}.cookies_termsdhj {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookieUsageContainerpSM h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#usageSettingsPopupFkR {
    display: none;
}#usageSettingsPopupFkR:checked ~ .cookieUsageContainerpSM {
    opacity: 0;
    visibility: hidden;
}.cookieUsageContainerpSM p {
    font-size: 18px;
}.user_alertBHa {
    flex-shrink: 0;
    margin-right: 10px;
}.user_alertBHa svg, .user_alertBHa svg path, .user_alertBHa img {
    fill: rgb(158,184,186);
    width: 100px;
    height: 100px;
}.online_cookiesWDz {
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 10px;
    text-align: center;
    color: rgb(158,184,186);
    cursor: pointer;
    border-bottom: 2px solid rgb(158,184,186);
    white-space: nowrap;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
}.cookieUsageContainerpSM p a {
    color: rgb(158,184,186);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieUsageContainerpSM {
    padding: 20px;
}}

.panel-containerakv .cookieUsageContainerpSM {
    background: rgb(112,150,154);
    box-shadow: rgb(112,150,154,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.panel-containerakv .online_cookiesWDz {
    color: #ffffff;
    font-size: 20px;
    border: none;
    margin-left: 30px;
    font-weight: 400;
    padding: 10px;
    background: rgb(158,184,186);
}.panel-containerakv .cookie_frameDHR h5, .panel-containerakv .cookie_frameDHR p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.user_alertBHa {
    display: none;
}.cookies_termsdhj {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieUsageContainerpSM h5 {
    text-align: center;
}.cookieUsageContainerpSM p {
    text-align: center;
}.cookie_frameDHR {
    margin-bottom: 20px;
}body .panel-containerakv .online_cookiesWDz {
    margin-bottom: 10px;
    margin-left: 0;
}}.pricing_framegBK {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_framegBK::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.pricing_framegBK .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_framegBK .cost_planoJC {
    position: relative;
}.pricing_framegBK h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
}.pricing_framegBK h2::after {
    bottom: -15px;
    width: 80px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    box-shadow: 0 0 10px rgb(112,150,154,0.5);
    background: rgb(112,150,154);
}.pricing_framegBK .group_ratesAOp {
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
    letter-spacing: 0.3px;
    font-size: calc(15px * 1.1);
    opacity: 0;
    transform: translateY(20px);
}.pricing_framegBK .bundle_priceWEO {
    margin: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    perspective: 1000px;
    padding: 0;
    list-style: none;
}.pricing_framegBK .bundle_priceWEO li {
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease-out forwards;
}.pricing_framegBK .bundle_priceWEO li:nth-child(1) {
    --li-index: 1;
}.pricing_framegBK .bundle_priceWEO li:nth-child(2) {
    --li-index: 2;
}.pricing_framegBK .bundle_priceWEO li:nth-child(3) {
    --li-index: 3;
}.pricing_framegBK .bundle_priceWEO li:nth-child(4) {
    --li-index: 4;
}.pricing_framegBK .learn_subDsj {
    position: relative;
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.pricing_framegBK .learn_subDsj:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_framegBK .fee_structurekUZ {
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 40px 30px;
    backdrop-filter: blur(10px);
}.pricing_framegBK .learn_subDsj:hover .fee_structurekUZ {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(112,150,154,0.5);
}.pricing_framegBK .fee_structurekUZ::before {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(112,150,154), 0.05) 0%,
        transparent 70%
    );
    width: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    top: -50%;
    opacity: 0;
    height: 200%;
    left: -50%;
    z-index: 0;
    transform: scale(0.8);
}.pricing_framegBK .learn_subDsj:hover .fee_structurekUZ::before {
    opacity: 1;
    transform: scale(1);
}.pricing_framegBK .cost_tableCQf {
    position: relative;
    z-index: 2;
}.pricing_framegBK .cost_tableCQf h4 {
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(23px * 1.15);
    font-weight: 600;
}.pricing_framegBK .learn_subDsj:hover .cost_tableCQf h4 {
    color: rgb(112,150,154);
    transform: translateY(-5px);
}.pricing_framegBK .cost_tableCQf h4::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 50px;
    background: rgb(112,150,154);
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
}.pricing_framegBK .learn_subDsj:hover .cost_tableCQf h4::after {
    width: 80px;
}.pricing_framegBK .cost_tableCQf p {
    scrollbar-color: rgb(112,150,154) rgba(255,255,255,0.1);
    max-height: 150px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    overflow-y: auto;
    font-size: 15px;
    padding-right: 10px;
    scrollbar-width: thin;
}.pricing_framegBK .cost_tableCQf p::-webkit-scrollbar {
    width: 4px;
}.pricing_framegBK .cost_tableCQf p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.pricing_framegBK .cost_tableCQf p::-webkit-scrollbar-thumb {
    background: rgb(112,150,154);
    border-radius: 10px;
}.pricing_framegBK .study_costscRy {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(112,150,154) 0%, 
        rgb(158,184,186) 100%);
    padding: 8px 20px;
    font-size: calc(23px * 1.5);
    border-radius: 8px;
    color: #ffffff;
}.pricing_framegBK .learn_subDsj:hover .study_costscRy {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}.pricing_framegBK .study_costscRy::before {
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    top: 0;
    left: -100%;
    height: 100%;
    width: 70%;
    position: absolute;
    transition: left 0.7s ease;
}.pricing_framegBK .learn_subDsj:hover .study_costscRy::before {
    left: 200%;
}

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

@media (min-width: 768px) {.pricing_framegBK .bundle_priceWEO {
    grid-template-columns: repeat(2, 1fr);
}.pricing_framegBK h2 {
    font-size: calc(32px * 1.1);
}
}

@media (min-width: 992px) {.pricing_framegBK {
    padding: 150px 0;
}.pricing_framegBK .bundle_priceWEO {
    grid-template-columns: repeat(4, 1fr);
}.pricing_framegBK .fee_structurekUZ {
    padding: 40px 25px;
}.pricing_framegBK h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 1.2);
}.pricing_framegBK .group_ratesAOp {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.pricing_framegBK {
    padding: 80px 0;
}.pricing_framegBK h2 {
    font-size: calc(32px * 0.9);
}.pricing_framegBK .group_ratesAOp {
    font-size: 15px;
    margin-bottom: 40px;
}.pricing_framegBK .fee_structurekUZ {
    padding: 30px 20px;
}.pricing_framegBK .cost_tableCQf p {
    max-height: 120px;
}.pricing_framegBK .study_costscRy {
    font-size: calc(23px * 1.2);
    padding: 6px 15px;
}}.join_nowFMX {
    overflow: hidden;
    position: relative;
    padding: 140px 0;
    background: rgb(205,218,219);
}.join_nowFMX::before {
    z-index: 1;
    height: 200%;
    transform: skewX(-20deg);
    position: absolute;
    right: 0;
    width: 50%;
    top: -50%;
    opacity: 0.1;
    background: rgb(158,184,186,0.5);
    content: '';
}.join_nowFMX::after {
    opacity: 0.1;
    top: -50%;
    background: rgb(112,150,154,0.5);
    z-index: 1;
    width: 30%;
    position: absolute;
    height: 200%;
    right: 15%;
    transform: skewX(-20deg);
    content: '';
}.join_nowFMX .learning_programRoJ {
    position: relative;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    z-index: 10;
}.join_nowFMX .container p {
    padding-right: 60px;
    z-index: 5;
    font-size: 35px;
    flex: 0 0 60%;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    position: relative;
    color: #000000;
}.join_nowFMX .inquiry_listwVH {
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    flex: 0 0 35%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 60px 0 60px 60px;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    z-index: 5;
    text-decoration: none;
    height: 120px;
}.join_nowFMX .inquiry_listwVH::before {
    position: absolute;
    content: '';
    width: 20px;
    transition: all 0.4s ease;
    z-index: -1;
    background: rgb(158,184,186);
    right: 0;
    top: 0;
    height: 20px;
}.join_nowFMX .inquiry_listwVH:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.join_nowFMX .inquiry_listwVH:hover::before {
    height: 100%;
    border-radius: 60px 0 60px 60px;
    width: 100%;
}.join_nowFMX .container p::after {
    height: 6px;
    border-radius: 3px;
    background: rgb(158,184,186);
    width: 60px;
    bottom: -20px;
    content: '';
    position: absolute;
    left: 0;
}.join_nowFMX .learning_programRoJ::before {
    width: 200px;
    top: -100px;
    content: '';
    left: -100px;
    filter: blur(40px);
    border-radius: 50%;
    height: 200px;
    background: rgb(158,184,186,0.5);
    z-index: -1;
    position: absolute;
    opacity: 0.1;
}.join_nowFMX .learning_programRoJ::after {
    bottom: -30px;
    position: absolute;
    width: 10px;
    right: 40px;
    border-radius: 50%;
    height: 10px;
    background: rgb(158,184,186);
    content: '';
}

@media (max-width: 991px) {.join_nowFMX {
    padding: 120px 0;
}.join_nowFMX .container p {
    font-size: calc(22px * 1.2);
    padding-right: 40px;
}.join_nowFMX .inquiry_listwVH {
    height: 100px;
}.join_nowFMX .container p::after {
    height: 5px;
    width: 50px;
}
}

@media (max-width: 767px) {.join_nowFMX {
    padding: 90px 0;
}.join_nowFMX .learning_programRoJ {
    flex-direction: column;
}.join_nowFMX .container p {
    font-size: 22px;
    padding-right: 0;
    margin-bottom: 50px;
    width: 100%;
    flex: none;
}.join_nowFMX .inquiry_listwVH {
    flex: none;
    height: 80px;
    width: 100%;
}.join_nowFMX .learning_programRoJ::after {
    left: 40px;
    right: auto;
}
}

@media (max-width: 480px) {.join_nowFMX {
    padding: 70px 0;
}.join_nowFMX .container p {
    margin-bottom: 40px;
    font-size: calc(15px * 1.2);
}.join_nowFMX .inquiry_listwVH {
    font-size: calc(18px * 0.9);
    height: 70px;
    border-radius: 35px 0 35px 35px;
}.join_nowFMX .inquiry_listwVH:hover::before {
    border-radius: 35px 0 35px 35px;
}.join_nowFMX .container p::after {
    width: 40px;
    bottom: -15px;
    height: 4px;
}.join_nowFMX .learning_programRoJ::after {
    width: 8px;
    bottom: -25px;
    height: 8px;
    left: 30px;
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background: rgb(205,218,219);
}header::before {
    height: 100%;
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: '';
    z-index: 0;
    background: linear-gradient(to right, 
        rgb(158,184,186,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(112,150,154,0.5) 100%);
    width: 100%;
    left: 0;
}header .container {
    position: relative;
    z-index: 1;
    padding: 0 2%;
    margin: 0;
    max-width: 100%;
    width: 100%;
}header .nav_learnKnD {
    display: grid;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
}header .head_leadMYn {
    position: relative;
    justify-content: center;
    grid-area: logo;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}header .head_leadMYn::after {
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,184,186), 
        rgb(112,150,154), 
        rgb(158,184,186), 
        transparent);
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: 0;
    position: absolute;
}header .head_leadMYn svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .head_leadMYn:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head_primePXf {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    grid-area: menu;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
}header .nav_coreQzY {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    font-size: 14px;
    padding: 0.4rem 0.8rem;
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
}header .nav_coreQzY:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(158,184,186), rgb(112,150,154));
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(158,184,186,0.5);
}

@media (max-width: 991px) {header .head_leadMYn svg {
    width: 140px;
}header .head_primePXf {
    gap: 0.4rem;
    padding: 0.5rem;
}header .nav_coreQzY {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .nav_learnKnD {
    grid-template-areas:
            "logo"
            "head_primePXf";
    grid-template-columns: 1fr;
}header .head_leadMYn {
    padding: 0.4rem;
}header .head_leadMYn svg {
    width: 130px;
}header .head_primePXf {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .nav_coreQzY {
    padding: 0.3rem 0.5rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_leadMYn svg {
    width: 120px;
}header .head_primePXf {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
}header .head_primePXf::-webkit-scrollbar {
    height: 2px;
}header .head_primePXf::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,184,186);
}header .nav_coreQzY {
    white-space: nowrap;
    flex-shrink: 0;
}}.contact_panelSaM {
    background: rgb(205,218,219);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.contact_panelSaM::before {
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(158,184,186,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(112,150,154,0.5) 0%, transparent 40%);
    opacity: 0.6;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}.contact_panelSaM .img_effectUCu {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    left: 0;
}.contact_panelSaM .img_effectUCu::before {
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.contact_panelSaM .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}.contact_panelSaM h3 {
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    backdrop-filter: blur(5px);
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    text-align: center;
}.contact_panelSaM .message_feedbackqCi {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 11px;
    position: relative;
    display: flex;
    z-index: 3;
}.contact_panelSaM .message_feedbackqCi::before {
    opacity: 0.2;
    border-radius: 50%;
    right: 0;
    background: rgb(158,184,186,0.5);
    content: '';
    width: 150px;
    position: absolute;
    transform: translate(50%, -50%);
    height: 150px;
    top: 0;
}.contact_panelSaM .message_feedbackqCi::after {
    position: absolute;
    content: '';
    transform: translate(-50%, 50%);
    bottom: 0;
    border-radius: 50%;
    background: rgb(112,150,154,0.5);
    width: 100px;
    opacity: 0.2;
    height: 100px;
    left: 0;
}.contact_panelSaM .help_panelzPc {
    padding: 50px;
    position: relative;
    flex: 1;
}.contact_panelSaM form h3 {
    font-size: 19px;
    margin-bottom: 25px;
    text-align: left;
}.contact_panelSaM input[type="text"],
.contact_panelSaM textarea {
    font-size: 13px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    border-radius: 11px;
    border: 2px solid rgba(0, 0, 0, 0.08);
}.contact_panelSaM input[type="text"]:focus,
.contact_panelSaM textarea:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(158,184,186,0.5);
    border-color: rgb(158,184,186);
}.contact_panelSaM textarea {
    resize: none;
    height: 140px;
}.contact_panelSaM .query_requestFOV {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_panelSaM .query_requestFOV input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panelSaM .query_requestFOV label {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 30px;
    color: #000000;
    position: relative;
    cursor: pointer;
}.contact_panelSaM .query_requestFOV label::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 2px;
    position: absolute;
    border: 2px solid rgb(158,184,186,0.5);
    width: 20px;
    content: '';
    left: 0;
    height: 20px;
}.contact_panelSaM .query_requestFOV input[type="checkbox"]:checked + label::before {
    border-color: rgb(158,184,186);
    background: rgb(158,184,186);
}.contact_panelSaM .query_requestFOV input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    left: 7px;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    content: '';
    height: 10px;
    top: 6px;
}.contact_panelSaM .query_requestFOV a {
    text-decoration: none;
    color: rgb(158,184,186);
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_panelSaM .query_requestFOV a:hover {
    color: rgb(112,150,154);
}.contact_panelSaM .inquiry_listwVH {
    z-index: 1;
    font-weight: 600;
    border: none;
    padding: 15px 30px;
    font-size: 19px;
    overflow: hidden;
    border-radius: 11px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(158,184,186);
    cursor: pointer;
    color: #ffffff;
    position: relative;
}.contact_panelSaM .inquiry_listwVH::before {
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    background: rgb(112,150,154);
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
}.contact_panelSaM .inquiry_listwVH:hover {
    box-shadow: 0 5px 15px rgb(158,184,186,0.5);
}.contact_panelSaM .inquiry_listwVH:hover::before {
    transform: translateX(0);
}.contact_panelSaM .request_supportsXU {
    padding: 50px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    width: 35%;
    background: linear-gradient(135deg, rgb(158,184,186), rgb(112,150,154));
}.contact_panelSaM .request_supportsXU::before {
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    top: 0;
    opacity: 0.3;
    background-size: 20px 20px;
}.contact_panelSaM .request_supportsXU h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_panelSaM .request_supportsXU h4::after {
    background: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    width: 40px;
    content: '';
    bottom: -10px;
    height: 3px;
}.contact_panelSaM .help_infoBeF {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_panelSaM .help_infoBeF li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_panelSaM .help_infoBeF li:last-child {
    border-bottom: none;
}.contact_panelSaM .help_infoBeF li:hover {
    transform: translateX(5px);
}.contact_panelSaM .help_infoBeF svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    margin-top: 3px;
    margin-right: 15px;
}.contact_panelSaM .help_infoBeF svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_panelSaM .help_infoBeF li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_panelSaM .help_infoBeF span {
    font-size: 13px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.contact_panelSaM .help_infoBeF a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_panelSaM .help_infoBeF a:hover {
    color: rgba(255, 255, 255, 0.8);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.contact_panelSaM .img_effectUCu {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}.contact_panelSaM .message_feedbackqCi {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.contact_panelSaM .help_panelzPc {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_panelSaM .request_supportsXU {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panelSaM {
    padding: 60px 0;
}.contact_panelSaM .img_effectUCu {
    display: none;
}.contact_panelSaM h3 {
    font-size: calc(28px * 0.9);
}.contact_panelSaM .help_panelzPc,
    .contact_panelSaM .request_supportsXU {
    padding: 40px 30px;
}.contact_panelSaM form h3,
    .contact_panelSaM .request_supportsXU h4 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 576px) {.contact_panelSaM {
    padding: 40px 0;
}.contact_panelSaM h3 {
    font-size: calc(28px * 0.8);
}.contact_panelSaM .message_feedbackqCi {
    max-width: 95%;
}.contact_panelSaM .help_panelzPc,
    .contact_panelSaM .request_supportsXU {
    padding: 30px 20px;
}.contact_panelSaM input[type="text"],
    .contact_panelSaM textarea {
    padding: 12px;
}.contact_panelSaM .inquiry_listwVH {
    padding: 12px;
    width: 100%;
}}.our_storySeY {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.our_storySeY::before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    content: "";
    height: 100%;
    position: absolute;
}.our_storySeY::after {
    right: -50%;
    position: absolute;
    height: 200%;
    pointer-events: none;
    top: -50%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(135deg, rgb(158,184,186,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
}.our_storySeY .container {
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.our_storySeY h2 {
    margin-bottom: 50px;
    transform: perspective(1000px) rotateY(5deg);
    font-size: calc(38px * 1.2);
    font-weight: 700;
    transform-origin: left center;
    align-self: flex-start;
    transition: transform 0.5s ease-out;
    position: relative;
}.our_storySeY h2::after {
    bottom: -15px;
    height: 4px;
    left: 0;
    background: rgb(158,184,186);
    width: 120px;
    content: "";
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    transform: scaleX(1);
}.our_storySeY h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_storySeY h2:hover::after {
    transform: scaleX(1.5);
}.our_storySeY .text_contentrET {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateX(0) translateY(0);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    backdrop-filter: blur(8px);
    border-left: 3px solid rgb(158,184,186);
    display: grid;
    gap: 30px;
    padding: 40px;
    -webkit-backdrop-filter: blur(8px);
    grid-template-columns: 1fr;
}.our_storySeY .text_contentrET:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
    transform: translateX(5px) translateY(-5px);
}.our_storySeY .text_contentrET > div {
    position: relative;
}.our_storySeY .text_contentrET p {
    font-size: calc(13px * 1.5);
    transition: letter-spacing 0.3s ease;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 20px;
    transform-origin: left center;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
}.our_storySeY .text_contentrET p:hover {
    letter-spacing: 1px;
}.our_storySeY .text_contentrET div div {
    font-size: 13px;
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    position: relative;
    text-align: justify;
    padding-right: 15px;
}.our_storySeY .text_contentrET div div::-webkit-scrollbar {
    width: 5px;
}.our_storySeY .text_contentrET div div::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.our_storySeY .text_contentrET div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,184,186);
}.our_storySeY .text_contentrET div div::after {
    pointer-events: none;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease;
    height: 40px;
    position: absolute;
    opacity: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
}.our_storySeY .text_contentrET div div:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.our_storySeY {
    padding: 150px 0 130px;
}.our_storySeY::after {
    transform: rotate(-25deg);
    top: -30%;
    right: -30%;
}.our_storySeY .container {
    padding: 0 40px;
}.our_storySeY h2 {
    margin-left: 60px;
    margin-bottom: 70px;
    font-size: calc(38px * 1.5);
}.our_storySeY h2::after {
    height: 5px;
    width: 150px;
}.our_storySeY .text_contentrET {
    max-width: 90%;
    grid-template-columns: 1fr;
    padding: 60px;
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
}.our_storySeY .text_contentrET:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_storySeY .text_contentrET div div {
    max-height: 450px;
    column-gap: 40px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our_storySeY {
    padding: 180px 0 160px;
}.our_storySeY::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.our_storySeY::after {
    top: -20%;
    width: 90%;
    height: 180%;
    right: -20%;
    transform: rotate(-35deg);
}.our_storySeY .container {
    padding: 0 60px;
}.our_storySeY h2 {
    margin-bottom: 90px;
    font-size: calc(38px * 1.8);
    margin-left: 120px;
}.our_storySeY h2::after {
    height: 6px;
    width: 180px;
}.our_storySeY .text_contentrET {
    max-width: 80%;
    margin-left: 120px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    padding: 80px;
}.our_storySeY .text_contentrET p {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: calc(13px * 1.8);
}.our_storySeY .text_contentrET div div {
    line-height: 1.9;
    column-gap: 60px;
    max-height: 500px;
    font-size: calc(13px * 1.1);
    column-count: 2;
}
}

@media (max-width: 767px) {.our_storySeY {
    padding: 80px 0 60px;
}.our_storySeY::after {
    opacity: 0.6;
}.our_storySeY .container {
    padding: 0 20px;
}.our_storySeY h2 {
    margin-bottom: 40px;
    align-self: center;
    transform: none;
    font-size: 38px;
}.our_storySeY h2::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
}.our_storySeY h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_storySeY .text_contentrET {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}.our_storySeY .text_contentrET p {
    font-size: calc(13px * 1.2);
    text-align: center;
}.our_storySeY .text_contentrET div div {
    font-size: 13px;
    max-height: 350px;
    line-height: 1.6;
}}.privacy_armouryMSP {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(205,218,219);
}.privacy_armouryMSP h1, .privacy_armouryMSP h2, .privacy_armouryMSP h3, .privacy_armouryMSP h4, .privacy_armouryMSP h5, .privacy_armouryMSP h6 {
    color: rgb(158,184,186);
    margin-bottom: 20px;
    font-weight: 700;
}.privacy_armouryMSP h1 {
    font-size: 44px;
}.privacy_armouryMSP h2 {
    font-size: 31px;
}.privacy_armouryMSP h3 {
    font-size: calc(22px - 4px);
}.privacy_armouryMSP h4 {
    font-size: calc(22px - 8px);
}.privacy_armouryMSP h5 {
    font-weight: 600;
    font-size: 22px;
}.privacy_armouryMSP h6 {
    font-weight: 300;
    font-size: 20px;
}.privacy_armouryMSP ul, .privacy_armouryMSP ol {
    padding-left: 20px;
    list-style-position: inside;
    margin-left: 20px;
}.privacy_armouryMSP li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(112,150,154);
}.privacy_armouryMSP li::marker {
    color: rgb(112,150,154);
}.privacy_armouryMSP section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgb(205,218,219);
    border-radius: 10px;
}.privacy_armouryMSP p, .privacy_armouryMSP span {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {.privacy_armouryMSP {
    padding: 15px;
}.privacy_armouryMSP h1 {
    font-size: calc(22px - 6px);
}.privacy_armouryMSP h2 {
    font-size: calc(22px - 5px);
}.privacy_armouryMSP ul, .privacy_armouryMSP ol {
    padding-left: 10px;
    margin-left: 10px;
}.privacy_armouryMSP li {
    margin-bottom: 8px;
}.privacy_armouryMSP p, .privacy_armouryMSP span {
    font-size: calc(16px - 2px);
}}
.client_feedbackHgb {
    background: rgb(205,218,219);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.client_feedbackHgb::before {
    animation: moveBackground 15s linear infinite;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(112,150,154,0.5) 49%,
        rgb(112,150,154,0.5) 51%,
        transparent 52%
    );
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0;
    background-size: 100px 100px;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
}@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.client_feedbackHgb::after {
    height: 200%;
    position: absolute;
    content: "";
    right: -20%;
    top: -50%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    transform: rotate(30deg);
    background: rgb(158,184,186,0.5);
    opacity: 0.1;
    width: 70%;
}.client_feedbackHgb .container {
    position: relative;
    z-index: 1;
}.client_feedbackHgb h2 {
    padding: 1rem 3rem 1rem 0;
    display: inline-block;
    font-weight: 700;
    transform: skewX(-5deg);
    position: relative;
    color: #000000;
    margin-bottom: 5rem;
    font-size: 31px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(112,150,154,0.5) 100%
    );
}.client_feedbackHgb .learner_ratingsmdA {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}.client_feedbackHgb .client_feedbackkoW {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    position: relative;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    padding: 2.5rem;
    flex-direction: column;
    background: #ffffff;
    z-index: 1;
    align-items: center;
}.client_feedbackHgb .client_feedbackkoW::before {
    content: "";
    background: linear-gradient(
        135deg,
        rgb(158,184,186,0.5),
        rgb(112,150,154,0.5)
    );
    transform: translateY(10px) translateX(10px);
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    position: absolute;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(112,150,154,0.5),
        rgb(158,184,186,0.5)
    );
}.client_feedbackHgb .client_feedbackkoW:hover::before {
    transform: translateY(15px) translateX(15px);
}.client_feedbackHgb .client_feedbackkoW:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}.client_feedbackHgb .client_feedbackkoW:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.client_feedbackHgb .client_feedbackkoW:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.client_feedbackHgb .client_feedbackkoW::after {
    opacity: 0;
    background: rgb(158,184,186);
    transform: rotate(45deg);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -2;
    height: 50px;
    top: -15px;
    position: absolute;
    width: 50px;
    transition: all 0.5s ease;
    right: -15px;
}.client_feedbackHgb .client_feedbackkoW:nth-child(odd)::after {
    background: rgb(112,150,154);
    left: -15px;
    top: -15px;
}.client_feedbackHgb .client_feedbackkoW:hover::after {
    opacity: 1;
    transform: rotate(225deg);
}.client_feedbackHgb .client_feedbackkoW img {
    border-radius: 0;
    height: 80px;
    transition: all 0.5s ease;
    object-fit: cover;
    width: 80px;
    margin-bottom: 1.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.client_feedbackHgb .client_feedbackkoW:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}.client_feedbackHgb .client_feedbackkoW p {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-bottom: 0.5rem;
}.client_feedbackHgb .client_feedbackkoW p::after {
    bottom: -5px;
    transition: all 0.5s ease;
    height: 2px;
    background: rgb(158,184,186);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 0;
    content: "";
}.client_feedbackHgb .client_feedbackkoW:hover p::after {
    width: 50px;
}.client_feedbackHgb .client_feedbackkoW .description {
    margin-top: 1rem;
    transition: all 0.3s ease;
    position: relative;
    transform: translateY(0);
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.6;
}.client_feedbackHgb .client_feedbackkoW:hover .description {
    transform: translateY(-5px);
}@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(158,184,186,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}

.client_feedbackHgb .client_feedbackkoW:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.client_feedbackHgb .client_feedbackkoW:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}.client_feedbackHgb .client_feedbackkoW:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}.client_feedbackHgb .client_feedbackkoW:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 992px) {.client_feedbackHgb .learner_ratingsmdA {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client_feedbackHgb {
    padding: 5rem 0;
}.client_feedbackHgb h2 {
    padding: 0;
    background: none;
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
    clip-path: none;
    transform: none;
}.client_feedbackHgb .learner_ratingsmdA {
    gap: 3rem;
    grid-template-columns: 1fr;
}.client_feedbackHgb .client_feedbackkoW,
    .client_feedbackHgb .client_feedbackkoW:nth-child(odd),
    .client_feedbackHgb .client_feedbackkoW:nth-child(3n),
    .client_feedbackHgb .client_feedbackkoW:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.client_feedbackHgb .client_feedbackkoW::before,
    .client_feedbackHgb .client_feedbackkoW:nth-child(odd)::before,
    .client_feedbackHgb .client_feedbackkoW:nth-child(3n)::before,
    .client_feedbackHgb .client_feedbackkoW:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.client_feedbackHgb .client_feedbackkoW:hover::before {
    transform: translateY(8px) translateX(8px);
}.client_feedbackHgb .client_feedbackkoW:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.client_feedbackHgb .client_feedbackkoW,
    .client_feedbackHgb .client_feedbackkoW:nth-child(4n+1),
    .client_feedbackHgb .client_feedbackkoW:nth-child(4n+2),
    .client_feedbackHgb .client_feedbackkoW:nth-child(4n+3) {
    animation: none;
}}.landing_pagejkr {
    align-items: center;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.landing_pagejkr::before {
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(158,184,186,0.5) 0%, transparent 75%);
    z-index: 1;
    position: absolute;
    opacity: 0.4;
}.landing_pagejkr::after {
    background: rgb(112,150,154);
    transform: rotate(-15deg);
    width: 35%;
    height: 70%;
    z-index: 0;
    opacity: 0.1;
    bottom: -10%;
    content: "";
    position: absolute;
    right: -5%;
}.landing_pagejkr .quick_eduAks {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    width: 90%;
}.landing_pagejkr .quick_eduAks > div:first-child {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: translateY(-1rem);
}.landing_pagejkr .quick_eduAks > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.landing_pagejkr .quick_eduAks > div:first-child p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: calc(15px * 1.2);
    line-height: 1.6;
    z-index: 3;
    position: relative;
}.landing_pagejkr .study_expertsHzL {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}.landing_pagejkr .study_expertsHzL > div {
    display: flex;
    padding: 3rem 2rem;
    flex-direction: column;
    position: relative;
    min-height: 400px;
    height: 100%;
    justify-content: space-between;
}.landing_pagejkr .study_expertsHzL > div::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
}.landing_pagejkr .study_expertsHzL h3 {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
    font-weight: 400;
    z-index: 2;
    transform: translateX(1rem);
    position: relative;
}.landing_pagejkr .study_expertsHzL:hover h3 {
    transform: translateX(0);
    opacity: 1;
}.landing_pagejkr .study_expertsHzL div div {
    z-index: 2;
    position: relative;
}.landing_pagejkr .study_expertsHzL div div div {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(1rem);
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.landing_pagejkr .study_expertsHzL:hover div div div {
    transform: translateY(0);
}.landing_pagejkr .title_style_header {
    line-height: 1.2;
    margin: 0;
    color: rgb(158,184,186);
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    font-size: calc(41px * 0.9);
}.landing_pagejkr .title_style_header::before {
    width: 4px;
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    top: 0;
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    background: rgb(112,150,154);
}.landing_pagejkr .study_expertsHzL:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.landing_pagejkr .quick_eduAks {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.landing_pagejkr .quick_eduAks > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.landing_pagejkr .quick_eduAks > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.landing_pagejkr .title_style_header {
    font-size: 41px;
}.landing_pagejkr .study_expertsHzL > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.landing_pagejkr .quick_eduAks {
    width: 85%;
    padding: 3rem;
}.landing_pagejkr .study_expertsHzL h3 {
    max-width: 80%;
    font-size: 18px;
}.landing_pagejkr .study_expertsHzL > div {
    padding: 4rem 3rem;
}.landing_pagejkr .study_expertsHzL div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.landing_pagejkr {
    padding: 4rem 0;
}.landing_pagejkr .quick_eduAks {
    gap: 1.5rem;
}.landing_pagejkr .title_style_header {
    font-size: calc(33px * 0.9);
}.landing_pagejkr .study_expertsHzL h3 {
    font-size: calc(16px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 480px) {.landing_pagejkr .quick_eduAks {
    padding: 1rem;
    width: 95%;
}.landing_pagejkr .quick_eduAks > div:first-child {
    padding: 1rem;
}.landing_pagejkr .quick_eduAks > div:first-child p {
    font-size: 15px;
}.landing_pagejkr .study_expertsHzL > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.landing_pagejkr .study_expertsHzL div div div {
    padding: 1.5rem;
}}.receive_updatesODt {
    isolation: isolate;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(112,150,154,0.5) 100%);
}.receive_updatesODt::before {
    inset: 0;
    content: "";
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    z-index: -1;
}.receive_updatesODt::after {
    content: "";
    width: 30%;
    z-index: -1;
    background: rgb(112,150,154);
    height: 120%;
    transform: rotate(-12deg) skewX(-15deg);
    right: -5%;
    top: -10%;
    position: absolute;
    opacity: 0.07;
}.receive_updatesODt .container {
    max-width: 1200px;
    margin: 0 auto;
}.receive_updatesODt .learning_programRoJ {
    grid-template-columns: 1fr;
    transform: translateX(-5px);
    display: grid;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2rem;
}.receive_updatesODt h4 {
    margin: 0;
    transform: translateY(5px);
    line-height: 1.4;
    font-size: 24px;
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
    opacity: 0;
    color: #000000;
}.receive_updatesODt h4::before {
    height: calc(100% - 1rem);
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
    background: rgb(112,150,154);
    content: "";
    transform: scaleY(0);
    width: 4px;
    position: absolute;
    transform-origin: top;
    top: 0.5rem;
    left: 0;
}.receive_updatesODt .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateY(10px);
    opacity: 0;
    gap: 1rem;
    animation: fadeUp 0.6s ease-out 0.4s forwards;
}.receive_updatesODt .input_holder span {
    display: block;
    position: relative;
}.receive_updatesODt input[type="email"] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    font-size: 12px;
    padding: 1rem 1.5rem;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.receive_updatesODt input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    border-color: rgb(112,150,154);
    transform: translateY(-2px);
}.receive_updatesODt input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}.receive_updatesODt input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.receive_updatesODt .email_blockVHd {
    border: none;
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 1rem 2rem;
    color: #ffffff;
    cursor: pointer;
    background: rgb(112,150,154);
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    width: 100%;
}.receive_updatesODt .email_blockVHd:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
    background: rgb(158,184,186);
}.receive_updatesODt .email_blockVHd::before {
    background: rgba(255, 255, 255, 0.1);
    width: 150%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    transform: translate(-50%, -50%) scale(0);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    height: 150%;
    top: 50%;
}.receive_updatesODt .email_blockVHd:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.receive_updatesODt .email_blockVHd:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
}

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

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

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}


@media (min-width: 768px) {.receive_updatesODt {
    padding: 5rem 3rem;
}.receive_updatesODt .learning_programRoJ {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1.2fr 0.8fr;
}.receive_updatesODt h4 {
    font-size: calc(24px * 1.1);
    padding-left: 2rem;
}.receive_updatesODt h4::before {
    width: 6px;
}.receive_updatesODt .input_holder {
    flex-direction: row;
    gap: 0;
}.receive_updatesODt input[type="email"] {
    border-right: none;
}.receive_updatesODt .email_blockVHd {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.receive_updatesODt {
    padding: 6rem 4rem;
}.receive_updatesODt::after {
    width: 40%;
}.receive_updatesODt .learning_programRoJ {
    gap: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.receive_updatesODt h4 {
    font-size: calc(24px * 1.2);
    transform: skewX(-3deg);
}.receive_updatesODt h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.receive_updatesODt .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.receive_updatesODt input[type="email"] {
    padding: 1.2rem 1.8rem;
}.receive_updatesODt .email_blockVHd {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.receive_updatesODt::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.receive_updatesODt .learning_programRoJ {
    grid-template-columns: 1.8fr 1.2fr;
}.receive_updatesODt h4 {
    font-size: calc(24px * 1.3);
}.receive_updatesODt input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.receive_updatesODt input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.receive_updatesODt {
    padding: 3rem 1.5rem;
}.receive_updatesODt h4 {
    font-size: calc(24px * 0.9);
    padding-left: 1.2rem;
}.receive_updatesODt .email_blockVHd {
    margin-top: 0.5rem;
}}.appZonexfq {
    align-items: center;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, #ffffff 100%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    perspective: 1000px;
    min-height: 100vh;
}.appZonexfq::before {
    transform: rotate(-5deg) skewX(5deg);
    height: 120%;
    pointer-events: none;
    content: "";
    z-index: 0;
    background: 
        linear-gradient(120deg, rgb(158,184,186,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(112,150,154,0.5) 0%, transparent 40%);
    width: 120%;
    left: -5%;
    position: absolute;
    top: -10%;
}.appZonexfq::after {
    opacity: 0.2;
    content: "";
    z-index: 0;
    right: -20%;
    filter: blur(80px);
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(158,184,186,0.5) 0%, rgb(112,150,154,0.5) 100%);
    width: 60%;
    height: 60%;
    bottom: -20%;
}.appZonexfq .container {
    z-index: 2;
    position: relative;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    width: 90%;
    max-width: 1200px;
    transform-style: preserve-3d;
}.appZonexfq .learning_programRoJ {
    background-color: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform: translateZ(0) rotateX(2deg);
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    padding: calc(2rem + 3vw);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.appZonexfq .learning_programRoJ::before {
    content: "";
    transform: translateZ(-10px);
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: none;
    right: 20px;
    opacity: 0.4;
    border: 1px solid rgb(158,184,186,0.5);
    bottom: 20px;
}.appZonexfq .learning_programRoJ:hover {
    transform: translateZ(10px) rotateX(0deg);
}.appZonexfq .learning_programRoJ > div:first-child {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    position: relative;
}.appZonexfq .learning_programRoJ > div:first-child::after {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    background: linear-gradient(90deg, rgb(158,184,186) 0%, rgb(112,150,154) 100%);
    transform: scaleX(1);
    left: 0;
    transform-origin: left center;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 4px;
}.appZonexfq .learning_programRoJ:hover > div:first-child::after {
    transform: scaleX(1.5);
}.appZonexfq h5 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.4;
    position: relative;
    margin: 0;
    transform: translateZ(30px);
    transition: transform 0.5s ease;
}.appZonexfq .learning_programRoJ:hover h5 {
    transform: translateZ(40px);
}.appZonexfq .learning_programRoJ > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}.appZonexfq .learning_programRoJ:hover > div:last-child {
    transform: translateZ(20px);
}.appZonexfq p {
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    transition: color 0.3s ease, transform 0.5s ease;
    color: #000000;
    transform: translateZ(0);
    position: relative;
}.appZonexfq a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}.appZonexfq a::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(158,184,186,0.5) 95%, 
        rgb(158,184,186,0.5) 100%
    );
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
    width: 100%;
}.appZonexfq a:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}.appZonexfq a:hover p {
    color: rgb(158,184,186);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.appZonexfq {
    padding: 4rem 0;
}.appZonexfq .learning_programRoJ {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.appZonexfq h5 {
    line-height: 1.5;
    font-size: calc(19px * 0.9);
}.appZonexfq p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 767px) {.appZonexfq {
    min-height: auto;
}.appZonexfq .container {
    width: 95%;
}.appZonexfq .learning_programRoJ {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.appZonexfq .learning_programRoJ::before {
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}.appZonexfq .learning_programRoJ > div:first-child::after {
    height: 3px;
    width: 60px;
}.appZonexfq h5 {
    font-size: calc(19px * 0.85);
    transform: none;
}.appZonexfq p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.appZonexfq .learning_programRoJ:hover h5,
    .appZonexfq .learning_programRoJ:hover > div:last-child,
    .appZonexfq .learning_programRoJ:hover {
    transform: none;
}
}

@media (max-width: 480px) {.appZonexfq {
    padding: 3rem 0;
}.appZonexfq .learning_programRoJ {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.appZonexfq h5 {
    font-size: calc(19px * 0.8);
    line-height: 1.4;
}.appZonexfq p {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.appZonexfq .learning_programRoJ > div:first-child {
    margin-bottom: 1.5rem;
}.appZonexfq .learning_programRoJ > div:first-child::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}}.academic_experienceYdk {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,219) 0%, rgb(112,150,154,0.5) 100%);
    position: relative;
}.academic_experienceYdk::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(112,150,154,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(112,150,154,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(112,150,154,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(112,150,154,0.5) 4%, transparent 4.5%);
    width: 100%;
}.academic_experienceYdk .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.academic_experienceYdk .client_feedbackkoW {
    display: grid;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 10px;
}.academic_experienceYdk .client_feedbackkoW:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.academic_experienceYdk .client_feedbackkoW > div:first-child {
    position: relative;
    justify-self: center;
}.academic_experienceYdk .img_effectUCu {
    width: 150px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 0;
    overflow: hidden;
    height: 150px;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.academic_experienceYdk .img_effectUCu::before {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgb(158,184,186,0.5) 100%);
    height: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0.6;
}.academic_experienceYdk .client_feedbackkoW:hover .img_effectUCu {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.academic_experienceYdk .client_feedbackkoW:hover .img_effectUCu::before {
    opacity: 0.8;
}.academic_experienceYdk .client_feedbackkoW > div:nth-child(2) {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}.academic_experienceYdk .name {
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    transition: all 0.3s ease;
    display: inline-block;
    color: #000000;
}.academic_experienceYdk .name::after {
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: rgb(158,184,186);
    height: 2px;
    bottom: -4px;
}.academic_experienceYdk .client_feedbackkoW:hover .name::after {
    width: 100%;
}.academic_experienceYdk .client_feedbackkoW > div:nth-child(2) > div {
    transform: translateY(0);
    color: rgb(112,150,154);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 0.25rem;
    background: linear-gradient(to right, rgba(rgb(112,150,154,0.5), 0.1), transparent);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.03em;
    position: relative;
    padding: 0.35rem 1rem;
    font-size: calc(15px * 0.95);
    font-weight: 600;
}.academic_experienceYdk .client_feedbackkoW:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.academic_experienceYdk .career_tablecqY {
    line-height: 1.7;
    font-size: 15px;
    text-align: justify;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    color: #000000;
}.academic_experienceYdk .career_tablecqY::before {
    transition: all 0.4s ease;
    color: rgb(158,184,186,0.5);
    position: absolute;
    top: -25px;
    font-size: 4rem;
    left: -10px;
    opacity: 0.2;
    content: "";
}.academic_experienceYdk .career_tablecqY::after {
    color: rgb(158,184,186,0.5);
    right: -10px;
    font-size: 4rem;
    bottom: -50px;
    content: "";
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.2;
}.academic_experienceYdk .client_feedbackkoW:hover .career_tablecqY::before,
.academic_experienceYdk .client_feedbackkoW:hover .career_tablecqY::after {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 768px) {.academic_experienceYdk {
    padding: 6rem 0;
}.academic_experienceYdk .client_feedbackkoW {
    padding: 3rem;
    gap: 2.5rem;
    align-items: start;
    grid-template-columns: auto 1fr 2fr;
}.academic_experienceYdk .client_feedbackkoW > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.academic_experienceYdk .img_effectUCu {
    width: 180px;
    height: 180px;
}.academic_experienceYdk .career_tablecqY {
    padding: 0 1rem 0 0;
}.academic_experienceYdk .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.academic_experienceYdk .client_feedbackkoW {
    margin: 0 3rem;
}.academic_experienceYdk .img_effectUCu {
    width: 220px;
    height: 220px;
}.academic_experienceYdk .name {
    font-size: calc(20px * 1.2);
}.academic_experienceYdk .client_feedbackkoW > div:nth-child(2) > div {
    font-size: 15px;
}.academic_experienceYdk .career_tablecqY {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.academic_experienceYdk .client_feedbackkoW {
    padding: 2rem 1.5rem;
    text-align: center;
}.academic_experienceYdk .career_tablecqY {
    text-align: left;
}.academic_experienceYdk .career_tablecqY::before {
    left: 0;
    font-size: 3rem;
    top: -20px;
}.academic_experienceYdk .career_tablecqY::after {
    font-size: 3rem;
    right: 0;
    bottom: -40px;
}
}

@media (max-width: 480px) {.academic_experienceYdk {
    padding: 3rem 0;
}.academic_experienceYdk .container {
    padding: 0 1rem;
}.academic_experienceYdk .img_effectUCu {
    height: 120px;
    width: 120px;
}.academic_experienceYdk .name {
    font-size: 20px;
}.academic_experienceYdk .client_feedbackkoW > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.academic_experienceYdk .career_tablecqY {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    padding: 0;
}}.program_informationlyx {
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(112,150,154,0.5) 100%);
    overflow: hidden;
    position: relative;
}.program_informationlyx::before {
    animation: floatGradient 20s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at center, rgb(158,184,186,0.5) 0%, transparent 70%);
    right: -10%;
    height: 140%;
    position: absolute;
    z-index: 1;
    width: 70%;
    transform: rotate(-15deg);
    top: -20%;
    content: "";
    filter: blur(30px);
}.program_informationlyx::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(112,150,154,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.8;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
}.program_informationlyx .container {
    position: relative;
    z-index: 2;
}.program_informationlyx .learning_programRoJ {
    position: relative;
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
    gap: 0;
    grid-template-columns: 45% 55%;
    min-height: 500px;
}.program_informationlyx .knowledgevWB {
    padding: 3.5rem 3rem 3.5rem 5rem;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    transform: translateX(-40px);
    border-radius: 0 30px 30px 0;
    grid-area: info;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.program_informationlyx .knowledgevWB::before {
    opacity: 0.1;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(158,184,186,0.5) 49.5%, rgb(158,184,186,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(158,184,186,0.5) 49.5%, rgb(158,184,186,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    background-size: 30px 30px;
}.program_informationlyx .knowledgevWB::after {
    height: 200%;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgb(158,184,186,0.5) 0%,
        transparent 60%
    );
    opacity: 0.1;
    left: -50%;
    transform-origin: center;
    position: absolute;
    animation: rotateRadial 30s linear infinite;
    top: -50%;
    content: "";
    width: 200%;
}.program_informationlyx .head_mentorwJk {
    margin-bottom: 2rem;
    position: relative;
    width: 90px;
    transform: rotate(-5deg) skew(-5deg);
    height: 90px;
}.program_informationlyx .head_mentorwJk::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(158,184,186) 0%,
        rgb(112,150,154) 100%
    );
    z-index: -1;
    transform: rotate(5deg);
    border-radius: 12px;
    inset: -5px;
    content: "";
    filter: blur(5px);
    animation: pulseLogo 4s ease-in-out infinite alternate;
}.program_informationlyx .head_mentorwJk::after {
    border-radius: 8px;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    position: absolute;
}.program_informationlyx .head_mentorwJk svg {
    transform: translate(-50%, -50%);
    top: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    width: 50px;
    left: 50%;
    filter: drop-shadow(0 0 8px rgb(158,184,186,0.5));
    height: 50px;
    position: absolute;
}.program_informationlyx .head_mentorwJk svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,184,186);
}.program_informationlyx h3 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: skew(-2deg);
}.program_informationlyx h3::before {
    width: 40px;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(158,184,186), transparent);
    left: 0;
    position: absolute;
}.program_informationlyx h3::after {
    position: absolute;
    left: 0;
    bottom: -15px;
    background: linear-gradient(to right, rgb(158,184,186), transparent);
    content: "";
    width: 80px;
    height: 1px;
}.program_informationlyx p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 17px;
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 600px;
}.program_informationlyx .img_effectUCu {
    border-radius: 30px 0 0 30px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
    position: relative;
    grid-area: photo;
    height: 460px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.program_informationlyx .img_effectUCu::before {
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    opacity: 0.6;
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    z-index: 2;
}.program_informationlyx .img_effectUCu::after {
    opacity: 0.7;
    height: 50%;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    content: "";
    width: 100%;
}.program_informationlyx .learning_programRoJ:hover .img_effectUCu {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.program_informationlyx .learning_programRoJ:hover .knowledgevWB {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.program_informationlyx .head_mentorwJk:hover svg path {
    fill: rgb(112,150,154);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.program_informationlyx .learning_programRoJ {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.program_informationlyx .knowledgevWB {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.program_informationlyx h3 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 992px) {.program_informationlyx {
    padding: 5rem 0;
}.program_informationlyx .learning_programRoJ {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_effectUCu"
            "request_supportsXU";
    min-height: auto;
}.program_informationlyx .img_effectUCu {
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 30px 30px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.program_informationlyx .knowledgevWB {
    transform: translateY(-40px);
    border-radius: 0 0 30px 30px;
    padding: 3rem 2.5rem;
}.program_informationlyx .learning_programRoJ:hover .img_effectUCu {
    transform: perspective(1000px) rotateX(8deg);
}.program_informationlyx .learning_programRoJ:hover .knowledgevWB {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.program_informationlyx {
    padding: 4rem 0;
}.program_informationlyx .img_effectUCu {
    height: 300px;
}.program_informationlyx .knowledgevWB {
    padding: 2.5rem 2rem;
}.program_informationlyx .head_mentorwJk {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.program_informationlyx .head_mentorwJk svg {
    height: 45px;
    width: 45px;
}.program_informationlyx h3 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.program_informationlyx p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.program_informationlyx {
    padding: 3rem 0;
}.program_informationlyx .img_effectUCu {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.program_informationlyx .knowledgevWB {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
}.program_informationlyx .head_mentorwJk {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.program_informationlyx .head_mentorwJk svg {
    width: 40px;
    height: 40px;
}.program_informationlyx h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.program_informationlyx h3::before {
    width: 30px;
    height: 2px;
    bottom: -8px;
}.program_informationlyx h3::after {
    width: 60px;
    height: 1px;
    bottom: -12px;
}.program_informationlyx p {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.program_informationlyx .learning_programRoJ:hover .knowledgevWB {
    transform: translateY(-35px);
}}footer {
    position: relative;
    width: 100%;
}.access_ctaAGh {
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}footer .footer_clientsuro {
    z-index: 1;
    position: relative;
}footer .talk_formQuP {
    position: relative;
    margin-bottom: 70px;
    color: #ffffff;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    padding: 40px 20px;
    gap: 20px;
    background-color: rgb(112,150,154);
    display: flex;
}footer .talk_formQuP::after {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    top: 0;
    pointer-events: none;
}footer .info_item {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    flex: 1 1 200px;
    border-radius: 10px;
    display: flex;
    max-width: 300px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    margin-top: -30px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .text_main_holder::before {
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #ffffff;
    content: "";
    top: 0;
}footer .head_mentorwJk {
    padding-top: 60px;
    text-align: center;
}footer .head_mentorwJk svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .study_bottomzFf {
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 350px;
    font-size: 16px;
    color: #000000;
}footer .head_primePXf {
    padding: 30px;
    position: relative;
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(205,218,219);
}footer .head_primePXf h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #000000;
}footer .head_primePXf h5::after {
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(158,184,186), transparent);
    content: "";
    width: 100%;
}footer .nav_trainrZe {
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    display: flex;
}footer .nav_trainrZe a {
    text-decoration: none;
    color: #000000;
    padding: 8px 0;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    font-size: 13px;
    position: relative;
}footer .nav_trainrZe a::after {
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgb(158,184,186);
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}footer .nav_trainrZe a:hover {
    color: rgb(158,184,186);
    padding-left: 5px;
}footer .nav_trainrZe a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    margin: 0 20px;
    position: relative;
    background-color: rgb(158,184,186);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
}footer .subscribe_holder::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .email_blockVHd {
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background-color: #000000;
}footer .email_blockVHd:hover {
    background-color: rgb(112,150,154);
}footer .blog_refOyi {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}footer .module_endzXo {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_blockVHd {
    white-space: nowrap;
}footer .head_mentorwJk {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .talk_formQuP {
    padding: 30px 15px 50px;
}footer .head_primePXf, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .blog_refOyi {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .talk_formQuP {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_primePXf h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .nav_trainrZe a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_blockVHd {
    padding: 12px;
}
}