header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, rgb(239,238,234) 100%);
    position: relative;
    padding: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.footer_disclaimerGnYie {
    flex: 0 0 auto;
}

.footer_disclaimerGnYie {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

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

.main_classIEhBf {
    flex: 1 0 auto;
}

.main_classIEhBf {
    z-index: 1;
    background: rgb(239,238,234);
    padding-top: 2rem;
    position: relative;
}

footer::after {
    bottom: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
}

.footer_disclaimerGnYie .container {
    gap: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.footer_disclaimerGnYie .company_holder h3 {
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.footer_disclaimerGnYie .progress_baryNqFD {
    grid-column: span 7;
}

.footer_disclaimerGnYie .head_coregDYWd {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}

.footer_disclaimerGnYie .top_leadtoGOu {
    position: relative;
}

.footer_disclaimerGnYie .top_leadtoGOu h5::after {
    position: absolute;
    left: 0;
    width: 40px;
    background: #ffffff;
    bottom: -2px;
    height: 2px;
    content: "";
}

.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd {
    gap: 1rem;
    display: grid;
}

.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd a::after {
    opacity: 0;
    content: "\2192";
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    transform: translateX(-5px);
}

.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.pitch_compDRkTx .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pitch_compDRkTx .template_ctahDIgr {
    position: relative;
    padding: 0 1rem;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    opacity: 0.9;
}

.footer_disclaimerGnYie .company_holder::before {
    content: "";
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    top: 0;
}

.footer_disclaimerGnYie .progress_baryNqFD::after {
    right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
}

header::after {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,210,198,0.5), 
        transparent
    );
    left: 0;
    content: '';
    opacity: 0.6;
}

header .head_masterSOmbl {
    padding: 1.3rem 3rem;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    position: relative;
}

header .nav_studyiwSzI {
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    padding: 1rem;
    position: relative;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    flex: 0 0 auto;
    overflow: hidden;
}

header .nav_mentorwGROo img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

header .top_leadtoGOu::before {
    height: 110%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    top: -5%;
    width: 110%;
    content: '';
    position: absolute;
    left: -5%;
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
}

header .main_topryHRU a::before {
    position: absolute;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    transform: scale(1.1);
    width: 100%;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, rgb(179,177,161,0.5) 100%);
    z-index: -1;
    content: '';
    opacity: 0;
    left: 0;
    border-radius: inherit;
}

header .main_topryHRU a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main_topryHRU::after {
    position: absolute;
    bottom: -8px;
    transition: transform 0.4s ease;
    opacity: 0.7;
    content: '';
    width: 6px;
    background: rgb(212,210,198);
    left: 50%;
    height: 6px;
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
}

header .head_masterSOmbl::after {
    bottom: -75px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    left: -75px;
    background: radial-gradient(circle, rgb(179,177,161,0.5) 0%, transparent 70%);
    filter: blur(30px);
    height: 150px;
    content: '';
}

.secure_shellIoNOy:before, .secure_shellIoNOy:after {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
}

.secure_shellIoNOy h2 {
    z-index: 1;
    padding-bottom: 5px;
    font-weight: 600;
    position: relative;
    font-size: 28px;
    border-bottom: 2px solid rgb(179,177,161,0.5);
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(179,177,161);
}

.secure_shellIoNOy li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 17px;
}

.secure_shellIoNOy div {
    position: relative;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    line-height: 1.8;
    background: #ffffff;
}

.secure_shellIoNOy h3, .secure_shellIoNOy h4, .secure_shellIoNOy h5, .secure_shellIoNOy h6 {
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(212,210,198);
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 600;
}

.secure_shellIoNOy a:hover {
    border-bottom: 1px solid rgb(212,210,198);
    color: rgb(212,210,198);
}

.secure_shellIoNOy button {
    z-index: 1;
    cursor: pointer;
    padding: 12px 24px;
    background: rgb(179,177,161);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    position: relative;
}

.client_feedbackNlLpJ::before {
    top: -10%;
    transform: rotate(-15deg) translateZ(-50px);
    background: linear-gradient(225deg, rgb(212,210,198,0.5) 0%, transparent 70%);
    content: '';
    width: 40%;
    z-index: 0;
    right: -5%;
    filter: blur(15px);
    position: absolute;
    height: 70%;
}

.client_feedbackNlLpJ h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    transform-origin: left center;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-size: calc(34px * 1.1);
    position: relative;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    text-align: left;
}

.client_feedbackNlLpJ h2:hover::after {
    transform: scaleX(1.5);
}

.client_feedbackNlLpJ .client_storyRQcFi {
    display: grid;
    transform-style: preserve-3d;
    gap: 2.5rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.client_feedbackNlLpJ .client_testimonialstDzNO::before {
    right: 20px;
    top: -15px;
    line-height: 1;
    position: absolute;
    font-size: 120px;
    color: rgb(212,210,198,0.5);
    content: '"';
    font-family: serif;
    opacity: 0.2;
    z-index: 0;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:hover {
    transform: translateZ(15px) translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:hover h3 {
    transform: translateX(5px);
}

.client_feedbackNlLpJ .client_testimonialstDzNO h3::after {
    transition: height 0.3s ease;
    top: 50%;
    height: 0;
    position: absolute;
    background: rgb(212,210,198);
    transform: translateY(-50%);
    width: 5px;
    left: -10px;
    content: '';
    z-index: -1;
}

.client_feedbackNlLpJ .client_testimonialstDzNO div {
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    margin-top: 1rem;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    height: 60px;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(3n+1)::after {
    transition: opacity 0.3s ease;
    right: 0;
    width: 30%;
    bottom: 0;
    height: 40%;
    content: '';
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    background: linear-gradient(135deg, transparent 50%, rgb(212,210,198,0.5) 100%);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

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

.pricing_planoSXBM::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    content: "";
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.pricing_planoSXBM h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(179,177,161), rgb(212,210,198));
    height: 3px;
    border-radius: 3px;
    width: 80px;
    content: "";
    bottom: -10px;
}

.pricing_planoSXBM .fee_choicesUOFhK {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}

.pricing_planoSXBM .pay_plansIGzFT {
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
}

.pricing_planoSXBM .value_pricingFnRaZ {
    position: relative;
    z-index: 2;
}

.pricing_planoSXBM .pay_plansIGzFT h4::before {
    height: 30px;
    position: absolute;
    transition: all 0.3s ease;
    width: 30px;
    opacity: 0.6;
    border-top: 2px solid rgb(179,177,161);
    border-left: 2px solid rgb(179,177,161);
    left: -10px;
    top: -10px;
    content: "";
}

.pricing_planoSXBM .study_subCEwUc {
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 8px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(rgb(179,177,161,0.5), 0.1), rgba(rgb(212,210,198,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
}

.pricing_planoSXBM .pay_plansIGzFT:hover::before {
    transform: scaleX(1);
}

.pricing_planoSXBM .pay_plansIGzFT:hover h4 {
    transform: translateX(5px);
}

.pricing_planoSXBM .pay_plansIGzFT:hover .study_subCEwUc {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.cookie_complybDIxq {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track_settingsLQaOE {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_checkTPUms {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}

.cookie_popup_advisoryvwaNX p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.cookie_guardICxvc:hover {
    border-color: rgb(212,210,198,0.5);
    background: rgb(212,210,198,0.5);
}

.cookie_popup_advisoryvwaNX p a {
    color: rgb(212,210,198);
    text-decoration: none;
    border-bottom: 2px solid rgb(212,210,198);
}

.cookie_popup_advisoryvwaNX p a:hover {
    color: rgb(179,177,161);
    border-bottom-color: rgb(179,177,161);
}

.thanksPointOaPhx {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
}

.thanksPointOaPhx::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    animation: shimmer 8s infinite linear;
    pointer-events: none;
    top: -50%;
    background: linear-gradient(45deg, transparent, rgb(212,210,198,0.5), transparent);
    right: -50%;
    transform: rotate(35deg) scale(2);
    z-index: 0;
}

.thanksPointOaPhx .study_labOjwVr {
    flex-direction: column;
    gap: 40px;
    position: relative;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(212,210,198),0.05);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}

.thanksPointOaPhx .study_labOjwVr > div:first-child {
    padding-bottom: 30px;
    position: relative;
}

.thanksPointOaPhx .study_labOjwVr:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thanksPointOaPhx h5 {
    font-size: 21px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    line-height: 1.4;
    z-index: 2;
    margin: 0 0 15px;
}

.thanksPointOaPhx .study_labOjwVr:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.thanksPointOaPhx a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}

.thanksPointOaPhx a:hover {
    transform: translateX(5px);
}

.thanksPointOaPhx a:hover p {
    color: rgb(212,210,198);
}

.potential_learnersLDBdS {
    position: relative;
    overflow: hidden;
    background: rgb(239,238,234);
    padding: 120px 0;
}

.potential_learnersLDBdS::before {
    opacity: 0.3;
    background: radial-gradient(circle at 30% 40%, rgb(212,210,198,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(179,177,161,0.5) 0%, transparent 35%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.potential_learnersLDBdS h3::before {
    left: -30px;
    content: "";
    border: 2px solid rgb(212,210,198,0.5);
    position: absolute;
    top: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
}

.potential_learnersLDBdS ul {
    gap: 50px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
}

.potential_learnersLDBdS ul li::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: 0;
    opacity: 0;
    left: 0;
    content: "";
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(212,210,198), rgb(179,177,161));
    height: 100%;
}

.potential_learnersLDBdS ul li::after {
    content: "";
    height: calc(100% + 20px);
    z-index: -2;
    position: absolute;
    border: 2px dashed rgb(212,210,198,0.5);
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.potential_learnersLDBdS ul li svg {
    flex-shrink: 0;
    margin-top: 45px;
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.potential_learnersLDBdS ul li svg path {
    fill: rgb(212,210,198);
    transition: fill 0.4s ease;
}

.learning_impactRrSVh {
    padding: 8rem 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.learning_impactRrSVh::before {
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(239,238,234) 50%, transparent 50.1%);
}

.learning_impactRrSVh .img_shadow_boxxiZGv::after {
    z-index: 1;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(212,210,198,0.5) 0%, transparent 100%);
    inset: 0;
}

.learning_impactRrSVh .description_cardjcrIm {
    justify-content: center;
    padding: 2rem;
    z-index: 3;
    display: flex;
    grid-column: 1 / span 6;
    flex-direction: column;
    grid-row: 1;
}

.learning_impactRrSVh h2 {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    max-width: 80%;
}

.learning_impactRrSVh h2::after {
    width: 70px;
    position: absolute;
    left: 0;
    content: '';
    background: rgb(212,210,198);
    border-radius: 10px;
    bottom: -15px;
    height: 4px;
}

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

.learning_impactRrSVh .text_main_holder > div::before {
    left: 0;
    transition: height 0.4s ease;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgb(212,210,198,0.5), transparent);
    height: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.learning_impactRrSVh .text_main_holder > div:hover::before {
    height: 100%;
}

.learning_impactRrSVh .text_main_holder svg {
    margin-bottom: 1.2rem;
    width: 3.5rem;
    height: 3.5rem;
    transition: all 0.3s ease;
}

.learning_impactRrSVh .text_main_holder > div:hover svg path {
    fill: rgb(179,177,161);
}

.learning_impactRrSVh .text_main_holder p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

.course_program_detailsZlYfo::before {
    right: -5%;
    width: 25vw;
    position: absolute;
    top: -10%;
    content: "";
    background: radial-gradient(circle at center, rgb(212,210,198,0.5) 0%, transparent 70%);
    height: 25vw;
    z-index: 1;
    animation: float 15s infinite ease-in-out;
}

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

.course_program_detailsZlYfo h2::after {
    width: 80px;
    height: 4px;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
}

.course_program_detailsZlYfo .tech_skillswXRSo {
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.course_program_detailsZlYfo .img_shadow_boxxiZGv::before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(212,210,198), 0.2) 100%
    );
    top: 0;
}

.course_program_detailsZlYfo:hover .img_shadow_boxxiZGv {
    transform: translateY(-10px) rotate(1deg);
}

.course_program_detailsZlYfo .description_cardjcrIm {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    max-height: 500px;
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    border-radius: 10px;
    overflow-y: auto;
    transform: translateZ(0);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.course_program_detailsZlYfo .description {
    line-height: 1.75;
    opacity: 0;
    color: #000000;
    font-size: 18px;
    animation: fadeInUp 0.8s forwards;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
}

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

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

.company_overviewLzedY h1::after {
    width: 60%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    content: "";
    bottom: -10px;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(212,210,198) 0%,
        rgb(179,177,161) 100%
    );
    transform: scaleX(1);
    transform-origin: left center;
    position: absolute;
}

.company_overviewLzedY .edu_leadershipZNWyx ul {
    list-style: none;
    display: grid;
    padding: 0;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin: 0;
}

.company_overviewLzedY .fast_trackUWMKT::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.company_overviewLzedY .fast_trackUWMKT:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.company_overviewLzedY .fast_trackUWMKT h4 {
    padding-bottom: 0.75rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.2);
    color: #000000;
    margin-top: 0;
}

.company_overviewLzedY .fast_trackUWMKT:hover h4::after {
    width: 60px;
    transform: scaleX(1.2);
}

.company_overviewLzedY .fast_trackUWMKT div {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    color: #000000;
    z-index: 1;
}

.company_overviewLzedY .fast_trackUWMKT:nth-child(even) {
    border-right: 4px solid rgb(179,177,161);
    border-left: none;
}

.company_overviewLzedY .fast_trackUWMKT:nth-child(even) div {
    padding-left: 1rem;
}

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

.title_introvAEZL .start_basemdILJ {
    gap: 2.5rem;
    width: 90%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.5s ease-out;
    display: grid;
    max-width: 1200px;
}

.title_introvAEZL .start_basemdILJ > div:last-child {
    display: flex;
    opacity: 0;
    justify-content: flex-end;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    transform: translateY(1rem);
}

.title_introvAEZL h3::after {
    height: 1px;
    background: linear-gradient(to right, rgb(212,210,198), transparent);
    left: 0;
    bottom: -0.5rem;
    width: 30%;
    position: absolute;
    content: "";
}

.title_introvAEZL .our_journeyBFkZO::before {
    content: "";
    transform: translate(5px, 5px);
    transition: transform 0.3s ease;
    border-right: 1px solid rgb(212,210,198);
    position: absolute;
    pointer-events: none;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    border-bottom: 1px solid rgb(212,210,198);
    width: 100%;
    left: 0;
}

.title_introvAEZL h1::after {
    width: 40px;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    bottom: -0.5rem;
    transition: transform 0.4s ease;
    content: "";
    height: 3px;
    background: rgb(212,210,198);
    transform-origin: left;
}

.title_introvAEZL .our_journeyBFkZO > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 2rem;
    position: relative;
}

.title_introvAEZL p {
    position: relative;
    padding: 2rem;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
}

.course_instructorEwdYW {
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,210,198,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
}

.course_instructorEwdYW::after {
    width: 25%;
    position: absolute;
    content: "";
    height: 25%;
    z-index: 0;
    background: rgb(212,210,198,0.5);
    filter: blur(15px);
    left: -5%;
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
}

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

.course_instructorEwdYW .client_testimonialstDzNO > div:first-child {
    overflow: hidden;
    position: relative;
}

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

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

.course_instructorEwdYW .client_testimonialstDzNO:hover .name::after {
    width: 100%;
}

.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(2) > div {
    font-size: calc(14px - 2px);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
    color: rgb(179,177,161);
}

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

.contact_boxcAlmy {
    position: relative;
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
}

.contact_boxcAlmy::after {
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(212,210,198,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(179,177,161,0.5) 95.5%, transparent 96%);
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: 20px 20px;
    left: 0;
}

.contact_boxcAlmy .img_shadow_boxxiZGv::before {
    right: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    position: absolute;
    top: 0;
}

.contact_boxcAlmy h3 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 60px;
    text-shadow: 
        0 0 5px rgb(212,210,198),
        0 0 10px rgb(212,210,198),
        0 0 15px rgb(212,210,198);
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.contact_boxcAlmy .help_inquirygbFkS {
    position: relative;
    flex: 3;
    padding: 50px;
}

.contact_boxcAlmy form h3 {
    font-size: 22px;
    text-shadow: 0 0 5px rgb(212,210,198);
    text-align: left;
    margin-bottom: 30px;
}

.contact_boxcAlmy input[type="text"],
.contact_boxcAlmy textarea {
    border: 1px solid rgba(rgb(212,210,198,0.5), 0.3);
    margin-bottom: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.contact_boxcAlmy textarea {
    height: 140px;
    resize: none;
}

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

.contact_boxcAlmy .support_infoFKTwM label::before {
    content: '';
    width: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 20px;
    position: absolute;
    box-shadow: 0 0 5px rgb(212,210,198,0.5);
    border: 1px solid rgb(212,210,198);
    transition: all 0.3s ease;
    top: 2px;
    left: 0;
}

.contact_boxcAlmy .support_infoFKTwM a {
    text-shadow: 0 0 3px rgb(212,210,198);
    color: rgb(212,210,198);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_boxcAlmy .support_infoFKTwM a:hover {
    text-shadow: 0 0 5px rgb(179,177,161);
    color: rgb(179,177,161);
}

.contact_boxcAlmy .connect_messagepTvmb::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
}

.contact_boxcAlmy .connect_messagepTvmb:hover {
    box-shadow: 0 0 20px rgb(179,177,161);
    transform: translateY(-3px);
    background: rgb(179,177,161);
}

.contact_boxcAlmy .inquiry_gridLFOkz {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
    flex: 2;
    display: flex;
    backdrop-filter: blur(5px);
}

.contact_boxcAlmy .inquiry_gridLFOkz h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(212,210,198);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
}

.contact_boxcAlmy .inquiry_listClfai {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_boxcAlmy .inquiry_listClfai li:hover {
    transform: translateX(5px);
}

.contact_boxcAlmy .inquiry_listClfai svg path {
    transition: fill 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(212,210,198));
    fill: rgb(212,210,198);
}

.contact_boxcAlmy .inquiry_listClfai span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.contact_boxcAlmy .inquiry_listClfai a:hover {
    text-shadow: 0 0 5px rgb(212,210,198,0.5);
    color: rgb(212,210,198);
}



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


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



@media (max-width: 1200px) {.footer_disclaimerGnYie .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.footer_disclaimerGnYie {
    padding: 4rem 0 2rem;
}.footer_disclaimerGnYie .container {
    grid-template-columns: 1fr;
}.footer_disclaimerGnYie .company_holder,
    .footer_disclaimerGnYie .progress_baryNqFD {
    grid-column: span 12;
}.footer_disclaimerGnYie .company_holder {
    margin-bottom: 2rem;
}.footer_disclaimerGnYie::after,
    .footer_disclaimerGnYie .company_holder::before,
    .footer_disclaimerGnYie .company_holder::after,
    .footer_disclaimerGnYie .progress_baryNqFD::after {
    display: none;
}
}



@media (max-width: 768px) {.footer_disclaimerGnYie {
    padding: 3rem 0 1.5rem;
}.footer_disclaimerGnYie .head_coregDYWd {
    gap: 1.5rem;
}.footer_disclaimerGnYie .company_holder h3 {
    font-size: calc(32px - 2px);
}.pitch_compDRkTx {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.footer_disclaimerGnYie {
    padding: 2.5rem 0 1rem;
}.footer_disclaimerGnYie .head_coregDYWd {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footer_disclaimerGnYie .contest_infoDBLYU {
    padding-left: 1rem;
}.pitch_compDRkTx {
    margin-top: 2rem;
}
}



@media (min-width: 1400px) {header .head_masterSOmbl {
    margin: 0 auto;
    max-width: 1320px;
}header .main_topryHRU {
    margin: 0 0.7rem;
}header .main_topryHRU a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_masterSOmbl {
    padding: 0.8rem 1.5rem;
}header .nav_studyiwSzI {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .nav_mentorwGROo img {
    max-height: 35px;
}header .top_leadtoGOu {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .top_leadtoGOu::-webkit-scrollbar {
    height: 3px;
}header .top_leadtoGOu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,210,198,0.5);
}header .main_topryHRU {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_topryHRU a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(18px - 2px);
}header .main_topryHRU::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 767px) {.client_feedbackNlLpJ {
    padding: 4rem 0;
}.client_feedbackNlLpJ h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.client_feedbackNlLpJ .client_storyRQcFi {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_feedbackNlLpJ .client_testimonialstDzNO {
    padding: 1.5rem;
}.client_feedbackNlLpJ .client_testimonialstDzNO::before {
    top: -10px;
    font-size: 100px;
    right: 15px;
}
}



@media (max-width: 992px) {.pricing_planoSXBM {
    padding: 80px 0;
}.pricing_planoSXBM h2 {
    font-size: calc(34px - 4px);
}.pricing_planoSXBM .learn_offersxBCAQ {
    margin-bottom: 40px;
    font-size: 16px;
}.pricing_planoSXBM .fee_choicesUOFhK {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.pricing_planoSXBM {
    padding: 60px 0;
}.pricing_planoSXBM h2 {
    font-size: calc(34px - 6px);
}.pricing_planoSXBM .learn_offersxBCAQ {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing_planoSXBM .fee_choicesUOFhK {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_planoSXBM .pay_plansIGzFT h4 {
    font-size: 18px;
}.pricing_planoSXBM .pay_plansIGzFT p {
    font-size: calc(16px - 1px);
    max-height: 180px;
}.pricing_planoSXBM .study_subCEwUc {
    font-size: 18px;
}
}



@media (min-width: 992px) {.thanksPointOaPhx .study_labOjwVr {
    flex-direction: row;
    padding: 80px 70px;
    align-items: center;
}.thanksPointOaPhx .study_labOjwVr > div:first-child {
    padding-bottom: 0;
    flex: 0 0 40%;
    padding-right: 50px;
}.thanksPointOaPhx .study_labOjwVr > div:first-child::after {
    height: 80px;
    width: 3px;
    transform-origin: center top;
    right: 0;
    top: 50%;
    bottom: auto;
    left: auto;
}.thanksPointOaPhx .study_labOjwVr:hover > div:first-child::after {
    transform: scaleY(1.5);
}.thanksPointOaPhx h5 {
    margin-bottom: 0;
    font-size: calc(21px * 1.1);
}.thanksPointOaPhx h5::before {
    width: 15px;
    height: 15px;
    left: -30px;
}.thanksPointOaPhx a:hover {
    transform: translateX(10px);
}
}



@media (max-width: 480px) {.thanksPointOaPhx {
    padding: 50px 0;
}.thanksPointOaPhx .study_labOjwVr {
    gap: 25px;
    padding: 30px 20px;
}.thanksPointOaPhx h5 {
    font-size: calc(21px * 0.85);
}.thanksPointOaPhx p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thanksPointOaPhx .study_labOjwVr > div:first-child {
    padding-bottom: 15px;
}.thanksPointOaPhx .study_labOjwVr > div:first-child::after {
    width: 60px;
}}



@media (max-width: 768px) {.potential_learnersLDBdS {
    padding: 80px 0;
}.potential_learnersLDBdS h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 50px;
}.potential_learnersLDBdS ul {
    gap: 30px;
}.potential_learnersLDBdS ul li {
    height: 200px;
    width: 200px;
}.potential_learnersLDBdS ul li svg {
    height: 35px;
    margin-top: 40px;
    width: 35px;
}
}



@media (max-width: 480px) {.potential_learnersLDBdS ul li {
    height: 200px;
    width: 200px;
}.potential_learnersLDBdS ul li svg {
    height: 30px;
    width: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
}.potential_learnersLDBdS ul li > span {
    padding: 0 20px;
}}



@media (max-width: 1200px) {.learning_impactRrSVh .img_shadow_boxxiZGv {
    margin-right: -3vw;
}.learning_impactRrSVh h2 {
    max-width: 90%;
}
}



@media (max-width: 768px) {.learning_impactRrSVh {
    padding: 5rem 0;
}.learning_impactRrSVh .img_shadow_boxxiZGv {
    height: 350px;
}.learning_impactRrSVh h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.learning_impactRrSVh .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
}



@media (max-width: 576px) {.learning_impactRrSVh {
    padding: 4rem 0;
}.learning_impactRrSVh .study_labOjwVr {
    max-width: 95%;
}.learning_impactRrSVh .img_shadow_boxxiZGv {
    height: 250px;
}.learning_impactRrSVh .text_main_holder > div {
    padding: 1.2rem;
}.learning_impactRrSVh .text_main_holder svg {
    height: 3rem;
    margin-bottom: 1rem;
    width: 3rem;
}}



@media (min-width: 992px) {.course_program_detailsZlYfo {
    padding: 8rem 0;
}.course_program_detailsZlYfo .tech_skillswXRSo {
    gap: 5rem;
}.course_program_detailsZlYfo h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.course_program_detailsZlYfo .img_shadow_boxxiZGv {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.course_program_detailsZlYfo:hover .img_shadow_boxxiZGv {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_program_detailsZlYfo .description_cardjcrIm {
    padding: 3rem;
    max-height: 550px;
    transform: translateX(20px);
}.course_program_detailsZlYfo:hover .description_cardjcrIm {
    transform: translateX(20px) translateZ(30px);
}
}



@media (max-width: 767px) {.course_program_detailsZlYfo {
    padding: 4rem 0;
}.course_program_detailsZlYfo h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.course_program_detailsZlYfo .img_shadow_boxxiZGv {
    height: 280px;
}.course_program_detailsZlYfo .description_cardjcrIm {
    padding: 1.5rem;
}.course_program_detailsZlYfo .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (min-width: 992px) {.company_overviewLzedY::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 30px
        );
}.company_overviewLzedY .container {
    padding: 0 2rem;
}.company_overviewLzedY h1 {
    font-size: calc(42px * 1.5);
}.company_overviewLzedY .fast_trackUWMKT {
    padding: 3.5rem;
}.company_overviewLzedY .fast_trackUWMKT::after {
    width: 80px;
    height: 80px;
}
}



@media (min-width: 1200px) {.company_overviewLzedY {
    padding: 10rem 0;
}.company_overviewLzedY .container {
    padding: 0 3rem;
}.company_overviewLzedY .edu_leadershipZNWyx ul {
    gap: 5rem;
}.company_overviewLzedY .fast_trackUWMKT {
    padding: 4rem;
}.company_overviewLzedY .fast_trackUWMKT:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(20px);
}.company_overviewLzedY .fast_trackUWMKT:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(20px);
}.company_overviewLzedY .fast_trackUWMKT:hover:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(30px) translateY(-10px);
}.company_overviewLzedY .fast_trackUWMKT:hover:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(30px) translateY(-10px);
}
}



@media screen and (min-width: 992px) {.title_introvAEZL .start_basemdILJ {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}.title_introvAEZL .our_journeyBFkZO {
    padding: 3rem;
}.title_introvAEZL h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 1.2);
}.title_introvAEZL p {
    padding: 2.5rem;
    font-size: calc(13px * 1.2);
}
}



@media (min-width: 768px) {.course_instructorEwdYW {
    padding: 8rem 3rem;
}.course_instructorEwdYW .client_testimonialstDzNO {
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.course_instructorEwdYW .client_testimonialstDzNO > div:first-child {
    grid-row: span 2;
}.course_instructorEwdYW .img_shadow_boxxiZGv {
    height: 100%;
}.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(2) {
    padding-left: 3rem;
}.course_instructorEwdYW .work_tasksMLNDY {
    padding: 2rem;
    font-size: calc(14px + 1px);
}
}



@media (max-width: 767px) {.course_instructorEwdYW {
    padding: 4rem 1.5rem;
}.course_instructorEwdYW .client_testimonialstDzNO {
    padding: 2rem;
    gap: 2rem;
}.course_instructorEwdYW .img_shadow_boxxiZGv {
    height: 250px;
}.course_instructorEwdYW .name {
    font-size: calc(24px - 1px);
}.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(2) > div {
    font-size: calc(14px - 3px);
}.course_instructorEwdYW .work_tasksMLNDY {
    padding: 1rem;
    font-size: calc(14px - 1px);
}}



@media (max-width: 768px) {.contact_boxcAlmy {
    padding: 80px 0;
}.contact_boxcAlmy h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.contact_boxcAlmy .help_inquirygbFkS,
    .contact_boxcAlmy .inquiry_gridLFOkz {
    padding: 30px;
}.contact_boxcAlmy form h3,
    .contact_boxcAlmy .inquiry_gridLFOkz h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}



@keyframes floatGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-5%, 5%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(5%, -5%) scale(0.95);
        opacity: 0.2;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(212,210,198,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

