.ZivAF_gift_card {
    flex: 0 0 auto;
}

.ZivAF_gift_card {
    color: #ffffff;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(160,173,156));
    font-family: Arial, sans-serif;
    position: relative;
}

.XMxLO_nav_main {
    flex: 1 0 auto;
}

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

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

.gJbLF_wrapper-viewport {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

header .SyabV_nav_pagebar {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    padding: 1.2rem 2rem;
    align-items: center;
}

header .dVFCv_header_page {
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    max-width: 180px;
}

header .nuVjI_nav_site {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

header .nuVjI_nav_site img {
    filter: brightness(1.03);
    display: block;
    height: auto;
    max-width: 100%;
}

header .nuVjI_nav_site:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}

header .mvEIB_nav_skill {
    padding: 0;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
}

header .QHTrv_nav_sitewrap {
    margin: 0;
    position: relative;
}

header .QHTrv_nav_sitewrap a {
    font-size: 12px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    font-weight: 600;
    display: block;
    padding: 1rem 1.2rem;
}

header .QHTrv_nav_sitewrap a:hover {
    color: rgb(197,208,194);
}

header .QHTrv_nav_sitewrap a:hover::before {
    transform: translateX(0);
}

header .QHTrv_nav_sitewrap a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}

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

header .XMxLO_nav_main {
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

.ksKHz_potential_learners {
    position: relative;
    padding: 100px 0;
    background: rgb(229,233,227);
    overflow: hidden;
}

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

.ksKHz_potential_learners .xuiwv_skill_boost {
    background: rgb(229,233,227);
    position: relative;
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.ksKHz_potential_learners h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(197,208,194), rgb(160,173,156));
    border-radius: 2px;
    content: "";
    width: 80px;
    bottom: -15px;
    height: 4px;
}

.ksKHz_potential_learners div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.ksKHz_potential_learners div p::before {
    position: absolute;
    width: 5px;
    opacity: 0.7;
    height: 100%;
    border-radius: 5px 0 0 5px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(197,208,194), rgb(160,173,156));
    content: "";
}

.ksKHz_potential_learners div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}

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

.CTkNB_thxZone::before {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    height: 120%;
    transform: rotate(-5deg);
    left: -10%;
    top: -10%;
    background: rgb(197,208,194,0.5);
    opacity: 0.1;
    content: "";
    z-index: 1;
    position: absolute;
    width: 60%;
}

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

.CTkNB_thxZone .xuiwv_skill_boost {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 30px;
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 60px 40px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.CTkNB_thxZone .xuiwv_skill_boost::after {
    top: 20px;
    right: 20px;
    height: 60px;
    border: 2px solid rgb(197,208,194,0.5);
    z-index: -1;
    position: absolute;
    width: 60px;
    opacity: 0.2;
    content: "";
    animation: rotate 15s infinite linear;
}

.CTkNB_thxZone p {
    margin: 0;
    border-left: 1px solid rgb(197,208,194,0.5);
    padding-left: 20px;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}

.CTkNB_thxZone a::before {
    left: 0;
    transform-origin: left;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,208,194,0.5), transparent);
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
    height: 2px;
    width: 100%;
}

.CTkNB_thxZone a:hover p {
    border-left-color: rgb(197,208,194);
    padding-left: 25px;
}

.VuDhO_secure_cache::before {
    z-index: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 100% 0%, rgb(197,208,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(160,173,156,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.VuDhO_secure_cache h1 {
    transition: transform 0.5s ease-out;
    position: relative;
    transform: translateX(0);
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 2rem;
    color: #000000;
}

.VuDhO_secure_cache h1:hover {
    transform: translateX(5px);
}

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

.VuDhO_secure_cache h2 {
    position: relative;
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 30px;
    border-left: 3px solid rgb(160,173,156);
}

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

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

.VuDhO_secure_cache strong::after {
    height: 1px;
    background: rgb(197,208,194);
    width: 0;
    content: "";
    bottom: -2px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}

.VuDhO_secure_cache li {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    list-style-type: none;
    transition: transform 0.3s ease;
}

.VuDhO_secure_cache li:hover {
    transform: translateX(8px);
}

.VuDhO_secure_cache span {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out, background 0.3s ease;
    padding: 0.75rem 1rem;
    border-left: 2px solid rgb(160,173,156,0.5);
    font-size: calc(16px * 0.95);
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(rgb(229,233,227), 0.3), transparent);
    transform: perspective(1000px) rotateX(0);
}

.Iimec_training_specialist::before {
    animation: backgroundMovement 30s linear infinite alternate;
    content: "";
    width: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    height: 150%;
    left: -25%;
    position: absolute;
    opacity: 0.3;
    top: -25%;
}

.Iimec_training_specialist .eVtcr_review_showcase .Qflxi_photo_strip {
    box-shadow: 0 0 30px rgb(197,208,194,0.5);
    transition: all 0.5s ease;
    transform: scale(1.05) translateX(-5%);
    border-radius: 0;
    min-height: 500px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-row: 1 / 4;
    grid-column: 1 / 2;
}

.Iimec_training_specialist .eVtcr_review_showcase .name {
    z-index: 2;
    color: #ffffff;
    animation: neonPulse 4s infinite alternate;
    grid-row: 1 / 2;
    position: relative;
    text-shadow: 0 0 10px rgb(197,208,194,0.5), 0 0 20px rgb(197,208,194,0.5);
    font-size: 30px;
    grid-column: 2 / 3;
    padding: 3.5rem 2rem 0.5rem 3rem;
    font-weight: 700;
    letter-spacing: 2px;
}

footer {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ZivAF_gift_card::before {
    content: "";
    pointer-events: none;
    right: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(160,173,156,0.5) 0%, transparent 50%);
    bottom: 0;
    top: 0;
    position: absolute;
}

.ZivAF_gift_card::after {
    background: linear-gradient(45deg, transparent 40%, rgb(197,208,194,0.5) 70%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
    animation: shiftGradient 15s infinite linear;
    bottom: 0;
    pointer-events: none;
    top: 0;
    right: 0;
}

footer .mrAoF_edu_query {
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(197,208,194,0.5);
    color: rgb(197,208,194);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 40px;
}

footer .dVFCv_header_page svg {
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(197,208,194,0.5));
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    width: auto;
}

footer .zkPQy_gdpr_block {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 300px;
}

footer .mvEIB_nav_skill:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .mvEIB_nav_skill::before {
    z-index: -1;
    right: -2px;
    left: -2px;
    opacity: 0;
    transition: opacity 0.5s ease;
    bottom: -2px;
    border-radius: calc(13px + 2px);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(197,208,194), transparent, rgb(160,173,156), transparent);
    top: -2px;
}

footer .mvEIB_nav_skill h5::after {
    bottom: -1px;
    width: 50px;
    content: "";
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(197,208,194);
    position: absolute;
}

footer .BZzgO_header_know a {
    padding-left: 15px;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    font-size: calc(16px - 1px);
    color: #ffffff;
    text-decoration: none;
}

footer .BZzgO_header_know a:hover {
    padding-left: 20px;
    color: rgb(197,208,194);
}

footer .BZzgO_header_know a:hover::before {
    transform: translateY(-50%) scale(1);
    background-color: rgb(197,208,194);
    box-shadow: 0 0 5px rgb(197,208,194), 0 0 10px rgb(197,208,194,0.5);
    opacity: 1;
}

footer .subscribe_holder::before {
    width: 200%;
    content: "";
    left: -50%;
    top: -50%;
    animation: pulseBackground 10s infinite ease-in-out;
    position: absolute;
    z-index: -1;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}

footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 16px;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(197,208,194,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(197,208,194);
    outline: none;
}

footer .zNHcS_access_classes {
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    background: rgb(197,208,194);
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

footer .zNHcS_access_classes:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(160,173,156);
}

footer .AJgvs_affiliate_cta {
    letter-spacing: 0.5px;
    font-size: 16px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
}

.ugkxC_our_story::before {
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}

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

.ugkxC_our_story h2::after {
    width: 0;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(160,173,156), rgb(197,208,194));
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    height: 3px;
    content: "";
}

.ugkxC_our_story .ZBQXs_caption_holder::before {
    left: -12px;
    top: 30px;
    transform: rotate(45deg);
    background: rgb(160,173,156);
    width: 20px;
    content: "";
    height: 20px;
    position: absolute;
}

.ugkxC_our_story .ZBQXs_caption_holder::after {
    top: 0;
    width: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    position: absolute;
    height: 100px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    content: "";
}

.ugkxC_our_story .ZBQXs_caption_holder div div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: justify;
    column-count: 1;
    animation: fadeIn 1s ease-out 0.7s forwards;
    column-gap: 40px;
    font-size: 14px;
    opacity: 0;
}

.RiwUn_landing_page::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.RiwUn_landing_page > div {
    max-width: 1200px;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
}

.RiwUn_landing_page > div > div:first-child {
    animation: slideInFromLeft 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-1rem) translateZ(50px);
    position: relative;
}

.RiwUn_landing_page .title_style_header::after {
    content: "";
    transform-origin: left;
    width: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,208,194), transparent);
    animation: lineGrow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    left: 0;
    bottom: -0.5rem;
}

.RiwUn_landing_page .MUJid_learning_track {
    position: relative;
    margin-bottom: 1rem;
}

.RiwUn_landing_page .MUJid_learning_track::before {
    content: "";
    top: -0.75rem;
    animation: pulse 3s infinite alternate;
    position: absolute;
    left: -1rem;
    background: rgb(160,173,156);
    width: 1.5rem;
    height: 1.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.RiwUn_landing_page .howOG_edu_head > div:last-child {
    animation: fadeIn 2s forwards;
    transform: translateZ(10px);
    position: relative;
}

.RiwUn_landing_page .howOG_edu_head span {
    display: block;
    padding-left: 1rem;
    position: relative;
}

.RiwUn_landing_page p {
    font-size: clamp(1rem, 2vw, 17px);
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}

.RiwUn_landing_page .title_style_header:hover::after {
    animation: lineShift 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.IekTr_reach_out_info {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(229,233,227) 0%, rgb(160,173,156,0.5) 100%);
}

.IekTr_reach_out_info {
    padding: 40px 0;
}

.IekTr_reach_out_info::after {
    width: 100%;
    background-size: 180px 180px;
    opacity: 0.2;
    height: 100%;
    top: 0;
    animation: patternFloat 30s linear infinite;
    content: "";
    z-index: 2;
    background-image:
        radial-gradient(circle at 20% 30%, rgb(197,208,194,0.5) 1px, transparent 8px),
        radial-gradient(circle at 70% 60%, rgb(197,208,194,0.5) 1px, transparent 8px),
        radial-gradient(circle at 40% 80%, rgb(197,208,194,0.5) 1px, transparent 8px),
        radial-gradient(circle at 80% 10%, rgb(197,208,194,0.5) 1px, transparent 8px);
    left: 0;
    background-position: center center;
    position: absolute;
}

.IekTr_reach_out_info::after {
    background-size: 100px 100px;
}

.IekTr_reach_out_info .IxNmz_feedback_form::before {
    top: -50%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    position: absolute;
    height: 200%;
    width: 200%;
    left: -50%;
    animation: lightSweep 6s linear infinite;
    content: "";
    opacity: 0.03;
    z-index: -1;
    transform-origin: center;
}

.IekTr_reach_out_info .IxNmz_feedback_form::before {
    opacity: 0.1;
    width: 100px;
    background:
        linear-gradient(45deg, rgb(197,208,194) 0%, transparent 30%),
        radial-gradient(circle at 20px 20px, rgb(197,208,194) 0%, transparent 8px);
    content: "";
    z-index: -1;
    position: absolute;
    height: 100px;
    left: 0;
    background-size: 100% 100%, 40px 40px;
    border-radius: 23px 0 0 0;
    top: 0;
}

.IekTr_reach_out_info .AYOJt_write_form {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    display: grid;
}

.IekTr_reach_out_info .AYOJt_write_form {
    gap: 15px;
    grid-template-columns: 1fr;
}

.IekTr_reach_out_info .AYOJt_write_form span {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(160,173,156) 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    padding: 18px;
    border-left: 2px solid rgb(197,208,194);
    flex-direction: column;
    display: flex;
}

.IekTr_reach_out_info .AYOJt_write_form span {
    color: #ffffff;
}

.IekTr_reach_out_info .AYOJt_write_form span {
    padding: 15px;
}



.IekTr_reach_out_info .AYOJt_write_form span {
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.IekTr_reach_out_info .AYOJt_write_form span a {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.IekTr_reach_out_info .AYOJt_write_form span span:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.IekTr_reach_out_info .NBuMa_connect_today {
    grid-column: 1 / -1;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    background: rgb(160,173,156,0.5);
    margin-top: 10px;
    position: relative;
}

.IekTr_reach_out_info .NBuMa_connect_today {
    padding: 15px;
}

.IekTr_reach_out_info .NBuMa_connect_today {
    background: linear-gradient(45deg, rgb(160,173,156,0.5) 0%, rgb(197,208,194,0.5) 100%);
}

.IekTr_reach_out_info .NBuMa_connect_today h4::after {
    bottom: -5px;
    content: "";
    border-radius: 10px;
    width: 50%;
    background: rgb(197,208,194);
    position: absolute;
    left: 0;
    height: 2px;
}

.IekTr_reach_out_info .NBuMa_connect_today span:last-child {
    border-bottom: none;
}

.IekTr_reach_out_info .NBuMa_connect_today span:hover {
    opacity: 1;
    color: rgb(197,208,194);
    padding-left: 5px;
}

.IekTr_reach_out_info .NBuMa_connect_today span:hover {
    transform: translateX(10px);
}



.IekTr_reach_out_info .AYOJt_write_form span:first-child {
    color: #ffffff;
}

.IekTr_reach_out_info .IxNmz_feedback_form::after {
    border-radius: 50%;
    position: absolute;
    height: 100px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transform: translate(-50%, -50%);
    width: 100px;
    top: 50%;
    z-index: -1;
    animation: pulse 10s infinite;
    content: "";
    left: 50%;
    opacity: 0.1;
}



.IekTr_reach_out_info .IxNmz_feedback_form::after {
    z-index: -1;
    border-radius: 0 0 23px 0;
    position: absolute;
    right: 0;
    background-position: center;
    background-size: 30px 30px;
    background:
        linear-gradient(45deg, transparent 48%, rgb(197,208,194) 48%, rgb(197,208,194) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(197,208,194) 48%, rgb(197,208,194) 52%, transparent 52%);
    height: 150px;
    bottom: 0;
    opacity: 0.1;
    content: "";
    width: 150px;
}

.IekTr_reach_out_info .AYOJt_write_form a {
    overflow: hidden;
    position: relative;
}

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

.IekTr_reach_out_info .NBuMa_connect_today span:before {
    border-width: 4px 0 4px 6px;
    position: absolute;
    left: -10px;
    border-color: transparent transparent transparent rgb(197,208,194);
    opacity: 0;
    border-style: solid;
    content: "";
    top: 50%;
    transition: opacity 0.3s ease;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.IekTr_reach_out_info .AYOJt_write_form span:hover svg {
    opacity: 1;
    transform: scale(1.1);
}

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

.IekTr_reach_out_info .AYOJt_write_form span:hover svg path {
    stroke: rgb(197,208,194);
}

.IekTr_reach_out_info .NBuMa_connect_today svg {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.IekTr_reach_out_info .IxNmz_feedback_form h3 svg {
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 24px;
}

.IekTr_reach_out_info .IxNmz_feedback_form h3:hover svg path {
    fill: #ffffff;
}

.kecnm_contact_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(229,233,227) 0%, rgb(197,208,194,0.5) 100%);
}



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

.kecnm_contact_us h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    color: rgb(197,208,194);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
}

.kecnm_contact_us .WxajM_request_request {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: grid;
    gap: 0;
    border-radius: 13px;
    grid-template-columns: 1fr 1fr;
}

.kecnm_contact_us .FfQeB_connect_reach::before {
    background: linear-gradient(to bottom, rgb(197,208,194), rgb(160,173,156));
    width: 10px;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    right: 0;
}

.kecnm_contact_us form h3 {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid rgb(160,173,156,0.5);
}

.kecnm_contact_us form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(197,208,194);
    background: #ffffff;
}

.kecnm_contact_us form input#name {
    position: relative;
}

.kecnm_contact_us .HPQfD_help_section {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

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

.kecnm_contact_us .HPQfD_help_section label {
    font-size: 12px;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    position: relative;
    line-height: 1.5;
}

.kecnm_contact_us .HPQfD_help_section input[type="checkbox"]:checked + label::before {
    background: rgb(197,208,194);
}

.kecnm_contact_us .HPQfD_help_section label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(197,208,194);
    font-weight: 600;
    position: relative;
}

.kecnm_contact_us .HPQfD_help_section label a::after {
    height: 1px;
    transition: width 0.3s ease;
    background: rgb(197,208,194);
    position: absolute;
    width: 0;
    bottom: -2px;
    content: "";
    left: 0;
}

.kecnm_contact_us form .nwYsH_message_reach::before {
    height: 100%;
    z-index: -1;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(160,173,156);
}

.kecnm_contact_us form .nwYsH_message_reach:hover::before {
    width: 100%;
}

.kecnm_contact_us form .nwYsH_message_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(197,208,194);
}

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

.kecnm_contact_us form #name,
.kecnm_contact_us form #phone {
    position: relative;
}

.LtaxG_pricing_wrapper::before {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}

.XGNIl_pay_options::after {
    bottom: -80px;
    animation: pulseGlow 10s infinite alternate-reverse;
    position: absolute;
    filter: blur(20px);
    height: 300px;
    width: 300px;
    content: "";
    background: radial-gradient(ellipse, rgb(160,173,156,0.5) 5%, transparent 70%);
    left: -80px;
}

.LtaxG_pricing_wrapper .EblAJ_tuition_grid {
    text-align: center;
    transform: perspective(1000px) translateZ(5px);
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: calc(12px * 1.1);
    color: rgb(255, 255, 255, 0.5);
}

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

.LtaxG_pricing_wrapper .QfUCG_payment_plans li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, rgb(197,208,194,0.5), transparent 70%);
}

.LtaxG_pricing_wrapper .ebCct_plan_fee:hover::before {
    opacity: 0.2;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee::after {
    height: 200%;
    top: -50%;
    content: "";
    width: 200%;
    position: absolute;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
    left: -50%;
    transform: rotate(45deg);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee h4 {
    margin: 0 0 20px;
    font-size: calc(20px * 1.1);
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    color: rgb(197,208,194);
    padding-bottom: 15px;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee:hover h4::after {
    width: 100px;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee p {
    margin: 0 0 25px;
    max-height: 250px;
    scrollbar-color: rgb(197,208,194) rgba(255, 255, 255, 0.1);
    color: #ffffff;
    overflow-wrap: break-word;
    font-size: 12px;
    flex: 1;
    line-height: 1.6;
    scrollbar-width: thin;
    overflow-y: auto;
    word-break: normal;
}

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

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

.OYtuR_learning_profits::after {
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
    background: linear-gradient(225deg, rgb(160,173,156,0.5) 0%, transparent 70%);
    content: "";
    animation: float 12s infinite alternate-reverse ease-in-out;
    width: 300px;
    height: 300px;
}

.OYtuR_learning_profits .xuiwv_skill_boost {
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: transform 0.4s ease;
    align-items: center;
    border-radius: 24px;
    gap: 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(197,208,194);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    backdrop-filter: blur(10px);
}

.OYtuR_learning_profits .Qflxi_photo_strip:hover {
    transform: rotate(0deg) scale(1.02);
}

.OYtuR_learning_profits h3 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 15px;
}

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

.OYtuR_learning_profits li {
    margin-bottom: 15px;
    padding-left: 15px;
    transition: transform 0.3s ease;
}

.OYtuR_learning_profits svg {
    height: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    width: 24px;
}

.OYtuR_learning_profits li:hover svg path {
    fill: rgb(160,173,156);
}

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

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

.PvBER_cookie_box svg {
    height: 50px;
    fill: rgb(197,208,194);
    width: 50px;
}

.VoLKU_cookie_overlay_panel h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.iwEvP_cookie_layer {
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    min-width: 150px;
    border-radius: 10px;
    background: rgb(197,208,194);
    transition: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 20px;
    border: 2px solid rgb(197,208,194);
}


#XRhHM_cookieWarningNotice {
    display: none;
}

#XRhHM_cookieWarningNotice:checked ~ .VoLKU_cookie_overlay_panel {
    visibility: hidden;
    opacity: 0;
}

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

.nWvlr_course_highlights .hJLcj_learn_more {
    gap: 30px;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.nWvlr_course_highlights .ZBQXs_caption_holder .description:nth-of-type(1) {
    animation: fade-up 0.8s forwards 0.4s;
    transform: translateY(30px);
    opacity: 0;
    grid-area: desc1;
}

.nWvlr_course_highlights .ZBQXs_caption_holder .description:nth-of-type(2) {
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.6s;
    opacity: 0;
    grid-area: desc2;
}

.nWvlr_course_highlights .ZBQXs_caption_holder .description::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.nWvlr_course_highlights .Qflxi_photo_strip {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    min-height: 100%;
    overflow: hidden;
    grid-area: image;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee p::-webkit-scrollbar {
    width: 6px;
}

.LtaxG_pricing_wrapper .ebCct_plan_fee p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.LtaxG_pricing_wrapper .ebCct_plan_fee p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(197,208,194);
}



@media (max-width: 991px) {header .SyabV_nav_pagebar {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}header .dVFCv_header_page {
    margin-right: 0;
    margin-bottom: 0;
}header .mvEIB_nav_skill {
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 0;
    padding-top: 1rem;
}header .QHTrv_nav_sitewrap {
    margin-bottom: 0.5rem;
}header .QHTrv_nav_sitewrap a {
    font-size: calc(12px - 1px);
    padding: 0.7rem 1rem;
}
}



@media (max-width: 1100px) {.ksKHz_potential_learners div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.ksKHz_potential_learners {
    padding: 80px 0;
}.ksKHz_potential_learners .xuiwv_skill_boost {
    padding: 40px 30px;
}.ksKHz_potential_learners h4 {
    font-size: calc(36px - 2px);
    margin-bottom: 40px;
}.ksKHz_potential_learners div {
    gap: 20px;
}.ksKHz_potential_learners div p {
    padding: 20px;
}.ksKHz_potential_learners div p svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 15px;
}
}



@media (max-width: 479px) {.ksKHz_potential_learners {
    padding: 40px 0;
}.ksKHz_potential_learners .xuiwv_skill_boost {
    padding: 25px 15px;
}.ksKHz_potential_learners h4 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.ksKHz_potential_learners div {
    gap: 15px;
}.ksKHz_potential_learners div p {
    font-size: calc(13px - 1px);
    padding: 15px;
}.ksKHz_potential_learners div p svg {
    padding: 5px;
    margin-right: 12px;
    height: 26px;
    width: 26px;
    min-width: 26px;
}}



@media screen and (min-width: 992px) {.CTkNB_thxZone {
    padding: 180px 0;
}.CTkNB_thxZone .xuiwv_skill_boost {
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
}.CTkNB_thxZone h5 {
    padding-left: 30px;
    font-size: calc(23px * 1.2);
}.CTkNB_thxZone h5::before {
    height: 10px;
    width: 10px;
}.CTkNB_thxZone p {
    font-size: calc(16px * 1.1);
    padding-left: 30px;
}.CTkNB_thxZone a {
    padding: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.CTkNB_thxZone .xuiwv_skill_boost,
    .CTkNB_thxZone .xuiwv_skill_boost:hover,
    .CTkNB_thxZone a,
    .CTkNB_thxZone a:hover,
    .CTkNB_thxZone p,
    .CTkNB_thxZone a:hover p,
    .CTkNB_thxZone a::before,
    .CTkNB_thxZone a:hover::before {
    animation: none;
    transition: none;
    transform: none;
}}



@media (max-width: 480px) {.VuDhO_secure_cache {
    padding: 2rem 0.75rem;
}.VuDhO_secure_cache .container {
    padding: 1.5rem 1rem;
}.VuDhO_secure_cache h1 {
    font-size: calc(44px * 0.7);
}.VuDhO_secure_cache h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
}.VuDhO_secure_cache h3, .VuDhO_secure_cache h4 {
    padding-left: 0.5rem;
}.VuDhO_secure_cache p, .VuDhO_secure_cache span, .VuDhO_secure_cache li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.VuDhO_secure_cache li {
    padding-left: 1rem;
}.VuDhO_secure_cache li::before {
    width: 6px;
    height: 6px;
}}



@media (max-width: 992px) {.Iimec_training_specialist {
    padding: 5rem 1.5rem;
}.Iimec_training_specialist .eVtcr_review_showcase {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.Iimec_training_specialist .eVtcr_review_showcase .Qflxi_photo_strip {
    min-height: 350px;
    transform: scale(1.02) translateY(-5%);
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
}.Iimec_training_specialist .eVtcr_review_showcase .Qflxi_photo_strip:hover {
    transform: scale(1.03) translateY(-4%);
}.Iimec_training_specialist .eVtcr_review_showcase .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.Iimec_training_specialist .eVtcr_review_showcase span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.Iimec_training_specialist .eVtcr_review_showcase .yTEgK_employee_details {
    grid-row: 4 / 5;
    border-radius: 10px;
    grid-column: 1 / 2;
    padding: 1.5rem;
    margin-right: 0;
}
}



@media (max-width: 767px) {footer .ZivAF_gift_card {
    padding: 60px 0 30px;
}footer .mrAoF_edu_query {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .mvEIB_nav_skill, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .mvEIB_nav_skill h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .BZzgO_header_know a {
    font-size: calc(16px - 2px);
}footer .dOpsK_idea_pool {
    margin-top: 30px;
}
}



@media (min-width: 992px) {.ugkxC_our_story {
    padding: 180px 0 150px;
}.ugkxC_our_story .container {
    padding: 0 40px;
}.ugkxC_our_story h2 {
    margin-bottom: 80px;
    font-size: calc(37px * 1.4);
}.ugkxC_our_story .ZBQXs_caption_holder {
    width: calc(100% - 60px);
    padding: 60px 80px;
    margin-left: 60px;
}.ugkxC_our_story .ZBQXs_caption_holder div div {
    column-gap: 60px;
    column-count: 2;
}
}



@media (hover: hover) {.ugkxC_our_story .ZBQXs_caption_holder:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.ugkxC_our_story .ZBQXs_caption_holder:hover::before {
    transition: all 0.4s ease;
    background: rgb(197,208,194);
}}



@media (min-width: 992px) {.RiwUn_landing_page > div {
    gap: 3rem;
    flex-direction: row;
    transform: perspective(1500px) rotateX(5deg);
    align-items: center;
}.RiwUn_landing_page > div > div:first-child {
    transform: translateX(-2rem) translateZ(80px);
    flex: 1;
}.RiwUn_landing_page .howOG_edu_head {
    transform: translateX(2rem) translateZ(40px);
    margin-left: 0;
    flex: 1.2;
    max-width: none;
}.RiwUn_landing_page .title_style_header {
    font-size: 44px;
}.RiwUn_landing_page .title_style_header::after {
    height: 6px;
}
}



@media (max-width: 992px) {.IekTr_reach_out_info .AYOJt_write_form span svg {
    height: 18px;
    width: 18px;
}.IekTr_reach_out_info .IxNmz_feedback_form h3 svg {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 768px) {.IekTr_reach_out_info .AYOJt_write_form span svg {
    width: 16px;
    height: 16px;
}}



@media screen and (max-width: 1024px) {.kecnm_contact_us .WxajM_request_request {
    max-width: 800px;
}.kecnm_contact_us .FfQeB_connect_reach {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.kecnm_contact_us {
    padding: 60px 0 40px;
}.kecnm_contact_us h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.kecnm_contact_us .Qflxi_photo_strip {
    min-height: 200px;
}.kecnm_contact_us .FfQeB_connect_reach {
    padding: 30px 20px;
}.kecnm_contact_us form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 30px;
}.kecnm_contact_us form .nwYsH_message_reach {
    width: 100%;
    padding: 14px 20px;
}}



@media (max-width: 992px) {.LtaxG_pricing_wrapper h2 {
    font-size: calc(35px * 0.9);
}.LtaxG_pricing_wrapper .EblAJ_tuition_grid {
    font-size: 12px;
    margin-bottom: 40px;
}.LtaxG_pricing_wrapper .XysnS_pricing_options {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 576px) {.LtaxG_pricing_wrapper {
    padding: 50px 0;
}.LtaxG_pricing_wrapper h2 {
    font-size: calc(35px * 0.8);
}.LtaxG_pricing_wrapper .EblAJ_tuition_grid {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.LtaxG_pricing_wrapper .QfUCG_payment_plans {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.LtaxG_pricing_wrapper .XysnS_pricing_options {
    min-height: 300px;
    padding: 20px;
}.LtaxG_pricing_wrapper .ebCct_plan_fee p {
    font-size: calc(12px * 0.9);
    max-height: 180px;
}.LtaxG_pricing_wrapper .UVKOj_payment_pricing {
    padding: 8px 15px;
}}



@media (max-width: 576px) {.OYtuR_learning_profits {
    padding: 60px 0;
}.OYtuR_learning_profits .xuiwv_skill_boost {
    padding: 20px;
}.OYtuR_learning_profits h3 {
    font-size: calc(28px * 0.8);
}.OYtuR_learning_profits li p {
    font-size: calc(17px * 0.9);
}.OYtuR_learning_profits svg {
    width: 20px;
    height: 20px;
}}


@media only screen and (max-width: 800px) {.PvBER_cookie_box {
    display: none;
}.PFGcq_edu_cookie {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.VoLKU_cookie_overlay_panel h5, .VoLKU_cookie_overlay_panel p {
    text-align: center;
}.hpaLc_policy_ack {
    margin-bottom: 15px;
}.iwEvP_cookie_layer {
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 480px) {.nWvlr_course_highlights {
    padding: 40px 0;
}.nWvlr_course_highlights .Qflxi_photo_strip {
    height: 250px;
}.nWvlr_course_highlights .ZBQXs_caption_holder h2 {
    padding: 15px;
    font-size: calc(29px * 0.8);
}.nWvlr_course_highlights .ZBQXs_caption_holder .description {
    font-size: calc(16px * 0.95);
    padding: 15px;
}.nWvlr_course_highlights .tech-element {
    display: none;
}
}



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



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



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



@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(6rem) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: translateX(1rem) translateZ(20px);
  }
}



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 180px 180px;
    }
}

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

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

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

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}



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



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

