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

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

.top_pagel {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    left: 0;
    position: fixed;
    width: 100%;
    transition: all 0.3s ease;
    background-color: #ffffff;
    top: 0;
    border-bottom: 2px solid rgb(234,238,239);
    z-index: 1000;
}

.user_safetyz {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.track_settingsd {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.track_settingsd svg, .track_settingsd svg path, .track_settingsd img {
    fill: rgb(198,208,212);
    height: 80px;
    width: 80px;
}

.cookieNotificationBannerO p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
}

.cookie_tabI:hover {
    transform: translateY(-3px);
    background: rgb(161,173,179);
}

.cookie_button.data_complyk {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.data_complyk:hover {
    background: rgb(161,173,179,0.5);
}

.cookieNotificationBannerO p a {
    color: rgb(198,208,212);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.cookieNotificationBannerO p a:hover {
    color: rgb(161,173,179);
}

#cookie_info_windown:checked ~ .cookieNotificationBannerO {
    visibility: hidden;
    opacity: 0;
}

footer::after {
    left: 0;
    right: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(161,173,179) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(161,173,179) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(161,173,179) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(161,173,179) 1px, transparent 1px);
    position: absolute;
    opacity: 0.1;
    bottom: 0;
    top: 0;
    background-size: 50px 50px;
    z-index: -1;
}

.art_portalQ .container {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}

.art_portalQ .company_holder {
    padding: 0;
    flex: 1 1 400px;
    border-radius: 18px;
    position: relative;
}

.art_portalQ .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(161,173,179) 25px, rgb(161,173,179) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(161,173,179) 25px, rgb(161,173,179) 26px, transparent 27px, transparent 49px);
    height: 100%;
    top: 0;
    border-radius: 18px;
    position: absolute;
    background-size: 50px 50px;
    opacity: 0.1;
    left: 0;
    width: 100%;
    content: "";
}

.art_portalQ .company_holder h3::after {
    right: 15px;
    width: 10px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.art_portalQ .green_eduG::before {
    top: 2rem;
    left: -10px;
    content: "";
    width: 20px;
    position: absolute;
    height: 20px;
    opacity: 0.6;
    background: rgb(161,173,179);
    border-radius: 50%;
}

.art_portalQ .mod_toolsy {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.art_portalQ .main_proD {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.art_portalQ .header_primaryC::before {
    content: "";
    right: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}

.art_portalQ .header_primaryC h5::before {
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    content: "";
    background: #ffffff;
    margin-right: 10px;
}

.art_portalQ .header_primaryC .main_proD {
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.art_portalQ .header_primaryC .main_proD a::before {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(161,173,179);
    width: 6px;
    top: 50%;
    position: absolute;
    content: "";
    height: 6px;
    border-radius: 50%;
    left: 0.7rem;
}

.cloud_labn {
    padding: 2rem 0;
    margin-top: 2.5rem;
    background: rgb(161,173,179);
    position: relative;
}

.cloud_labn::before {
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(198,208,212) 20px, rgb(198,208,212) 40px,
            transparent 40px, transparent 60px,
            rgb(198,208,212) 60px, rgb(198,208,212) 80px,
            transparent 80px, transparent 100px,
            rgb(198,208,212) 100px, rgb(198,208,212) 120px
        );
    height: 5px;
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    top: -5px;
    left: 0;
}

.cloud_labn .footer_careersX::before,
.cloud_labn .footer_careersX::after {
    top: 50%;
    height: 1px;
    width: 50px;
    transform: translateY(-50%);
    content: "";
    background: rgb(198,208,212);
    position: absolute;
}

.cloud_labn .footer_careersX::before {
    margin-right: 15px;
    right: 100%;
}

.our_teamG::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    animation: backgroundMove 20s linear infinite;
    background-size: 20px 20px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    content: "";
}

.our_teamG .heritage_eduf {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 70px;
}

.our_teamG h3::before {
    top: 50%;
    background: rgb(198,208,212);
    width: 15px;
    animation: headerPulse 2s infinite;
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.our_teamG .learning_dnag {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 40px;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    backdrop-filter: blur(8px);
}

.our_teamG .learning_dnag:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
}

.our_teamG .learning_dnag span {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 21px;
    grid-column: 1 / 2;
    padding-left: 40px;
    color: rgb(198,208,212);
    grid-row: 1 / 2;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.our_teamG .learning_dnag span::after {
    box-shadow: 0 0 0 2px rgb(198,208,212,0.5);
    border-radius: 50%;
    left: 0;
    animation: pulseCircle 2.5s infinite;
    background: rgb(198,208,212);
    height: 8px;
    width: 8px;
    transform: translateY(-50%) scale(0.8);
    top: 50%;
    position: absolute;
    content: "";
}

.our_teamG .learning_dnag .img_captionL::before {
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.4;
}

.our_teamG .learning_dnag .img_captionL::after {
    position: absolute;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    z-index: 1;
    bottom: 0;
    content: "";
    opacity: 0.5;
    left: 0;
    width: 100%;
    height: 30%;
}

.our_teamG .skill_proK::before {
    content: "";
    left: -50%;
    width: 200%;
    animation: patternRotate 60s linear infinite reverse;
    opacity: 0.1;
    z-index: -1;
    top: -50%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    height: 200%;
    transform-origin: center;
}

.our_teamG .skill_proK::after {
    opacity: 0.15;
    content: "";
    z-index: -1;
    background: radial-gradient(circle at bottom left, rgb(161,173,179,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.our_teamG .skill_proK p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    border-left: 2px solid rgb(161,173,179);
    padding: 20px;
    border-radius: 0 10px 10px 0;
}

.our_teamG .skill_proK .expert_teamp::before {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
}



.our_teamG .skill_proK .expert_teamp:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.our_teamG .skill_proK .expert_teamp:hover::before {
    opacity: 0.2;
}

.our_teamG .container::before,
.our_teamG .container::after,
.our_teamG .heritage_eduf::before,
.our_teamG .heritage_eduf::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(30px);
    content: "";
}

.our_teamG .container::before {
    animation: floatBlob 15s ease-in-out infinite alternate;
    background: rgb(198,208,212);
    width: 150px;
    top: -50px;
    left: -50px;
    height: 150px;
}

.our_teamG .heritage_eduf::after {
    width: 120px;
    bottom: 20%;
    right: -60px;
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    height: 120px;
    background: rgb(161,173,179);
}

.training_specialistF::before {
    width: 30%;
    background: rgb(161,173,179,0.5);
    position: absolute;
    height: 30%;
    right: -5%;
    top: -5%;
    content: "";
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
}

.training_specialistF .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.training_specialistF .learner_voicesC:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}

.training_specialistF .learner_voicesC > div:first-child {
    position: relative;
    overflow: hidden;
}

.training_specialistF .img_captionL {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: scale(1.05);
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.training_specialistF .learner_voicesC > div:nth-child(2)::before {
    content: "";
    height: 70%;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    left: 0;
    width: 4px;
    top: 50%;
}

.training_specialistF .learner_voicesC:hover .name::after {
    width: 100%;
}

.training_specialistF .learner_voicesC > div:nth-child(2) > div {
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(161,173,179);
    font-size: calc(16px - 2px);
}

.training_specialistF .experience_datal::before {
    top: -0.5rem;
    opacity: 0.2;
    font-family: serif;
    left: 0.5rem;
    content: "";
    color: rgb(198,208,212,0.5);
    position: absolute;
    line-height: 1;
    font-size: 5rem;
}

.price_plan_itemp {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.price_plan_itemp h2 {
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    font-size: 34px;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.7s ease forwards;
    color: #ffffff;
}

.price_plan_itemp .class_costk {
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    gap: 30px;
    display: grid;
}

.price_plan_itemp .class_costk li:nth-child(1) {
    --li-index: 1;
}

.price_plan_itemp .class_costk li:nth-child(2) {
    --li-index: 2;
}

.price_plan_itemp .class_costk li:nth-child(4) {
    --li-index: 4;
}

.price_plan_itemp .pay_optionsq::before {
    transform: scaleX(0);
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.price_plan_itemp .pay_optionsq:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}

.price_plan_itemp .learn_dealsy {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.price_plan_itemp .fee_schemesX h4 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    margin-top: 0;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-bottom: 15px;
}

.price_plan_itemp .pricing_levelsn {
    border-radius: 10px;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(18px + 4px);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    align-self: flex-start;
    position: relative;
    background: linear-gradient(135deg, rgb(198,208,212,0.5), rgb(161,173,179,0.5));
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
}

.contact_panelf .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact_panelf .contact_inquiryW {
    display: flex;
    background: rgb(161,173,179,0.5);
    box-shadow: 0 25px 50px rgb(198,208,212,0.5);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    align-items: stretch;
}

.contact_panelf .feedback_cardT {
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    z-index: 3;
    flex: 0 0 55%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.contact_panelf h2 {
    font-size: 40px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: left;
    padding-left: 2rem;
}

.contact_panelf .feedback_cardT h3 {
    margin-bottom: 2rem;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
}

.contact_panelf .feedback_cardT form {
    gap: 1.5rem;
    display: grid;
}

.contact_panelf .feedback_cardT input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(198,208,212,0.5);
    border-radius: 10px;
    background: rgb(161,173,179,0.5);
    font-size: 12px;
    width: 100%;
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    outline: none;
}

.contact_panelf .feedback_cardT input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact_panelf .feedback_cardT .request_reachH {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact_panelf .feedback_cardT .request_reachH input[type="checkbox"]:checked {
    border-color: rgb(198,208,212);
    background: rgb(198,208,212);
}

.contact_panelf .feedback_cardT .request_reachH input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    content: '✔';
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 0.8rem;
}

.contact_panelf .feedback_cardT .request_reachH a:hover {
    text-decoration: underline;
}

.contact_panelf .feedback_cardT .request_gridO {
    color: #ffffff;
    background: rgb(198,208,212);
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
}

.contact_panelf .feedback_cardT .request_gridO:hover::before {
    opacity: 1;
}

.contact_panelf .feedback_cardT .request_gridO:hover {
    box-shadow: 0 10px 20px rgb(198,208,212,0.5);
    transform: translateY(-3px);
}

.learning_outcomesQ::after {
    border-radius: 50%;
    position: absolute;
    height: 200px;
    background: rgb(161,173,179,0.5);
    width: 200px;
    z-index: 0;
    content: "";
    right: -50px;
    top: -50px;
    filter: blur(70px);
}

.learning_outcomesQ h5::after {
    border-radius: 10px;
    width: 80px;
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
}

.learning_outcomesQ .heritage_eduf {
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px;
    flex-direction: column;
    border-radius: 12px;
}

.learning_outcomesQ .heritage_eduf {
    padding: 50px;
}

.learning_outcomesQ .heritage_eduf:hover .img_captionL {
    transform: translateY(-5px);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
}

.learning_outcomesQ .heritage_eduf:hover .img_captionL {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.learning_outcomesQ .text_pill_wraph {
    flex: 1;
    padding: 20px 10px;
}

.learning_outcomesQ ul {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
    list-style: none;
}

.learning_outcomesQ li:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
}

.learning_outcomesQ li:nth-child(odd) {
    transform: translateX(-5px) translateZ(0);
}

.learning_outcomesQ li:nth-child(odd):hover {
    transform: translateX(-5px) translateY(-3px) translateZ(0);
}

.learning_outcomesQ li p {
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #000000;
}

.learning_outcomesQ li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.learning_outcomesQ li svg path {
    fill: rgb(198,208,212);
    transition: fill 0.3s ease;
}

.learning_outcomesQ li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}

.learning_outcomesQ li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}

.learning_outcomesQ li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}

.info_hubQ::before {
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(198,208,212,0.5) 40px,
            rgb(198,208,212,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(161,173,179,0.5) 40px,
            rgb(161,173,179,0.5) 41px
        );
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
}

.info_hubQ .get_assistanceD {
    display: inline-block;
    position: relative;
    align-items: center;
    color: #000000;
    padding: 0;
    text-align: left;
    display: flex;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.info_hubQ .get_assistanceD svg path {
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}

.info_hubQ .img_captionL {
    border-radius: 13px;
    opacity: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    top: 0;
    position: absolute;
}

.info_hubQ .learn_askQ::before {
    right: 0;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 0 13px 13px 0;
    content: "";
    z-index: -1;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
    width: 50%;
}

.info_hubQ .learn_askQ p:hover {
    transform: translateX(5px);
}

.info_hubQ .learn_askQ p svg {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    fill: none;
    left: 15px;
    stroke-linejoin: round;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    stroke-linecap: round;
    stroke: rgb(198,208,212);
    stroke-width: 2;
}

.info_hubQ .learn_askQ p:hover svg {
    stroke: rgb(161,173,179);
    transform: translateY(-50%) scale(1.2);
}

.info_hubQ .learn_askQ p svg path {
    stroke-dashoffset: 60;
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
}

.info_hubQ .learn_askQ p:nth-child(3) svg path {
    animation-delay: 0.8s;
}

.info_hubQ .learn_askQ p:nth-child(5) svg path {
    animation-delay: 1s;
}

.info_hubQ .learn_askQ p a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(198,208,212);
    text-decoration: none;
}

.info_hubQ .edu_chatl {
    font-size: 19px;
    padding-bottom: 10px;
    align-items: center;
    color: rgb(198,208,212);
    border-bottom: 1px solid rgb(198,208,212,0.5);
    font-weight: 600;
    display: flex;
    margin: 0 0 20px 0;
}

.info_hubQ .edu_chatl svg circle {
    transform-origin: center;
    animation: rotatePoint 8s linear infinite;
}

.info_hubQ .msg_blockk {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    background: rgb(234,238,239);
    text-align: center;
    font-size: 16px;
}

.info_hubQ .msg_blockk:hover svg {
    opacity: 1;
    transform: rotate(30deg);
    stroke: #000000;
}

.info_hubQ .learn_askQ p:nth-child(1) {
    animation-delay: 0.1s;
}

.info_hubQ .learn_askQ p:nth-child(2) {
    animation-delay: 0.2s;
}

.info_hubQ .learn_askQ p:nth-child(4) {
    animation-delay: 0.4s;
}

.opening_pageW {
    background: rgb(234,238,239);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.opening_pageW .learn_homeF {
    transform: translateZ(0);
    font-size: 42px;
    position: relative;
    font-weight: 700;
    margin: 0;
    color: rgb(198,208,212);
    padding-bottom: 15px;
    display: inline-block;
}

.opening_pageW .learn_homeF::after {
    right: -15px;
    background: linear-gradient(135deg, rgb(161,173,179), transparent 70%);
    z-index: -1;
    top: -15px;
    opacity: 0.7;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
}

.opening_pageW .learning_welcomee::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(210deg, rgb(198,208,212,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
}

.opening_pageW .learning_welcomee > div {
    position: relative;
    color: #ffffff;
    z-index: 2;
    padding: 60px 40px;
}

.opening_pageW .learning_welcomee h3 {
    font-weight: 600;
    border-radius: 10px;
    border-left: 5px solid rgb(198,208,212);
    padding: 20px;
    line-height: 1.5;
    backdrop-filter: blur(5px);
    margin-top: 30px;
    opacity: 0;
    transform: translateY(20px);
    font-size: 21px;
    animation: slideInUp 0.8s ease-out 0.6s forwards;
    background: rgba(255, 255, 255, 0.1);
}

.course_program_descriptionV::after {
    left: -50px;
    position: absolute;
    height: 200px;
    transform: rotate(15deg);
    bottom: -50px;
    width: 200px;
    background: linear-gradient(225deg, rgb(161,173,179,0.5) 0%, transparent 70%);
    opacity: 0.5;
    z-index: 1;
    content: "";
}

.course_program_descriptionV .pro_skillss {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

.course_program_descriptionV .img_captionL::before {
    inset: 0;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(198,208,212,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(161,173,179,0.5) 100%
    );
    content: "";
    transition: opacity 0.5s ease;
}

.course_program_descriptionV .img_captionL:hover::before {
    opacity: 0.2;
}

.course_program_descriptionV .text_pill_wraph:hover {
    transform: translateY(-5px);
}

.course_program_descriptionV .text_pill_wraph::before {
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
}

.course_program_descriptionV .text_pill_wraph:hover h3 {
    transform: translateX(10px);
}

.course_program_descriptionV h3::after {
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    height: 2px;
    width: 60px;
    content: "";
    bottom: 0;
    background: rgb(198,208,212);
}

.course_program_descriptionV .text_pill_wraph:hover .description {
    opacity: 1;
}

.course_program_descriptionV p.description {
    overflow-y: auto;
    display: block;
    max-height: 300px;
    scrollbar-width: thin;
    padding-right: 15px;
    scrollbar-color: rgb(198,208,212,0.5) #ffffff;
}

.ty_sectionj::before {
    position: absolute;
    width: 300px;
    right: -5%;
    opacity: 0.2;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    transform: rotate(-15deg);
    top: -10%;
    animation: float 8s ease-in-out infinite;
}

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

.ty_sectionj .heritage_eduf:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty_sectionj .heritage_eduf > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.ty_sectionj .heritage_eduf > div:first-child::before {
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    left: -2rem;
    height: 70%;
    transform: translateY(-50%);
    width: 0.5rem;
    content: "";
}

.ty_sectionj .heritage_eduf:hover h5 {
    transform: translateX(10px);
}

.ty_sectionj h5::after {
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(198,208,212), transparent);
    width: 80px;
    height: 3px;
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
}

.ty_sectionj a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform: translateY(0);
    position: relative;
    padding: 0.5rem 0;
}

.ty_sectionj a:hover {
    transform: translateY(-3px);
}

.ty_sectionj a:hover::before {
    width: 100%;
}

.ty_sectionj a:focus {
    box-shadow: 0 0 0 2px rgb(198,208,212,0.5);
    outline: none;
}

.prospective_membersK::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.6;
    z-index: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(198,208,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(161,173,179,0.5) 0%, transparent 40%);
    width: 100%;
}

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

.prospective_membersK .heritage_eduf {
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
}

.prospective_membersK .heritage_eduf::after {
    width: 150px;
    left: -75px;
    bottom: -75px;
    filter: blur(25px);
    opacity: 0.1;
    height: 150px;
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    position: absolute;
    background: linear-gradient(225deg, rgb(161,173,179) 0%, rgb(198,208,212) 100%);
    content: "";
}

.prospective_membersK h4::after {
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    height: 4px;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
}

.prospective_membersK div p:last-child {
    margin-bottom: 0;
}

.prospective_membersK div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.prospective_membersK div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.prospective_membersK div p svg path {
    fill: rgb(198,208,212);
}

.prospective_membersK div p::after {
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, transparent 100%);
    position: absolute;
    width: 0;
    transition: width 0.5s ease;
}

header .nav_bases {
    width: 100%;
    padding: 0;
}

header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 20px;
}

header .header_primaryC {
    align-items: center;
    display: flex;
    gap: 35px;
}

header .head_infoq {
    position: relative;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}

header .head_infoq:after {
    transform-origin: center;
    left: 0;
    position: absolute;
    content: '';
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    bottom: 0;
    background-color: rgb(198,208,212);
    transition: transform 0.3s ease;
}

header .top_mainwrapp {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 5px 10px;
}

header .top_mainwrapp:hover:before {
    opacity: 1;
}

header .top_mainwrapp svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}

header .top_mainwrapp:hover svg {
    transform: scale(1.05);
}

.data_insightsU {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(161,173,179,0.5) 0%, rgb(234,238,239) 100%);
    overflow: hidden;
}

.data_insightsU h3 {
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out;
    z-index: 2;
    text-align: center;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    transform: translateY(0);
    font-size: 37px;
}

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

.data_insightsU ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.data_insightsU .statistics_boostersf:nth-child(1) {
    --i: 1;
}

.data_insightsU .statistics_boostersf:nth-child(2) {
    --i: 2;
}

.data_insightsU .statistics_boostersf:nth-child(3) {
    --i: 3;
}

.data_insightsU .statistics_boostersf:nth-child(4) {
    --i: 4;
}

.data_insightsU .statistics_boostersf:nth-child(5) {
    --i: 5;
}

.data_insightsU .statistics_boostersf:nth-child(6) {
    --i: 6;
}

.data_insightsU .statistics_boostersf:nth-child(7) {
    --i: 7;
}

.data_insightsU .statistics_boostersf:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 2px 5px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.02);
}

.data_insightsU .statistics_boostersf:hover::before {
    transform: rotate(135deg) scale(1.2);
}

.data_insightsU .statistics_boostersf span {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: calc(13px * 1.1);
    display: block;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.75rem;
}

.data_insightsU .statistics_boostersf:hover span::after {
    width: 4rem;
}

.data_insightsU .statistics_boostersf p {
    font-size: 18px;
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    display: inline-block;
    animation: numberCountUp 1.2s ease-out forwards;
    opacity: 0;
    color: rgb(198,208,212);
    font-weight: 700;
    transform: translateY(10px);
    position: relative;
    margin: 0;
}

.privacy_guardo::before {
    content: '';
    width: 150px;
    background: radial-gradient(circle at center, rgb(198,208,212), transparent);
    right: -10px;
    transform: rotate(45deg);
    top: -10px;
    z-index: 0;
    position: absolute;
    height: 150px;
    opacity: 0.5;
}

.privacy_guardo h1, .privacy_guardo h2, .privacy_guardo h3, .privacy_guardo h4, .privacy_guardo h5, .privacy_guardo h6 {
    letter-spacing: 0.05em;
    color: rgb(198,208,212);
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.privacy_guardo h1 {
    border-bottom: 1px solid rgb(198,208,212);
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 10px;
}

.privacy_guardo li {
    margin-bottom: 10px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.privacy_guardo ul li:before, .privacy_guardo ol li:before {
    position: absolute;
    height: 8px;
    content: '';
    top: 0.5em;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(198,208,212);
    background-color: rgb(198,208,212);
    width: 8px;
}

.privacy_guardo p, .privacy_guardo span {
    z-index: 1;
    position: relative;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.privacy_guardo div {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}


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


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


@media only screen and (max-width: 600px) {.cookieNotificationBannerO {
    width: 100%;
    left: 0;
    border-radius: 0;
    transform: none;
    bottom: 0;
}.user_safetyz {
    padding: 15px;
}.track_settingsd svg {
    height: 50px;
    width: 50px;
}.cookieNotificationBannerO h5 {
    font-size: calc(22px - 2px);
}.cookieNotificationBannerO p {
    font-size: calc(14px - 2px);
}.cookie_tabI {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}}



@media (max-width: 768px) {.art_portalQ {
    padding: 3rem 0 1rem;
}.art_portalQ .main_proD {
    gap: 1.5rem;
}.art_portalQ .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(29px - 2px);
}.art_portalQ .green_eduG {
    padding: 1.5rem;
}.art_portalQ .green_eduG::before,
    .art_portalQ .green_eduG::after {
    display: none;
}.cloud_labn {
    margin-top: 2rem;
}.cloud_labn .footer_careersX::before,
    .cloud_labn .footer_careersX::after {
    width: 30px;
}
}



@media (max-width: 420px) {.art_portalQ::after {
    background-size: 100px 5px;
    height: 5px;
}.art_portalQ .company_holder h3::after,
    .art_portalQ .header_primaryC h5::before,
    .art_portalQ .header_primaryC h5::after {
    display: none;
}.art_portalQ .header_primaryC h5 {
    padding: 0.8rem 1rem;
}.art_portalQ .header_primaryC .main_proD {
    padding: 1rem;
}.cloud_labn .footer_careersX {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}



@media screen and (max-width: 991px) {.our_teamG {
    padding: 80px 0 60px;
}.our_teamG .heritage_eduf {
    gap: 40px;
}.our_teamG h3 {
    margin-bottom: 30px;
    font-size: calc(33px - 0.4rem);
}.our_teamG .learning_dnag,
    .our_teamG .skill_proK {
    padding: 25px;
    gap: 30px;
}.our_teamG .learning_dnag {
    grid-template-columns: 1fr 1fr;
}.our_teamG .skill_proK {
    grid-template-columns: 1fr;
}.our_teamG .learning_dnag .img_captionL {
    min-height: 300px;
}.our_teamG .skill_proK .expert_teamp {
    height: 350px;
    margin: 0 auto;
    max-width: 85%;
}.our_teamG .skill_proK p {
    grid-row: 1 / 2;
}.our_teamG .skill_proK .expert_teamp {
    grid-row: 2 / 3;
}.our_teamG .container::before,
    .our_teamG .container::after {
    width: 120px;
    height: 120px;
}.our_teamG .heritage_eduf::before,
    .our_teamG .heritage_eduf::after {
    width: 80px;
    height: 80px;
}
}



@media screen and (max-width: 575px) {.our_teamG {
    padding: 50px 0 30px;
}.our_teamG::before {
    background-size: 10px 10px;
}.our_teamG .heritage_eduf {
    gap: 25px;
}.our_teamG h3 {
    font-size: calc(33px - 0.8rem);
    margin-bottom: 20px;
    padding-left: 20px;
}.our_teamG h3::before {
    width: 12px;
}.our_teamG .learning_dnag,
    .our_teamG .skill_proK {
    gap: 20px;
    padding: 20px;
}.our_teamG .learning_dnag span {
    font-size: calc(21px - 0.3rem);
    padding-left: 35px;
}.our_teamG .learning_dnag span::before {
    width: 25px;
}.our_teamG .learning_dnag .img_captionL {
    min-height: 250px;
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}.our_teamG .skill_proK .expert_teamp {
    height: 280px;
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
}.our_teamG .learning_dnag p,
    .our_teamG .skill_proK p {
    font-size: calc(15px - 0.2rem);
    line-height: 1.6;
    padding: 15px;
}.our_teamG .container::before,
    .our_teamG .container::after,
    .our_teamG .heritage_eduf::before,
    .our_teamG .heritage_eduf::after {
    opacity: 0.08;
    filter: blur(15px);
}}



@media (min-width: 1024px) {.training_specialistF {
    padding: 10rem 4rem;
}.training_specialistF .learner_voicesC {
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
}.training_specialistF .name {
    font-size: calc(18px + 2px);
}.training_specialistF .learner_voicesC > div:nth-child(2) > div {
    font-size: 16px;
}.training_specialistF .experience_datal {
    line-height: 1.8;
}.training_specialistF .learner_voicesC::after {
    width: 150px;
    height: 150px;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    right: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 50%, rgb(198,208,212,0.5) 50%);
    position: absolute;
}.training_specialistF .learner_voicesC:hover::after {
    opacity: 0.2;
}
}



@media (max-width: 768px) {.price_plan_itemp {
    padding: 60px 0;
}.price_plan_itemp h2 {
    margin-bottom: 15px;
    font-size: calc(34px - 6px);
}.price_plan_itemp .rate_optionso {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.price_plan_itemp .class_costk {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_plan_itemp .fee_schemesX p {
    font-size: calc(16px - 3px);
}
}



@media screen and (max-width: 1024px) {.contact_panelf .contact_inquiryW {
    flex-direction: column;
}.contact_panelf .img_captionL {
    transform: none;
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
}.contact_panelf .img_captionL::before {
    width: 100%;
    transform: none;
}.contact_panelf .feedback_cardT {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.contact_panelf .contact_inquiryW {
    border-radius: 0;
}.contact_panelf .feedback_cardT {
    padding: 2rem 1.5rem;
}}



@media (max-width: 767px) {.learning_outcomesQ {
    padding: 80px 0 60px;
}.learning_outcomesQ h5 {
    padding: 0 20px;
    line-height: 1.4;
}.learning_outcomesQ .heritage_eduf {
    padding: 25px 20px;
}.learning_outcomesQ li {
    padding: 15px;
}.learning_outcomesQ li p {
    font-size: calc(16px * 0.95);
}.learning_outcomesQ li svg {
    width: 20px;
    height: 20px;
}
}



@media (min-width: 1200px) {.learning_outcomesQ .container {
    max-width: 1300px;
}.learning_outcomesQ h5 {
    font-size: calc(21px * 1.3);
}.learning_outcomesQ .heritage_eduf > div:first-child {
    flex: 0 0 40%;
}.learning_outcomesQ .img_captionL {
    height: 400px;
}}


@media (min-width: 768px) {.info_hubQ .contact_supportS {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 700px;
}.info_hubQ .learn_askQ {
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    gap: 15px;
}.info_hubQ .learn_askQ::before {
    right: 0;
    width: 40%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(198,208,212,0.5));
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}.info_hubQ .learn_askQ p {
    padding: 15px 20px 15px 50px;
}.info_hubQ .learn_askQ p svg {
    height: 22px;
    width: 22px;
}.info_hubQ .learn_askQ p:nth-child(odd) {
    grid-column: 1;
}.info_hubQ .learn_askQ p:nth-child(even) {
    grid-column: 2;
}.info_hubQ .write_expertsC {
    margin-top: 20px;
}.info_hubQ .edu_chatl svg {
    width: 22px;
    height: 22px;
}.info_hubQ .send_infoU {
    grid-template-columns: repeat(3, 1fr);
}.info_hubQ .msg_blockk svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
}



@media (max-width: 992px) {.opening_pageW {
    padding: 80px 0;
}.opening_pageW .learn_homeF {
    font-size: calc(42px * 0.9);
}.opening_pageW .learning_welcomee > div {
    padding: 50px 30px;
}.opening_pageW .learning_welcomee p {
    max-width: 90%;
    font-size: 18px;
}.opening_pageW .learning_welcomee h3 {
    padding: 15px;
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 768px) {.opening_pageW {
    padding: 60px 0;
}.opening_pageW .learn_homeF {
    font-size: calc(42px * 0.8);
}.opening_pageW .learning_welcomee > div {
    padding: 40px 25px;
}.opening_pageW .learning_welcomee p {
    max-width: 100%;
    border-left: 2px solid rgb(161,173,179);
    padding-left: 10px;
}.opening_pageW .learning_welcomee h3 {
    margin-top: 20px;
    padding: 15px 10px;
    font-size: calc(21px * 0.8);
}
}



@media (min-width: 768px) {.course_program_descriptionV {
    padding: 150px 0;
}.course_program_descriptionV .pro_skillss {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_program_descriptionV .img_captionL {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.course_program_descriptionV .img_captionL:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_program_descriptionV .text_pill_wraph {
    padding: 40px;
}.course_program_descriptionV h3 {
    font-size: 21px;
    margin-bottom: 30px;
}.course_program_descriptionV p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.course_program_descriptionV {
    padding: 80px 0;
}.course_program_descriptionV .text_pill_wraph {
    padding: 25px 20px;
}.course_program_descriptionV h3 {
    font-size: calc(20px * 1.1);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.course_program_descriptionV p.description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(17px * 0.95);
}}



@media screen and (max-width: 992px) {.ty_sectionj {
    padding: 5rem 0;
}.ty_sectionj .heritage_eduf {
    padding: 2.5rem;
}.ty_sectionj h5 {
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 576px) {.ty_sectionj {
    padding: 3rem 0;
}.ty_sectionj .heritage_eduf {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.ty_sectionj .heritage_eduf > div:first-child {
    margin-bottom: 1.5rem;
}.ty_sectionj .heritage_eduf > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.ty_sectionj h5 {
    font-size: calc(18px * 0.85);
}.ty_sectionj p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {.prospective_membersK {
    padding: 60px 0;
}.prospective_membersK .heritage_eduf {
    padding: 30px 20px;
}.prospective_membersK h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 25px;
    padding-bottom: 12px;
}.prospective_membersK h4::after {
    height: 3px;
    width: 60px;
}.prospective_membersK div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(13px - 1px);
}.prospective_membersK div p svg {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
    height: 20px;
}.prospective_membersK::before,
    .prospective_membersK::after {
    opacity: 0.05;
}
}



@media (max-width: 767px) {header .header_primaryC {
    position: absolute;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    gap: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 1001;
    left: 0;
    border-bottom: 3px solid rgb(198,208,212);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0;
    top: 100%;
}header .menu.active {
    max-height: 400px;
}header .head_infoq {
    border-bottom: 1px solid rgb(234,238,239);
    padding: 12px 20px;
    width: 100%;
}header .head_infoq:last-child {
    border-bottom: none;
}header .head_infoq:before {
    left: 5px;
}header .nav_beginN {
    padding: 5px 0;
}header .top_mainwrapp {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.data_insightsU {
    padding: 3rem 1rem;
}.data_insightsU h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.data_insightsU h3::after {
    width: 4rem;
    height: 3px;
}.data_insightsU .statistics_boostersf {
    padding: 1.25rem;
}.data_insightsU .statistics_boostersf::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.75rem;
    right: 0.75rem;
}.data_insightsU .statistics_boostersf span {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
}}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

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

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

@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}


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

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

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



@keyframes slideInWidth {
  from { width: 0; }
  to { width: 80%; }
}



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



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



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



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

