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

.site-map-oys {
    flex: 0 0 auto;
}

.site-map-oys {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}

.title-opener-JZD > div {
    gap: 3rem;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    flex-direction: column;
    position: relative;
}

.title-opener-JZD .edu-intro-oWJ {
    font-size: 44px;
    max-width: 800px;
    line-height: 1.2;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-opener-JZD .learning-primary-sMA {
    margin-top: 2rem;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    position: relative;
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    opacity: 0;
}

.our-background-wop {
    overflow: hidden;
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.our-background-wop .impact-numbers-lqO {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.our-background-wop .path-creators-MDt {
    flex: 0 0 300px;
    text-align: center;
    position: relative;
}

.our-background-wop .quick-skill-Pco {
    color: rgb(171,220,202);
    position: relative;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.our-background-wop .text-area-feI::after {
    width: 60px;
    content: '';
    position: absolute;
    border-right: 4px solid rgb(129,191,176,0.5);
    bottom: 30px;
    opacity: 0.5;
    height: 60px;
    border-bottom: 4px solid rgb(129,191,176,0.5);
    right: 30px;
}

.our-background-wop h2 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-size: 34px;
}

header .site-study-YTp {
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .site-study-YTp .header-mainbar-SQu .top-master-amM::before {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    right: -5px;
    z-index: -1;
    content: "";
    top: -5px;
    transform: scale(0.9);
    left: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
}

header .site-study-YTp .head-study-lwb .top-learn-TDC:hover a {
    transform: translateZ(10px);
    color: rgb(171,220,202);
}

header .site-study-YTp .head-study-lwb .top-learn-TDC:hover a::before,
header .site-study-YTp .head-study-lwb .top-learn-TDC:hover a::after {
    opacity: 0.1;
}

header .site-study-YTp .head-study-lwb .top-learn-TDC:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.site-map-oys::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    width: 100%;
    height: 15px;
    left: 0;
    background: rgb(171,220,202);
}

.site-map-oys .privacy-cta-XnA {
    font-size: 16px;
    transform: skewX(-5deg);
    padding: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(171,220,202);
    transform-origin: left top;
}

.site-map-oys .head-study-lwb h5 {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    color: #ffffff;
    transform: skewX(-5deg);
}

.site-map-oys .head-study-lwb .main-navbar-QeI a:hover {
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 1.5rem;
}

.whatsapp-grp-xjC .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}



.study-method-jAO::after {
    opacity: 0.15;
    height: 100%;
    animation: gridMove 30s linear infinite;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(171,220,202,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(129,191,176,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
}

.study-method-jAO h2 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(171,220,202);
    font-size: 36px;
    position: relative;
    padding-bottom: 1.5rem;
}

.study-method-jAO .text-area-feI:hover h2::after {
    width: 120px;
}

.study-method-jAO .text-area-feI:hover::after {
    transform: translate(-5px, 5px);
}

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

.tyHub-gen .impact-numbers-lqO::before {
    top: 0;
    height: 5px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(129,191,176) 0%, rgb(171,220,202) 100%);
    position: absolute;
    content: "";
}

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

.tyHub-gen span {
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    animation: fadeText 0.8s 0.6s both;
    color: #000000;
}

.explore-now-hRU::after {
    background: linear-gradient(90deg, transparent, rgb(129,191,176) 40%, rgb(171,220,202) 60%, transparent);
    bottom: -5px;
    width: 100%;
    height: 6px;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

.explore-now-hRU .impact-numbers-lqO {
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    align-items: center;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0deg);
    isolation: isolate;
    padding: 2rem 3rem;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.explore-now-hRU .feedback-support-znZ:hover::before {
    left: 100%;
}

.program-offerings-Rfs {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
}

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

.program-offerings-Rfs h2::after {
    position: absolute;
    height: 0.35rem;
    animation: expandWidth 4s ease-in-out infinite alternate;
    background: rgb(171,220,202);
    content: "";
    bottom: -1rem;
    left: 0;
    transform-origin: left center;
    width: 6rem;
}

.program-offerings-Rfs .text-area-feI {
    padding: 0.5rem 0;
    position: relative;
}

.program-offerings-Rfs .description {
    font-size: 12px;
    overflow-y: auto;
    max-height: 300px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    padding-right: 1rem;
    line-height: 1.7;
}

.course-suitability-gow::after {
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(171,220,202,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(129,191,176,0.5), 0.1) 0%, transparent 40%);
    animation: cloudMove 25s infinite alternate ease-in-out;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
}

.course-suitability-gow li::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    z-index: -1;
    width: 100%;
}

.course-suitability-gow li svg {
    opacity: 0.9;
    width: 50px;
    transition: all 0.5s ease;
    height: 50px;
    fill: rgb(129,191,176);
    margin-bottom: 1.5rem;
}

.cookie-warning-dialog-Fkf {
    animation: slideIn 0.5s ease-in-out;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(171,220,202,0.5);
    position: fixed;
    z-index: 90;
    background: rgb(129,191,176);
    border-top: 2px solid rgb(171,220,202);
}

.visitor-acceptance-Nya:hover svg {
    transform: rotate(20deg);
}

.cookie-notice-ilr {
    background: rgb(171,220,202);
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px 25px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 15px;
    box-shadow: 0 0 10px rgb(171,220,202,0.5);
    white-space: nowrap;
    color: #000000;
}

.learning-outcomes-ZfJ .impact-numbers-lqO {
    display: flex;
    align-items: center;
    gap: 50px;
}

.learning-outcomes-ZfJ .text-area-feI {
    flex: 0 0 52%;
    z-index: 2;
    position: relative;
}

.learning-outcomes-ZfJ h3 {
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
    font-size: 38px;
    position: relative;
}

.learning-outcomes-ZfJ h3::after {
    width: 30px;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(171,220,202);
}

.learning-outcomes-ZfJ li p {
    background: rgb(212,238,227);
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    transition: all 0.3s ease;
    gap: 16px;
    font-weight: 400;
    align-items: center;
    padding: 16px 20px;
    margin: 0;
    display: flex;
    border-radius: 12px;
}

.learning-outcomes-ZfJ li:hover svg path {
    fill: rgb(129,191,176);
}

.secure-stockade-lYR .container {
    transform: translateZ(0);
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 1;
    max-width: 1140px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(171,220,202);
    margin: 0 auto;
}

.secure-stockade-lYR h2::before {
    transform: scaleY(0.8);
    height: 100%;
    width: 4px;
    left: 0;
    background: rgb(171,220,202);
    opacity: 0.8;
    content: "";
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: 0;
}

.secure-stockade-lYR p {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    max-width: 95%;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}

.secure-stockade-lYR span {
    font-size: 12px;
    transform: translateY(0);
    margin-bottom: 30px;
    color: #000000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 2px solid rgb(129,191,176);
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    padding: 15px;
    display: block;
    line-height: 1.6;
}

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

.get-in-touch-FAf h3 {
    color: rgb(171,220,202);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.get-in-touch-FAf .inquiry-query-HCY {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

.get-in-touch-FAf .inquiry-query-HCY input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    position: absolute;
    content: "✓";
}

.get-in-touch-FAf .feedback-support-znZ:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(129,191,176);
    transform: translateY(-3px);
}

.get-in-touch-FAf svg path {
    fill: rgb(171,220,202);
}

.academic-experience-CGz {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.academic-experience-CGz .client-feedback-iMj:hover {
    transform: perspective(1000px) rotateX(0);
}

.academic-experience-CGz .client-feedback-iMj:hover .content-image-gWS {
    transform: translateZ(30px);
}

.academic-experience-CGz .client-feedback-iMj span:not(.name) {
    font-size: 19px;
    margin-bottom: 1rem;
    grid-area: job;
    font-weight: 600;
    color: rgb(129,191,176);
    transform: translateZ(5px);
}

.academic-experience-CGz .career-back-qWr::before {
    background: linear-gradient(90deg, rgb(171,220,202,0.5) 0%, transparent 100%);
    opacity: 0.1;
    left: 0;
    border-radius: 10px;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.pricing-level-vAh .learning-fees-BrK {
    padding: 2rem;
    background-color: #ffffff;
    border-left: 4px solid rgb(171,220,202);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}

.pricing-level-vAh .skill-pricing-JBc {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}

.pricing-level-vAh .cost-schemes-cud:nth-child(odd) .price-sheet-kJR {
    transform: rotate(-1deg);
}

.pricing-level-vAh .pay-plans-XBu {
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
    position: relative;
    flex-direction: column;
    z-index: 2;
    padding: 2rem;
    display: flex;
}

.pricing-level-vAh .cost-schemes-cud:hover .pay-plans-XBu h3 {
    transform: translateZ(25px);
}

.pricing-level-vAh .pricing-deals-iMz {
    display: block;
    color: rgb(171,220,202);
    position: relative;
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    transform: translateZ(15px);
    font-size: calc(24px * 1.8);
}

.pricing-level-vAh .cost-schemes-cud:hover .content-image-gWS {
    transform: scale(1.05) translateZ(0);
}

.customer-support-Gtq {
    background: linear-gradient(180deg, rgb(212,238,227) 0%, rgba(rgb(171,220,202), 0.03) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.customer-support-Gtq .container {
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.customer-support-Gtq h3 {
    letter-spacing: 1px;
    font-weight: 700;
    grid-column: 1 / -1;
    position: relative;
    text-transform: uppercase;
    background: rgb(171,220,202);
    font-size: 29px;
    color: #ffffff;
    padding: 30px 40px;
    margin: 0;
}

.customer-support-Gtq .message-block-mfu {
    display: grid;
    padding: 0 40px 40px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
    grid-column: 1 / -1;
}

.customer-support-Gtq .message-block-mfu span span {
    transform: none;
    border: none;
    margin: 0;
    background: transparent;
    padding: 0;
    display: inline-block;
    font-weight: 400;
}

.customer-support-Gtq .message-block-mfu span a::after {
    content: "";
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(171,220,202);
    bottom: -2px;
    opacity: 0.5;
    left: 0;
    width: 100%;
    position: absolute;
}

.customer-support-Gtq .contact-us-kuI span:last-child {
    border-bottom: none;
}

.customer-support-Gtq .contact-us-kuI span:hover {
    border-left: none;
    transform: none;
    background: rgba(rgb(171,220,202), 0.02);
    padding-left: 10px;
}



.customer-support-Gtq .message-block-mfu span::after {
    border-style: solid;
    opacity: 0;
    width: 0;
    border-color: transparent rgba(rgb(171,220,202), 0.1) transparent transparent;
    top: 0;
    border-width: 0 20px 20px 0;
    transition: all 0.3s ease;
    height: 0;
    content: "";
    right: 0;
    position: absolute;
}

.customer-support-Gtq .message-block-mfu span svg path {
    fill: rgb(171,220,202);
}

.customer-support-Gtq .message-block-mfu span svg path {
    transition: all 0.3s ease;
    stroke: #000000;
    stroke-opacity: 0.2;
    stroke-width: 1;
}

.client-experience-qjN::before {
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,220,202,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(129,191,176,0.5) 0%, transparent 15%);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}

.client-experience-qjN h2::after {
    right: -30px;
}

.client-experience-qjN .learning-stories-vVP {
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    gap: 2rem;
    display: flex;
}

.client-experience-qjN .client-feedback-iMj:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}

.client-experience-qjN .client-feedback-iMj img {
    position: relative;
    z-index: 2;
    width: 90px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 90px;
    transition: all 0.4s ease;
}

.client-experience-qjN .client-feedback-iMj .description::after {
    width: 40px;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(129,191,176,0.5);
    height: 2px;
    content: "";
    left: 50%;
}



@media (min-width: 768px) {.title-opener-JZD {
    padding: 8rem 4rem;
}.title-opener-JZD > div {
    flex-direction: row;
    align-items: center;
}.title-opener-JZD > div > div:first-child {
    flex: 1;
    padding-right: 2rem;
}.title-opener-JZD .learning-primary-sMA {
    margin-top: 0;
    flex: 1.2;
}.title-opener-JZD .team-culture-VxC {
    height: 420px;
}
}



@media (max-width: 768px) {.our-background-wop {
    padding: 60px 0;
}.our-background-wop .content-image-gWS {
    width: 180px;
    border-width: 6px;
    height: 180px;
}.our-background-wop .text-area-feI {
    padding: 30px;
}.our-background-wop h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.our-background-wop .text-area-feI::before,
    .our-background-wop .text-area-feI::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 992px) {.site-map-oys {
    padding: 4rem 0 2rem;
}.site-map-oys .container {
    flex-direction: column;
}.site-map-oys .company_holder {
    padding-right: 0;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}.site-map-oys .company_holder::after {
    display: none;
}.site-map-oys .academy-info-pUz {
    flex: 0 0 100%;
}.site-map-oys .head-study-lwb {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.site-map-oys .company_holder h3 {
    transform: skewX(-5deg);
}.site-map-oys .company_holder h3::after {
    width: 60px;
}.site-map-oys .privacy-cta-XnA {
    transform: none;
}.site-map-oys .head-study-lwb h5 {
    transform: none;
}.site-map-oys .head-study-lwb h5::before {
    transform: none;
}.site-map-oys .head-study-lwb .main-navbar-QeI a,
    .site-map-oys .head-study-lwb .main-navbar-QeI a:hover,
    .whatsapp-grp-xjC .enroll-info-ZJc {
    transform: none;
}}



@media (max-width: 991px) {.tyHub-gen {
    padding: 5rem 0;
}.tyHub-gen h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.tyHub-gen .impact-numbers-lqO {
    padding: 2rem;
}
}



@media (max-width: 576px) {.tyHub-gen {
    padding: 3rem 0;
}.tyHub-gen .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.tyHub-gen h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.75rem;
}.tyHub-gen .impact-numbers-lqO {
    padding: 1.5rem;
}.tyHub-gen li {
    padding-left: 1.25rem;
}.tyHub-gen li::before {
    top: 0.65rem;
    width: 6px;
    height: 6px;
}.tyHub-gen span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}



@media screen and (min-width: 768px) {.program-offerings-Rfs {
    padding: 7rem 0;
}.program-offerings-Rfs h2 {
    font-size: calc(37px * 1.1);
    max-width: 70%;
}.program-offerings-Rfs .class-map-Zuk {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}.program-offerings-Rfs .content-image-gWS {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 450px;
}.program-offerings-Rfs .text-area-feI {
    padding: 1rem 0;
}.program-offerings-Rfs .description {
    padding-right: 1.5rem;
    max-height: 450px;
}
}



@media (max-width: 768px) {.course-suitability-gow {
    padding: 4rem 0;
}.course-suitability-gow .impact-numbers-lqO {
    padding: 0 1.5rem;
}.course-suitability-gow h3 {
    margin-bottom: 3rem;
    font-size: calc(47px * 0.8);
}.course-suitability-gow ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course-suitability-gow li {
    padding: 1.5rem;
}.course-suitability-gow li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}



@media (max-width: 576px) {.learning-outcomes-ZfJ {
    padding: 50px 0;
}.learning-outcomes-ZfJ .content-image-gWS {
    max-width: 80%;
}.learning-outcomes-ZfJ .text-area-feI {
    width: 100%;
}.learning-outcomes-ZfJ .text-area-feI::before {
    inset: -15px;
}.learning-outcomes-ZfJ h3 {
    margin-bottom: 30px;
    font-size: 22px;
}.learning-outcomes-ZfJ ul {
    gap: 12px;
}.learning-outcomes-ZfJ li p {
    padding: 12px 15px;
}.learning-outcomes-ZfJ svg {
    padding: 4px;
    width: 22px;
    height: 22px;
}}



@media (max-width: 768px) {.get-in-touch-FAf {
    padding: 50px 0;
}.get-in-touch-FAf h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 4px);
}.get-in-touch-FAf .request-grid-PCF {
    padding: 30px 25px;
}.get-in-touch-FAf .content-image-gWS {
    min-height: 250px;
}
}



@media (max-width: 576px) {.get-in-touch-FAf {
    padding: 40px 0;
}.get-in-touch-FAf .container {
    padding: 0 15px;
}.get-in-touch-FAf h2::after {
    width: 40px;
}.get-in-touch-FAf .request-grid-PCF {
    padding: 25px 20px;
}.get-in-touch-FAf #contact {
    gap: 20px;
}.get-in-touch-FAf .feedback-support-znZ {
    width: 100%;
    padding: 14px 20px;
}.get-in-touch-FAf .content-image-gWS {
    min-height: 200px;
}}



@media (max-width: 991px) {.pricing-level-vAh {
    padding: 4rem 0;
}.pricing-level-vAh .learning-fees-BrK {
    order: -1;
}.pricing-level-vAh .learning-fees-BrK h2 {
    font-size: calc(28px * 0.9);
}.pricing-level-vAh .learning-fees-BrK .learn-rates-qwS {
    max-width: 100%;
}
}



@media (max-width: 1024px) {.customer-support-Gtq {
    padding: 80px 0;
}.customer-support-Gtq .form-edu-LlQ {
    grid-gap: 30px;
}.customer-support-Gtq h3 {
    padding: 25px 30px;
}.customer-support-Gtq .join-us-oiK {
    padding: 0 30px;
    padding-top: 30px;
}.customer-support-Gtq .message-block-mfu {
    padding: 0 30px 30px;
}.customer-support-Gtq .contact-us-kuI {
    margin: 10px 30px 30px;
}
}



@media (max-width: 576px) {.customer-support-Gtq .message-block-mfu span svg {
    width: 16px;
    height: 16px;
}.customer-support-Gtq .message-block-mfu span p svg {
    width: 12px;
    height: 12px;
}.customer-support-Gtq .contact-us-kuI h4 svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}}



@media (max-width: 480px) {.client-experience-qjN {
    padding: 3rem 0;
}.client-experience-qjN h2 {
    font-size: calc(33px * 0.8);
}.client-experience-qjN .client-feedback-iMj {
    padding: 1.25rem;
}.client-experience-qjN .client-feedback-iMj img {
    height: 60px;
    width: 60px;
}
}



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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

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



@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(171,220,202), 0 0 10px rgb(171,220,202,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(171,220,202), 0 0 30px rgb(171,220,202,0.5);
    }
}

