* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.knowl-base-W {
    flex: 0 0 auto;
}.main-learning-z {
    flex: 1 0 auto;
}.container-wrap-l {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1276px;
}svg {
    height: 30px;
    width: 30px;
}
@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 {
    position: relative;
    width: 100%;
    overflow: visible;
    z-index: 99;
    background: rgb(197,224,229);
}header::before {
    position: absolute;
    opacity: 0.2;
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(147,196,200,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
}header .head-expert-e {
    align-items: center;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .head-expert-e::before {
    background: linear-gradient(90deg, rgb(147,196,200), transparent);
    filter: blur(5px);
    top: -10px;
    width: 30%;
    position: absolute;
    left: 10%;
    height: 5px;
    content: "";
}header .head-expert-e::after {
    right: 10%;
    filter: blur(5px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(97,161,169));
    height: 5px;
    width: 30%;
    bottom: -10px;
    position: absolute;
}header .head-expert-e .head-teach-h {
    position: relative;
    padding: 5px;
    z-index: 2;
}header .head-expert-e .head-teach-h::before {
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    background: linear-gradient(135deg, rgb(147,196,200), rgb(97,161,169));
    transition: opacity 0.3s ease;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    opacity: 0;
    filter: blur(15px);
}header .head-expert-e .head-teach-h:hover::before {
    opacity: 0.7;
}header .head-expert-e .head-teach-h .nav-lesson-b {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}header .head-expert-e .head-teach-h:hover .nav-lesson-b {
    transform: scale(1.05);
}header .head-expert-e .head-teach-h .nav-lesson-b svg {
    height: 45px;
    width: auto;
}header .head-expert-e .top-mentor-c {
    position: relative;
    display: flex;
    border-radius: 13px;
    list-style: none;
    margin: 0;
    padding: 10px;
}header .head-expert-e .top-mentor-c::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 13px;
    left: 0;
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.1;
}header .head-expert-e .top-mentor-c .main-guide-O {
    position: relative;
    margin: 0 3px;
}header .head-expert-e .top-mentor-c .main-guide-O a {
    padding: 8px 15px;
    z-index: 1;
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}header .head-expert-e .top-mentor-c .main-guide-O a::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,196,200), rgb(97,161,169));
}header .head-expert-e .top-mentor-c .main-guide-O a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    width: 150%;
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    top: 50%;
    opacity: 0;
    left: 50%;
    position: absolute;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
}header .head-expert-e .top-mentor-c .main-guide-O:hover a::before {
    opacity: 1;
}header .head-expert-e .top-mentor-c .main-guide-O:hover a {
    color: #ffffff;
}header .head-expert-e .top-mentor-c .main-guide-O:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .head-expert-e .top-mentor-c .main-guide-O:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(147,196,200), rgb(97,161,169));
}header .head-expert-e .top-mentor-c .main-guide-O:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(147,196,200), rgb(97,161,169));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(147,196,200), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(147,196,200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(147,196,200), 0);
    }
}

@media (max-width: 992px) {header .head-expert-e {
    padding: 20px 15px;
    flex-direction: column;
}header .head-expert-e .head-teach-h {
    margin-bottom: 15px;
}header .head-expert-e .top-mentor-c {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .head-expert-e .top-mentor-c .main-guide-O {
    margin: 3px;
}header .head-expert-e .top-mentor-c .main-guide-O a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .head-expert-e {
    padding: 15px 10px;
}header .head-expert-e .head-teach-h .nav-lesson-b svg {
    height: 40px;
}header .head-expert-e .top-mentor-c {
    padding: 5px;
}header .head-expert-e .top-mentor-c .main-guide-O a {
    padding: 5px 10px;
    font-size: calc(16px - 2px);
}}.title-board-O {
    position: relative;
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgba(240,242,245,0.9) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 6rem 1rem;
}.title-board-O::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(94,170,168,0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94,170,168,0.08) 0%, transparent 60%);
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
}.title-board-O::after {
    transform: rotate(-15deg);
    z-index: -1;
    content: "";
    filter: blur(40px);
    background: linear-gradient(135deg, rgb(147,196,200,0.5) 0%, transparent 70%);
    width: 30%;
    position: absolute;
    height: 30%;
    right: -5%;
    top: -10%;
}.title-board-O h1 {
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    transform: translateY(20px);
    font-weight: 600;
    position: relative;
    color: rgb(147,196,200);
    text-align: center;
    opacity: 0;
}.title-board-O h1::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(147,196,200), transparent);
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
    height: 3px;
}.title-board-O .knowledge-space-S {
    position: relative;
    flex-direction: column;
    z-index: 2;
    gap: 2rem;
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
}.title-board-O .text-area-wrap-B {
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.03);
    backdrop-filter: blur(10px);
    display: flex;
    opacity: 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(147,196,200);
    flex-direction: column;
    justify-content: center;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
}.title-board-O ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.title-board-O li {
    margin-bottom: 2rem;
}.title-board-O li:last-child {
    margin-bottom: 0;
}.title-board-O .start-intro-X {
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
}.title-board-O svg {
    width: 100px;
    margin-bottom: 1.5rem;
    height: 100px;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title-board-O .text-area-wrap-B:hover svg {
    transform: scale(1);
}.title-board-O svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,196,200);
}.title-board-O svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
}.title-board-O .start-intro-X p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    color: #000000;
}.title-board-O .request-form-k {
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 14px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2), 0 6px 6px rgba(94,170,168,0.1);
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,196,200) 0%, rgb(97,161,169) 100%);
}.title-board-O .request-form-k::before {
    top: 0;
    z-index: -1;
    left: -100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    position: absolute;
    transition: left 0.8s ease;
}.title-board-O .request-form-k:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.25), 0 10px 10px rgba(94,170,168,0.15);
}.title-board-O .request-form-k:hover::before {
    left: 100%;
}.title-board-O .image-zoom-F {
    border-radius: 28px;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 350px;
}.title-board-O .image-zoom-F::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

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

@media (min-width: 768px) {.title-board-O {
    padding: 8rem 2rem;
}.title-board-O .knowledge-space-S {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.title-board-O .text-area-wrap-B {
    padding: 2rem;
    flex: 1;
}.title-board-O .image-zoom-F {
    height: 450px;
    flex: 1;
}.title-board-O svg {
    height: 120px;
    width: 120px;
}.title-board-O .start-intro-X {
    align-items: flex-start;
    text-align: left;
}
}

@media (min-width: 992px) {.title-board-O {
    padding: 10rem 3rem;
}.title-board-O h1 {
    margin-bottom: 3rem;
}.title-board-O .knowledge-space-S {
    gap: 6rem;
}.title-board-O .text-area-wrap-B {
    padding: 3rem;
}.title-board-O .image-zoom-F {
    height: 550px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
}.title-board-O svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 1200px) {.title-board-O .knowledge-space-S {
    gap: 8rem;
}.title-board-O .start-intro-X p {
    font-size: calc(13px * 1.1);
}.title-board-O .image-zoom-F {
    height: 600px;
}
}

@media (max-width: 767px) {.title-board-O .request-form-k {
    margin: 0 auto;
    max-width: 300px;
    display: block;
    width: 100%;
}}.privacy-guardhouse-A {
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #000000;
    padding: 40px;
    height: auto;
}.privacy-guardhouse-A h1 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(147,196,200);
    color: rgb(147,196,200);
    font-size: 45px;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}.privacy-guardhouse-A h2 {
    margin-bottom: 20px;
    color: rgb(97,161,169);
    padding-bottom: 5px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(97,161,169);
    font-size: 38px;
    font-weight: 600;
}.privacy-guardhouse-A h3, .privacy-guardhouse-A h4, .privacy-guardhouse-A h5, .privacy-guardhouse-A h6 {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(147,196,200);
    font-size: 24px;
}.privacy-guardhouse-A li {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
}.privacy-guardhouse-A section {
    padding: 20px;
    border-radius: 10px;
    background: rgb(197,224,229);
    margin-top: 20px;
}.privacy-guardhouse-A p, .privacy-guardhouse-A span, .privacy-guardhouse-A div {
    line-height: 1.8;
    font-weight: 300;
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy-guardhouse-A {
    padding: 20px 10px;
}.privacy-guardhouse-A h1 {
    font-size: calc(24px * 0.8);
}.privacy-guardhouse-A h2 {
    font-size: calc(24px * 0.8);
}.privacy-guardhouse-A h3, .privacy-guardhouse-A h4, .privacy-guardhouse-A h5, .privacy-guardhouse-A h6 {
    font-size: calc(24px * 0.8);
}.privacy-guardhouse-A p, .privacy-guardhouse-A span, .privacy-guardhouse-A div {
    font-size: calc(17px * 0.9);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(147,196,200);
}header .top_plank .header-links-I div svg, header .top_plank .header-links-I div svg path {
    fill: #ffffff;
}header .top_plank .header-links-I div span {
    color: #ffffff;
}header .top_plank .header-links-I {
    line-height: 21px;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    align-items: center;
}header .top_plank .header-links-I div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .header-links-I div img, header .top_plank .header-links-I div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.thanksBox-H {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,196,200,0.5), rgb(97,161,169,0.5));
    padding: 6rem 2rem;
    position: relative;
    align-items: center;
    display: flex;
    min-height: 70vh;
    justify-content: center;
}.thanksBox-H::before {
    animation: pulse 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgb(147,196,200,0.5) 0%, transparent 60%);
    transform-origin: center;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.thanksBox-H::after {
    background: radial-gradient(circle, rgb(97,161,169,0.5) 0%, transparent 70%);
    width: 50%;
    right: -5%;
    animation: float 20s ease-in-out infinite;
    content: "";
    z-index: 0;
    position: absolute;
    height: 50%;
    bottom: -5%;
}.thanksBox-H .container {
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}.thanksBox-H .knowledge-space-S {
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(0);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    gap: 2.5rem;
}.thanksBox-H .knowledge-space-S:hover {
    transform: translateZ(30px) scale(1.02);
}.thanksBox-H .knowledge-space-S > div:first-child {
    border-left: 4px solid rgb(147,196,200);
    padding-left: 2.5rem;
    position: relative;
}.thanksBox-H .knowledge-space-S > div:first-child::before {
    left: -15px;
    content: "";
    position: absolute;
    animation: pulse 3s infinite alternate;
    background: rgb(147,196,200);
    height: 26px;
    border-radius: 50%;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(rgb(147,196,200), 0.5);
}.thanksBox-H h5 {
    font-size: calc(18px * 1.2);
    font-weight: 700;
    opacity: 0;
    margin: 0;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    transform: translateX(0);
}.thanksBox-H .knowledge-space-S > div:nth-child(2) {
    transition: transform 0.3s ease;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
}.thanksBox-H .knowledge-space-S > div:nth-child(2)::before {
    width: 70%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(147,196,200), transparent);
    height: 1px;
    top: -10px;
    left: 0;
}.thanksBox-H a {
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    display: block;
    text-decoration: none;
}.thanksBox-H a:hover {
    transform: translateY(-5px);
}.thanksBox-H p {
    font-size: 12px;
    color: #000000;
    hyphens: auto;
    margin: 0;
    line-height: 1.8;
    padding: 1rem 0;
    position: relative;
}.thanksBox-H p::after {
    transform: scaleX(0);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(97,161,169));
    content: "";
    position: absolute;
    right: 0;
    width: 35%;
    bottom: 0;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksBox-H a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

@media (min-width: 768px) {.thanksBox-H {
    padding: 8rem 3rem;
}.thanksBox-H .knowledge-space-S {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
}.thanksBox-H h5 {
    font-size: calc(18px * 1.4);
}.thanksBox-H .knowledge-space-S > div:first-child::after {
    right: -3.5rem;
    position: absolute;
    transform: translateY(-50%);
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(147,196,200,0.5), transparent);
    top: 50%;
    height: 80%;
    content: "";
}.thanksBox-H .knowledge-space-S > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thanksBox-H .knowledge-space-S {
    padding: 5rem;
    gap: 5rem;
}.thanksBox-H h5 {
    font-size: calc(18px * 1.5);
}.thanksBox-H .knowledge-space-S > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.thanksBox-H p {
    font-size: calc(12px * 1.1);
}.thanksBox-H .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thanksBox-H {
    padding: 4rem 1.5rem;
}.thanksBox-H .knowledge-space-S {
    padding: 2.5rem 2rem;
}.thanksBox-H h5 {
    font-size: 18px;
}.thanksBox-H p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.thanksBox-H .knowledge-space-S:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thanksBox-H .knowledge-space-S,
    .thanksBox-H a,
    .thanksBox-H h5,
    .thanksBox-H::before,
    .thanksBox-H::after {
    transition: none;
    animation: none;
}.thanksBox-H .knowledge-space-S > div:first-child::before {
    animation: none;
}.thanksBox-H .knowledge-space-S > div:nth-child(2) {
    opacity: 1;
}.thanksBox-H h5 {
    opacity: 1;
}}.contact-X {
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.contact-X::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(147,196,200), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(97,161,169), 0.05) 0%, transparent 30%);
    z-index: 0;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}.contact-X::after {
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.6;
    width: 100%;
    animation: gridMove 20s linear infinite;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(147,196,200), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(147,196,200), 0.03) 1px, transparent 1px);
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-X .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-X h2 {
    position: relative;
    left: 50%;
    color: #000000;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}.contact-X h2::after {
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(147,196,200), transparent);
    left: 15%;
    bottom: -15px;
    content: "";
    position: absolute;
}.contact-X .inquiry-help-W {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(147,196,200), 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 19px;
    display: flex;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
}.contact-X .inquiry-help-W:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(147,196,200), 0.1);
}.contact-X .inquiry-help-W::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,196,200), rgb(97,161,169));
    left: 0;
    content: "";
    width: 5px;
}.contact-X .image-zoom-F {
    position: relative;
    overflow: hidden;
    width: 45%;
}.contact-X .image-zoom-F::after {
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(147,196,200), 0.3) 0%, 
                rgba(rgb(97,161,169), 0.3) 100%);
    top: 0;
    width: 100%;
    mix-blend-mode: overlay;
}.contact-X .image-zoom-F::before {
    transform: rotate(45deg);
    position: absolute;
    animation: shine 6s infinite;
    z-index: 2;
    top: -100px;
    width: 150%;
    content: "";
    left: -100px;
    background: rgba(255, 255, 255, 0.2);
    height: 150px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-X .contact-feedback-y {
    width: 55%;
    padding: 50px 40px;
    position: relative;
}.contact-X .contact-feedback-y::before {
    width: 200px;
    top: -50px;
    position: absolute;
    z-index: 0;
    content: "";
    right: -50px;
    background: radial-gradient(circle, rgba(rgb(147,196,200), 0.05) 0%, transparent 70%);
    height: 200px;
    border-radius: 50%;
}.contact-X form {
    position: relative;
    z-index: 2;
}.contact-X form h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 30px;
}.contact-X form h3::after {
    height: 2px;
    left: 0;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(147,196,200);
    bottom: -10px;
}.contact-X form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 15px 20px;
}.contact-X form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    border-color: rgb(147,196,200);
    box-shadow: 0 0 0 3px rgba(rgb(147,196,200), 0.1);
}.contact-X form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-X form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact-X .help-message-t {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact-X .help-message-t input[type="checkbox"] {
    opacity: 0;
    width: 0;
    position: absolute;
    cursor: pointer;
    height: 0;
}.contact-X .help-message-t label {
    user-select: none;
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.4;
    font-size: 14px;
    cursor: pointer;
}.contact-X .help-message-t label::before {
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}.contact-X .help-message-t input[type="checkbox"]:checked + label::before {
    border-color: rgb(147,196,200);
    background: rgb(147,196,200);
}.contact-X .help-message-t input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    top: 4px;
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
}.contact-X .help-message-t label a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(147,196,200);
}.contact-X .help-message-t label a::after {
    content: "";
    background: rgb(147,196,200);
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}.contact-X .help-message-t label a:hover {
    color: rgb(97,161,169);
}.contact-X .help-message-t label a:hover::after {
    transform: scaleX(1);
    background: rgb(97,161,169);
}.contact-X .request-form-k {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(147,196,200), rgb(97,161,169));
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
}.contact-X .request-form-k::before {
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(97,161,169), rgb(147,196,200));
    height: 100%;
}.contact-X .request-form-k:hover::before {
    opacity: 1;
}.contact-X .request-form-k:active {
    transform: translateY(2px);
}.contact-X svg {
    transition: fill 0.3s ease;
    fill: rgb(147,196,200);
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.contact-X svg path {
    fill: rgb(147,196,200);
    transition: fill 0.3s ease;
}.contact-X svg:hover,
.contact-X svg:hover path {
    fill: rgb(97,161,169);
}.contact-X form input {
    background: rgb(197,224,229);
}
@media (max-width: 1024px) {.contact-X {
    padding: 60px 0;
}.contact-X .container {
    padding: 0 15px;
}.contact-X h2 {
    margin-bottom: 40px;
}.contact-X .contact-feedback-y {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-X {
    padding: 50px 0;
}.contact-X h2 {
    margin-bottom: 30px;
}.contact-X .inquiry-help-W {
    flex-direction: column;
}.contact-X .image-zoom-F {
    width: 100%;
    height: 250px;
}.contact-X .contact-feedback-y {
    padding: 30px 25px;
    width: 100%;
}.contact-X form h3 {
    margin-bottom: 25px;
}.contact-X form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-X .help-message-t {
    margin-bottom: 25px;
}.contact-X .request-form-k {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-X {
    padding: 40px 0;
}.contact-X h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.contact-X .image-zoom-F {
    height: 200px;
}.contact-X .contact-feedback-y {
    padding: 25px 20px;
}.contact-X form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.contact-X form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact-X .help-message-t {
    margin-bottom: 20px;
}.contact-X .help-message-t label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.contact-X .help-message-t label::before {
    width: 18px;
    height: 18px;
}.contact-X .help-message-t input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
}.contact-X .request-form-k {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-X::after,
    .contact-X .image-zoom-F::before {
    animation: none;
}.contact-X .inquiry-help-W:hover {
    transform: none;
}}.pricing-item-B {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.pricing-item-B::before {
    content: "";
    width: 40%;
    position: absolute;
    background: linear-gradient(120deg, rgb(147,196,200,0.5) 20%, rgb(97,161,169,0.5) 80%);
    transform: rotate(-15deg);
    opacity: 0.1;
    border-radius: 10px;
    right: -5%;
    z-index: 0;
    height: 70%;
    top: -10%;
}.pricing-item-B::after {
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    transform: rotate(10deg);
    height: 50%;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(97,161,169,0.5) 30%, rgb(147,196,200,0.5) 70%);
    left: -3%;
    width: 35%;
    content: "";
    bottom: -5%;
}.pricing-item-B .container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    padding: 0 2rem;
}.pricing-item-B .pricing-schemes-S {
    flex-direction: column;
    display: flex;
}.pricing-item-B .fee-pricing-z {
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    order: 1;
}.pricing-item-B .fee-pricing-z h2 {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
}.pricing-item-B .fee-pricing-z h2::after {
    position: absolute;
    content: "";
    width: 70%;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(147,196,200), transparent);
    bottom: -0.75rem;
}.pricing-item-B .study-costs-l {
    max-width: 800px;
    font-size: 14px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}.pricing-item-B .learning-deals-R {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    display: grid;
    order: 2;
    gap: 2rem;
}.pricing-item-B .member-fees-X {
    color: #000000;
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.pricing-item-B .member-fees-X:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.pricing-item-B .member-fees-X::before {
    top: 0;
    transform: translateY(-5px);
    width: 100%;
    height: 5px;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(147,196,200), rgb(97,161,169));
    content: "";
    position: absolute;
}.pricing-item-B .member-fees-X:hover::before {
    transform: translateY(0);
}.pricing-item-B .discount-price-g {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}.pricing-item-B .deal-board-T {
    flex: 1;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
}.pricing-item-B .deal-board-T h3 {
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.pricing-item-B .deal-board-T .skill-offers-K {
    color: rgb(147,196,200);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(22px * 1.3);
}.pricing-item-B .deal-board-T .skill-offers-K::after {
    left: 0;
    position: absolute;
    bottom: -0.75rem;
    background: rgb(147,196,200,0.5);
    width: 40px;
    content: "";
    height: 2px;
}.pricing-item-B .deal-board-T p {
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    word-break: break-word;
    word-wrap: break-word;
    flex-grow: 1;
    color: #000000;
}.pricing-item-B .image-zoom-F {
    height: 180px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
}.pricing-item-B .image-zoom-F::after {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.pricing-item-B .member-fees-X:hover .image-zoom-F {
    transform: scale(1.05);
}.pricing-item-B .member-fees-X:nth-child(odd) .deal-board-T::before {
    right: 1rem;
    opacity: 0.1;
    position: absolute;
    width: 2.5rem;
    border-radius: 50%;
    content: "";
    height: 2.5rem;
    z-index: -1;
    top: 1rem;
    background: rgb(147,196,200,0.5);
}.pricing-item-B .member-fees-X:nth-child(even) .deal-board-T::before {
    height: 2.5rem;
    content: "";
    border-radius: 50%;
    background: rgb(97,161,169,0.5);
    left: 1rem;
    z-index: -1;
    bottom: 1rem;
    opacity: 0.1;
    width: 2.5rem;
    position: absolute;
}

@media (min-width: 992px) {.pricing-item-B .pricing-schemes-S {
    flex-direction: row;
}.pricing-item-B .fee-pricing-z {
    order: 2;
    padding-left: 3rem;
    text-align: left;
    flex-direction: column;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}.pricing-item-B .fee-pricing-z h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-item-B .fee-pricing-z h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.pricing-item-B .study-costs-l {
    text-align: left;
    margin: 0;
}.pricing-item-B .learning-deals-R {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing-item-B {
    padding: 5rem 0;
}.pricing-item-B .member-fees-X {
    margin-bottom: 1.5rem;
}.pricing-item-B .fee-pricing-z {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-item-B {
    padding: 4rem 0;
}.pricing-item-B .fee-pricing-z h2 {
    font-size: calc(37px * 0.9);
}.pricing-item-B .deal-board-T h3 {
    font-size: 22px;
}.pricing-item-B .deal-board-T .skill-offers-K {
    font-size: calc(22px * 1.15);
}.pricing-item-B .image-zoom-F {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-item-B {
    padding: 3rem 0;
}.pricing-item-B .container {
    padding: 0 1.5rem;
}.pricing-item-B .learning-deals-R {
    gap: 1.5rem;
}.pricing-item-B .deal-board-T {
    padding: 1.5rem;
}.pricing-item-B .image-zoom-F {
    height: 140px;
}
}

@media (hover: none) {.pricing-item-B .member-fees-X:hover {
    transform: none;
}.pricing-item-B .member-fees-X:hover .image-zoom-F {
    transform: none;
}}.who-we-are-m {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(197,224,229) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 6rem 0;
    position: relative;
}.who-we-are-m::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(147,196,200,0.5) 0%, transparent 80%);
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    z-index: 1;
    content: "";
    width: 40%;
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
}.who-we-are-m::after {
    transform: rotate(15deg) skew(-15deg);
    width: 30%;
    opacity: 0.1;
    z-index: 1;
    bottom: -10%;
    height: 60%;
    content: "";
    animation: float 25s infinite ease-in-out reverse;
    background: linear-gradient(225deg, rgb(97,161,169,0.5) 0%, transparent 80%);
    left: -5%;
    position: absolute;
}.who-we-are-m .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.who-we-are-m h1 {
    font-size: 40px;
    transform: translateX(-0.5rem);
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    text-align: left;
    position: relative;
}.who-we-are-m h1::before {
    background: rgb(147,196,200);
    width: 6rem;
    transform: scaleX(0.6);
    bottom: -0.75rem;
    content: "";
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0.25rem;
    left: 0;
}.who-we-are-m h1::after {
    position: absolute;
    background: rgb(97,161,169);
    transform: translateX(6.5rem) scaleX(0.3);
    content: "";
    left: 0;
    bottom: -0.75rem;
    width: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    height: 0.25rem;
    transform-origin: left;
}.who-we-are-m:hover h1::before {
    transform: scaleX(1);
}.who-we-are-m:hover h1::after {
    transform: translateX(7rem) scaleX(0.5);
}.who-we-are-m .knowledge-track-A {
    position: relative;
}.who-we-are-m .knowledge-track-A ul {
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
}.who-we-are-m .learning-zone-C {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    transform: translateY(0);
}.who-we-are-m .learning-zone-C::before {
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(147,196,200), rgb(97,161,169));
    left: 0;
    content: "";
    height: 100%;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 0.25rem;
    position: absolute;
    transform: scaleY(0.6);
}.who-we-are-m .learning-zone-C:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.who-we-are-m .learning-zone-C:hover::before {
    transform: scaleY(1);
}.who-we-are-m .learning-zone-C h4 {
    font-family: Arial, sans-serif;
    display: inline-block;
    color: #000000;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    margin-top: 0;
}.who-we-are-m .learning-zone-C h4::after {
    width: 100%;
    content: "";
    transform-origin: left;
    height: 0.125rem;
    left: 0;
    bottom: -0.5rem;
    background: linear-gradient(to right, rgb(147,196,200), transparent);
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.who-we-are-m .learning-zone-C:hover h4::after {
    transform: scaleX(1);
}.who-we-are-m .learning-zone-C div {
    padding-right: 0.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow-y: auto;
    color: #000000;
    max-height: 350px;
    font-size: 15px;
}.who-we-are-m .learning-zone-C div::-webkit-scrollbar {
    width: 0.25rem;
}.who-we-are-m .learning-zone-C div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.who-we-are-m .learning-zone-C div::-webkit-scrollbar-thumb {
    background: rgb(147,196,200,0.5);
    border-radius: 10px;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(1rem, 1rem);
    }
}

@media (min-width: 768px) {.who-we-are-m {
    padding: 8rem 0;
}.who-we-are-m h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.who-we-are-m .knowledge-track-A ul {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}.who-we-are-m .learning-zone-C {
    padding: 3rem;
}.who-we-are-m .learning-zone-C h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.2);
}.who-we-are-m .learning-zone-C div {
    font-size: calc(15px * 1.05);
    max-height: 400px;
}.who-we-are-m::before {
    height: 75%;
    width: 45%;
}.who-we-are-m::after {
    width: 35%;
    height: 65%;
}
}

@media (min-width: 992px) {.who-we-are-m {
    padding: 10rem 0;
}.who-we-are-m .container {
    padding: 0 2rem;
}.who-we-are-m h1 {
    transform: translateX(-1rem);
    font-size: calc(40px * 1.4);
}.who-we-are-m .learning-zone-C {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
}.who-we-are-m .learning-zone-C:first-child {
    transform: translateY(2rem);
}.who-we-are-m .learning-zone-C:last-child {
    transform: translateY(-2rem);
}.who-we-are-m .learning-zone-C:first-child:hover {
    transform: translateY(1.5rem);
}.who-we-are-m .learning-zone-C:last-child:hover {
    transform: translateY(-2.5rem);
}.who-we-are-m .learning-zone-C div {
    font-size: calc(15px * 1.1);
    padding-right: 1rem;
    max-height: 450px;
}.who-we-are-m .learning-zone-C h4 {
    font-size: calc(22px * 1.3);
}.who-we-are-m::before {
    height: 80%;
    width: 50%;
}.who-we-are-m::after {
    height: 70%;
    width: 40%;
}
}

@media (min-width: 1200px) {.who-we-are-m {
    padding: 12rem 0;
}.who-we-are-m .container {
    padding: 0;
}.who-we-are-m h1 {
    font-size: calc(40px * 1.5);
}.who-we-are-m .knowledge-track-A ul {
    gap: 4rem;
}.who-we-are-m .learning-zone-C {
    padding: 4rem;
}.who-we-are-m .learning-zone-C:first-child {
    transform: translateY(3rem);
}.who-we-are-m .learning-zone-C:last-child {
    transform: translateY(-3rem);
}.who-we-are-m .learning-zone-C:first-child:hover {
    transform: translateY(2.5rem);
}.who-we-are-m .learning-zone-C:last-child:hover {
    transform: translateY(-3.5rem);
}}.target-audience-P {
    background: #ffffff;
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}.target-audience-P::before {
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
                rgb(147,196,200,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(97,161,169,0.5) 100%);
    top: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
}.target-audience-P .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.target-audience-P .knowledge-space-S {
    position: relative;
}.target-audience-P h4 {
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    font-size: 28px;
}.target-audience-P h4::after {
    bottom: 0;
    width: 80px;
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: rgb(147,196,200);
    position: absolute;
    border-radius: 10px;
}.target-audience-P div > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.target-audience-P p {
    font-size: 15px;
    margin: 0;
    display: flex;
    background: #ffffff;
    color: #000000;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    border-radius: 19px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}.target-audience-P p::before {
    width: 5px;
    transition: width 0.3s ease;
    top: 0;
    left: 0;
    background: rgb(147,196,200);
    position: absolute;
    height: 100%;
    content: "";
}.target-audience-P p::after {
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, 
                rgb(147,196,200,0.5) 0%, 
                transparent 30%);
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}.target-audience-P p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.target-audience-P p:hover::before {
    width: 8px;
}.target-audience-P p:hover::after {
    opacity: 0.2;
}.target-audience-P p svg {
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 28px;
}.target-audience-P p svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,196,200);
}.target-audience-P p:hover svg {
    transform: scale(1.2);
}.target-audience-P p:hover svg path {
    fill: rgb(97,161,169);
}.target-audience-P p:nth-child(even)::before {
    background: rgb(97,161,169);
}.target-audience-P p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(97,161,169,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.target-audience-P .knowledge-space-S > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.target-audience-P .knowledge-space-S > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target-audience-P .knowledge-space-S > div p:nth-child(2) {
    animation-delay: 0.2s;
}.target-audience-P .knowledge-space-S > div p:nth-child(3) {
    animation-delay: 0.3s;
}.target-audience-P .knowledge-space-S > div p:nth-child(4) {
    animation-delay: 0.4s;
}.target-audience-P .knowledge-space-S > div p:nth-child(5) {
    animation-delay: 0.5s;
}.target-audience-P .knowledge-space-S > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.target-audience-P {
    padding: 90px 0;
}.target-audience-P h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.target-audience-P div > div {
    gap: 18px;
}.target-audience-P p {
    padding: 20px 25px;
}.target-audience-P p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
}

@media (max-width: 768px) {.target-audience-P {
    padding: 70px 0;
}.target-audience-P h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.target-audience-P h4::after {
    width: 60px;
}.target-audience-P div > div {
    gap: 15px;
}.target-audience-P p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.target-audience-P {
    padding: 60px 0;
}.target-audience-P h4 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
    padding-bottom: 10px;
}.target-audience-P h4::after {
    width: 50px;
    height: 2px;
}.target-audience-P div > div {
    gap: 12px;
}.target-audience-P p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.target-audience-P p svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.target-audience-P p:hover {
    transform: translateX(5px);
}}.knowl-base-W {
    padding: 5rem 0 2rem;
    position: relative;
    background-color: rgb(197,224,229);
    color: #000000;
    font-family: Arial, sans-serif;
}.knowl-base-W::before {
    opacity: 0.07;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    background: 
        linear-gradient(135deg, rgb(147,196,200,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(97,161,169,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    top: 0;
}.knowl-base-W::after {
    z-index: 1;
    left: 0;
    height: 7px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(197,224,229) 0%,
        rgb(147,196,200) 35%, 
        rgb(97,161,169) 65%,
        rgb(197,224,229) 100%);
    top: 0;
    content: '';
}.knowl-base-W .container {
    position: relative;
    z-index: 2;
}.knowl-base-W .footer-classes-X {
    display: flex;
    flex-direction: column;
}.knowl-base-W .talk-answer-k {
    position: relative;
    padding-bottom: 2rem;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: center;
    display: flex;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}.knowl-base-W .talk-answer-k::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(97,161,169,0.5) 50%,
        transparent 100%);
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    position: absolute;
}.knowl-base-W .info_item {
    width: 25%;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    position: relative;
}.knowl-base-W .info_item::before {
    height: 60%;
    position: absolute;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
}.knowl-base-W .info_item:first-child::before {
    display: none;
}.knowl-base-W .info_item p,
.knowl-base-W .info_item a {
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    text-align: center;
    font-weight: 400;
    justify-content: center;
    color: #000000;
    font-size: calc(18px - 1px);
    text-decoration: none;
}.knowl-base-W .info_item:hover {
    transform: translateY(-5px);
}.knowl-base-W .info_item:hover p,
.knowl-base-W .info_item:hover a {
    color: rgb(147,196,200);
}.knowl-base-W .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(147,196,200);
    width: 20px;
}.knowl-base-W .info_item:hover svg {
    transform: rotate(10deg);
}.knowl-base-W .text_main_holder {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}.knowl-base-W .head-teach-h {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    display: flex;
    max-width: 300px;
    margin-right: auto;
}.knowl-base-W .head-teach-h svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.knowl-base-W .head-teach-h:hover svg {
    transform: scale(1.05);
}.knowl-base-W .conduct-code-u {
    padding-left: 2rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 13px;
}.knowl-base-W .conduct-code-u::before {
    bottom: 0;
    border-radius: 2px;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(147,196,200), rgb(97,161,169));
    width: 4px;
    left: 0;
    position: absolute;
}.knowl-base-W .top-mentor-c {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 2rem;
    min-width: 240px;
    flex: 1;
    position: relative;
}.knowl-base-W .top-mentor-c::before {
    width: 100%;
    z-index: -1;
    left: 0;
    border-radius: 29px;
    content: '';
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 0;
}.knowl-base-W .top-mentor-c h5 {
    margin-bottom: 1rem;
    font-size: 24px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 10px;
}.knowl-base-W .header-learn-g {
    gap: 0.75rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
}.knowl-base-W .header-learn-g:first-child {
    position: relative;
}.knowl-base-W .header-learn-g a {
    padding: 0.5rem 0;
    padding-left: 1.25rem;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}.knowl-base-W .header-learn-g a::before {
    height: 6px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(97,161,169,0.5);
    transform: translateY(-50%);
    width: 6px;
    transition: all 0.3s ease;
    top: 50%;
    content: '';
}.knowl-base-W .header-learn-g a:hover {
    color: rgb(147,196,200);
    padding-left: 1.5rem;
}.knowl-base-W .header-learn-g a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(147,196,200);
}.knowl-base-W .subscribe_holder {
    border-radius: 29px;
    padding: 2rem;
    gap: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    flex-direction: column;
    position: relative;
    width: 100%;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.knowl-base-W .subscribe_holder::before {
    height: 0;
    border-top-left-radius: 29px;
    left: 0;
    content: '';
    border-color: rgb(147,196,200,0.5) transparent transparent transparent;
    top: 0;
    position: absolute;
    border-width: 50px 50px 0 0;
    width: 0;
    border-style: solid;
}.knowl-base-W .subscribe_holder h5 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.knowl-base-W .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.knowl-base-W .input_holder {
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
}.knowl-base-W .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    font-size: 18px;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.knowl-base-W .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(147,196,200);
    box-shadow: 0 0 0 3px rgb(147,196,200,0.5);
}.knowl-base-W .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.knowl-base-W .instant-learn-I {
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(147,196,200) 0%, rgb(97,161,169) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}.knowl-base-W .instant-learn-I::before {
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(97,161,169) 0%, rgb(147,196,200) 100%);
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}.knowl-base-W .instant-learn-I:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.knowl-base-W .instant-learn-I:hover::before {
    opacity: 1;
}.knowl-base-W .lesson-cta-S {
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
}.knowl-base-W .lesson-cta-S::before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    left: 30%;
    width: 40%;
    top: 0;
    height: 1px;
    position: absolute;
}.knowl-base-W .mentor-cta-t {
    opacity: 0.8;
    font-size: 13px;
    color: #000000;
}

@media (max-width: 1200px) {.knowl-base-W .text_main_holder {
    gap: 2.5rem;
}.knowl-base-W .head-teach-h {
    max-width: 260px;
}.knowl-base-W .top-mentor-c {
    min-width: 220px;
}
}

@media (max-width: 991px) {.knowl-base-W {
    padding: 4rem 0 2rem;
}.knowl-base-W .info_item {
    width: 50%;
    padding: 1rem;
}.knowl-base-W .info_item:nth-child(3)::before {
    display: none;
}.knowl-base-W .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.knowl-base-W .head-teach-h {
    text-align: center;
    width: 100%;
    align-items: center;
    max-width: 100%;
}.knowl-base-W .conduct-code-u {
    text-align: center;
    padding-left: 0;
    max-width: 500px;
}.knowl-base-W .conduct-code-u::before {
    display: none;
}.knowl-base-W .top-mentor-c {
    width: 100%;
    max-width: 600px;
}.knowl-base-W .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.knowl-base-W {
    padding: 3.5rem 0 1.5rem;
}.knowl-base-W .talk-answer-k {
    margin-bottom: 3rem;
}.knowl-base-W .info_item {
    width: 100%;
}.knowl-base-W .info_item::before {
    display: none;
}.knowl-base-W .header-learn-g {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}.knowl-base-W .header-learn-g a {
    padding: 0.5rem 1rem;
    text-align: center;
}.knowl-base-W .header-learn-g a::before {
    display: none;
}.knowl-base-W .header-learn-g a:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
}.knowl-base-W .lesson-cta-S {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.knowl-base-W {
    padding: 3rem 0 1.5rem;
}.knowl-base-W .talk-answer-k {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.knowl-base-W .text_main_holder {
    gap: 2.5rem;
}.knowl-base-W .top-mentor-c {
    padding: 1rem;
}.knowl-base-W .top-mentor-c h5 {
    text-align: center;
}.knowl-base-W .subscribe_holder {
    padding: 1.5rem;
}.knowl-base-W .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.knowl-base-W .lesson-cta-S {
    margin-top: 2.5rem;
}}.program-assets-W {
    position: relative;
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgba(240, 245, 255, 0.95) 100%);
    perspective: 1200px;
    overflow: hidden;
    padding: 6rem 0;
}.program-assets-W::before {
    top: -15%;
    transform: rotate(-15deg) skew(5deg);
    content: "";
    background: linear-gradient(225deg, rgb(147,196,200,0.5) 0%, transparent 70%);
    right: -10%;
    height: 70%;
    width: 50%;
    filter: blur(40px);
    opacity: 0.15;
    position: absolute;
    z-index: 1;
}.program-assets-W::after {
    bottom: -10%;
    content: "";
    opacity: 0.12;
    transform: rotate(12deg) skew(-7deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(97,161,169,0.5) 0%, transparent 80%);
    z-index: 1;
    filter: blur(30px);
    width: 40%;
    left: -5%;
    height: 60%;
}.program-assets-W .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.program-assets-W .knowledge-space-S {
    gap: 3rem;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column-reverse;
}.program-assets-W .text-area-wrap-B {
    border-left: 4px solid rgb(147,196,200);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px);
    padding: 2rem;
    width: 100%;
    position: relative;
}.program-assets-W .text-area-wrap-B::before {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.4) 100%);
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
}.program-assets-W h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    position: relative;
    margin: 0 0 2rem;
}.program-assets-W h4::after {
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(147,196,200) 0%, rgb(97,161,169) 100%);
}.program-assets-W .text-area-wrap-B > div {
    margin-bottom: 1.5rem;
}.program-assets-W ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.program-assets-W li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease-out;
}.program-assets-W li:hover {
    transform: translateX(8px);
}.program-assets-W li p {
    color: #000000;
    display: flex;
    margin: 0;
    font-size: 17px;
    align-items: flex-start;
    line-height: 1.6;
    gap: 1rem;
}.program-assets-W li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.program-assets-W svg {
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
    transition: transform 0.3s ease-out;
}.program-assets-W li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program-assets-W svg path {
    fill: rgb(147,196,200);
    transition: fill 0.3s ease;
}.program-assets-W li:hover svg path {
    fill: rgb(97,161,169);
}.program-assets-W .image-zoom-F {
    border-radius: 2px;
    height: auto;
    width: 100%;
    object-fit: cover;
    max-width: 500px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program-assets-W .image-zoom-F:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
}

@media (min-width: 768px) {.program-assets-W .knowledge-space-S {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}.program-assets-W .text-area-wrap-B {
    padding: 3rem;
    width: 60%;
    transform: translateZ(20px) translateX(-20px);
}.program-assets-W .image-zoom-F {
    width: 35%;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg) translateZ(50px) translateX(20px);
}.program-assets-W .text-area-wrap-B > div {
    display: flex;
    gap: 2rem;
}.program-assets-W .text-area-wrap-B > div > ul {
    flex: 1;
}.program-assets-W h4 {
    font-size: calc(22px * 1.1);
}
}

@media (min-width: 992px) {.program-assets-W {
    padding: 8rem 0;
}.program-assets-W .text-area-wrap-B {
    padding: 3.5rem;
    width: 55%;
}.program-assets-W .image-zoom-F {
    width: 40%;
    max-width: 600px;
}.program-assets-W h4 {
    font-size: calc(22px * 1.2);
    margin-bottom: 2.5rem;
}.program-assets-W h4::after {
    width: 100px;
}.program-assets-W li p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.program-assets-W .knowledge-space-S {
    gap: 5rem;
}.program-assets-W .text-area-wrap-B {
    width: 50%;
    padding: 4rem;
}.program-assets-W .image-zoom-F {
    width: 45%;
}.program-assets-W li {
    margin-bottom: 1.5rem;
}.program-assets-W h4 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.program-assets-W {
    padding: 4rem 0;
}.program-assets-W .text-area-wrap-B > div {
    flex-direction: column;
}
}

@media (hover: hover) {.program-assets-W .text-area-wrap-B {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.program-assets-W .text-area-wrap-B:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                    0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px);
}}.cookie-notice-banner-Q {
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(147,196,200);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(97,161,169);
    padding: 15px 20px;
    position: fixed;
}.cookie-control-H {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.track-bar-q {
    margin-right: 20px;
    flex-shrink: 0;
}.track-bar-q svg {
    height: 50px;
    fill: rgb(147,196,200);
    width: 50px;
}.cookie-hide-J {
    max-width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.cookie-notice-banner-Q h5 {
    font-size: 23px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}.cookie-notice-banner-Q p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.privacy-gate-s {
    cursor: pointer;
    border-radius: 10px;
    flex-shrink: 0;
    border: 2px solid rgb(147,196,200);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
    background: rgb(147,196,200);
    padding: 10px 20px;
    font-size: 15px;
    margin-left: 10px;
    transition: none;
}.privacy-gate-s:hover {
    border-color: rgb(147,196,200,0.5);
    background: rgb(147,196,200,0.5);
}.cookie-notice-banner-Q p a {
    text-decoration: none;
    color: rgb(147,196,200);
    border-bottom: 2px solid rgb(147,196,200);
}.cookie-notice-banner-Q p a:hover {
    color: rgb(97,161,169);
    border-bottom-color: rgb(97,161,169);
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner-Q {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.track-bar-q {
    display: none;
}.cookie-control-H {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-notice-banner-Q h5, .cookie-notice-banner-Q p {
    text-align: center;
}.cookie-hide-J {
    margin-bottom: 15px;
}.privacy-gate-s {
    margin-top: 10px;
    margin-left: 0;
}}
#privacyTermsModal-B {
    display: none;
}#privacyTermsModal-B:checked ~ .cookie-notice-banner-Q {
    visibility: hidden;
    opacity: 0;
}.statistical-data-P {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgba(245, 245, 250, 0.9) 100%);
}.statistical-data-P::before {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(147,196,200,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(97,161,169,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}.statistical-data-P h3 {
    color: #000000;
    text-align: center;
    opacity: 0;
    font-weight: 600;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 36px;
    position: relative;
    margin-bottom: 3.5rem;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    letter-spacing: 0.015em;
}.statistical-data-P h3::after {
    width: 60px;
    transform-origin: center;
    height: 3px;
    content: "";
    left: 50%;
    bottom: -16px;
    background: rgb(147,196,200);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateX(-50%) scaleX(0);
}.statistical-data-P .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.statistical-data-P ul {
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 2rem;
}.statistical-data-P .extra-pro-j {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    background: #ffffff;
    animation: statAppear 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(30px);
    padding: 1.8rem 1.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(147,196,200);
}.statistical-data-P .extra-pro-j:nth-child(1) {
    --i: 1;
}.statistical-data-P .extra-pro-j:nth-child(2) {
    --i: 2;
}.statistical-data-P .extra-pro-j:nth-child(3) {
    --i: 3;
}.statistical-data-P .extra-pro-j:nth-child(4) {
    --i: 4;
}.statistical-data-P .extra-pro-j:nth-child(5) {
    --i: 5;
}.statistical-data-P .extra-pro-j:nth-child(6) {
    --i: 6;
}.statistical-data-P .extra-pro-j:nth-child(7) {
    --i: 7;
}.statistical-data-P .extra-pro-j::before {
    position: absolute;
    content: "";
    height: 0;
    transition: opacity 0.3s ease;
    border-style: solid;
    border-color: transparent rgb(97,161,169,0.5) transparent transparent;
    opacity: 0;
    width: 0;
    right: 0;
    top: 0;
    border-width: 0 20px 20px 0;
}.statistical-data-P .extra-pro-j:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) !important;
}.statistical-data-P .extra-pro-j:hover::before {
    opacity: 1;
}.statistical-data-P .extra-pro-j span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(13px * 1.05);
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 0.8rem;
    letter-spacing: 0.01em;
    display: block;
}.statistical-data-P .extra-pro-j:hover span {
    transform: translateX(5px);
}.statistical-data-P .extra-pro-j p {
    line-height: 1.1;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    -webkit-background-clip: text !important;
    color: rgb(147,196,200);
    background: linear-gradient(135deg, rgb(147,196,200) 0%, rgb(97,161,169) 100%);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin: 0;
    font-size: calc(36px * 1.2);
}.statistical-data-P .extra-pro-j:hover p {
    transform: scale(1.05);
}.statistical-data-P .extra-pro-j p::after {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    width: 40px;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(147,196,200) 0%, transparent 100%);
}.statistical-data-P .extra-pro-j:hover p::after {
    transform: scaleX(1);
}

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

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

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

@media (min-width: 768px) {.statistical-data-P {
    padding: 8rem 3rem;
}.statistical-data-P h3 {
    font-size: calc(36px * 1.1);
    margin-bottom: 4.5rem;
}.statistical-data-P ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
}.statistical-data-P .extra-pro-j {
    padding: 2.2rem 1.8rem;
}
}

@media (min-width: 992px) {.statistical-data-P {
    padding: 10rem 4rem;
}.statistical-data-P .container {
    padding: 0 2rem;
}.statistical-data-P ul {
    gap: 3rem 2rem;
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-P .extra-pro-j {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform-origin: center;
}.statistical-data-P .extra-pro-j:hover {
    transform: translateY(-8px) !important;
}
}

@media (max-width: 767px) {.statistical-data-P {
    padding: 4rem 1.5rem;
}.statistical-data-P h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}.statistical-data-P ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistical-data-P .extra-pro-j {
    padding: 1.5rem 1.2rem;
}.statistical-data-P .extra-pro-j span {
    font-size: 13px;
}.statistical-data-P .extra-pro-j p {
    font-size: calc(36px * 1.1);
}}.academic-expertise-H {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,224,229) 0%, rgb(97,161,169,0.5) 100%);
}.academic-expertise-H::before {
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgb(147,196,200) 0%, rgb(97,161,169) 50%, rgb(147,196,200) 100%);
    position: absolute;
    height: 5px;
    z-index: 1;
    top: 0;
    left: 0;
}.academic-expertise-H::after {
    content: "";
    animation: patternShift 30s infinite alternate ease-in-out;
    height: 40%;
    width: 100%;
    transform-origin: bottom left;
    left: 0;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    bottom: 0;
    position: absolute;
}.academic-expertise-H .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}.academic-expertise-H .client-praises-y {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    padding: 2rem;
    background-color: #ffffff;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    grid-template-columns: 1fr;
}.academic-expertise-H .client-praises-y:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.academic-expertise-H .client-praises-y > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(20px);
}.academic-expertise-H .client-praises-y .image-zoom-F {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 180px;
    height: 180px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    transform: translateZ(30px);
    border: 4px solid #ffffff;
}.academic-expertise-H .client-praises-y:hover .image-zoom-F {
    transform: translateZ(40px) scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.academic-expertise-H .client-praises-y > div:nth-child(2) {
    align-items: center;
    position: relative;
    text-align: center;
    flex-direction: column;
    transform: translateZ(10px);
    display: flex;
}.academic-expertise-H .client-praises-y .name {
    font-size: calc(21px * 1.2);
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
}.academic-expertise-H .client-praises-y .name::after {
    content: "";
    width: 0;
    transition: width 0.5s ease;
    height: 2px;
    background-color: rgb(147,196,200);
    position: absolute;
    bottom: -5px;
    left: 0;
}.academic-expertise-H .client-praises-y:hover .name::after {
    width: 100%;
}.academic-expertise-H .client-praises-y > div:nth-child(2) > div {
    transform: translateY(10px);
    font-weight: 600;
    transition: opacity 0.5s ease, transform 0.5s ease;
    letter-spacing: 0.5px;
    opacity: 0;
    color: rgb(97,161,169);
    font-size: calc(15px * 1.05);
}.academic-expertise-H .client-praises-y:hover > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.academic-expertise-H .client-praises-y > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.academic-expertise-H .client-praises-y .career-container-b {
    padding: 0 1rem;
    line-height: 1.8;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 15px;
}.academic-expertise-H .client-praises-y .career-container-b::before,
.academic-expertise-H .client-praises-y .career-container-b::after {
    content: "";
    font-family: serif;
    line-height: 1;
    color: rgb(147,196,200,0.5);
    position: absolute;
    font-size: 4rem;
}.academic-expertise-H .client-praises-y .career-container-b::before {
    left: -1rem;
    top: -1.5rem;
}.academic-expertise-H .client-praises-y .career-container-b::after {
    bottom: -3rem;
    right: -1rem;
    transform: rotate(180deg);
}

@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

@media (min-width: 768px) {.academic-expertise-H {
    padding: 7rem 0;
}.academic-expertise-H .client-praises-y {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    padding: 3rem;
    gap: 2.5rem 3rem;
}.academic-expertise-H .client-praises-y > div:nth-child(1) {
    grid-row: span 2;
}.academic-expertise-H .client-praises-y > div:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}.academic-expertise-H .client-praises-y > div:nth-child(3) {
    grid-column: 2;
}.academic-expertise-H .client-praises-y .image-zoom-F {
    height: 220px;
    width: 220px;
}
}

@media (min-width: 1024px) {.academic-expertise-H .client-praises-y {
    padding: 4rem;
    gap: 3rem 4rem;
}.academic-expertise-H .client-praises-y .image-zoom-F {
    width: 250px;
    height: 250px;
}.academic-expertise-H .client-praises-y .career-container-b {
    font-size: calc(15px * 1.05);
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.academic-expertise-H .client-praises-y {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.academic-expertise-H .client-praises-y .name {
    font-size: 21px;
}.academic-expertise-H .client-praises-y > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.academic-expertise-H .client-praises-y .career-container-b {
    padding: 0;
}.academic-expertise-H .client-praises-y .career-container-b::before,
    .academic-expertise-H .client-praises-y .career-container-b::after {
    font-size: 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.academic-expertise-H::after {
    animation: none;
}.academic-expertise-H .client-praises-y,
    .academic-expertise-H .client-praises-y:hover,
    .academic-expertise-H .client-praises-y .image-zoom-F,
    .academic-expertise-H .client-praises-y:hover .image-zoom-F {
    transform: none;
    transition: none;
}}.course-summary-i {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
    display: flex;
    background: rgb(197,224,229);
}.course-summary-i .training-flow-C {
    border-bottom-left-radius: 150px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    top: 50%;
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 70vh;
    width: 45%;
    border-top-left-radius: 150px;
    transform: translateY(-50%);
}.course-summary-i .training-flow-C::before {
    top: 0;
    background: linear-gradient(90deg, rgb(197,224,229), transparent);
    pointer-events: none;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 2;
    left: 0;
    content: "";
}.course-summary-i .study-route-y {
    width: 100%;
    display: flex;
    height: 500%;
    flex-direction: column;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.course-summary-i .training-flow-C:hover .study-route-y {
    animation-play-state: paused;
}.course-summary-i .new-skills-o {
    flex-shrink: 0;
    height: 20%;
    position: relative;
    width: 100%;
}.course-summary-i .new-skills-o img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.7s ease;
    object-position: center;
    filter: brightness(1.05) contrast(1.08);
}.course-summary-i .new-skills-o:hover img {
    transform: scale(1.05);
}.course-summary-i .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    max-width: 1200px;
    justify-content: flex-start;
}.course-summary-i .knowledge-space-S {
    width: 60%;
    padding-right: 10%;
}.course-summary-i .education-flow-k {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    padding: 3.5rem;
    border-radius: 26px;
}.course-summary-i .education-flow-k::before {
    height: calc(100% - 3rem);
    opacity: 0.3;
    content: "";
    position: absolute;
    width: calc(100% - 3rem);
    top: 1.5rem;
    left: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(147,196,200,0.5);
    pointer-events: none;
}.course-summary-i .education-flow-k h3 {
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: rgb(147,196,200);
    font-size: 33px;
}.course-summary-i .education-flow-k p {
    margin-bottom: 2rem;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
}.course-summary-i .education-flow-k .request-form-k {
    z-index: 1;
    border-radius: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 0.9rem 2.25rem;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    background: rgb(147,196,200);
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
}.course-summary-i .education-flow-k .request-form-k::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: 0;
    transition: transform 0.6s ease;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}.course-summary-i .education-flow-k .request-form-k:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.course-summary-i .education-flow-k .request-form-k:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course-summary-i {
    padding: 3rem 2rem;
}.course-summary-i .training-flow-C {
    height: 60vh;
    border-top-left-radius: 100px;
    width: 40%;
    border-bottom-left-radius: 100px;
}.course-summary-i .knowledge-space-S {
    padding-right: 5%;
    width: 65%;
}.course-summary-i .education-flow-k {
    padding: 2.5rem;
}.course-summary-i .education-flow-k::before {
    left: 1rem;
    width: calc(100% - 2rem);
    top: 1rem;
    height: calc(100% - 2rem);
}.course-summary-i .education-flow-k h3 {
    font-size: calc(33px * 0.9);
}

}

@media (max-width: 767px) {.course-summary-i {
    padding: 3rem 1.5rem;
    min-height: auto;
    display: block;
}.course-summary-i .training-flow-C {
    transform: none;
    margin-bottom: 2rem;
    width: 100%;
    border-bottom-right-radius: 50px;
    right: auto;
    top: auto;
    border-bottom-left-radius: 50px;
    height: 40vh;
    position: relative;
    border-radius: 0;
}.course-summary-i .training-flow-C::before {
    height: 100px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, rgb(197,224,229), transparent);
    top: auto;
}.course-summary-i .study-route-y {
    height: 100%;
    flex-direction: row;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
}.course-summary-i .new-skills-o {
    width: 20%;
    height: 100%;
}.course-summary-i .container {
    width: 100%;
    justify-content: center;
}.course-summary-i .knowledge-space-S {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
}.course-summary-i .education-flow-k {
    padding: 2rem 1.5rem;
}.course-summary-i .education-flow-k::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    left: 0.75rem;
    top: 0.75rem;
}.course-summary-i .education-flow-k h3 {
    font-size: 18px;
}.course-summary-i .education-flow-k p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course-summary-i .education-flow-k .request-form-k {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.client-experience-C {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(197,224,229);
}.client-experience-C::before {
    background: linear-gradient(135deg, rgb(97,161,169,0.5), rgb(147,196,200,0.5));
    width: 30%;
    position: absolute;
    right: -5%;
    height: 60%;
    filter: blur(20px);
    transform: rotate(-15deg) skewX(20deg);
    z-index: 1;
    content: "";
    top: -10%;
    opacity: 0.15;
}.client-experience-C::after {
    bottom: -15%;
    left: -10%;
    background: linear-gradient(225deg, rgb(97,161,169,0.5), rgb(147,196,200,0.5));
    opacity: 0.1;
    filter: blur(25px);
    transform: rotate(15deg) skewX(-15deg);
    width: 40%;
    height: 70%;
    content: "";
    position: absolute;
    z-index: 1;
}.client-experience-C h2.container {
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    font-size: calc(35px * 1.1);
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}.client-experience-C h2.container::after {
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(147,196,200), rgb(97,161,169));
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
    bottom: -12px;
}.client-experience-C .container.knowledge-space-S {
    z-index: 2;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}.client-experience-C .student-feedback-T {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 28px;
}.client-experience-C .client-praises-y {
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02), 
                0 20px 40px rgba(rgb(97,161,169,0.5), 0.08);
    display: flex;
    flex-direction: column;
    padding: 32px 26px 28px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
    justify-content: space-between;
    min-height: 220px;
}.client-experience-C .client-praises-y::before {
    top: 15px;
    position: absolute;
    color: rgb(97,161,169,0.5);
    font-size: 100px;
    content: "";
    right: 20px;
    transition: all 0.3s ease;
    opacity: 0.15;
    font-family: serif;
    line-height: 1;
    z-index: 0;
}.client-experience-C .client-praises-y:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.03), 
                0 25px 45px rgba(rgb(97,161,169,0.5), 0.12);
    transform: translateY(-5px);
}.client-experience-C .client-praises-y:hover::before {
    opacity: 0.25;
    transform: rotate(-10deg) translateY(-5px);
}.client-experience-C .client-praises-y h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.01em;
}.client-experience-C .client-praises-y h3::after {
    left: 0;
    content: "";
    bottom: -6px;
    width: 40px;
    background: linear-gradient(90deg, rgb(147,196,200), transparent);
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.client-experience-C .client-praises-y:hover h3::after {
    width: 60px;
}.client-experience-C .client-praises-y p.description {
    z-index: 1;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
}.client-experience-C .client-praises-y div {
    position: relative;
    align-items: center;
    display: flex;
    margin-top: auto;
    z-index: 1;
}.client-experience-C .client-praises-y div img {
    height: 50px;
    background-origin: border-box;
    object-fit: cover;
    border: 2px solid transparent;
    width: 50px;
    background-clip: content-box, border-box;
    border-radius: 50%;
    background-image: 
        linear-gradient(to right, #ffffff, #ffffff), 
        linear-gradient(135deg, rgb(147,196,200,0.5), rgb(97,161,169));
    transition: transform 0.4s ease;
}.client-experience-C .client-praises-y:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.client-experience-C {
    padding: 4rem 0;
}.client-experience-C h2.container {
    font-size: 35px;
    margin-bottom: 2.5rem;
}.client-experience-C .student-feedback-T {
    gap: 22px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client-experience-C {
    padding: 3.5rem 0;
}.client-experience-C h2.container {
    margin-right: auto;
    font-size: calc(35px * 0.85);
    margin-left: auto;
    max-width: 85%;
}.client-experience-C h2.container::after {
    width: 60px;
}.client-experience-C .student-feedback-T {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-experience-C .client-praises-y {
    min-height: 200px;
    padding: 25px 20px 22px;
}.client-experience-C .client-praises-y::before {
    top: 10px;
    right: 15px;
    font-size: 80px;
}
}

@media (max-width: 576px) {.client-experience-C {
    padding: 3rem 0;
}.client-experience-C h2.container {
    max-width: 90%;
    font-size: calc(35px * 0.8);
}.client-experience-C .student-feedback-T {
    grid-template-columns: 1fr;
    gap: 16px;
}.client-experience-C .client-praises-y {
    padding: 22px 18px 20px;
}.client-experience-C .client-praises-y h3 {
    font-size: 18px;
}.client-experience-C .client-praises-y::before {
    font-size: 70px;
}
}