﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.header_navbarJmk {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.blog_refhTy {
    flex: 0 0 auto;
}.wrapper-skeletonhce {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(255, 255, 255, 0.5);
    width: auto;
}::-webkit-scrollbar-track {
    border-radius: 5.3vh;
    background: rgb(211,229,226);
}::-webkit-scrollbar-thumb {
    transition: border-radius 3.8s ease-in;
    border: 1px solid rgb(121,173,168,0.5);
    background: rgb(167,202,198,0.5);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(121,173,168,0.5);
    scrollbar-width: thin;
}.container {
    margin: auto;
    width: 1160px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_pagebarlqh {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: rgb(211,229,226);
    z-index: 100;
}header .top_pagebarlqh::before {
    opacity: 0.2;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(167,202,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(121,173,168,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
}header .top_pagebarlqh::after {
    width: 40%;
    opacity: 0.1;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(167,202,198,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    z-index: -1;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .top_pagewrapSps {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
}header .main_barbvS {
    position: relative;
    z-index: 2;
}header .top_expertAZD {
    z-index: 2;
    display: block;
    position: relative;
}header .top_expertAZD::before,
header .top_expertAZD::after {
    opacity: 0;
    transition: all 0.5s ease;
    background: rgb(167,202,198,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -1;
}header .top_expertAZD::before {
    left: -15px;
    width: 50px;
    top: -15px;
    height: 50px;
}header .top_expertAZD::after {
    background: rgb(121,173,168,0.5);
    height: 25px;
    width: 25px;
    bottom: -5px;
    right: -10px;
}header .top_expertAZD:hover::before,
header .top_expertAZD:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .top_expertAZD svg {
    transition: all 0.3s ease;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
}header .top_expertAZD:hover svg {
    transform: rotate(-5deg);
}header .nav_studyhdw {
    background: linear-gradient(to right, transparent, #ffffff);
    justify-content: flex-end;
    list-style: none;
    display: flex;
    border-radius: 0 11px 11px 0;
    margin: 0;
    padding: 10px 20px;
    flex-wrap: wrap;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}header .nav_studyhdw::after {
    height: 100%;
    position: absolute;
    animation: moveStripes 20s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(167,202,198,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(167,202,198,0.5) 50%, rgb(167,202,198,0.5) 75%, transparent 75%, transparent);
    z-index: -1;
    opacity: 0.05;
    content: "";
    width: 100%;
    left: 0;
    background-size: 10px 10px;
    top: 0;
}header .top_sitebarRYy {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}header .top_sitebarRYy::before {
    border-left: 5px solid rgb(167,202,198);
    border-top: 5px solid transparent;
    top: 50%;
    border-bottom: 5px solid transparent;
    height: 0;
    left: -10px;
    width: 0;
    content: "";
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
}header .top_sitebarRYy:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}header .top_sitebarRYy a {
    position: relative;
    font-size: 14px;
    transform-style: preserve-3d;
    color: #000000;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    background: transparent;
    font-family: Arial, sans-serif;
    padding: 10px 18px;
    border: 1px solid transparent;
    font-weight: 600;
}header .top_sitebarRYy a::before {
    left: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    transform: translateZ(-1px);
    height: 100%;
}header .top_sitebarRYy a::after {
    left: 50%;
    height: 2px;
    width: 0;
    content: "";
    transform: translateX(-50%);
    background: rgb(167,202,198);
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
}header .top_sitebarRYy a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(167,202,198);
    border-color: rgb(167,202,198,0.5);
    transform: translateZ(20px);
}header .top_sitebarRYy a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .top_pagewrapSps {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 2rem;
}header .nav_studyhdw {
    clip-path: none;
    width: 100%;
    justify-content: center;
    background: #ffffff;
    border-radius: 11px;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top_sitebarRYy {
    margin: 3px 5px;
}header .top_sitebarRYy a {
    font-size: calc(14px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .nav_studyhdw {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}header .top_sitebarRYy {
    width: 100%;
    margin: 3px 0;
}header .top_sitebarRYy a {
    text-align: center;
    width: 100%;
}header .top_sitebarRYy::before {
    display: none;
}header .top_expertAZD svg {
    height: 40px;
}}.our_backgroundPDX {
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgb(167,202,198,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.our_backgroundPDX::before {
    z-index: 1;
    left: 0;
    opacity: 0.15;
    background-image: linear-gradient(30deg, transparent 90%, rgb(121,173,168,0.5) 92%),
                     linear-gradient(150deg, transparent 90%, rgb(121,173,168,0.5) 92%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.our_backgroundPDX::after {
    height: 60%;
    opacity: 0.08;
    background: linear-gradient(120deg, rgb(167,202,198,0.5) 10%, rgb(121,173,168) 90%);
    width: 40%;
    z-index: 0;
    transform: rotate(-15deg);
    filter: blur(30px);
    content: '';
    bottom: -10%;
    right: -5%;
    position: absolute;
}.our_backgroundPDX .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.our_backgroundPDX h1 {
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.our_backgroundPDX h1::after {
    animation: expandWidth 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    width: 80px;
    transform-origin: left;
    content: '';
    height: 4px;
    bottom: -10px;
    left: 0;
    position: absolute;
}.our_backgroundPDX .skill_philoTjP {
    position: relative;
    margin-top: 30px;
}.our_backgroundPDX .skill_philoTjP ul {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
    gap: 40px;
    list-style: none;
}.our_backgroundPDX .learn_expertsHYO {
    animation-delay: calc(var(--i, 0) * 0.2s);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(167,202,198);
    position: relative;
}.our_backgroundPDX .learn_expertsHYO:nth-child(1) {
    --i: 1;
}.our_backgroundPDX .learn_expertsHYO:nth-child(2) {
    --i: 2;
    border-left-color: rgb(121,173,168);
}.our_backgroundPDX .learn_expertsHYO:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.02);
}.our_backgroundPDX .learn_expertsHYO h4 {
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}.our_backgroundPDX .learn_expertsHYO:nth-child(1) h4::before {
    left: -30px;
    height: 25px;
    top: -8px;
    z-index: -1;
    opacity: 0.2;
    width: 25px;
    background: rgb(167,202,198,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    content: '';
}.our_backgroundPDX .learn_expertsHYO:nth-child(2) h4::before {
    top: -8px;
    left: -30px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    z-index: -1;
    width: 25px;
    background: rgb(121,173,168,0.5);
    content: '';
    height: 25px;
    opacity: 0.2;
}.our_backgroundPDX .learn_expertsHYO div {
    padding-right: 15px;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    max-height: 300px;
    letter-spacing: 0.2px;
    font-weight: 400;
}.our_backgroundPDX .learn_expertsHYO div::-webkit-scrollbar {
    width: 5px;
}.our_backgroundPDX .learn_expertsHYO div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.our_backgroundPDX .learn_expertsHYO div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(167,202,198,0.5), rgb(121,173,168,0.5));
    border-radius: 10px;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}


@media screen and (max-width: 992px) {.our_backgroundPDX {
    padding: 60px 0;
}.our_backgroundPDX h1 {
    font-size: calc(47px * 0.9);
}.our_backgroundPDX .skill_philoTjP ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_backgroundPDX .learn_expertsHYO {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.our_backgroundPDX {
    padding: 50px 0;
}.our_backgroundPDX h1 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.85);
}.our_backgroundPDX h1::after {
    height: 3px;
}.our_backgroundPDX .learn_expertsHYO {
    padding: 25px 20px;
}.our_backgroundPDX .learn_expertsHYO h4 {
    font-size: 21px;
}.our_backgroundPDX .learn_expertsHYO div {
    font-size: calc(12px * 0.95);
    max-height: 250px;
}
}

@media screen and (max-width: 576px) {.our_backgroundPDX {
    padding: 40px 0;
}.our_backgroundPDX h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.8);
}.our_backgroundPDX .skill_philoTjP {
    margin-top: 20px;
}.our_backgroundPDX .skill_philoTjP ul {
    gap: 25px;
}.our_backgroundPDX .learn_expertsHYO {
    padding: 20px 15px;
}.our_backgroundPDX .learn_expertsHYO h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 12px;
}.our_backgroundPDX .learn_expertsHYO div {
    max-height: 200px;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.launch_nowjXI {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    position: relative;
    padding: 110px 0;
    z-index: 1;
}.launch_nowjXI::before {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: '';
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
}.launch_nowjXI::after {
    position: absolute;
    animation: dataFlow 8s linear infinite;
    opacity: 0.5;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
}.launch_nowjXI .knowledge_expertsZlu {
    padding: 0 30px;
    position: relative;
    justify-content: center;
    max-width: 1000px;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.launch_nowjXI .knowledge_expertsZlu::before {
    transform-origin: center;
    width: 300%;
    opacity: 0.03;
    animation: rotateRadial 60s linear infinite;
    left: -100%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    height: 300%;
    z-index: -1;
    top: -100%;
    content: '';
}.launch_nowjXI .knowledge_expertsZlu::after {
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
    background-size: 60px 60px;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.04;
    left: 0;
    width: 100%;
    position: absolute;
    animation: shiftPattern 40s linear infinite;
}.launch_nowjXI h3 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 55px;
    text-align: center;
    text-shadow: 0 0 15px #ffffff;
    color: #ffffff;
}.launch_nowjXI h3::before {
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    height: 3px;
    width: 120px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    bottom: -18px;
    transform: translateX(-50%);
    left: 50%;
    content: '';
}.launch_nowjXI h3::after {
    left: 0;
    animation: scanLine 3s linear infinite;
    height: 40px;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    position: absolute;
    opacity: 0.1;
    background-position: center;
    width: 100%;
    background-size: 100% 3px;
    top: -45px;
    background-repeat: no-repeat;
    content: '';
}.launch_nowjXI .edu_asksupJCI {
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    transition: all 0.4s ease;
    background: rgb(121,173,168);
    z-index: 1;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 18px 50px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(121,173,168,0.5);
    position: relative;
    font-size: 16px;
}.launch_nowjXI .edu_asksupJCI::before {
    transition: all 0.6s ease;
    content: '';
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    z-index: -1;
    width: 200%;
    top: 0;
    left: -100%;
    position: absolute;
}.launch_nowjXI .edu_asksupJCI::after {
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
    content: '';
    left: -1%;
    width: 102%;
    transition: all 0.4s ease;
    z-index: -2;
    height: calc(100% + 4px);
    position: absolute;
    opacity: 0;
    top: -2px;
    background: linear-gradient(
        rgb(167,202,198),
        rgb(121,173,168)
    );
}.launch_nowjXI .edu_asksupJCI:hover {
    transform: translateY(-5px);
    background: transparent;
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(121,173,168);
    color: #ffffff;
}.launch_nowjXI .edu_asksupJCI:hover::before {
    left: 100%;
}.launch_nowjXI .edu_asksupJCI:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.launch_nowjXI {
    padding: 90px 0;
}.launch_nowjXI h3 {
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-size: calc(30px * 0.9);
}.launch_nowjXI h3::before {
    width: 100px;
}.launch_nowjXI .edu_asksupJCI {
    padding: 16px 45px;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 768px) {.launch_nowjXI {
    padding: 70px 0;
}.launch_nowjXI h3 {
    margin-bottom: 45px;
    font-size: calc(30px * 0.8);
    letter-spacing: 2px;
}.launch_nowjXI h3::before {
    bottom: -15px;
    width: 90px;
    height: 2px;
}.launch_nowjXI h3::after {
    height: 30px;
    top: -35px;
}.launch_nowjXI .edu_asksupJCI {
    font-size: calc(16px * 0.9);
    letter-spacing: 2px;
    padding: 14px 40px;
}
}

@media screen and (max-width: 576px) {.launch_nowjXI {
    padding: 50px 0;
}.launch_nowjXI h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
}.launch_nowjXI h3::before {
    height: 2px;
    width: 70px;
    bottom: -12px;
}.launch_nowjXI h3::after {
    top: -25px;
    height: 20px;
}.launch_nowjXI .edu_asksupJCI {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(16px * 0.85);
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}.customer_commentsSXs {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(211,229,226) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.customer_commentsSXs::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.7;
    background: repeating-linear-gradient(
        rgba(rgb(167,202,198,0.5), 0.03) 1px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    top: 0;
    height: 100%;
}.customer_commentsSXs::after {
    right: -20%;
    border-radius: 50%;
    top: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(121,173,168,0.5), 0.08) 0%,
        rgba(rgb(121,173,168,0.5), 0.03) 40%,
        transparent 70%
    );
    height: 70vw;
    width: 70vw;
    z-index: 0;
}.customer_commentsSXs h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    transform: translateY(0);
    z-index: 2;
    position: relative;
    animation: titleReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    margin-bottom: 60px;
}.customer_commentsSXs h2::after {
    background: linear-gradient(90deg, transparent, rgb(121,173,168), transparent);
    width: 120px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%) scaleX(0);
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    content: "";
}.customer_commentsSXs .container.knowledge_expertsZlu {
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.customer_commentsSXs .success_storiescHY {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 40px;
}.customer_commentsSXs .review_cornerNhY {
    animation-delay: calc(0.15s * var(--index, 0));
    transform: translateZ(0) translateY(20px) rotateX(2deg);
    border-radius: 10px;
    animation: reviewAppear 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    padding: 30px;
    display: flex;
    transform-style: preserve-3d;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.customer_commentsSXs .review_cornerNhY:hover {
    transform: translateZ(10px) translateY(-5px) rotateX(0);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 0 0 1px rgba(rgb(167,202,198,0.5), 0.02);
}.customer_commentsSXs .review_cornerNhY::before {
    top: -20px;
    left: 20px;
    color: rgba(rgb(121,173,168,0.5), 0.1);
    font-family: serif;
    position: absolute;
    content: "";
    line-height: 1;
    font-size: 120px;
    z-index: 0;
}.customer_commentsSXs .review_cornerNhY h3 {
    color: rgb(167,202,198);
    z-index: 2;
    font-size: calc(23px - 2px);
    margin-bottom: 10px;
    transform: translateX(0);
    font-weight: 600;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.customer_commentsSXs .review_cornerNhY:hover h3 {
    transform: translateX(5px);
}.customer_commentsSXs .review_cornerNhY .description {
    flex-grow: 1;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}.customer_commentsSXs .review_cornerNhY div {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 60px;
    border: 3px solid rgba(rgb(121,173,168,0.5), 0.2);
    margin-top: auto;
    height: 60px;
    transform: translateY(0) scale(1);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}.customer_commentsSXs .review_cornerNhY:hover div {
    transform: translateY(-5px) scale(1.05);
    border-color: rgba(rgb(121,173,168,0.5), 0.4);
}.customer_commentsSXs .review_cornerNhY div::after {
    content: "";
    top: 0;
    border-radius: 50%;
    z-index: 3;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(rgb(167,202,198,0.5), 0.1);
}.customer_commentsSXs .review_cornerNhY img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 100%;
}.customer_commentsSXs .review_cornerNhY:hover img {
    transform: scale(1.1);
}.customer_commentsSXs .review_cornerNhY:nth-child(2n) {
    transform: translateZ(0) translateY(20px) rotateX(-2deg);
}.customer_commentsSXs .review_cornerNhY:nth-child(2n):hover {
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.customer_commentsSXs .review_cornerNhY:nth-child(3n)::before {
    left: auto;
    right: 20px;
}.customer_commentsSXs .review_cornerNhY:nth-child(3n) div {
    margin-left: auto;
}.customer_commentsSXs .review_cornerNhY:nth-child(3n+1) {
    border-top: 3px solid rgb(167,202,198);
}.customer_commentsSXs .review_cornerNhY:nth-child(3n+2) {
    border-top: 3px solid rgb(121,173,168);
}.customer_commentsSXs .review_cornerNhY:nth-child(3n+3) {
    border-top: 3px solid rgba(rgb(167,202,198,0.5), 0.5);
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes reviewAppear {
    0% {
        transform: translateZ(0) translateY(50px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.customer_commentsSXs {
    padding: 90px 0;
}.customer_commentsSXs h2 {
    font-size: calc(37px - 2px);
    margin-bottom: 50px;
}.customer_commentsSXs .success_storiescHY {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
}

@media (max-width: 991px) {.customer_commentsSXs {
    padding: 80px 0;
}.customer_commentsSXs h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.customer_commentsSXs .success_storiescHY {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.customer_commentsSXs .review_cornerNhY {
    padding: 25px;
}
}

@media (max-width: 767px) {.customer_commentsSXs {
    padding: 60px 0;
}.customer_commentsSXs h2 {
    margin-bottom: 35px;
    font-size: calc(37px - 6px);
}.customer_commentsSXs .success_storiescHY {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_commentsSXs .review_cornerNhY {
    padding: 20px;
}.customer_commentsSXs .review_cornerNhY::before {
    font-size: 100px;
}
}

@media (max-width: 480px) {.customer_commentsSXs {
    padding: 50px 0;
}.customer_commentsSXs h2 {
    font-size: calc(37px - 8px);
    margin-bottom: 30px;
}.customer_commentsSXs .review_cornerNhY {
    padding: 20px 15px;
}.customer_commentsSXs .review_cornerNhY::before {
    top: -15px;
    font-size: 80px;
}.customer_commentsSXs .review_cornerNhY h3 {
    font-size: calc(23px - 4px);
}.customer_commentsSXs .review_cornerNhY .description {
    font-size: calc(16px - 1px);
}}.cookie_alert_overlayjXO {
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(167,202,198);
    position: fixed;
    width: 100%;
    background: rgb(211,229,226);
}.user_choicesGuj {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_alert_overlayjXO h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieMessageWindowuQP {
    display: none;
}#cookieMessageWindowuQP:checked ~ .cookie_alert_overlayjXO {
    visibility: hidden;
    opacity: 0;
}.cookie_alert_overlayjXO p {
    font-size: 18px;
}.cookie_rulesmLu {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_rulesmLu svg, .cookie_rulesmLu svg path, .cookie_rulesmLu img {
    fill: rgb(167,202,198);
    height: 100px;
    width: 100px;
}.cookie_tabPWw {
    font-size: 24px;
    color: rgb(167,202,198);
    margin-left: 10px;
    line-height: 35px;
    border-bottom: 2px solid rgb(167,202,198);
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    min-width: 120px;
}.cookie_alert_overlayjXO p a {
    text-decoration: none;
    color: rgb(167,202,198);
}
@media only screen and (max-width: 1200px) {.cookie_alert_overlayjXO {
    padding: 20px;
}}

.wrapper-skeletonhce .cookie_alert_overlayjXO {
    box-shadow: rgb(121,173,168,0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(121,173,168);
    padding: 40px 0;
}.wrapper-skeletonhce .cookie_tabPWw {
    border: none;
    font-weight: 400;
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    background: rgb(167,202,198);
}.wrapper-skeletonhce .cookie_confirmJIl h5, .wrapper-skeletonhce .cookie_confirmJIl p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_rulesmLu {
    display: none;
}.user_choicesGuj {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_alert_overlayjXO h5 {
    text-align: center;
}.cookie_alert_overlayjXO p {
    text-align: center;
}.cookie_confirmJIl {
    margin-bottom: 20px;
}body .wrapper-skeletonhce .cookie_tabPWw {
    margin-bottom: 10px;
    margin-left: 0;
}}.teacher_profilemhu {
    padding: 80px 0;
    background-color: rgb(211,229,226);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.teacher_profilemhu::before {
    background: linear-gradient(
        135deg,
        rgb(121,173,168,0.5) 0%,
        transparent 40%,
        rgb(167,202,198,0.5) 100%
    );
    content: "";
    transform: skewY(-5deg);
    z-index: 0;
    height: 120%;
    left: -5%;
    width: 120%;
    position: absolute;
    top: -10%;
}.teacher_profilemhu .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.teacher_profilemhu .review_cornerNhY {
    border-left: 4px solid rgb(167,202,198);
    background-color: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    display: grid;
    gap: 30px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
}.teacher_profilemhu .review_cornerNhY:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.teacher_profilemhu .review_cornerNhY > div:first-child {
    position: relative;
    transition: transform 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 240px;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.teacher_profilemhu .review_cornerNhY:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}.teacher_profilemhu .review_cornerNhY .image_box_wrapAcx {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.teacher_profilemhu .review_cornerNhY:hover .image_box_wrapAcx {
    transform: scale(1.03);
}.teacher_profilemhu .review_cornerNhY > div:nth-child(2) {
    transform: translateZ(10px);
    padding-left: 15px;
    position: relative;
}.teacher_profilemhu .review_cornerNhY > div:nth-child(2)::before {
    width: 3px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: top;
    left: 0;
    top: 0;
    transform: scaleY(0);
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(167,202,198) 0%,
        rgb(121,173,168) 100%
    );
}.teacher_profilemhu .review_cornerNhY:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}.teacher_profilemhu .name {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.teacher_profilemhu .name::after {
    background-color: rgb(167,202,198);
    height: 2px;
    width: 40%;
    left: 0;
    bottom: -5px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
}.teacher_profilemhu .review_cornerNhY:hover .name::after {
    width: 100%;
}.teacher_profilemhu .review_cornerNhY > div:nth-child(2) > div {
    color: rgb(121,173,168);
    letter-spacing: 0.5px;
    font-size: calc(18px - 2px);
    opacity: 0.9;
    margin-top: 5px;
    font-weight: 600;
}.teacher_profilemhu .review_cornerNhY > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
    transition: transform 0.4s ease-out;
}.teacher_profilemhu .review_cornerNhY:hover > div:nth-child(3) {
    transform: translateZ(15px);
}.teacher_profilemhu .career_projectschB {
    line-height: 1.8;
    font-size: 18px;
    padding: 20px 10px 20px 25px;
    color: #000000;
    position: relative;
    border-radius: 10px;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(167,202,198,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
}.teacher_profilemhu .career_projectschB::before {
    position: absolute;
    color: rgb(167,202,198,0.5);
    left: 5px;
    line-height: 1;
    opacity: 0.4;
    top: 10px;
    font-size: calc(43px * 1.5);
    content: "";
}

@media screen and (min-width: 768px) {.teacher_profilemhu {
    padding: 100px 0;
}.teacher_profilemhu .review_cornerNhY {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.teacher_profilemhu .review_cornerNhY > div:first-child {
    height: 100%;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.teacher_profilemhu .review_cornerNhY > div:nth-child(2) {
    grid-row: 1;
    padding-left: 40px;
    align-self: start;
    grid-column: 2;
}.teacher_profilemhu .review_cornerNhY > div:nth-child(3) {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 2;
}.teacher_profilemhu .career_projectschB {
    font-size: calc(18px + 1px);
    padding: 25px 20px 25px 35px;
}
}

@media screen and (min-width: 992px) {.teacher_profilemhu {
    padding: 120px 0;
}.teacher_profilemhu .review_cornerNhY {
    padding: 60px;
    gap: 40px;
    transform: perspective(1200px) rotateY(-3deg);
    grid-template-columns: 380px 1fr;
}.teacher_profilemhu .name {
    font-size: calc(18px + 2px);
}.teacher_profilemhu .review_cornerNhY > div:nth-child(2) > div {
    font-size: 18px;
}.teacher_profilemhu .career_projectschB {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.teacher_profilemhu .career_projectschB::before {
    font-size: calc(43px * 2);
}
}

@media (hover: none) {.teacher_profilemhu .review_cornerNhY {
    transform: none !important;
}.teacher_profilemhu .review_cornerNhY > div:first-child,
    .teacher_profilemhu .review_cornerNhY > div:nth-child(3) {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.teacher_profilemhu .review_cornerNhY,
    .teacher_profilemhu .review_cornerNhY > div,
    .teacher_profilemhu .name::after,
    .teacher_profilemhu .image_box_wrapAcx {
    transition: none !important;
    transform: none !important;
}}.pricing_kitntB {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_kitntB::before {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 0;
    left: 0;
    right: 0;
}.pricing_kitntB .container {
    max-width: 1320px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.pricing_kitntB .package_dealsgxJ {
    perspective: 1200px;
}.pricing_kitntB h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
    color: #ffffff;
    font-size: 32px;
}.pricing_kitntB h2::after {
    background: linear-gradient(90deg, rgb(167,202,198), rgb(121,173,168));
    position: absolute;
    height: 4px;
    bottom: -15px;
    width: 80px;
    content: "";
    box-shadow: 0 2px 10px rgba(rgb(167,202,198,0.5), 0.5);
    left: 50%;
    transform: translateX(-50%);
}.pricing_kitntB .fee_offerszQs {
    margin: 0 auto 3rem;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    max-width: 800px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    transform: translateZ(20px);
}.pricing_kitntB .study_packagesUPX {
    margin: 0;
    list-style: none;
    transform-style: preserve-3d;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    gap: 30px;
}.pricing_kitntB .study_packagesUPX li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.pricing_kitntB .study_packagesUPX li:hover {
    z-index: 2;
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
}.pricing_kitntB .learn_rateshHw {
    transform-style: preserve-3d;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
}.pricing_kitntB .training_feesKOx {
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 2px;
    background: linear-gradient(135deg, 
        rgba(rgb(167,202,198,0.5), 0.2) 0%, 
        rgba(rgb(167,202,198,0.5), 0.3) 50%, 
        rgba(rgb(167,202,198,0.5), 0.18) 100%);
    overflow: hidden;
    height: 100%;
}.pricing_kitntB .training_feesKOx::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    transform: translateZ(10px);
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(167,202,198), 
        rgb(121,173,168) 50%, 
        rgb(167,202,198));
}.pricing_kitntB .training_feesKOx::after {
    width: 200%;
    position: absolute;
    height: 200%;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: -50%;
    content: "";
    left: -50%;
    transform: translateZ(5px);
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}.pricing_kitntB .learn_rateshHw:hover .training_feesKOx::after {
    opacity: 1;
}.pricing_kitntB .rate_plansSap {
    position: relative;
    padding: 30px 25px;
    z-index: 1;
    transform-style: preserve-3d;
}.pricing_kitntB .rate_plansSap h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: calc(24px * 1.1);
    transition: transform 0.4s ease;
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
}.pricing_kitntB .learn_rateshHw:hover .rate_plansSap h4 {
    color: rgb(121,173,168);
    transform: translateZ(25px);
}.pricing_kitntB .rate_plansSap p {
    line-height: 1.7;
    font-size: 12px;
    overflow-y: auto;
    position: relative;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(15px);
    padding-right: 5px;
    max-height: 220px;
}.pricing_kitntB .rate_plansSap p::-webkit-scrollbar {
    width: 3px;
}.pricing_kitntB .rate_plansSap p::-webkit-scrollbar-thumb {
    background-color: rgba(rgb(121,173,168,0.5), 0.6);
    border-radius: 3px;
}.pricing_kitntB .rate_plansSap p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.pricing_kitntB .deal_gridYDr {
    font-weight: 700;
    display: block;
    transform: translateZ(25px);
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 20px;
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background: linear-gradient(rgba(rgb(167,202,198,0.5), 0.2), rgba(rgb(167,202,198,0.5), 0.4));
    text-align: center;
    color: rgb(121,173,168);
    position: relative;
    font-size: calc(24px * 1.3);
}.pricing_kitntB .learn_rateshHw:hover .deal_gridYDr {
    transform: translateZ(30px) scale(1.05);
    color: #ffffff;
    background: linear-gradient(rgba(rgb(121,173,168,0.5), 0.4), rgba(rgb(121,173,168,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {.pricing_kitntB {
    padding: 100px 0;
}.pricing_kitntB .study_packagesUPX {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.pricing_kitntB {
    padding: 80px 0;
}.pricing_kitntB h2 {
    font-size: calc(32px * 0.9);
}.pricing_kitntB .fee_offerszQs {
    font-size: 12px;
    margin-bottom: 2.5rem;
}.pricing_kitntB .study_packagesUPX {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_kitntB .rate_plansSap {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_kitntB {
    padding: 60px 0;
}.pricing_kitntB h2 {
    font-size: calc(32px * 0.8);
}.pricing_kitntB .study_packagesUPX {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing_kitntB .study_packagesUPX li {
    transform: perspective(800px) rotateX(3deg);
}.pricing_kitntB .deal_gridYDr {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 575px) {.pricing_kitntB {
    padding: 50px 0;
}.pricing_kitntB h2 {
    font-size: calc(32px * 0.7);
}.pricing_kitntB .fee_offerszQs {
    font-size: calc(12px * 0.95);
    margin-bottom: 2rem;
}.pricing_kitntB .rate_plansSap {
    padding: 20px 15px;
}.pricing_kitntB .rate_plansSap h4 {
    font-size: 24px;
}.pricing_kitntB .rate_plansSap p {
    font-size: calc(12px * 0.9);
    max-height: 180px;
}.pricing_kitntB .deal_gridYDr {
    font-size: 24px;
    padding: 8px 12px;
}}.learning_systemTsB {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 8rem 0;
}.learning_systemTsB::before {
    top: -10%;
    opacity: 0.15;
    background: linear-gradient(120deg, rgb(167,202,198,0.5) 0%, rgb(121,173,168,0.5) 100%);
    position: absolute;
    width: 25rem;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    filter: blur(7rem);
    height: 25rem;
    content: "";
}.learning_systemTsB::after {
    z-index: 0;
    opacity: 0.1;
    width: 30rem;
    height: 30rem;
    background: linear-gradient(-45deg, rgb(121,173,168,0.5) 0%, rgb(167,202,198,0.5) 100%);
    left: -10%;
    bottom: -5%;
    transform: rotate(25deg);
    filter: blur(10rem);
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    position: absolute;
}.learning_systemTsB .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.learning_systemTsB .knowledge_expertsZlu {
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    padding: 3.5rem 3rem;
}.learning_systemTsB .knowledge_expertsZlu:hover {
    transform: perspective(1000px) rotateY(0deg);
}.learning_systemTsB .knowledge_expertsZlu::before {
    left: 0;
    position: absolute;
    transform: translateX(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(167,202,198), rgb(121,173,168));
    height: 100%;
    top: 0;
}.learning_systemTsB .knowledge_expertsZlu:hover::before {
    transform: translateX(0);
}.learning_systemTsB .knowledge_expertsZlu::after {
    content: "";
    transform: rotate(15deg);
    width: 8rem;
    right: 3rem;
    opacity: 0.08;
    position: absolute;
    height: 8rem;
    top: 3rem;
    z-index: -1;
}.learning_systemTsB h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
    font-weight: 700;
    color: #000000;
}.learning_systemTsB h3::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(167,202,198), transparent);
    opacity: 0.7;
    left: 0;
    content: "";
    width: 75%;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    transform: scaleX(0.7);
}.learning_systemTsB .knowledge_expertsZlu:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.learning_systemTsB p {
    color: #000000;
    line-height: 1.75;
    opacity: 0.9;
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
}.learning_systemTsB .knowledge_expertsZlu:hover p {
    opacity: 1;
    transform: translateY(-3px);
}.learning_systemTsB p span {
    position: relative;
    display: inline-block;
    z-index: 1;
}.learning_systemTsB p span::before {
    position: absolute;
    content: "";
    background: rgba(rgb(167,202,198,0.5), 0.06);
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    left: 0;
    z-index: -1;
    bottom: 0;
    height: 0;
}.learning_systemTsB .knowledge_expertsZlu:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(25deg) translateY(0);
    }
    50% {
        transform: rotate(20deg) translateY(-30px);
    }
}

@media (max-width: 992px) {.learning_systemTsB {
    padding: 6rem 0;
}.learning_systemTsB .knowledge_expertsZlu {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.learning_systemTsB h3 {
    font-size: calc(33px * 0.8);
}.learning_systemTsB .knowledge_expertsZlu::after {
    height: 6rem;
    width: 6rem;
    right: 2rem;
    top: 2rem;
}
}

@media (max-width: 768px) {.learning_systemTsB {
    padding: 5rem 0;
}.learning_systemTsB .knowledge_expertsZlu {
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.75rem;
}.learning_systemTsB .knowledge_expertsZlu::before {
    height: 8px;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(167,202,198), rgb(121,173,168));
    transform: translateY(-8px);
}.learning_systemTsB .knowledge_expertsZlu:hover::before {
    transform: translateY(0);
}.learning_systemTsB h3 {
    font-size: calc(33px * 0.7);
}.learning_systemTsB p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.learning_systemTsB .knowledge_expertsZlu::after {
    height: 5rem;
    width: 5rem;
    opacity: 0.05;
}
}

@media (max-width: 576px) {.learning_systemTsB {
    padding: 4rem 0;
}.learning_systemTsB .knowledge_expertsZlu {
    padding: 1.75rem 1.25rem;
}.learning_systemTsB h3 {
    font-size: calc(33px * 0.65);
    margin-bottom: 1.25rem;
}.learning_systemTsB p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.learning_systemTsB .knowledge_expertsZlu::after {
    display: none;
}}.program_structuremGE {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-color: rgb(211,229,226);
    align-items: center;
}.program_structuremGE .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    padding: 4rem 2rem;
    position: relative;
}.program_structuremGE .knowledge_expertsZlu {
    flex-direction: column;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}.program_structuremGE .next_skillIlP {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}.program_structuremGE .next_skillIlP::before {
    height: 150px;
    width: 150px;
    background-color: rgb(167,202,198);
    opacity: 0.1;
    top: -50px;
    position: absolute;
    left: -30px;
    z-index: -1;
    border-radius: 50%;
    content: '';
}.program_structuremGE .next_skillIlP::after {
    opacity: 0.1;
    right: -20px;
    border-radius: 50%;
    content: '';
    background-color: rgb(121,173,168);
    height: 100px;
    bottom: -30px;
    position: absolute;
    width: 100px;
    z-index: -1;
}.program_structuremGE .next_skillIlP h3 {
    position: relative;
    color: rgb(167,202,198);
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 1.5rem;
}.program_structuremGE .next_skillIlP h3::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    background-color: rgb(167,202,198);
    width: 80px;
    border-radius: 2px;
    left: 50%;
}.program_structuremGE .next_skillIlP p {
    margin-right: auto;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    margin-left: auto;
    max-width: 700px;
    color: #000000;
    font-size: 14px;
}.program_structuremGE .next_skillIlP .request_cardJoh {
    font-size: 20px;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(167,202,198);
    text-decoration: none;
    position: relative;
}.program_structuremGE .next_skillIlP .request_cardJoh::before {
    height: 100%;
    border-radius: 50px;
    content: '';
    background-color: rgb(121,173,168);
    top: 0;
    z-index: -1;
    left: 0;
    transition: transform 0.4s ease;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
}.program_structuremGE .next_skillIlP .request_cardJoh:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.program_structuremGE .next_skillIlP .request_cardJoh:hover::before {
    transform: translateY(0);
}.program_structuremGE .study_tracknmR {
    margin-top: 3rem;
    position: relative;
    height: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.program_structuremGE .study_tracknmR::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    content: '';
    z-index: 5;
}.program_structuremGE .training_guidekzq {
    height: 100%;
    width: 500%;
    display: flex;
    animation: carousel-slide 25s ease-in-out infinite;
}.program_structuremGE .study_tracknmR:hover .training_guidekzq {
    animation-play-state: paused;
}.program_structuremGE .learn_skillsZQn {
    width: 20%;
    height: 100%;
    position: relative;
}.program_structuremGE .learn_skillsZQn img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}.program_structuremGE .learn_skillsZQn:hover img {
    transform: scale(1.05);
}.program_structuremGE .feature-item {
    text-align: center;
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
    min-width: 250px;
}.program_structuremGE .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.program_structuremGE .study_tracknmR {
    height: 350px;
}.program_structuremGE .next_skillIlP h3 {
    font-size: calc(46px * 0.9);
}.program_structuremGE .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.program_structuremGE .container {
    padding: 3rem 1.5rem;
}.program_structuremGE .study_tracknmR {
    height: 300px;
    margin-top: 2rem;
}.program_structuremGE .next_skillIlP h3 {
    font-size: calc(46px * 0.8);
}.program_structuremGE .feature-item {
    padding: 20px;
    min-width: 100%;
}.program_structuremGE .training_guidekzq {
    width: 600%;
    animation-duration: 20s;
}.program_structuremGE .learn_skillsZQn {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.program_structuremGE .study_tracknmR {
    height: 250px;
}.program_structuremGE .next_skillIlP .request_cardJoh {
    padding: 0.8rem 2rem;
}}.course_suitabilityFPp {
    overflow: hidden;
    background-color: #ffffff;
    padding: 90px 0;
    position: relative;
}.course_suitabilityFPp::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(167,202,198,0.5) 0,
        rgb(167,202,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.03;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}.course_suitabilityFPp .knowledge_expertsZlu {
    position: relative;
    max-width: 1100px;
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
}.course_suitabilityFPp h3 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    padding: 0 30px;
    display: inline-block;
}.course_suitabilityFPp h3::before,
.course_suitabilityFPp h3::after {
    content: '';
    top: 50%;
    background-color: rgb(167,202,198,0.5);
    width: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 15px;
    position: absolute;
}.course_suitabilityFPp h3::before {
    left: 0;
}.course_suitabilityFPp h3::after {
    right: 0;
}.course_suitabilityFPp ul {
    justify-content: center;
    display: flex;
    gap: 25px;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}.course_suitabilityFPp ul li {
    padding: 35px 25px;
    z-index: 1;
    min-width: 280px;
    position: relative;
    width: calc(33.333% - 17px);
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    align-items: center;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    gap: 20px;
    transition: all 0.4s ease;
    border-radius: 19px;
}.course_suitabilityFPp ul li::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(211,229,226) 100%);
    border-radius: 19px;
    z-index: -1;
}.course_suitabilityFPp ul li:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_suitabilityFPp ul li:hover::before {
    opacity: 1;
}.course_suitabilityFPp ul li svg {
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
}.course_suitabilityFPp ul li:hover svg {
    transform: scale(1.1);
}.course_suitabilityFPp ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(167,202,198);
}.course_suitabilityFPp ul li:hover svg path {
    fill: rgb(121,173,168);
}.course_suitabilityFPp ul li::after {
    background-color: rgb(167,202,198,0.5);
    bottom: 15px;
    position: absolute;
    height: 10px;
    transition: all 0.4s ease;
    content: '';
    opacity: 0.5;
    width: 10px;
    right: 15px;
    border-radius: 50%;
}.course_suitabilityFPp ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(121,173,168,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_suitabilityFPp ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.course_suitabilityFPp ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_suitabilityFPp ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_suitabilityFPp ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_suitabilityFPp ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_suitabilityFPp ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_suitabilityFPp ul li:nth-child(6) {
    animation-delay: 0.6s;
}.course_suitabilityFPp ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(167,202,198,0.5), 0.1);
}.course_suitabilityFPp ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(121,173,168,0.5), 0.1);
}

@media (max-width: 992px) {.course_suitabilityFPp {
    padding: 70px 0;
}.course_suitabilityFPp h3 {
    margin-bottom: 40px;
}.course_suitabilityFPp ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course_suitabilityFPp ul {
    gap: 20px;
}.course_suitabilityFPp ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.course_suitabilityFPp {
    padding: 50px 0;
}.course_suitabilityFPp h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
    padding: 0 20px;
}.course_suitabilityFPp h3::before,
    .course_suitabilityFPp h3::after {
    width: 10px;
    height: 10px;
}.course_suitabilityFPp ul li {
    padding: 20px 15px;
    gap: 15px;
}.course_suitabilityFPp ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.course_suitabilityFPp ul li {
    animation: none;
    opacity: 1;
}.course_suitabilityFPp ul li:hover {
    transform: none;
}.course_suitabilityFPp ul li:hover svg {
    transform: none;
}}.contact_sectionaOw {
    position: relative;
    padding: 100px 0;
    background: rgb(211,229,226);
    overflow: hidden;
}.contact_sectionaOw::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(167,202,198,0.5) 0,
        rgb(167,202,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    opacity: 0.07;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.contact_sectionaOw::after {
    content: "";
    top: 0;
    opacity: 0.07;
    position: absolute;
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    background-image: 
        linear-gradient(rgb(121,173,168,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(121,173,168,0.5) 1px, transparent 1px);
    z-index: 1;
    height: 100%;
}.contact_sectionaOw .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}.contact_sectionaOw h2 {
    position: relative;
    transform: translateX(-50%);
    font-size: 34px;
    text-align: center;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    left: 50%;
}.contact_sectionaOw h2::before {
    bottom: 0;
    position: absolute;
    height: 4px;
    content: "";
    left: calc(50% - 40px);
    background: rgb(167,202,198);
    width: 80px;
}.contact_sectionaOw h2::after {
    left: calc(50% - 15px);
    width: 30px;
    position: absolute;
    height: 4px;
    background: rgb(121,173,168);
    bottom: 0;
    content: "";
}.contact_sectionaOw .request_helpBzD {
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    margin-top: 50px;
    display: flex;
}.contact_sectionaOw .image_box_wrapAcx {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact_sectionaOw .image_box_wrapAcx::before {
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(167,202,198), 0.4), 
        rgba(rgb(121,173,168), 0.4)
    );
    z-index: 1;
    inset: 0;
    position: absolute;
}.contact_sectionaOw .connect_inquirypTu {
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
}.contact_sectionaOw .connect_inquirypTu::before {
    z-index: 0;
    border: 30px solid rgb(167,202,198,0.5);
    position: absolute;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    top: -75px;
    right: -75px;
}.contact_sectionaOw .connect_inquirypTu::after {
    z-index: 0;
    width: 100px;
    background: rgb(121,173,168,0.5);
    content: "";
    border-radius: 0;
    position: absolute;
    height: 100px;
    left: -50px;
    bottom: -50px;
    transform: rotate(45deg);
}.contact_sectionaOw form {
    position: relative;
    z-index: 2;
}.contact_sectionaOw form h3 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 21px;
}.contact_sectionaOw form h3::after {
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(167,202,198);
    bottom: -15px;
    left: 0;
    width: 50%;
}.contact_sectionaOw form input[type="text"] {
    border-bottom: 2px solid rgb(211,229,226);
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    background: transparent;
    padding: 20px 25px;
    width: 100%;
    border: none;
}.contact_sectionaOw form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(167,202,198);
}.contact_sectionaOw form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_sectionaOw form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_sectionaOw .help_queryVZR {
    margin-bottom: 40px;
    position: relative;
}.contact_sectionaOw .help_queryVZR input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_sectionaOw .help_queryVZR label {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact_sectionaOw .help_queryVZR label::before {
    top: 0;
    border: 2px solid rgb(211,229,226);
    content: "";
    background: transparent;
    height: 22px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
}.contact_sectionaOw .help_queryVZR input[type="checkbox"]:checked + label::before {
    background: rgb(167,202,198);
    border-color: rgb(167,202,198);
}.contact_sectionaOw .help_queryVZR input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    border: solid #ffffff;
    top: 4px;
    position: absolute;
    height: 12px;
    left: 8px;
    width: 6px;
}.contact_sectionaOw .help_queryVZR label a {
    text-decoration: none;
    color: rgb(167,202,198);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact_sectionaOw .help_queryVZR label a::after {
    background: rgb(167,202,198);
    transform: scaleX(1);
    bottom: -1px;
    transform-origin: left;
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}.contact_sectionaOw .help_queryVZR label a:hover {
    color: rgb(121,173,168);
}.contact_sectionaOw .help_queryVZR label a:hover::after {
    background: rgb(121,173,168);
    transform: scaleX(0);
}.contact_sectionaOw .request_cardJoh {
    border: none;
    width: auto;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    background: rgb(167,202,198);
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block;
    padding: 18px 40px;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    position: relative;
    font-weight: 600;
}.contact_sectionaOw .request_cardJoh::before {
    z-index: -1;
    position: absolute;
    transition: width 0.5s ease;
    background: rgb(121,173,168);
    height: 100%;
    transform: skewX(-25deg);
    width: 0;
    left: -10px;
    content: "";
    top: 0;
}.contact_sectionaOw .request_cardJoh:hover::before {
    width: 150%;
}.contact_sectionaOw svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
    stroke: rgb(167,202,198);
}.contact_sectionaOw svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(167,202,198);
}.contact_sectionaOw svg:hover,
.contact_sectionaOw svg:hover path {
    stroke: rgb(121,173,168);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_sectionaOw {
    padding: 80px 0;
}.contact_sectionaOw .image_box_wrapAcx {
    min-height: 500px;
}.contact_sectionaOw .connect_inquirypTu {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_sectionaOw {
    padding: 60px 0;
}.contact_sectionaOw .request_helpBzD {
    flex-direction: column;
}.contact_sectionaOw .image_box_wrapAcx {
    width: 100%;
    min-height: 300px;
}.contact_sectionaOw .connect_inquirypTu {
    padding: 40px 30px;
    width: 100%;
}.contact_sectionaOw form h3 {
    margin-bottom: 30px;
}.contact_sectionaOw form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_sectionaOw .help_queryVZR {
    margin-bottom: 30px;
}.contact_sectionaOw .request_cardJoh {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_sectionaOw {
    padding: 50px 0;
}.contact_sectionaOw h2 {
    font-size: calc(34px * 0.85);
}.contact_sectionaOw .request_helpBzD {
    margin-top: 30px;
}.contact_sectionaOw .image_box_wrapAcx {
    min-height: 200px;
}.contact_sectionaOw .connect_inquirypTu {
    padding: 30px 20px;
}.contact_sectionaOw form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_sectionaOw form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_sectionaOw .help_queryVZR {
    margin-bottom: 25px;
}.contact_sectionaOw .help_queryVZR label {
    font-size: calc(15px * 0.9);
}.contact_sectionaOw .request_cardJoh {
    padding: 12px 25px;
}}.privacy_concealmentUTa {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 40px;
    background-color: rgb(211,229,226);
}.privacy_concealmentUTa h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(167,202,198);
    font-size: 41px;
    color: rgb(167,202,198);
    margin-bottom: 20px;
    padding-bottom: 10px;
}.privacy_concealmentUTa h2 {
    color: rgb(121,173,168);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 38px;
    margin-top: 30px;
}.privacy_concealmentUTa h3, .privacy_concealmentUTa h4, .privacy_concealmentUTa h5, .privacy_concealmentUTa h6 {
    margin: 10px 0;
}.privacy_concealmentUTa ul {
    list-style: none;
    padding-left: 20px;
    margin-left: 20px;
    color: #000000;
}.privacy_concealmentUTa li {
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
}.privacy_concealmentUTa li::before {
    content: '→';
    position: absolute;
    left: -20px;
    font-weight: 700;
    color: rgb(167,202,198);
}.privacy_concealmentUTa div {
    margin-bottom: 20px;
}.privacy_concealmentUTa p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.privacy_concealmentUTa span {
    background-color: rgb(167,202,198,0.5);
    padding: 2px 5px;
    border-radius: 10px;
}.privacy_concealmentUTa a {
    transition: color 0.3s;
    color: rgb(167,202,198);
    text-decoration: none;
    font-weight: 600;
}.privacy_concealmentUTa a:hover {
    color: rgb(121,173,168);
}
@media only screen and (max-width: 800px) {.privacy_concealmentUTa {
    padding: 20px;
}.privacy_concealmentUTa h1 {
    font-size: calc(22px * 0.8);
}.privacy_concealmentUTa h2 {
    font-size: calc(22px * 0.8);
}.privacy_concealmentUTa ul {
    margin-left: 10px;
    padding-left: 10px;
}.privacy_concealmentUTa li::before {
    left: -15px;
}.privacy_concealmentUTa p {
    font-size: calc(18px * 0.9);
}}.analysis_summaryDAv {
    background: linear-gradient(120deg, #000000 0%, rgba(26, 32, 44, 1) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.analysis_summaryDAv::before {
    right: 0;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
}.analysis_summaryDAv::after {
    opacity: 0.05;
    z-index: -1;
    height: 100%;
    content: '';
    position: absolute;
    background-image: linear-gradient(135deg, rgb(167,202,198,0.5) 25%, transparent 25%, transparent 50%, rgb(167,202,198,0.5) 50%, rgb(167,202,198,0.5) 75%, transparent 75%, transparent);
    left: 0;
    background-size: 60px 60px;
    width: 100%;
    animation: patternMove 100s linear infinite;
    top: 0;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.analysis_summaryDAv .container {
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    position: relative;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
}.analysis_summaryDAv .statistics_benefitsZCS {
    padding: 50px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    order: 1;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.85) 100%);
    overflow: hidden;
}.analysis_summaryDAv .statistics_benefitsZCS::before {
    top: -30px;
    filter: blur(70px);
    height: 100px;
    position: absolute;
    content: '';
    background: rgb(167,202,198,0.5);
    opacity: 0.4;
    border-radius: 50%;
    width: 100px;
    right: -30px;
}.analysis_summaryDAv .statistics_benefitsZCS::after {
    content: '';
    filter: blur(50px);
    position: absolute;
    opacity: 0.4;
    background: rgb(121,173,168,0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: -30px;
    bottom: -30px;
}.analysis_summaryDAv .study_gainzwe {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 37px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}.analysis_summaryDAv .study_gainzwe::after {
    border-radius: 10px;
    bottom: 0;
    width: 70px;
    background: linear-gradient(to right, rgb(167,202,198), rgb(121,173,168));
    position: absolute;
    height: 3px;
    left: 0;
    content: '';
}.analysis_summaryDAv .statistics_boostcfm {
    font-size: 13px;
    opacity: 0.85;
    margin: 0;
    line-height: 1.8;
    color: #ffffff;
}.analysis_summaryDAv .statistics_edgeaVz {
    flex-direction: column;
    z-index: 2;
    order: 2;
    gap: 25px;
    position: relative;
    display: flex;
}.analysis_summaryDAv .statistics_upgradeJsH {
    backdrop-filter: blur(10px);
    align-items: center;
    border-left: 4px solid rgb(167,202,198);
    transition: all 0.4s ease;
    display: flex;
    border-radius: 28px;
    padding: 30px;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(30, 41, 59, 0.7);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(2n) {
    border-left-color: rgb(121,173,168);
    transform: translateX(40px);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(3n) {
    border-left-color: rgb(167,202,198,0.5);
    transform: translateX(20px);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(4n) {
    transform: translateX(60px);
    border-left-color: rgb(121,173,168,0.5);
}.analysis_summaryDAv .statistics_upgradeJsH:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateX(0) translateY(-5px);
    border-left-width: 6px;
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.85) 0%, rgba(30, 41, 59, 0.9) 100%);
}.analysis_summaryDAv .statistics_upgradeJsH h4 {
    animation: countUp 2.5s ease-out forwards;
    font-size: 40px;
    background: linear-gradient(135deg, rgb(167,202,198) 30%, rgb(121,173,168) 100%);
    position: relative;
    font-weight: 700;
    min-width: 120px;
    margin: 0;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    -webkit-background-clip: text !important;
}@keyframes countUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.analysis_summaryDAv .statistics_upgradeJsH span {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    font-size: 13px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    font-weight: 600;
    padding-left: 20px;
}.analysis_summaryDAv .statistics_upgradeJsH:hover span {
    opacity: 1;
    color: #ffffff;
}.analysis_summaryDAv .statistics_upgradeJsH::before {
    content: '';
    background: linear-gradient(135deg, transparent 30%, rgb(167,202,198,0.5) 100%);
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
}.analysis_summaryDAv .statistics_upgradeJsH:hover::before {
    opacity: 0.05;
}.analysis_summaryDAv .statistics_upgradeJsH svg {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    fill: rgb(167,202,198);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(2n) svg {
    fill: rgb(121,173,168);
}.analysis_summaryDAv .statistics_upgradeJsH svg path {
    fill: inherit;
    transition: all 0.3s ease;
}.analysis_summaryDAv .statistics_upgradeJsH:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.analysis_summaryDAv .container {
    gap: 30px;
}.analysis_summaryDAv .statistics_benefitsZCS {
    padding: 40px;
}.analysis_summaryDAv .statistics_upgradeJsH {
    padding: 25px;
}.analysis_summaryDAv .statistics_upgradeJsH h4 {
    font-size: 36px;
    min-width: 100px;
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(2n) {
    transform: translateX(30px);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(3n) {
    transform: translateX(15px);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(4n) {
    transform: translateX(45px);
}
}

@media (max-width: 992px) {.analysis_summaryDAv {
    padding: 80px 0;
}.analysis_summaryDAv .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.analysis_summaryDAv .statistics_benefitsZCS {
    order: 2;
}.analysis_summaryDAv .statistics_edgeaVz {
    order: 1;
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(2n),
    .analysis_summaryDAv .statistics_upgradeJsH:nth-child(3n),
    .analysis_summaryDAv .statistics_upgradeJsH:nth-child(4n) {
    transform: translateX(0);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(odd) {
    transform: translateX(-20px);
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(even) {
    transform: translateX(20px);
}.analysis_summaryDAv .statistics_upgradeJsH:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 768px) {.analysis_summaryDAv {
    padding: 60px 0;
}.analysis_summaryDAv .container {
    padding: 0 15px;
    gap: 40px;
}.analysis_summaryDAv .statistics_benefitsZCS {
    padding: 30px 25px;
}.analysis_summaryDAv .study_gainzwe {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.analysis_summaryDAv .statistics_upgradeJsH {
    padding: 20px;
}.analysis_summaryDAv .statistics_upgradeJsH h4 {
    min-width: 90px;
    font-size: 32px;
}.analysis_summaryDAv .statistics_upgradeJsH span {
    padding-left: 15px;
    font-size: calc(13px * 0.95);
    margin-left: 15px;
}.analysis_summaryDAv .statistics_upgradeJsH svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
}

@media (max-width: 480px) {.analysis_summaryDAv {
    padding: 50px 0;
}.analysis_summaryDAv .statistics_benefitsZCS {
    padding: 25px 20px;
}.analysis_summaryDAv .study_gainzwe {
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
    padding-bottom: 12px;
}.analysis_summaryDAv .statistics_boostcfm {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}.analysis_summaryDAv .statistics_upgradeJsH {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
}.analysis_summaryDAv .statistics_upgradeJsH:nth-child(odd),
    .analysis_summaryDAv .statistics_upgradeJsH:nth-child(even) {
    transform: translateX(0);
}.analysis_summaryDAv .statistics_upgradeJsH h4 {
    margin-bottom: 5px;
    font-size: 28px;
}.analysis_summaryDAv .statistics_upgradeJsH span {
    font-size: calc(13px * 0.9);
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
}.analysis_summaryDAv .statistics_upgradeJsH svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}}.title_screengNh {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgb(121,173,168,0.5) 100%);
    overflow: hidden;
}.title_screengNh::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(167,202,198,0.5) 0%, transparent 60%);
    right: 0;
}.title_screengNh::after {
    z-index: 1;
    right: -5%;
    position: absolute;
    width: 40%;
    content: "";
    filter: blur(40px);
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(225deg, rgb(121,173,168) 0%, transparent 80%);
    height: 60%;
    opacity: 0.1;
}.title_screengNh .start_pageBcM {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    transform: translateY(-2vh);
}.title_screengNh .start_pageBcM > div:first-child {
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-2%) rotate(-1deg);
}.title_screengNh .start_pageBcM > div:first-child:hover {
    transform: translateX(0%) rotate(0deg);
}.title_screengNh .start_pageBcM > div:first-child::before {
    position: absolute;
    width: 6px;
    transform: scaleY(0.95);
    top: 0;
    content: "";
    background: rgb(167,202,198);
    left: 0;
    height: 100%;
}.title_screengNh h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    z-index: 2;
}.title_screengNh .start_pageBcM > div:nth-child(2) {
    justify-content: flex-end;
    position: relative;
    display: flex;
}.title_screengNh .training_classeslWj {
    transform: translateY(-10px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    max-width: 800px;
    position: relative;
    background: #ffffff;
}.title_screengNh .training_classeslWj:hover {
    transform: translateY(0);
}.title_screengNh .training_classeslWj::before {
    height: 100%;
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(167,202,198,0.5) 0%, rgb(121,173,168,0.5) 100%);
    z-index: -1;
    top: 15px;
    width: 100%;
    left: 15px;
}.title_screengNh .training_classeslWj:hover::before {
    left: 8px;
    top: 8px;
}.title_screengNh h1 {
    font-size: clamp(2rem, 6vw, 38px);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.title_screengNh h1::after {
    width: 80px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -10px;
    height: 4px;
    background: rgb(167,202,198);
    transform-origin: left center;
    transition: width 0.4s ease;
}.title_screengNh .training_classeslWj:hover h1::after {
    width: 120px;
}.title_screengNh .training_classeslWj > div {
    border-left: 4px solid rgb(167,202,198);
    position: relative;
    height: auto;
    margin-top: 2rem;
    overflow: hidden;
    min-height: 200px;
}.title_screengNh .training_classeslWj > div::before {
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}.title_screengNh p {
    margin: 0;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    line-height: 1.6;
    max-width: 90%;
    padding: 2rem;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {.title_screengNh .start_pageBcM {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.title_screengNh .start_pageBcM > div:first-child {
    padding: 3rem;
    display: flex;
    margin-top: 2rem;
    align-items: center;
}.title_screengNh .start_pageBcM > div:nth-child(2) {
    align-items: flex-end;
}.title_screengNh .training_classeslWj {
    padding: 3rem;
}.title_screengNh p {
    padding: 3rem;
    font-size: 1.2rem;
    max-width: 80%;
}
}

@media (min-width: 992px) {.title_screengNh {
    padding: 0;
}.title_screengNh .start_pageBcM {
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
}.title_screengNh .start_pageBcM > div:first-child {
    transform: translateX(-5%) rotate(-2deg);
}.title_screengNh .training_classeslWj > div {
    min-height: 250px;
}.title_screengNh .start_pageBcM > div:first-child::before {
    width: 8px;
}.title_screengNh h1 {
    margin-bottom: 2rem;
}.title_screengNh p {
    font-size: 1.3rem;
    max-width: 70%;
}
}

@media (max-width: 767px) {.title_screengNh {
    padding: 3rem 1.5rem;
}.title_screengNh .start_pageBcM > div:first-child {
    margin-bottom: -1rem;
}.title_screengNh h3 {
    font-size: 1.1rem;
    padding-left: 1rem;
}.title_screengNh .training_classeslWj {
    padding: 1.5rem;
}.title_screengNh h1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
}.title_screengNh .training_classeslWj > div {
    min-height: 180px;
}.title_screengNh p {
    padding: 1.5rem;
    font-size: 1rem;
}}.program_resultsoxw {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(110deg, rgb(211,229,226) 60%, rgb(167,202,198,0.5) 100%);
}.program_resultsoxw::before {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    opacity: 0.4;
    content: "";
    background: radial-gradient(circle at top right, rgb(121,173,168,0.5) 0%, transparent 70%);
    right: 0;
}.program_resultsoxw .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.program_resultsoxw .knowledge_expertsZlu {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
}.program_resultsoxw .image_box_wrapAcx {
    transform: translateY(-15px);
    max-width: 500px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    border-radius: 18px;
    z-index: 1;
    flex: 0 0 45%;
}.program_resultsoxw .image_box_wrapAcx::after {
    opacity: 0.3;
    border: 2px solid rgb(167,202,198);
    z-index: -1;
    position: absolute;
    right: -15px;
    transition: all 0.6s ease;
    content: "";
    left: 15px;
    bottom: -15px;
    top: 15px;
    border-radius: 18px;
}.program_resultsoxw .image_box_wrapAcx:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
}.program_resultsoxw .image_box_wrapAcx:hover::after {
    top: 10px;
    left: 10px;
    opacity: 0.6;
    bottom: -10px;
    right: -10px;
}.program_resultsoxw .text_info_boxnls {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    flex: 1;
    border-radius: 18px;
}.program_resultsoxw h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}.program_resultsoxw h3::after {
    left: 0;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -12px;
    background: linear-gradient(to right, rgb(167,202,198), rgb(121,173,168));
    content: "";
    width: 100%;
}.program_resultsoxw ul {
    flex-direction: column;
    margin: 0;
    gap: 25px;
    padding: 0;
    display: flex;
    list-style: none;
}.program_resultsoxw li {
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff, rgb(211,229,226) 120%);
    padding: 15px 20px;
    border-radius: 10px;
}.program_resultsoxw li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, #ffffff, rgb(121,173,168,0.5) 120%);
}.program_resultsoxw li p {
    color: #000000;
    line-height: 1.5;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    gap: 16px;
    margin: 0;
}.program_resultsoxw svg {
    border-radius: 50%;
    width: 22px;
    background: #ffffff;
    align-items: center;
    height: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    padding: 4px;
}.program_resultsoxw svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,202,198);
}.program_resultsoxw li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.program_resultsoxw li:hover svg path {
    fill: rgb(121,173,168);
}

@media (max-width: 992px) {.program_resultsoxw {
    padding: 70px 0;
}.program_resultsoxw .knowledge_expertsZlu {
    gap: 40px;
    flex-direction: column;
}.program_resultsoxw .image_box_wrapAcx {
    margin: 0 auto;
    transform: translateY(0);
    flex: 0 0 100%;
    width: 85%;
}.program_resultsoxw .text_info_boxnls {
    padding: 35px 30px;
    width: 100%;
}
}

@media (max-width: 576px) {.program_resultsoxw {
    padding: 50px 0;
}.program_resultsoxw .image_box_wrapAcx {
    width: 100%;
}.program_resultsoxw .image_box_wrapAcx::after {
    display: none;
}.program_resultsoxw .text_info_boxnls {
    padding: 30px 25px;
}.program_resultsoxw h3 {
    font-size: 23px;
    margin-bottom: 30px;
}.program_resultsoxw ul {
    gap: 20px;
}.program_resultsoxw li {
    padding: 12px 15px;
}.program_resultsoxw svg {
    height: 20px;
    width: 20px;
}}.blog_refhTy {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(211,229,226);
    position: relative;
    padding: 5rem 0 2rem;
}.blog_refhTy::before {
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(167,202,198,0.5) 100%);
    content: '';
    opacity: 0.05;
    height: 250px;
    left: 0;
    z-index: 0;
}.blog_refhTy .container {
    z-index: 1;
    position: relative;
}.blog_refhTy .search_footlam {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}.blog_refhTy .connect_blockwjS {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(121,173,168,0.5);
    display: grid;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}.blog_refhTy .connect_blockwjS::after {
    position: absolute;
    background-color: rgb(167,202,198);
    width: 60px;
    height: 3px;
    content: '';
    left: 0;
    bottom: -1px;
}.blog_refhTy .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.blog_refhTy .info_item:hover {
    transform: translateX(5px);
}.blog_refhTy .info_item p,
.blog_refhTy .info_item a {
    gap: 0.75rem;
    font-weight: 400;
    transition: color 0.3s ease;
    display: flex;
    color: #000000;
    text-decoration: none;
    align-items: center;
    font-size: 16px;
}.blog_refhTy .info_item a:hover {
    color: rgb(167,202,198);
}.blog_refhTy .info_item svg {
    height: 20px;
    fill: rgb(167,202,198);
    flex-shrink: 0;
    width: 20px;
}.blog_refhTy .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.blog_refhTy .main_barbvS {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.blog_refhTy .main_barbvS svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}.blog_refhTy .main_barbvS svg:hover {
    opacity: 0.8;
}.blog_refhTy .complianceIic {
    color: #000000;
    line-height: 1.6;
    max-width: 300px;
    opacity: 0.8;
    font-size: 13px;
}.blog_refhTy .nav_studyhdw {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.blog_refhTy .nav_studyhdw h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 24px;
}.blog_refhTy .main_mainbarxTD {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.blog_refhTy .main_mainbarxTD a {
    font-size: 16px;
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
}.blog_refhTy .main_mainbarxTD a::before {
    left: -10px;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    width: 0;
    background-color: rgb(167,202,198);
    transition: width 0.3s ease, left 0.3s ease;
    height: 1px;
    top: 50%;
}.blog_refhTy .main_mainbarxTD a:hover {
    color: rgb(167,202,198);
    padding-left: 12px;
}.blog_refhTy .main_mainbarxTD a:hover::before {
    width: 10px;
    left: 0;
}.blog_refhTy .subscribe_holder {
    display: flex;
    flex-direction: column;
    border-radius: 27px;
    gap: 1.5rem;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.blog_refhTy .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}.blog_refhTy .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.blog_refhTy .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}.blog_refhTy .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid rgb(121,173,168,0.5);
    flex: 1;
    color: #000000;
}.blog_refhTy .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(167,202,198);
    box-shadow: 0 0 0 3px rgb(167,202,198,0.5);
}.blog_refhTy .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.blog_refhTy .online_trainingZre {
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    padding: 1rem 1.5rem;
    background-color: rgb(167,202,198);
    cursor: pointer;
    font-weight: 600;
}.blog_refhTy .online_trainingZre:hover {
    background-color: rgb(121,173,168);
    transform: translateY(-2px);
}.blog_refhTy .whatsapp_grpVWg {
    text-align: center;
    border-top: 1px solid rgb(121,173,168,0.5);
    margin-top: 3rem;
    padding-top: 1.5rem;
}.blog_refhTy .tutor_matchleJ {
    color: #000000;
    opacity: 0.8;
    font-size: 13px;
}.blog_refhTy .main_mainbarxTD:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.blog_refhTy .main_mainbarxTD:first-child::after {
    left: 0;
    position: absolute;
    background-color: rgb(121,173,168,0.5);
    bottom: -0.75rem;
    width: 30px;
    content: '';
    height: 1px;
}.blog_refhTy {
    background-position: center;
    background-attachment: fixed;
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(121,173,168,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(121,173,168,0.5) 1px, transparent 1px);
    background-repeat: repeat;
}

@media (max-width: 1024px) {.blog_refhTy {
    padding: 4rem 0 2rem;
}.blog_refhTy .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.blog_refhTy .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.blog_refhTy {
    padding: 3.5rem 0 1.5rem;
}.blog_refhTy .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.blog_refhTy .subscribe_holder {
    grid-column: auto;
}.blog_refhTy .connect_blockwjS {
    grid-template-columns: 1fr 1fr;
}.blog_refhTy .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.blog_refhTy {
    padding: 3rem 0 1.5rem;
}.blog_refhTy .connect_blockwjS {
    grid-template-columns: 1fr;
}.blog_refhTy .input_holder {
    flex-direction: column;
}.blog_refhTy .online_trainingZre {
    width: 100%;
}.blog_refhTy .main_barbvS,
    .blog_refhTy .nav_studyhdw h5,
    .blog_refhTy .main_mainbarxTD,
    .blog_refhTy .main_mainbarxTD a {
    align-items: center;
    text-align: center;
}.blog_refhTy .main_barbvS svg {
    margin: 0 auto;
}.blog_refhTy .complianceIic {
    max-width: 100%;
    text-align: center;
}.blog_refhTy .main_mainbarxTD:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.blog_refhTy .connect_blockwjS::after {
    left: 50%;
    transform: translateX(-50%);
}.blog_refhTy .main_mainbarxTD a::before {
    display: none;
}.blog_refhTy .main_mainbarxTD a:hover {
    padding-left: 0;
}}.id_thankbarJLc {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,229,226) 0%, rgb(121,173,168,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.id_thankbarJLc::before {
    animation: float 15s infinite ease-in-out;
    right: -5%;
    content: "";
    top: -10%;
    filter: blur(40px);
    position: absolute;
    opacity: 0.6;
    height: 300px;
    background: radial-gradient(circle, rgb(167,202,198,0.5) 0%, transparent 70%);
    width: 300px;
}.id_thankbarJLc::after {
    filter: blur(30px);
    width: 250px;
    position: absolute;
    content: "";
    left: -5%;
    height: 250px;
    bottom: -5%;
    opacity: 0.6;
    animation: float 12s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(121,173,168,0.5) 0%, transparent 70%);
}.id_thankbarJLc .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.id_thankbarJLc h2 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 40px;
    font-size: clamp(28px, 5vw, 34px);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) translateZ(0);
    color: rgb(167,202,198);
    line-height: 1.3;
}.id_thankbarJLc h2::before {
    background: linear-gradient(90deg, rgb(167,202,198) 0%, rgb(121,173,168) 100%);
    width: 80px;
    height: 3px;
    animation: expand 1.5s ease-out forwards;
    content: "";
    transform-origin: left;
    bottom: -12px;
    left: 0;
    position: absolute;
}.id_thankbarJLc .knowledge_expertsZlu {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
}.id_thankbarJLc .knowledge_expertsZlu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.id_thankbarJLc .knowledge_expertsZlu::before {
    content: "";
    bottom: -5px;
    filter: blur(15px);
    position: absolute;
    background: linear-gradient(135deg, rgb(167,202,198,0.5), transparent, rgb(121,173,168,0.5));
    opacity: 0.5;
    right: -5px;
    top: -5px;
    animation: pulse 4s infinite alternate;
    z-index: -1;
    left: -5px;
}.id_thankbarJLc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.id_thankbarJLc li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}.id_thankbarJLc li::before {
    content: "";
    animation: pulse 4s infinite alternate;
    left: 0;
    width: 8px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    height: 8px;
    background: rgb(167,202,198);
}.id_thankbarJLc span {
    line-height: 1.8;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 12px;
    display: block;
    animation: fadeIn 1s ease-out forwards;
    color: #000000;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {.id_thankbarJLc {
    padding: 90px 0;
}.id_thankbarJLc .knowledge_expertsZlu {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.id_thankbarJLc {
    padding: 70px 0;
}.id_thankbarJLc h2 {
    margin-bottom: 30px;
}.id_thankbarJLc .knowledge_expertsZlu {
    padding: 25px;
    transform: none;
}.id_thankbarJLc .knowledge_expertsZlu:hover {
    transform: translateY(-3px);
}.id_thankbarJLc h2::before {
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 575px) {.id_thankbarJLc {
    padding: 50px 0;
}.id_thankbarJLc h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.id_thankbarJLc .knowledge_expertsZlu {
    padding: 20px;
}.id_thankbarJLc li {
    padding-left: 20px;
}.id_thankbarJLc span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.id_thankbarJLc h2::before {
    width: 50px;
    height: 2px;
}
}