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

html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
}

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

header,footer {
    width: 100%;
}


header {
    padding: 0;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(229,233,227);
    z-index: 100;
}

header::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(197,208,194), 0.03) 25%, 
        rgba(rgb(197,208,194), 0.05) 50%,
        rgba(rgb(197,208,194), 0.03) 75%,
        transparent 100%
    );
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
}

header .nuVjI_nav_site:hover {
    transform: translateY(-3px);
}

header .nuVjI_nav_site::before {
    left: 0;
    content: '';
    transform: scaleX(0.7);
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    height: 10px;
    border-radius: 10px;
    bottom: -15px;
    background: rgb(197,208,194);
}

header .mvEIB_nav_skill::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(197,208,194,0.5), 
        transparent
    );
    left: 0;
    content: '';
    position: absolute;
    bottom: -15px;
    width: 100%;
}

header .QHTrv_nav_sitewrap a::before {
    bottom: 0;
    background: rgb(197,208,194);
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
}

header .QHTrv_nav_sitewrap a::after {
    height: 100%;
    top: 0;
    pointer-events: none;
    transform: scale(0.8);
    opacity: 0;
    width: 100%;
    position: absolute;
    background: rgb(197,208,194,0.5);
    content: '';
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
}

header .SyabV_nav_pagebar::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(229,233,227), transparent);
    height: 100%;
    width: 30%;
}

.ksKHz_potential_learners::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,208,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(160,173,156,0.5) 0%, transparent 40%);
    opacity: 0.2;
}

.ksKHz_potential_learners h4 {
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 36px;
}

.ksKHz_potential_learners div {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.ksKHz_potential_learners div p {
    color: #000000;
    margin: 0;
    overflow: hidden;
    position: relative;
    align-items: center;
    line-height: 1.6;
    background: rgb(229,233,227);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    flex: 1 1 calc(33.333% - 20px);
    font-size: 13px;
    transition: all 0.3s ease;
    min-width: 250px;
    display: flex;
    padding: 25px;
    border-radius: 16px;
}

.ksKHz_potential_learners div p svg {
    transition: all 0.3s ease;
    border-radius: 50%;
    min-width: 40px;
    background: rgb(229,233,227);
    margin-right: 20px;
    padding: 8px;
    height: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
}

.ksKHz_potential_learners div p:hover svg path {
    fill: rgb(160,173,156);
}

.CTkNB_thxZone {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(229,233,227) 0%, #ffffff 100%);
}

.CTkNB_thxZone::after {
    height: 80%;
    transform: rotate(3deg);
    z-index: 1;
    opacity: 0.1;
    bottom: -5%;
    right: -5%;
    position: absolute;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    content: "";
    width: 40%;
    background: rgb(160,173,156,0.5);
}

.CTkNB_thxZone .xuiwv_skill_boost:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.CTkNB_thxZone .xuiwv_skill_boost::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(197,208,194) 0%, rgb(160,173,156) 100%);
    top: 0;
}

.CTkNB_thxZone h5 {
    font-size: 23px;
    font-weight: 700;
    transform: translateZ(0);
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
    color: rgb(197,208,194);
}

.CTkNB_thxZone h5::before {
    top: 0.4em;
    left: 0;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    height: 8px;
    width: 8px;
    background: rgb(197,208,194);
}

.CTkNB_thxZone a {
    text-decoration: none;
    display: block;
    background-color: rgba(rgb(229,233,227), 0.3);
    transition: all 0.3s ease;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.CTkNB_thxZone a:hover::before {
    transform: scaleX(1);
}

.CTkNB_thxZone a:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(229,233,227), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.VuDhO_secure_cache {
    background: linear-gradient(135deg, rgb(229,233,227) 0%, rgba(255,255,255,0.96) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.VuDhO_secure_cache .container {
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    transform: translateZ(0);
    padding: 3rem;
    border-left: 4px solid rgb(197,208,194);
    margin: 0 auto;
    max-width: 1140px;
}

.VuDhO_secure_cache h1::after {
    left: 0;
    transition: width 0.5s ease-out;
    content: "";
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    bottom: 0;
    width: 80px;
    height: 3px;
    position: absolute;
}

.VuDhO_secure_cache h3 {
    border-left: 2px solid rgb(160,173,156,0.5);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(30px * 0.8);
}

.VuDhO_secure_cache p {
    color: #000000;
    padding-right: 1rem;
    font-size: 16px;
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
}

.VuDhO_secure_cache strong {
    font-weight: 700;
    color: rgb(197,208,194);
    position: relative;
}

.VuDhO_secure_cache p:hover strong::after {
    width: 100%;
}

.VuDhO_secure_cache ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 0;
}

.VuDhO_secure_cache li::before {
    top: 0.6rem;
    left: 0;
    width: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(197,208,194), rgb(160,173,156));
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    height: 8px;
}

.VuDhO_secure_cache li:hover::before {
    transform: rotate(225deg);
}

.VuDhO_secure_cache span:hover {
    background: linear-gradient(to right, rgba(rgb(229,233,227), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

.Iimec_training_specialist {
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(197,208,194,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(160,173,156,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
    overflow: hidden;
}

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

.Iimec_training_specialist .eVtcr_review_showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
    display: grid;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
}

.Iimec_training_specialist .eVtcr_review_showcase::after {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(197,208,194,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.3;
    width: 100%;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    pointer-events: none;
}

.Iimec_training_specialist .eVtcr_review_showcase .Qflxi_photo_strip:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(197,208,194);
}

.Iimec_training_specialist .eVtcr_review_showcase span:not(.name) {
    grid-column: 2 / 3;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    grid-row: 2 / 3;
    font-size: 18px;
    font-weight: 400;
    color: rgb(160,173,156);
    letter-spacing: 1px;
    padding: 0 2rem 1rem 3rem;
}

.Iimec_training_specialist .eVtcr_review_showcase .yTEgK_employee_details {
    font-size: 17px;
    padding: 2rem 2rem 2.5rem 3rem;
    position: relative;
    border-top: 1px solid rgb(160,173,156,0.5);
    grid-column: 2 / 3;
    border-radius: 0 10px 0 0;
    line-height: 1.7;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    color: #ffffff;
    backdrop-filter: blur(5px);
    margin-right: 1.5rem;
    grid-row: 3 / 4;
}



.ZivAF_gift_card .container {
    z-index: 2;
    position: relative;
}

footer .uRQgS_lesson_cta {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .mrAoF_edu_query:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}

footer .info_item svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(197,208,194,0.5));
    fill: rgb(197,208,194);
}

footer .info_item p, footer .info_item a {
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    transition: color 0.3s ease;
    display: flex;
    color: #ffffff;
    text-decoration: none;
}

footer .dVFCv_header_page {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
}

footer .dVFCv_header_page:hover svg {
    filter: drop-shadow(0 0 8px rgb(197,208,194));
}

footer .mvEIB_nav_skill {
    border-radius: 13px;
    padding: 25px;
    position: relative;
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}

footer .mvEIB_nav_skill:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}



footer .mvEIB_nav_skill h5 {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 19px;
}

footer .mvEIB_nav_skill:hover h5::after {
    width: 100px;
}

footer .BZzgO_header_know {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
    display: flex;
}

footer .BZzgO_header_know a::before {
    background-color: rgb(197,208,194);
    border-radius: 50%;
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    top: 50%;
    opacity: 0.7;
    position: absolute;
    height: 6px;
    content: "";
    transform: translateY(-50%) scale(0.8);
    left: 0;
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(160,173,156,0.5), #000000);
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}



footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
}

footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, rgb(197,208,194), transparent);
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 14px 16px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

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

footer .zNHcS_access_classes:hover::before {
    left: 100%;
}

footer .dOpsK_idea_pool {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.ugkxC_our_story {
    position: relative;
    padding: 120px 0 100px;
    color: #ffffff;
    overflow: hidden;
}

.ugkxC_our_story::after {
    content: "";
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, rgb(160,173,156,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(160,173,156,0.5) 1px, transparent 1px);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
    opacity: 0.1;
}

.ugkxC_our_story h2 {
    opacity: 0;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(-10px);
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.ugkxC_our_story .ZBQXs_caption_holder {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    display: flex;
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    border-left: 4px solid rgb(160,173,156);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px;
    opacity: 0;
}

.ugkxC_our_story .ZBQXs_caption_holder > div {
    position: relative;
}

.ugkxC_our_story .ZBQXs_caption_holder p {
    font-size: calc(14px * 1.4);
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(160,173,156);
    transform: translateX(-5px);
    opacity: 0;
}

.RiwUn_landing_page {
    z-index: 1;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
}

.RiwUn_landing_page::after {
    left: -50%;
    background: repeating-linear-gradient(
    45deg,
    rgb(197,208,194,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(197,208,194,0.5) 12px
  );
    animation: backgroundShift 30s linear infinite;
    opacity: 0.07;
    width: 200%;
    top: -50%;
    transform-origin: center;
    z-index: -1;
    position: absolute;
    height: 200%;
    content: "";
}

.RiwUn_landing_page .title_style_header {
    line-height: 1.2;
    position: relative;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3), 0 0 20px rgb(197,208,194,0.5);
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 44px);
    font-weight: 700;
}

.RiwUn_landing_page .howOG_edu_head {
    border-left: 4px solid rgb(160,173,156);
    display: flex;
    gap: 2rem;
    padding: 2rem;
    background: linear-gradient(
    to right,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.1) 100%
  );
    animation: slideInFromRight 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2), 
              inset 0 0 30px rgba(255,255,255,0.05);
    transform: translateX(1rem) translateZ(20px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    position: relative;
}

.RiwUn_landing_page .MUJid_learning_track h3 {
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 24px);
    letter-spacing: 0.01em;
    font-weight: 600;
    margin: 0;
}

.RiwUn_landing_page .howOG_edu_head span::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(197,208,194), transparent);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
}

.RiwUn_landing_page .howOG_edu_head:hover {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0.5rem) translateZ(30px);
}

.IekTr_reach_out_info::before {
    opacity: 0.03;
    height: 100%;
    z-index: 1;
    background:
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}



.IekTr_reach_out_info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.IekTr_reach_out_info .IxNmz_feedback_form {
    background: rgb(160,173,156,0.5);
    border-radius: 23px;
    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px #ffffff,
        inset 0 0 30px rgb(197,208,194,0.5);
    padding: 40px;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
}

.IekTr_reach_out_info .IxNmz_feedback_form {
    padding: 25px 20px;
}

.IekTr_reach_out_info .IxNmz_feedback_form {
    overflow: hidden;
    position: relative;
}



.IekTr_reach_out_info .IxNmz_feedback_form h3 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 25px;
}

.IekTr_reach_out_info .IxNmz_feedback_form h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}

.IekTr_reach_out_info .IxNmz_feedback_form h3::after {
    left: 0;
    border-radius: 10px;
    height: 3px;
    content: "";
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,208,194) 0%, transparent 100%);
    bottom: -8px;
}

.IekTr_reach_out_info .sreDL_reach_us {
    max-width: 90%;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
}

.IekTr_reach_out_info .sreDL_reach_us {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}

.IekTr_reach_out_info .AYOJt_write_form::before {
    opacity: 0.1;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    top: -15px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
}

.IekTr_reach_out_info .AYOJt_write_form span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.IekTr_reach_out_info .AYOJt_write_form span p {
    line-height: 1.6;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.IekTr_reach_out_info .AYOJt_write_form span p,
    .IekTr_reach_out_info .AYOJt_write_form span a,
    .IekTr_reach_out_info .AYOJt_write_form span span {
    line-height: 1.5;
    font-size: calc(18px * 1.05);
}

.IekTr_reach_out_info .AYOJt_write_form span p {
    letter-spacing: 0.5px;
}

.IekTr_reach_out_info .AYOJt_write_form span a:hover {
    color: rgb(197,208,194);
}

.IekTr_reach_out_info .AYOJt_write_form span span {
    background: transparent;
    margin: 0;
    box-shadow: none;
    font-size: 18px;
    transform: none;
    font-weight: 400;
    border: none;
    color: #ffffff;
}

.IekTr_reach_out_info .NBuMa_connect_today::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    opacity: 0.02;
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    width: 100%;
    top: 0;
}

.IekTr_reach_out_info .NBuMa_connect_today h4 {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: 24px;
}

.IekTr_reach_out_info .NBuMa_connect_today h4 {
    font-size: calc(24px * 0.9);
}

.IekTr_reach_out_info .NBuMa_connect_today span {
    display: block;
    border-bottom: 1px dashed #ffffff;
    transition: all 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 15px;
}

.IekTr_reach_out_info .NBuMa_connect_today span {
    font-size: calc(18px * 0.9);
    padding: 8px 0;
}

.IekTr_reach_out_info .NBuMa_connect_today span {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.IekTr_reach_out_info .IxNmz_feedback_form:before {
    width: 200px;
    position: absolute;
    background: rgb(197,208,194);
    content: "";
    z-index: -1;
    border-radius: 50%;
    top: -100px;
    opacity: 0.05;
    height: 200px;
    right: -100px;
}

.IekTr_reach_out_info .IxNmz_feedback_form:after {
    height: 150px;
    z-index: -1;
    position: absolute;
    bottom: -75px;
    opacity: 0.05;
    border-radius: 50%;
    content: "";
    left: -75px;
    background: rgb(160,173,156);
    width: 150px;
}

.IekTr_reach_out_info .container:before {
    content: "";
    border-radius: 10px;
    opacity: 0.2;
    position: absolute;
    top: 20px;
    animation: rotate 15s linear infinite;
    right: 20px;
    border: 2px solid rgb(197,208,194);
    height: 40px;
    width: 40px;
}

.IekTr_reach_out_info .container:after {
    content: "";
    animation: rotate 10s linear infinite reverse;
    width: 30px;
    border-radius: 10px;
    border: 2px solid rgb(160,173,156);
    bottom: 20px;
    opacity: 0.2;
    height: 30px;
    left: 20px;
    position: absolute;
}

.IekTr_reach_out_info .NBuMa_connect_today span:hover:before {
    opacity: 1;
}

.IekTr_reach_out_info .AYOJt_write_form span svg {
    margin-top: 8px;
    margin-bottom: 8px;
    opacity: 0.7;
    display: inline-block;
    margin-right: 8px;
    top: -1px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease;
    width: 18px;
}

.IekTr_reach_out_info .AYOJt_write_form span svg path {
    fill: rgb(197,208,194);
    transition: all 0.3s ease;
}

.IekTr_reach_out_info .AYOJt_write_form span svg path {
    stroke: #ffffff;
    stroke-width: 1.5;
    fill: none;
}

.IekTr_reach_out_info .NBuMa_connect_today svg path {
    fill: rgb(197,208,194);
}

.IekTr_reach_out_info .NBuMa_connect_today span:hover svg path {
    fill: #ffffff;
}

.IekTr_reach_out_info .IxNmz_feedback_form h3 svg path {
    transition: all 0.3s ease;
    fill: rgb(197,208,194);
}

.IekTr_reach_out_info .AYOJt_write_form span a:hover svg {
    animation: wobble 1s ease;
}

.kecnm_contact_us::before {
    left: 0;
    width: 100%;
    animation: gradientMove 20s linear infinite;
    opacity: 0.05;
    background: linear-gradient(45deg, 
        rgb(197,208,194,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(197,208,194,0.5) 50%, 
        rgb(197,208,194,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
    position: absolute;
    content: "";
    background-size: 60px 60px;
    height: 100%;
}

.kecnm_contact_us h2::after {
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    background: rgb(197,208,194);
    left: 50%;
    height: 4px;
}

.kecnm_contact_us .Qflxi_photo_strip {
    order: 2;
    position: relative;
    min-height: 600px;
    height: 100%;
}

.kecnm_contact_us .FfQeB_connect_reach {
    display: flex;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    order: 1;
    padding: 60px;
    justify-content: center;
}

.kecnm_contact_us form {
    position: relative;
    width: 100%;
}

.kecnm_contact_us form input[type="text"] {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    width: 100%;
    padding: 16px 20px 16px 50px;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 25px;
    font-size: 16px;
    background: rgb(229,233,227);
}

.kecnm_contact_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.kecnm_contact_us form input#name::before {
    width: 20px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 20px;
    left: 20px;
    border-radius: 50%;
    background: rgb(197,208,194);
}

.kecnm_contact_us .HPQfD_help_section label::before {
    background: rgb(229,233,227);
    height: 24px;
    content: "";
    border-radius: 10px;
    width: 24px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
}

.kecnm_contact_us .HPQfD_help_section input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    position: absolute;
    height: 14px;
    transform: rotate(45deg);
    top: 4px;
    content: "";
}

.kecnm_contact_us .HPQfD_help_section label a:hover::after {
    width: 100%;
}

.kecnm_contact_us form .nwYsH_message_reach {
    background: rgb(197,208,194);
    padding: 16px 40px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    z-index: 1;
    border: none;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
}

.kecnm_contact_us svg {
    left: 20px;
    width: 20px;
    fill: rgb(197,208,194);
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    top: 50%;
}

.LtaxG_pricing_wrapper {
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    position: relative;
}

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

.XGNIl_pay_options {
    position: relative;
}

.XGNIl_pay_options::before {
    right: -50px;
    width: 200px;
    content: "";
    filter: blur(15px);
    height: 200px;
    background: radial-gradient(circle, rgb(197,208,194,0.5) 5%, transparent 70%);
    top: -50px;
    animation: pulseGlow 8s infinite alternate;
    position: absolute;
}

.LtaxG_pricing_wrapper h2 {
    transform: perspective(1000px) translateZ(10px);
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(160,173,156));
    margin-bottom: 20px;
    background-clip: text !important;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    transition: transform 0.5s ease;
    color: transparent;
}

.LtaxG_pricing_wrapper .QfUCG_payment_plans li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.LtaxG_pricing_wrapper .ebCct_plan_fee {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    display: block;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee:hover::after {
    opacity: 0.3;
    top: 100%;
    left: 100%;
}

.LtaxG_pricing_wrapper .XysnS_pricing_options {
    box-sizing: border-box;
    display: flex;
    position: relative;
    min-height: 400px;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    z-index: 2;
}

.LtaxG_pricing_wrapper .zrgiQ_enroll_cost {
    flex: 1;
    flex-direction: column;
    display: flex;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee:hover h4 {
    transform: translateX(5px);
}

.LtaxG_pricing_wrapper .ebCct_plan_fee h4::after {
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    width: 60px;
    content: "";
}

.LtaxG_pricing_wrapper .UVKOj_payment_pricing {
    transition: all 0.3s ease;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,208,194), rgb(160,173,156));
    border-radius: 10px;
    display: inline-block;
    margin-top: auto;
    overflow: hidden;
    font-size: calc(20px * 1.3);
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
    align-self: flex-start;
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.LtaxG_pricing_wrapper .ebCct_plan_fee:hover .UVKOj_payment_pricing::before {
    left: 100%;
}

.OYtuR_learning_profits::before {
    filter: blur(60px);
    animation: float 15s infinite alternate ease-in-out;
    width: 400px;
    position: absolute;
    height: 400px;
    background: linear-gradient(45deg, rgb(197,208,194,0.5) 0%, transparent 70%);
    right: -100px;
    top: -100px;
    border-radius: 50%;
    content: "";
}



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

.OYtuR_learning_profits .xuiwv_skill_boost:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.OYtuR_learning_profits .Qflxi_photo_strip {
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%);
    width: 40%;
    transition: transform 0.5s ease;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.15),
        -10px -10px 20px rgba(255, 255, 255, 0.05);
    transform: rotate(-2deg);
    border-radius: 24px;
    max-width: 380px;
}

.OYtuR_learning_profits .ZBQXs_caption_holder {
    width: 60%;
}

.OYtuR_learning_profits h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(197,208,194), transparent);
    left: 0;
    border-radius: 10px;
    width: 80px;
    height: 4px;
    bottom: 0;
    position: absolute;
}

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

.OYtuR_learning_profits li p {
    display: flex;
    gap: 15px;
    margin: 0;
    color: #000000;
    font-size: 17px;
    align-items: center;
}

.OYtuR_learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,208,194);
}

.VoLKU_cookie_overlay_panel {
    background: rgb(160,173,156);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 90;
    border-top: 3px solid rgb(197,208,194);
    padding: 15px 20px;
    bottom: 0;
}

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

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

.iwEvP_cookie_layer:hover {
    background: rgb(197,208,194,0.5);
    border-color: rgb(197,208,194,0.5);
}

.VoLKU_cookie_overlay_panel p a {
    color: rgb(197,208,194);
    text-decoration: none;
    border-bottom: 2px solid rgb(197,208,194);
}

.VoLKU_cookie_overlay_panel p a:hover {
    color: rgb(160,173,156);
    border-bottom-color: rgb(160,173,156);
}

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

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

.nWvlr_course_highlights .container {
    z-index: 2;
    position: relative;
}

.nWvlr_course_highlights .ZBQXs_caption_holder {
    display: contents;
}

.nWvlr_course_highlights .ZBQXs_caption_holder h2 {
    grid-area: title;
    align-self: center;
    font-weight: 700;
    padding: 30px;
    margin: 0;
    animation: slide-in 0.8s forwards 0.2s;
    font-size: 29px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border-left: 3px solid rgb(197,208,194);
    opacity: 0;
    transform: translateX(-30px);
    color: #ffffff;
}

.nWvlr_course_highlights .ZBQXs_caption_holder .description {
    line-height: 1.8;
    border-top: 3px solid rgb(160,173,156);
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow: hidden;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    font-size: 16px;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    position: relative;
}

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


@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 (min-width: 1400px) {header .SyabV_nav_pagebar {
    margin: 0 auto;
    max-width: 1300px;
}header .QHTrv_nav_sitewrap a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .SyabV_nav_pagebar {
    padding: 1rem 1.5rem;
}header .dVFCv_header_page {
    max-width: 150px;
    flex: 0 0 auto;
}header .mvEIB_nav_skill {
    padding: 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .mvEIB_nav_skill::-webkit-scrollbar {
    height: 3px;
}header .mvEIB_nav_skill::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,208,194,0.5);
}header .QHTrv_nav_sitewrap {
    flex: 0 0 auto;
}header .QHTrv_nav_sitewrap a {
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
    font-size: calc(12px - 2px);
}header .mvEIB_nav_skill::after {
    bottom: 0;
}header .nuVjI_nav_site::before {
    display: none;
}}



@media (max-width: 767px) {.ksKHz_potential_learners {
    padding: 60px 0;
}.ksKHz_potential_learners .xuiwv_skill_boost {
    padding: 30px 20px;
}.ksKHz_potential_learners h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 35px;
}.ksKHz_potential_learners div p {
    padding: 18px;
    flex: 1 1 100%;
}.ksKHz_potential_learners div p svg {
    min-width: 30px;
    width: 30px;
    padding: 6px;
    margin-right: 15px;
    height: 30px;
}
}



@media screen and (min-width: 768px) {.CTkNB_thxZone {
    padding: 150px 0;
}.CTkNB_thxZone .xuiwv_skill_boost {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
    gap: 40px;
}.CTkNB_thxZone h5 {
    max-width: 90%;
    font-size: calc(23px * 1.1);
}.CTkNB_thxZone p {
    font-size: calc(16px * 1.05);
}.CTkNB_thxZone a {
    padding: 25px;
}
}



@media screen and (max-width: 767px) {.CTkNB_thxZone {
    padding: 80px 0;
}.CTkNB_thxZone .xuiwv_skill_boost {
    padding: 40px 25px;
}.CTkNB_thxZone h5 {
    font-size: calc(23px * 0.95);
}.CTkNB_thxZone p {
    font-size: calc(16px * 0.95);
}.CTkNB_thxZone a {
    padding: 15px;
}
}



@media (max-width: 991px) {.VuDhO_secure_cache {
    padding: 4rem 1.5rem;
}.VuDhO_secure_cache .container {
    padding: 2.5rem 2rem;
}.VuDhO_secure_cache h1 {
    font-size: calc(44px * 0.9);
}.VuDhO_secure_cache h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 767px) {.VuDhO_secure_cache {
    padding: 3rem 1rem;
}.VuDhO_secure_cache .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.VuDhO_secure_cache h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.VuDhO_secure_cache h2 {
    font-size: calc(30px * 0.8);
    margin: 2rem 0 1rem;
}.VuDhO_secure_cache h3 {
    font-size: calc(30px * 0.7);
}.VuDhO_secure_cache h4 {
    font-size: calc(30px * 0.6);
}.VuDhO_secure_cache ul {
    margin-left: 0.5rem;
}.VuDhO_secure_cache li {
    padding-left: 1.25rem;
}.VuDhO_secure_cache p, .VuDhO_secure_cache span, .VuDhO_secure_cache li {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.Iimec_training_specialist {
    padding: 4rem 1rem;
}.Iimec_training_specialist .eVtcr_review_showcase .Qflxi_photo_strip {
    min-height: 280px;
}.Iimec_training_specialist .eVtcr_review_showcase .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.Iimec_training_specialist .eVtcr_review_showcase span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.Iimec_training_specialist .eVtcr_review_showcase .yTEgK_employee_details {
    padding: 1.2rem;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .zNHcS_access_classes {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .uRQgS_lesson_cta {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .mrAoF_edu_query {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .ZivAF_gift_card {
    padding: 40px 0 20px;
}footer .mrAoF_edu_query, footer .mvEIB_nav_skill, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .zNHcS_access_classes {
    padding: 12px;
}footer .dVFCv_header_page svg {
    height: 40px;
}footer .zkPQy_gdpr_block {
    font-size: calc(16px - 1px);
}}




@media (min-width: 768px) {.ugkxC_our_story {
    padding: 150px 0 130px;
}.ugkxC_our_story h2 {
    margin-bottom: 70px;
    font-size: calc(37px * 1.2);
}.ugkxC_our_story .ZBQXs_caption_holder {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding: 50px 60px;
}.ugkxC_our_story .ZBQXs_caption_holder div div {
    column-count: 2;
}.ugkxC_our_story .ZBQXs_caption_holder::before {
    top: 50px;
}
}



@media (min-width: 1200px) {.ugkxC_our_story .ZBQXs_caption_holder {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 70px 100px;
}.ugkxC_our_story .ZBQXs_caption_holder::after {
    height: 150px;
    width: 150px;
}.ugkxC_our_story .ZBQXs_caption_holder div div {
    column-count: 2;
    column-gap: 80px;
}
}



@media (min-width: 768px) {.RiwUn_landing_page > div {
    gap: 6rem;
    padding: 4rem;
    transform: perspective(1200px) rotateX(3deg);
}.RiwUn_landing_page .howOG_edu_head {
    margin-left: auto;
    max-width: 80%;
}.RiwUn_landing_page .title_style_header::after {
    width: 60%;
}
}



@media (max-width: 767px) {.RiwUn_landing_page {
    padding: 3rem 1rem;
    align-items: flex-start;
}.RiwUn_landing_page > div {
    padding: 1.5rem;
    gap: 3rem;
    transform: perspective(800px) rotateX(1deg);
}.RiwUn_landing_page .title_style_header {
    font-size: 2.25rem;
}.RiwUn_landing_page .howOG_edu_head {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.IekTr_reach_out_info {
    padding: 60px 0;
}.IekTr_reach_out_info .IxNmz_feedback_form {
    padding: 30px;
}.IekTr_reach_out_info .IxNmz_feedback_form h3 {
    font-size: calc(33px * 0.9);
}.IekTr_reach_out_info .sreDL_reach_us {
    max-width: 100%;
}.IekTr_reach_out_info .AYOJt_write_form {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media screen and (max-width: 768px) {.kecnm_contact_us {
    padding: 80px 0 60px;
}.kecnm_contact_us .WxajM_request_request {
    grid-template-columns: 1fr;
}.kecnm_contact_us .Qflxi_photo_strip {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.kecnm_contact_us .FfQeB_connect_reach {
    order: 2;
    padding: 40px 30px;
}.kecnm_contact_us .FfQeB_connect_reach::before {
    top: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(197,208,194), rgb(160,173,156));
    height: 6px;
}.kecnm_contact_us h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 1200px) {.LtaxG_pricing_wrapper {
    padding: 80px 0;
}.LtaxG_pricing_wrapper .QfUCG_payment_plans {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 768px) {.LtaxG_pricing_wrapper {
    padding: 60px 0;
}.LtaxG_pricing_wrapper .QfUCG_payment_plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.LtaxG_pricing_wrapper .ebCct_plan_fee h4 {
    font-size: 20px;
}.LtaxG_pricing_wrapper .UVKOj_payment_pricing {
    font-size: calc(20px * 1.1);
}.LtaxG_pricing_wrapper .QfUCG_payment_plans li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}


@media (max-width: 992px) {.OYtuR_learning_profits {
    padding: 80px 0;
}.OYtuR_learning_profits .xuiwv_skill_boost {
    gap: 40px;
    padding: 30px;
}.OYtuR_learning_profits h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}
}



@media (max-width: 768px) {.OYtuR_learning_profits .xuiwv_skill_boost {
    flex-direction: column;
    gap: 30px;
}.OYtuR_learning_profits .Qflxi_photo_strip {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}.OYtuR_learning_profits .ZBQXs_caption_holder {
    width: 100%;
}
}


@media only screen and (max-width: 1200px) {.VoLKU_cookie_overlay_panel {
    padding: 15px;
}
}



@media (max-width: 991px) {.nWvlr_course_highlights {
    padding: 80px 0;
}.nWvlr_course_highlights .hJLcj_learn_more {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.nWvlr_course_highlights .Qflxi_photo_strip {
    height: 400px;
}
}



@media (max-width: 767px) {.nWvlr_course_highlights {
    padding: 60px 0;
}.nWvlr_course_highlights .hJLcj_learn_more {
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
    gap: 20px;
}.nWvlr_course_highlights .Qflxi_photo_strip {
    height: 350px;
}.nWvlr_course_highlights .ZBQXs_caption_holder h2 {
    padding: 20px;
    font-size: calc(29px * 0.9);
}.nWvlr_course_highlights .ZBQXs_caption_holder .description {
    padding: 20px;
}

}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(197,208,194,0.5), 0 0 20px rgb(197,208,194,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(197,208,194), 0 0 30px rgb(197,208,194);
  }
}

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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    to {
        width: 80px;
    }
}



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



@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-6rem) translateZ(50px);
  }
  to {
    opacity: 1;
    transform: translateX(-1rem) translateZ(50px);
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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

@keyframes lineShift {
    0% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(197,208,194), transparent);
    }
    50% {
      transform: scaleX(1.2);
      background: linear-gradient(90deg, rgb(160,173,156), transparent);
    }
    100% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(197,208,194), transparent);
    }
  }

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.6;
    }
    70% {
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
    }
}



@keyframes wobble {
    0%, 100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

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



@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

