* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.outer-container-kt {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1280px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.site-head-hm {
    flex: 1 0 auto;
}.enroll-info-NX {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(200,180,177);
}header .top_plank .nav-bar-Lx div svg, header .top_plank .nav-bar-Lx div svg path {
    fill: #ffffff;
}header .top_plank .nav-bar-Lx div span {
    color: #ffffff;
}header .top_plank .nav-bar-Lx {
    line-height: 21px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .nav-bar-Lx div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .nav-bar-Lx div img, header .top_plank .nav-bar-Lx div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.course-structure-dY {
    position: relative;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    display: flex;
    background: rgb(227,222,221);
    min-height: 100vh;
    padding: 4rem 2rem;
}.course-structure-dY .quick-progress-dy {
    border-top-left-radius: 150px;
    transform: translateY(-50%);
    right: 0;
    width: 45%;
    overflow: hidden;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    border-bottom-left-radius: 150px;
    z-index: 1;
    height: 70vh;
    top: 50%;
}.course-structure-dY .quick-progress-dy::before {
    pointer-events: none;
    left: 0;
    background: linear-gradient(90deg, rgb(227,222,221), transparent);
    z-index: 2;
    content: "";
    top: 0;
    width: 100px;
    height: 100%;
    position: absolute;
}.course-structure-dY .career-lab-bH {
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 500%;
    display: flex;
    flex-direction: column;
    width: 100%;
}.course-structure-dY .quick-progress-dy:hover .career-lab-bH {
    animation-play-state: paused;
}.course-structure-dY .education-plan-gN {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    height: 20%;
}.course-structure-dY .education-plan-gN img {
    height: 100%;
    width: 100%;
    transition: transform 0.7s ease;
    filter: brightness(1.05) contrast(1.08);
    object-position: center;
    object-fit: cover;
}.course-structure-dY .education-plan-gN:hover img {
    transform: scale(1.05);
}.course-structure-dY .container {
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    margin: 0 auto;
    position: relative;
}.course-structure-dY .learn-roots-aO {
    width: 60%;
    padding-right: 10%;
}.course-structure-dY .knowledge-route-KC {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    padding: 3.5rem;
    background: #ffffff;
    border-radius: 25px;
}.course-structure-dY .knowledge-route-KC::before {
    top: 1.5rem;
    border-radius: 10px;
    width: calc(100% - 3rem);
    content: "";
    position: absolute;
    left: 1.5rem;
    opacity: 0.3;
    border: 1px solid rgb(200,180,177,0.5);
    height: calc(100% - 3rem);
    pointer-events: none;
}.course-structure-dY .knowledge-route-KC h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: rgb(200,180,177);
}.course-structure-dY .knowledge-route-KC p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 1.7;
}.course-structure-dY .knowledge-route-KC .connect-reach-Id {
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgb(200,180,177);
    font-size: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0.9rem 2.25rem;
    border-radius: 25px;
    text-decoration: none;
}.course-structure-dY .knowledge-route-KC .connect-reach-Id::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: transform 0.6s ease;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    content: "";
}.course-structure-dY .knowledge-route-KC .connect-reach-Id:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course-structure-dY .knowledge-route-KC .connect-reach-Id: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-structure-dY {
    padding: 3rem 2rem;
}.course-structure-dY .quick-progress-dy {
    width: 40%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 60vh;
}.course-structure-dY .learn-roots-aO {
    padding-right: 5%;
    width: 65%;
}.course-structure-dY .knowledge-route-KC {
    padding: 2.5rem;
}.course-structure-dY .knowledge-route-KC::before {
    width: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    height: calc(100% - 2rem);
}.course-structure-dY .knowledge-route-KC h3 {
    font-size: calc(32px * 0.9);
}

}

@media (max-width: 767px) {.course-structure-dY {
    min-height: auto;
    display: block;
    padding: 3rem 1.5rem;
}.course-structure-dY .quick-progress-dy {
    width: 100%;
    border-radius: 0;
    height: 40vh;
    margin-bottom: 2rem;
    border-bottom-right-radius: 50px;
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    border-bottom-left-radius: 50px;
}.course-structure-dY .quick-progress-dy::before {
    top: auto;
    bottom: 0;
    height: 100px;
    background: linear-gradient(0deg, rgb(227,222,221), transparent);
    width: 100%;
}.course-structure-dY .career-lab-bH {
    width: 500%;
    flex-direction: row;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
}.course-structure-dY .education-plan-gN {
    width: 20%;
    height: 100%;
}.course-structure-dY .container {
    width: 100%;
    justify-content: center;
}.course-structure-dY .learn-roots-aO {
    padding-right: 0;
    max-width: 500px;
    width: 100%;
}.course-structure-dY .knowledge-route-KC {
    padding: 2rem 1.5rem;
}.course-structure-dY .knowledge-route-KC::before {
    top: 0.75rem;
    height: calc(100% - 1.5rem);
    left: 0.75rem;
    width: calc(100% - 1.5rem);
}.course-structure-dY .knowledge-route-KC h3 {
    font-size: 20px;
}.course-structure-dY .knowledge-route-KC p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
}.course-structure-dY .knowledge-route-KC .connect-reach-Id {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}@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);
        }
    }
}.opening-board-zh {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.opening-board-zh .page-lead-bu {
    position: relative;
    justify-content: flex-start;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}.opening-board-zh .page-lead-bu::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.8) 100%);
}.opening-board-zh .page-lead-bu::after {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgb(200,180,177,0.5),
    rgb(200,180,177,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    opacity: 0.1;
    left: 0;
    animation: pulse 8s infinite alternate;
    z-index: 2;
    width: 100%;
    content: "";
    top: 0;
}.opening-board-zh .guide-approach-qH {
    transform: translateY(-2rem);
    margin-left: 10%;
    padding: 3rem;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    max-width: 700px;
    position: relative;
    z-index: 3;
    opacity: 0;
}.opening-board-zh .guide-approach-qH::before {
    background: rgb(200,180,177);
    top: 0;
    content: "";
    animation: growLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    left: -20px;
    width: 6px;
    position: absolute;
    height: 0;
}.opening-board-zh .guide-approach-qH::after {
    left: 0;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 0;
    background: rgb(181,138,130);
}.opening-board-zh h1 {
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 1.5rem;
    transition: transform 0.5s ease;
    color: #ffffff;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 41px);
}.opening-board-zh h1::before {
    width: 60px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    transform: scaleX(0);
    background: rgb(200,180,177);
    height: 5px;
    bottom: -15px;
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
}.opening-board-zh h3 {
    animation: fadeIn 1.5s ease forwards 0.6s;
    max-width: 90%;
    font-size: clamp(1.25rem, 3vw, 20px);
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
}.opening-board-zh p {
    border-left: 3px solid rgb(181,138,130);
    padding-left: 1rem;
    position: relative;
    max-width: 85%;
    opacity: 0;
    animation: fadeIn 1.5s ease forwards 0.9s;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 2rem;
    font-size: clamp(1rem, 2vw, 15px);
}.opening-board-zh .guide-approach-qH:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
    color: rgb(200,180,177);
}

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

@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}

@media (max-width: 992px) {.opening-board-zh .guide-approach-qH {
    margin-left: 5%;
    padding: 2rem;
}.opening-board-zh h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.opening-board-zh h3 {
    max-width: 100%;
}.opening-board-zh p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.opening-board-zh .page-lead-bu {
    align-items: flex-start;
    padding-top: 15vh;
}.opening-board-zh .guide-approach-qH {
    margin-left: 2rem;
    margin-right: 2rem;
}.opening-board-zh h1::before {
    width: 40px;
}.opening-board-zh .guide-approach-qH::before {
    left: -10px;
}
}

@media (max-width: 576px) {.opening-board-zh .page-lead-bu {
    padding-top: 10vh;
}.opening-board-zh .guide-approach-qH {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1.5rem;
}.opening-board-zh h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
}.opening-board-zh h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
}.opening-board-zh p {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding-left: 0.75rem;
}.opening-board-zh .guide-approach-qH::before {
    width: 4px;
}}.course-methodology-um {
    position: relative;
    background: linear-gradient(115deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 150%);
    overflow: visible;
    padding: 180px 0 140px;
}.course-methodology-um::before {
    opacity: 0.15;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(181,138,130,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
}.course-methodology-um .learn-roots-aO {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.course-methodology-um .post-container-Zh {
    position: relative;
    display: flex;
    width: 100%;
}.course-methodology-um .post-container-Zh h2 {
    transform: translateX(-50%);
    left: 15%;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: absolute;
    text-align: center;
    top: -50px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 40px 50px;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    z-index: 4;
    height: 300px;
    display: flex;
    border-radius: 50%;
    width: 300px;
}.course-methodology-um .post-container-Zh p {
    line-height: 1.8;
    padding: 60px 50px 60px 250px;
    border-radius: 24px;
    z-index: 3;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-left: 15%;
    color: #ffffff;
    position: relative;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
}.course-methodology-um .post-container-Zh::before {
    border: 1px solid rgb(200,180,177,0.5);
    z-index: 2;
    left: 15%;
    transform: translateX(-50%);
    width: 450px;
    content: '';
    opacity: 0.15;
    position: absolute;
    border-radius: 50%;
    height: 450px;
    top: -110px;
    animation: rotate-slow 60s linear infinite;
}.course-methodology-um .post-container-Zh::after {
    content: '';
    width: 550px;
    transform: translateX(-50%);
    animation: rotate-slow 80s linear infinite reverse;
    border-radius: 50%;
    height: 550px;
    left: 15%;
    top: -160px;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    border: 1px dashed rgb(181,138,130,0.5);
}.course-methodology-um .post-container-Zh h2::before {
    left: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    opacity: 0.3;
    content: '';
    z-index: 5;
    top: 0;
    transform: translate(-50%, -50%);
    background: rgb(200,180,177);
}.course-methodology-um .post-container-Zh h2::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 350px;
    left: 50%;
    border-radius: 50%;
    height: 350px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}.course-methodology-um .post-container-Zh p::before {
    content: '';
    z-index: -1;
    border-radius: 24px;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 0%, transparent 80%);
    position: absolute;
    width: 100%;
}.course-methodology-um .post-container-Zh p::after {
    top: -40px;
    right: 30px;
    height: 80px;
    z-index: 5;
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    content: '';
    width: 80px;
    background: rgb(181,138,130);
    opacity: 0.1;
}.course-methodology-um::after {
    height: 1px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(200,180,177,0.5), transparent);
    left: 0;
    content: '';
    width: 100%;
    bottom: 50%;
    opacity: 0.2;
    position: absolute;
}.course-methodology-um .learn-roots-aO::before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    height: 70px;
    animation: pulse-subtle 10s infinite alternate;
    width: 70px;
    border-radius: 50%;
    filter: blur(30px);
    background: rgb(200,180,177);
    opacity: 0.05;
    left: 15%;
}.course-methodology-um .learn-roots-aO::after {
    background: rgb(181,138,130);
    filter: blur(60px);
    border-radius: 50%;
    height: 200px;
    opacity: 0.03;
    position: absolute;
    content: '';
    right: 10%;
    bottom: -100px;
    width: 200px;
    animation: pulse-subtle 15s infinite alternate-reverse;
}

@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}
@media screen and (max-width: 1200px) {.course-methodology-um .post-container-Zh h2 {
    width: 280px;
    left: 20%;
    height: 280px;
    padding: 35px 40px;
}.course-methodology-um .post-container-Zh p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.course-methodology-um .post-container-Zh::before {
    width: 400px;
    left: 20%;
    height: 400px;
    top: -95px;
}.course-methodology-um .post-container-Zh::after {
    top: -145px;
    height: 500px;
    left: 20%;
    width: 500px;
}.course-methodology-um .learn-roots-aO::before {
    left: 20%;
}
}

@media screen and (max-width: 992px) {.course-methodology-um {
    padding: 160px 0 120px;
}.course-methodology-um .post-container-Zh h2 {
    left: 25%;
    padding: 30px;
    top: -40px;
    width: 250px;
    height: 250px;
}.course-methodology-um .post-container-Zh p {
    margin-left: 25%;
    padding: 45px 35px 45px 180px;
}.course-methodology-um .post-container-Zh::before {
    left: 25%;
    top: -80px;
    height: 350px;
    width: 350px;
}.course-methodology-um .post-container-Zh::after {
    left: 25%;
    top: -125px;
    width: 450px;
    height: 450px;
}.course-methodology-um .post-container-Zh h2::after {
    width: 290px;
    height: 290px;
}.course-methodology-um .learn-roots-aO::before {
    left: 25%;
}
}

@media screen and (max-width: 768px) {.course-methodology-um {
    padding: 130px 0 100px;
    overflow: hidden;
}.course-methodology-um .post-container-Zh {
    align-items: center;
    flex-direction: column;
}.course-methodology-um .post-container-Zh h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
    width: 90%;
    top: 0;
    padding: 30px;
    left: 0;
    transform: none;
    border-radius: 24px;
    height: auto;
    position: relative;
}.course-methodology-um .post-container-Zh p {
    margin-left: 0;
    padding: 30px;
    width: 90%;
}.course-methodology-um .post-container-Zh::before,
    .course-methodology-um .post-container-Zh::after,
    .course-methodology-um::after,
    .course-methodology-um .learn-roots-aO::before,
    .course-methodology-um .learn-roots-aO::after,
    .course-methodology-um .post-container-Zh p::after,
    .course-methodology-um .post-container-Zh h2::before,
    .course-methodology-um .post-container-Zh h2::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course-methodology-um {
    padding: 100px 0 80px;
}.course-methodology-um .post-container-Zh h2 {
    padding: 25px;
    width: 100%;
    font-size: calc(30px * 0.8);
}.course-methodology-um .post-container-Zh p {
    width: 100%;
    font-size: calc(13px * 0.9);
    padding: 25px;
}}.prospective-members-Ja {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
}.prospective-members-Ja::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 20%, rgb(200,180,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(181,138,130,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    height: 100%;
}.prospective-members-Ja::after {
    z-index: 2;
    height: 100%;
    content: '';
    background-size: 60px 60px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(200,180,177,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(181,138,130,0.5) 49%, transparent 51%);
}.prospective-members-Ja .learn-roots-aO {
    z-index: 10;
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.prospective-members-Ja h3 {
    padding: 0 20px;
    display: inline-block;
    color: #000000;
    font-size: 32px;
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
}.prospective-members-Ja h3::before,
.prospective-members-Ja h3::after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    content: '';
    width: 40px;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
}.prospective-members-Ja h3::before {
    left: -60px;
}.prospective-members-Ja h3::after {
    right: -60px;
}.prospective-members-Ja ul {
    display: flex;
    padding: 0;
    gap: 40px;
    list-style: none;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}.prospective-members-Ja ul li {
    display: flex;
    z-index: 1;
    text-align: left;
    padding: 40px 30px;
    align-items: flex-start;
    background-color: #ffffff;
    position: relative;
    min-width: 280px;
    gap: 20px;
    width: calc(33.333% - 27px);
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
}.prospective-members-Ja ul li::before {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
    height: 5px;
    left: 0;
    transition: opacity 0.4s ease;
}.prospective-members-Ja ul li::after {
    position: absolute;
    transition: all 0.6s ease;
    background: rgb(200,180,177,0.5);
    width: 100px;
    opacity: 0.1;
    z-index: -1;
    left: -50px;
    border-radius: 50%;
    bottom: -50px;
    height: 100px;
    content: '';
}.prospective-members-Ja ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.prospective-members-Ja ul li:hover::before {
    opacity: 1;
}.prospective-members-Ja ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.prospective-members-Ja ul li svg {
    transition: all 0.5s ease;
    position: relative;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}.prospective-members-Ja ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.prospective-members-Ja ul li svg path {
    fill: rgb(200,180,177);
    transition: fill 0.5s ease;
}.prospective-members-Ja ul li:hover svg path {
    fill: rgb(181,138,130);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective-members-Ja ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.prospective-members-Ja ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective-members-Ja ul li:nth-child(2) {
    animation-delay: 0.25s;
}.prospective-members-Ja ul li:nth-child(3) {
    animation-delay: 0.4s;
}.prospective-members-Ja ul li:nth-child(4) {
    animation-delay: 0.55s;
}.prospective-members-Ja ul li:nth-child(5) {
    animation-delay: 0.7s;
}.prospective-members-Ja ul li:nth-child(6) {
    animation-delay: 0.85s;
}.prospective-members-Ja ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.prospective-members-Ja ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.prospective-members-Ja ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.prospective-members-Ja {
    padding: 90px 0;
}.prospective-members-Ja h3 {
    margin-bottom: 60px;
}.prospective-members-Ja h3::before,
    .prospective-members-Ja h3::after {
    width: 30px;
}.prospective-members-Ja h3::before {
    left: -40px;
}.prospective-members-Ja h3::after {
    right: -40px;
}.prospective-members-Ja ul {
    gap: 30px;
}.prospective-members-Ja ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.prospective-members-Ja ul li {
    max-width: 400px;
    width: 100%;
}.prospective-members-Ja ul li:nth-child(3n+1),
    .prospective-members-Ja ul li:nth-child(3n+2),
    .prospective-members-Ja ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.prospective-members-Ja {
    padding: 70px 0;
}.prospective-members-Ja h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.prospective-members-Ja h3::before,
    .prospective-members-Ja h3::after {
    display: none;
}.prospective-members-Ja ul {
    gap: 25px;
}.prospective-members-Ja ul li {
    padding: 30px 20px;
}.prospective-members-Ja ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective-members-Ja ul li {
    opacity: 1;
    animation: none;
}.prospective-members-Ja ul li:hover {
    transform: none;
}.prospective-members-Ja ul li:hover svg {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}.enroll-info-NX {
    color: #000000;
    background-color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}.enroll-info-NX::before {
    bottom: 0;
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(200,180,177),
        rgb(200,180,177) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
}footer .knowl-base-sd {
    position: relative;
    z-index: 1;
}footer .contact-ask-FM {
    height: 100px;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
}footer .info_item {
    padding: 0 25px;
    background-color: rgb(181,138,130);
    cursor: pointer;
    flex: 1;
    overflow: hidden;
    height: 100px;
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    min-width: 250px;
    align-items: center;
    margin-right: 1px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(200,180,177);
    flex: 1.5;
}footer .info_item::after {
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    fill: #ffffff;
    width: 24px;
    position: relative;
    height: 24px;
    margin-right: 15px;
    z-index: 2;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    z-index: 2;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
}footer .info_item::before {
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 0;
    padding: 0 20px;
    scrollbar-width: none;
    flex-wrap: nowrap;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main-pagebar-Ev, footer .top-pagewrap-Ld, footer .subscribe_holder {
    border-radius: 28px;
    flex: 0 0 100%;
    margin-right: 30px;
    transition: all 0.4s ease;
    height: 450px;
    scroll-snap-align: start;
    position: relative;
    min-width: 280px;
    padding: 30px;
    max-width: 500px;
}footer .main-pagebar-Ev {
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
    background-color: rgb(227,222,221);
    justify-content: center;
}footer .main-pagebar-Ev svg {
    height: 50px;
    width: auto;
    margin-bottom: 30px;
}footer .tutor-match-gv {
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}footer .top-pagewrap-Ld {
    justify-content: center;
    color: #ffffff;
    background-color: rgb(181,138,130);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(181,138,130,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(200,180,177,0.5) 0%, transparent 40%);
    position: relative;
}footer .top-pagewrap-Ld::after {
    top: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
    background-size: 30px 30px;
    right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}footer .top-pagewrap-Ld h5 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
}footer .top-pagewrap-Ld h5::after {
    width: 30px;
    bottom: -10px;
    height: 2px;
    content: "";
    background-color: rgb(200,180,177);
    left: 0;
    position: absolute;
}footer .nav-class-UK {
    height: auto;
    position: relative;
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}footer .nav-class-UK a {
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
}footer .nav-class-UK a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(200,180,177);
    color: #ffffff;
}footer .subscribe_holder {
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(200,180,177);
    display: flex;
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 22px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .news-container-SX {
    border: none;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(181,138,130);
    color: #ffffff;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}footer .news-container-SX:hover {
    background-color: rgb(181,138,130,0.5);
}footer .digital-res-gO {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}footer .digital-res-gO::before {
    left: 20%;
    content: "";
    top: 0;
    right: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
}footer .grant-cta-gl {
    color: #000000;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 992px) {footer .text_main_holder {
    gap: 30px;
    scroll-snap-type: none;
    overflow-x: visible;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}footer .main-pagebar-Ev, footer .top-pagewrap-Ld, footer .subscribe_holder {
    min-width: 0;
    height: 500px;
    margin-right: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main-pagebar-Ev::before,
    footer .top-pagewrap-Ld::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .enroll-info-NX {
    padding: 60px 0 30px;
}footer .contact-ask-FM {
    margin-bottom: 40px;
    height: auto;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .main-pagebar-Ev, footer .top-pagewrap-Ld, footer .subscribe_holder {
    height: auto;
    min-height: 350px;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .enroll-info-NX {
    padding: 50px 0 20px;
}footer .main-pagebar-Ev::before,
    footer .top-pagewrap-Ld::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    top: 15px;
    left: 15px;
}footer .nav-class-UK {
    height: auto;
    max-height: 220px;
}footer .main-pagebar-Ev, footer .top-pagewrap-Ld, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .top-pagewrap-Ld h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .news-container-SX {
    padding: 12px;
}}.company-info-uk {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(227,222,221), #f0f4f8);
    perspective: 1000px;
}.company-info-uk::before {
    background: linear-gradient(135deg, rgb(200,180,177,0.5), rgb(181,138,130,0.5));
    top: -10%;
    right: -5%;
    z-index: 1;
    width: 40%;
    filter: blur(40px);
    position: absolute;
    content: "";
    height: 70%;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.7;
}.company-info-uk::after {
    background: linear-gradient(225deg, rgb(181,138,130,0.5), rgb(200,180,177,0.5));
    opacity: 0.5;
    transform: rotate(10deg) skewX(-5deg);
    height: 60%;
    filter: blur(60px);
    content: "";
    z-index: 1;
    left: -5%;
    bottom: -10%;
    width: 50%;
    position: absolute;
}.company-info-uk .container {
    padding: 0 20px;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.company-info-uk h1 {
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    transform: translateZ(30px);
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
}.company-info-uk h1::after {
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 80px;
    content: "";
    left: 0;
    transform: translateZ(40px);
    bottom: -15px;
}.company-info-uk .value-vision-LY {
    position: relative;
    transform-style: preserve-3d;
}.company-info-uk .value-vision-LY ul {
    display: grid;
    gap: 50px;
    padding: 0;
    margin: 0;
    grid-template-columns: 1fr;
    list-style-type: none;
    transform-style: preserve-3d;
}.company-info-uk .teach-style-MY {
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
}.company-info-uk .teach-style-MY:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateZ(25px) rotateX(0deg);
}.company-info-uk .teach-style-MY::before {
    height: 100%;
    transform: translateZ(5px);
    background: linear-gradient(180deg, rgb(200,180,177), rgb(181,138,130));
    content: "";
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
}.company-info-uk .teach-style-MY h4 {
    letter-spacing: 0.5px;
    color: rgb(200,180,177);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: calc(22px + 2px);
    font-weight: 600;
}.company-info-uk .teach-style-MY h4::after {
    background: rgb(181,138,130);
    content: "";
    bottom: 0;
    height: 3px;
    width: 40px;
    left: 0;
    position: absolute;
}.company-info-uk .teach-style-MY div {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    padding-right: 10px;
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    max-height: 300px;
    position: relative;
}.company-info-uk .teach-style-MY div::-webkit-scrollbar {
    width: 6px;
}.company-info-uk .teach-style-MY div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}.company-info-uk .teach-style-MY div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(200,180,177,0.5), rgb(181,138,130));
}

@media (min-width: 768px) {.company-info-uk {
    padding: 150px 0 100px;
}.company-info-uk h1 {
    margin-bottom: 70px;
    font-size: calc(38px + 10px);
}.company-info-uk h1::after {
    width: 120px;
    height: 5px;
}.company-info-uk .value-vision-LY ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.company-info-uk .teach-style-MY {
    padding: 50px;
    backdrop-filter: blur(5px);
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
}.company-info-uk .teach-style-MY:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.company-info-uk .teach-style-MY:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY::before {
    width: 8px;
}.company-info-uk .teach-style-MY div {
    max-height: 350px;
}.company-info-uk .teach-style-MY:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.company-info-uk .teach-style-MY:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.company-info-uk .teach-style-MY:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.company-info-uk {
    padding: 180px 0 120px;
}.company-info-uk::before {
    height: 80%;
    width: 50%;
}.company-info-uk::after {
    height: 70%;
    width: 60%;
}.company-info-uk h1 {
    transform: translateZ(50px);
    font-size: calc(38px + 16px);
    margin-bottom: 90px;
}.company-info-uk h1::after {
    transform: translateZ(60px);
    width: 150px;
    height: 6px;
}.company-info-uk .value-vision-LY ul {
    gap: 80px;
}.company-info-uk .teach-style-MY {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.company-info-uk .teach-style-MY:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.company-info-uk .teach-style-MY:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY::before {
    width: 10px;
}.company-info-uk .teach-style-MY h4 {
    font-size: calc(22px + 4px);
    margin-bottom: 30px;
}.company-info-uk .teach-style-MY h4::after {
    width: 50px;
    height: 4px;
}.company-info-uk .teach-style-MY div {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(17px + 1px);
}.company-info-uk .teach-style-MY:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.company-info-uk .teach-style-MY:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.company-info-uk .teach-style-MY:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.company-info-uk .teach-style-MY:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.company-info-uk {
    padding: 80px 0 60px;
}.company-info-uk h1 {
    margin-bottom: 40px;
    font-size: calc(38px - 2px);
}.company-info-uk .teach-style-MY {
    margin-bottom: 30px;
    padding: 30px;
}.company-info-uk .teach-style-MY h4 {
    margin-bottom: 15px;
    font-size: 22px;
    padding-bottom: 10px;
}.company-info-uk .teach-style-MY div {
    max-height: 250px;
    font-size: calc(17px - 1px);
    line-height: 1.6;
}}.experience-trial-fi {
    overflow: hidden;
    background: rgb(227,222,221);
    position: relative;
    padding: 120px 0;
}.experience-trial-fi::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 0%, transparent 50%, rgb(181,138,130,0.5) 100%);
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.15;
}.experience-trial-fi::after {
    position: absolute;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    height: 200%;
    left: -50%;
    content: '';
    z-index: 1;
    top: -50%;
    animation: rotate-bg 120s linear infinite;
    width: 200%;
    opacity: 0.05;
}.experience-trial-fi .learn-roots-aO {
    position: relative;
    z-index: 10;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.experience-trial-fi .container p {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(rgb(200,180,177,0.5), 0.5);
    font-weight: 700;
    width: 60%;
    color: #ffffff;
    z-index: 5;
}.experience-trial-fi .connect-reach-Id {
    border-radius: 50%;
    padding: 0;
    display: flex;
    text-decoration: none;
    z-index: 5;
    position: relative;
    background: transparent;
    overflow: hidden;
    font-weight: 700;
    isolation: isolate;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 14px;
    width: 200px;
}.experience-trial-fi .connect-reach-Id::before {
    position: absolute;
    background: conic-gradient(
        rgb(200,180,177),
        rgb(181,138,130),
        rgb(200,180,177)
    );
    animation: rotate-border 8s linear infinite;
    content: '';
    inset: 0;
    border-radius: 50%;
    z-index: -2;
}.experience-trial-fi .connect-reach-Id::after {
    inset: 3px;
    content: '';
    position: absolute;
    background: rgb(181,138,130);
    border-radius: 50%;
    z-index: -1;
}.experience-trial-fi .connect-reach-Id:hover {
    transform: scale(1.05);
}.experience-trial-fi .connect-reach-Id:hover::after {
    background: linear-gradient(135deg, rgb(181,138,130) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.experience-trial-fi {
    padding: 90px 0;
}.experience-trial-fi .learn-roots-aO {
    padding: 40px;
}.experience-trial-fi .container p {
    font-size: calc(21px * 1.2);
}.experience-trial-fi .connect-reach-Id {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.experience-trial-fi {
    padding: 70px 0;
}.experience-trial-fi .learn-roots-aO {
    padding: 30px;
    gap: 40px;
    flex-direction: column;
}.experience-trial-fi .container p {
    width: 100%;
    text-align: center;
    font-size: 21px;
}.experience-trial-fi .connect-reach-Id {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.experience-trial-fi {
    padding: 50px 0;
}.experience-trial-fi .learn-roots-aO {
    padding: 25px 20px;
}.experience-trial-fi .container p {
    font-size: calc(18px * 1.2);
}.experience-trial-fi .connect-reach-Id {
    width: 120px;
    font-size: calc(14px * 0.9);
    height: 120px;
}}.pricing-bundle-Dy {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(227,222,221);
}.pricing-bundle-Dy::before {
    filter: blur(60px);
    border-radius: 50%;
    top: -50px;
    height: 300px;
    width: 300px;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(181,138,130,0.5), rgb(200,180,177,0.5));
    right: -50px;
    content: "";
}.pricing-bundle-Dy::after {
    filter: blur(50px);
    content: "";
    height: 250px;
    position: absolute;
    z-index: 0;
    bottom: -50px;
    left: -50px;
    width: 250px;
    background: linear-gradient(225deg, rgb(200,180,177,0.5), rgb(181,138,130,0.5));
    border-radius: 50%;
}.pricing-bundle-Dy .container {
    z-index: 1;
    position: relative;
}.pricing-bundle-Dy .deal-grid-UB {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.pricing-bundle-Dy .plan-deals-Rt {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}.pricing-bundle-Dy .plan-deals-Rt h2 {
    font-weight: 700;
    font-size: calc(28px * 1.1);
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}.pricing-bundle-Dy .plan-deals-Rt h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
    position: absolute;
}.pricing-bundle-Dy .fee-pricing-Xr {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1rem;
}.pricing-bundle-Dy .learning-packages-FW {
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
}.pricing-bundle-Dy .annual-plan-lP {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.pricing-bundle-Dy .annual-plan-lP:hover {
    transform: translateY(-10px);
}.pricing-bundle-Dy .trial-offers-gl {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 430px;
    justify-content: space-between;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    flex-direction: column;
    transition: all 0.4s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.pricing-bundle-Dy .annual-plan-lP:hover .trial-offers-gl {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-bundle-Dy .group-plans-rV {
    padding: 2rem;
    position: relative;
    flex: 1;
    z-index: 2;
}.pricing-bundle-Dy .annual-plan-lP h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    color: #000000;
    position: relative;
}.pricing-bundle-Dy .annual-plan-lP h3::before {
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -5px;
    left: 0;
    background: rgb(200,180,177);
    content: "";
    height: 2px;
}.pricing-bundle-Dy .annual-plan-lP:hover h3::before {
    width: 100%;
}.pricing-bundle-Dy .study-rates-la {
    display: block;
    font-weight: 700;
    margin: 1.5rem 0;
    font-size: calc(18px * 1.4);
    color: rgb(181,138,130);
    position: relative;
}.pricing-bundle-Dy .study-rates-la::after {
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(200,180,177);
    content: "";
    width: 3px;
    height: 20px;
    left: -10px;
}.pricing-bundle-Dy .annual-plan-lP p {
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 14px;
    margin-bottom: 1rem;
    hyphens: auto;
    word-wrap: break-word;
}.pricing-bundle-Dy .content-photo-io {
    height: 180px;
    position: relative;
}.pricing-bundle-Dy .content-photo-io::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
    z-index: 1;
    position: absolute;
}.pricing-bundle-Dy .annual-plan-lP:nth-child(1) .trial-offers-gl {
    border-top: 4px solid rgb(200,180,177);
}.pricing-bundle-Dy .annual-plan-lP:nth-child(2) .trial-offers-gl {
    border-top: 4px solid rgb(181,138,130);
}.pricing-bundle-Dy .annual-plan-lP:nth-child(3) .trial-offers-gl {
    border-top: 4px solid #6c5ce7;
}.pricing-bundle-Dy .annual-plan-lP:nth-child(4) .trial-offers-gl {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-bundle-Dy .learning-packages-FW {
    grid-template-columns: repeat(2, 1fr);
}.pricing-bundle-Dy .trial-offers-gl {
    min-height: 480px;
}.pricing-bundle-Dy .plan-deals-Rt {
    padding: 0 2rem;
}.pricing-bundle-Dy .plan-deals-Rt h2 {
    font-size: calc(28px * 1.2);
}
}

@media (min-width: 992px) {.pricing-bundle-Dy .deal-grid-UB {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing-bundle-Dy .learning-packages-FW {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.pricing-bundle-Dy .plan-deals-Rt {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing-bundle-Dy .plan-deals-Rt h2::after {
    left: 0;
    transform: none;
}.pricing-bundle-Dy .trial-offers-gl {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-bundle-Dy .learning-packages-FW {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-bundle-Dy .annual-plan-lP {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing-bundle-Dy .annual-plan-lP:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-bundle-Dy .trial-offers-gl {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing-bundle-Dy .content-photo-io {
    height: 200px;
}.pricing-bundle-Dy .study-rates-la {
    font-size: calc(18px * 1.6);
}.pricing-bundle-Dy .plan-deals-Rt h2 {
    font-size: calc(28px * 1.3);
}}.teacher-profile-jE {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(227,222,221);
}.teacher-profile-jE::before {
    background: linear-gradient(120deg, transparent 30%, rgb(200,180,177,0.5) 100%);
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
}.teacher-profile-jE::after {
    width: 40%;
    background: rgb(181,138,130,0.5);
    height: 70%;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: "";
    z-index: 1;
    bottom: 0;
    opacity: 0.5;
    right: 0;
}.teacher-profile-jE .user-experience-gN {
    position: relative;
    gap: 3rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    max-width: 1200px;
    display: grid;
}.teacher-profile-jE .content-photo-io {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 3/4;
    position: relative;
    width: 100%;
}.teacher-profile-jE .content-photo-io::before {
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(200,180,177,0.5) 100%);
}.teacher-profile-jE .content-photo-io:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.teacher-profile-jE .employee-history-vV {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}.teacher-profile-jE .employee-history-vV::before {
    position: absolute;
    transition: height 0.8s ease-out;
    width: 2px;
    top: 0;
    background: rgb(200,180,177);
    height: 0;
    left: 0;
    content: "";
}.teacher-profile-jE .user-experience-gN:hover .employee-history-vV::before {
    height: 100%;
}.teacher-profile-jE .name {
    position: relative;
    color: #000000;
    font-size: 41px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.teacher-profile-jE .name::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(181,138,130);
    height: 1px;
    width: 100%;
    transform: translateX(-101%);
    transition: transform 0.6s ease-out 0.2s;
}.teacher-profile-jE .user-experience-gN:hover .name::after {
    transform: translateX(0);
}.teacher-profile-jE .employee-history-vV > div:nth-child(2) {
    letter-spacing: 3px;
    font-size: 18px;
    color: rgb(181,138,130);
    opacity: 0;
    font-weight: 400;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0.4s;
}.teacher-profile-jE .user-experience-gN:hover .employee-history-vV > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.teacher-profile-jE .exp-highlights-pz {
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
    color: #000000;
    font-size: 18px;
    transform: translateY(20px);
    font-weight: 300;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.8;
}.teacher-profile-jE .user-experience-gN:hover .exp-highlights-pz {
    opacity: 1;
    transform: translateY(0);
}.teacher-profile-jE .exp-highlights-pz::first-letter {
    font-weight: 700;
    color: rgb(200,180,177);
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.teacher-profile-jE:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.teacher-profile-jE .user-experience-gN {
    gap: 2rem;
    grid-template-columns: 1fr;
}.teacher-profile-jE .content-photo-io {
    aspect-ratio: 16/9;
    max-height: 300px;
}.teacher-profile-jE .employee-history-vV {
    padding: 1rem 0;
}.teacher-profile-jE .employee-history-vV::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.teacher-profile-jE .user-experience-gN:hover .employee-history-vV::before {
    height: 2px;
    width: 100%;
}}header {
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: linear-gradient(to bottom, rgb(227,222,221), #ffffff);
    z-index: 100;
    padding: 1.2rem 0;
}header::before {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(200,180,177,0.5) 65%, 
        rgb(200,180,177,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(181,138,130,0.5) 75%, 
        rgb(181,138,130,0.5) 80%, 
        transparent 80%);
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
}header .container {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0 3%;
    max-width: 100%;
    width: 100%;
}header .nav-wrap-Cx {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}header .header-guide-Wk {
    position: relative;
    align-items: center;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(200,180,177,0.5), rgb(181,138,130,0.5));
    overflow: hidden;
    border-radius: 14px;
}header .header-guide-Wk::before {
    left: -50%;
    content: '';
    opacity: 0;
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    position: absolute;
    top: -50%;
}header .header-guide-Wk:hover::before {
    opacity: 1;
}header .header-guide-Wk svg {
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .header-guide-Wk:hover svg {
    transform: scale(1.03);
}header .top-pagewrap-Ld {
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    gap: 0.6rem;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
}header .nav-lesson-Gl {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #ffffff;
}header .nav-lesson-Gl::before {
    content: '';
    width: 100%;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(200,180,177), rgb(181,138,130));
}header .nav-lesson-Gl:hover {
    color: rgb(200,180,177);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .nav-lesson-Gl:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header-guide-Wk {
    padding: 0.5rem 1.2rem;
}header .header-guide-Wk svg {
    width: 140px;
}header .top-pagewrap-Ld {
    gap: 0.5rem;
}header .nav-lesson-Gl {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav-wrap-Cx {
    gap: 1.5rem;
}header .header-guide-Wk {
    padding: 0.4rem 1rem;
}header .header-guide-Wk svg {
    width: 130px;
}header .top-pagewrap-Ld {
    gap: 0.5rem;
}header .nav-lesson-Gl {
    padding: 0.5rem 0.9rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav-wrap-Cx {
    gap: 1rem;
}header .header-guide-Wk svg {
    width: 120px;
}header .top-pagewrap-Ld {
    padding-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
}header .top-pagewrap-Ld::-webkit-scrollbar {
    height: 3px;
}header .top-pagewrap-Ld::-webkit-scrollbar-thumb {
    background: rgb(200,180,177);
    border-radius: 10px;
}header .nav-lesson-Gl {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.thanksPart-WS {
    position: relative;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
}.thanksPart-WS::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(181,138,130,0.5) 49.5%, rgb(181,138,130,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(181,138,130,0.5) 49.5%, rgb(181,138,130,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    background-size: 60px 60px;
    pointer-events: none;
    top: 0;
    content: "";
    opacity: 0.1;
    left: 0;
}.thanksPart-WS::after {
    top: 20%;
    width: 50%;
    background: rgb(200,180,177);
    position: absolute;
    opacity: 0.03;
    content: "";
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    right: -10%;
}.thanksPart-WS .container {
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
}.thanksPart-WS h2 {
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
    font-size: 30px;
    opacity: 0;
}.thanksPart-WS h2::after {
    height: 4px;
    background: linear-gradient(to right, rgb(200,180,177), rgb(181,138,130));
    bottom: -15px;
    width: 80px;
    left: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.thanksPart-WS .learn-roots-aO {
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.thanksPart-WS .learn-roots-aO::before {
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.07;
    width: 100%;
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 0%, transparent 80%);
    z-index: 0;
    top: 0;
    left: 0;
}.thanksPart-WS .learn-roots-aO::after {
    z-index: 0;
    transform: scale(0.8);
    transition: opacity 1.5s ease, transform 1.5s ease;
    background: radial-gradient(circle, rgb(200,180,177,0.5) 0%, transparent 70%);
    height: 300%;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -100%;
    content: "";
    width: 300%;
}.thanksPart-WS .learn-roots-aO:hover::after {
    transform: scale(1);
    opacity: 0.05;
}.thanksPart-WS ul {
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
}.thanksPart-WS li {
    z-index: 2;
    padding-left: 30px;
    position: relative;
}.thanksPart-WS li::before {
    top: 12px;
    width: 10px;
    left: 0;
    background: linear-gradient(135deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    content: "";
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    height: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}.thanksPart-WS li span {
    font-size: 18px;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
}.thanksPart-WS .learn-roots-aO:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

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

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


@media screen and (max-width: 1200px) {.thanksPart-WS {
    padding: 100px 0 80px;
}.thanksPart-WS h2 {
    font-size: calc(30px - 2px);
}
}

@media screen and (max-width: 992px) {.thanksPart-WS {
    padding: 80px 0 60px;
}.thanksPart-WS h2 {
    font-size: calc(30px - 4px);
}.thanksPart-WS .learn-roots-aO {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.thanksPart-WS {
    padding: 60px 0 50px;
}.thanksPart-WS h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.thanksPart-WS .learn-roots-aO {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.thanksPart-WS h2::after {
    height: 3px;
    width: 60px;
}.thanksPart-WS li {
    padding-left: 25px;
}.thanksPart-WS li::before {
    height: 8px;
    width: 8px;
}
}

@media screen and (max-width: 576px) {.thanksPart-WS {
    padding: 50px 0 40px;
}.thanksPart-WS h2 {
    font-size: calc(30px - 8px);
    margin-bottom: 25px;
}.thanksPart-WS .learn-roots-aO {
    padding: 25px 20px;
}.thanksPart-WS li {
    padding-left: 22px;
}.thanksPart-WS li span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}.thanksPart-WS li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}

@media (hover: none) {.thanksPart-WS .learn-roots-aO:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.thanksPart-WS .learn-roots-aO:hover::after {
    opacity: 0;
}}.contact-form-section-DN {
    overflow: hidden;
    position: relative;
    background: rgb(227,222,221);
    padding: 90px 0;
}.contact-form-section-DN::before {
    top: 0;
    opacity: 0.2;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(200,180,177,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(181,138,130,0.5) 0%, transparent 60%);
    width: 100%;
}.contact-form-section-DN::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}.contact-form-section-DN .content-photo-io {
    right: 0;
    border-radius: 100px 0 0 100px;
    width: 45%;
    position: absolute;
    top: 2.5%;
    z-index: 1;
    height: 95%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}.contact-form-section-DN .content-photo-io::after {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 100px 0 0 100px;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(200,180,177,0.5), transparent 70%);
}.contact-form-section-DN .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact-form-section-DN h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}.contact-form-section-DN .connect-panel-Df {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}.contact-form-section-DN .connect-panel-Df::before {
    top: -100px;
    content: '';
    border-radius: 50%;
    background: rgb(200,180,177,0.5);
    position: absolute;
    width: 200px;
    left: -100px;
    opacity: 0.05;
    height: 200px;
}.contact-form-section-DN .connect-panel-Df::after {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.05;
    background: rgb(181,138,130,0.5);
    content: '';
    right: -75px;
    bottom: -75px;
}.contact-form-section-DN .support-map-qr {
    padding: 50px;
    width: 60%;
    position: relative;
}.contact-form-section-DN form h3 {
    margin-bottom: 30px;
    text-align: left;
    color: rgb(200,180,177);
    font-size: 18px;
}.contact-form-section-DN form h3::before,
.contact-form-section-DN form h3::after {
    display: none;
}.contact-form-section-DN input[type="text"],
.contact-form-section-DN textarea {
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 15px 25px;
    font-size: 13px;
}.contact-form-section-DN input[type="text"]:focus,
.contact-form-section-DN textarea:focus {
    border-color: rgb(200,180,177,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(200,180,177,0.5);
}.contact-form-section-DN textarea {
    border-radius: 20px;
    height: 140px;
    resize: none;
}.contact-form-section-DN .support-inquiry-eS {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-form-section-DN .support-inquiry-eS input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-section-DN .support-inquiry-eS label {
    font-size: 12px;
    color: #000000;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
}.contact-form-section-DN .support-inquiry-eS label::before {
    top: 2px;
    content: '';
    border-radius: 50%;
    width: 22px;
    left: 0;
    border: 2px solid rgb(200,180,177,0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
    height: 22px;
}.contact-form-section-DN .support-inquiry-eS input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,180,177);
    background: rgb(200,180,177);
}.contact-form-section-DN .support-inquiry-eS input[type="checkbox"]:checked + label::after {
    content: '';
    height: 10px;
    width: 6px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 6px;
    border: solid #ffffff;
}.contact-form-section-DN .support-inquiry-eS a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(200,180,177);
}.contact-form-section-DN .support-inquiry-eS a:hover {
    color: rgb(181,138,130);
}.contact-form-section-DN .connect-reach-Id {
    cursor: pointer;
    padding: 15px 40px;
    z-index: 1;
    transition: all 0.3s ease;
    background: rgb(200,180,177);
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    border: none;
}.contact-form-section-DN .connect-reach-Id::before {
    width: 100%;
    background: rgb(181,138,130);
    transition: all 0.5s ease;
    position: absolute;
    transform: translateY(100%);
    border-radius: 50px;
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
    left: 0;
}.contact-form-section-DN .connect-reach-Id:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(200,180,177,0.5);
}.contact-form-section-DN .connect-reach-Id:hover::before {
    transform: translateY(0);
}.contact-form-section-DN .message-widget-Un {
    top: 50%;
    z-index: 3;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    background: linear-gradient(135deg, rgb(200,180,177), rgb(181,138,130));
    flex-direction: column;
    padding: 50px;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    border-radius: 70px 0 0 70px;
    justify-content: center;
    width: 40%;
}.contact-form-section-DN .message-widget-Un::before {
    border-radius: 70px 0 0 70px;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    left: 0;
}.contact-form-section-DN .message-widget-Un h4 {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}.contact-form-section-DN .message-widget-Un h4::after {
    content: '';
    background: #ffffff;
    bottom: -10px;
    height: 3px;
    width: 40px;
    left: 0;
    border-radius: 3px;
    position: absolute;
}.contact-form-section-DN .feedback-section-GX {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact-form-section-DN .feedback-section-GX li {
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    margin-bottom: 25px;
}.contact-form-section-DN .feedback-section-GX li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.contact-form-section-DN .feedback-section-GX svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
}.contact-form-section-DN .feedback-section-GX li:hover svg {
    transform: scale(1.2);
}.contact-form-section-DN .feedback-section-GX svg path {
    fill: #ffffff;
}.contact-form-section-DN .feedback-section-GX span {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.contact-form-section-DN .feedback-section-GX a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-form-section-DN .feedback-section-GX a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact-form-section-DN .connect-panel-Df {
    width: 70%;
}.contact-form-section-DN .message-widget-Un {
    width: 35%;
}
}

@media (max-width: 992px) {.contact-form-section-DN .content-photo-io {
    display: none;
}.contact-form-section-DN .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.contact-form-section-DN .connect-panel-Df {
    width: 100%;
    max-width: 600px;
    flex-direction: column;
}.contact-form-section-DN .message-widget-Un {
    top: auto;
    width: 100%;
    max-width: 600px;
    right: auto;
    transform: none;
    margin-top: 30px;
    position: relative;
    border-radius: 20px;
}.contact-form-section-DN .message-widget-Un::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact-form-section-DN {
    padding: 70px 0;
}.contact-form-section-DN h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.contact-form-section-DN .support-map-qr,
    .contact-form-section-DN .message-widget-Un {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact-form-section-DN {
    padding: 50px 0;
}.contact-form-section-DN h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact-form-section-DN .support-map-qr,
    .contact-form-section-DN .message-widget-Un {
    padding: 25px 20px;
}.contact-form-section-DN input[type="text"],
    .contact-form-section-DN textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact-form-section-DN .connect-reach-Id {
    width: 100%;
    padding: 12px;
}}.data-summary-Nk {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 100%);
    position: relative;
}.data-summary-Nk::before {
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(181,138,130,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
}.data-summary-Nk h3 {
    transition: transform 0.5s ease-out;
    letter-spacing: 0.5px;
    font-size: calc(36px * 0.9);
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    margin-bottom: 3rem;
    z-index: 2;
    position: relative;
    color: #000000;
}.data-summary-Nk h3:hover {
    transform: perspective(1000px) translateZ(30px);
}.data-summary-Nk .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.data-summary-Nk ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    margin: 0;
    gap: 2rem;
    display: grid;
    list-style: none;
}.data-summary-Nk .key-statistics-sg {
    min-height: 180px;
    transform: translateY(0);
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 1.5rem;
    align-items: center;
    display: flex;
}.data-summary-Nk .key-statistics-sg:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.data-summary-Nk .key-statistics-sg::before {
    transition: opacity 0.5s ease;
    top: -2px;
    right: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: linear-gradient(45deg, 
    rgb(200,180,177) 0%, 
    rgb(181,138,130) 25%,
    rgb(200,180,177,0.5) 50%,
    rgb(181,138,130) 75%,
    rgb(200,180,177) 100%);
    left: -2px;
    content: "";
    z-index: -1;
    opacity: 0;
    bottom: -2px;
    background-size: 400% 400%;
    position: absolute;
}.data-summary-Nk .key-statistics-sg:hover::before {
    animation: gradientShift 10s ease infinite;
    opacity: 0.3;
}.data-summary-Nk .key-statistics-sg:nth-child(odd) {
    transform: translateY(10px);
}.data-summary-Nk .key-statistics-sg:nth-child(odd):hover {
    transform: translateY(0);
}.data-summary-Nk .key-statistics-sg span {
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(14px * 1.1);
    display: block;
    color: #000000;
    max-width: 90%;
}.data-summary-Nk .key-statistics-sg span::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: rgb(200,180,177);
    height: 2px;
    content: "";
}.data-summary-Nk .key-statistics-sg:hover span::after {
    width: 70%;
}.data-summary-Nk .key-statistics-sg p {
    margin: 0.5rem 0 0;
    font-weight: 700;
    color: rgb(200,180,177);
    font-size: calc(36px * 1.1);
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.data-summary-Nk .key-statistics-sg:hover p {
    transform: translateY(0);
    opacity: 1;
}.data-summary-Nk .key-statistics-sg p::before {
    z-index: -1;
    left: -10%;
    transition: height 0.4s ease-out 0.1s;
    height: 0%;
    position: absolute;
    background: linear-gradient(transparent, rgb(200,180,177,0.5), transparent);
    content: "";
    bottom: 0;
    width: 120%;
}.data-summary-Nk .key-statistics-sg:hover p::before {
    height: 100%;
}


@media (max-width: 992px) {.data-summary-Nk {
    padding: 4rem 1.5rem;
}.data-summary-Nk ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data-summary-Nk .key-statistics-sg {
    padding: 1.25rem;
    min-height: 160px;
}.data-summary-Nk h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.data-summary-Nk {
    padding: 3.5rem 1rem;
}.data-summary-Nk ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.25rem;
}.data-summary-Nk .key-statistics-sg {
    padding: 1rem;
    min-height: 140px;
}.data-summary-Nk .key-statistics-sg span {
    font-size: 14px;
}.data-summary-Nk .key-statistics-sg p {
    font-size: 36px;
}.data-summary-Nk h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.data-summary-Nk {
    padding: 3rem 0.75rem;
}.data-summary-Nk ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data-summary-Nk .key-statistics-sg {
    padding: 1.5rem 1rem;
    min-height: auto;
}.data-summary-Nk .key-statistics-sg:nth-child(odd) {
    transform: translateY(0);
}.data-summary-Nk .key-statistics-sg p {
    opacity: 1;
    transform: translateY(0);
}.data-summary-Nk h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.75);
}}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}.confidential-cordon-iX {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    margin: 0 auto;
    padding: 40px;
    max-width: 1200px;
    overflow: hidden;
    width: 90%;
    position: relative;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.confidential-cordon-iX:before, .confidential-cordon-iX:after {
    pointer-events: none;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 100%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(200,180,177,0.5), rgb(181,138,130,0.5));
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
    transform-origin: center;
}.confidential-cordon-iX h1 {
    margin-bottom: 20px;
    font-weight: 700;
    z-index: 1;
    font-size: 41px;
    margin-top: 20px;
    position: relative;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(200,180,177);
    color: #000000;
    padding-bottom: 10px;
    text-transform: uppercase;
}.confidential-cordon-iX h2 {
    z-index: 1;
    font-size: 29px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(181,138,130,0.5);
    color: rgb(181,138,130);
    padding-bottom: 5px;
    position: relative;
}.confidential-cordon-iX ul, .confidential-cordon-iX ol {
    list-style: none;
    padding-left: 0;
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
}.confidential-cordon-iX li {
    line-height: 1.6;
    padding-left: 30px;
    margin-bottom: 10px;
    counter-increment: list-counter;
    font-size: 12px;
    position: relative;
}.confidential-cordon-iX li:before {
    font-size: 18px;
    font-weight: 700;
    left: 0;
    color: rgb(200,180,177);
    position: absolute;
    content: counter(list-counter, decimal-leading-zero);
    top: 0;
}.confidential-cordon-iX div {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    background: #ffffff;
}.confidential-cordon-iX .container {
    z-index: 1;
    position: relative;
}.confidential-cordon-iX h3, .confidential-cordon-iX h4, .confidential-cordon-iX h5, .confidential-cordon-iX h6 {
    font-size: 21px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(200,180,177);
}.confidential-cordon-iX p, .confidential-cordon-iX span {
    line-height: 1.6;
    font-size: 12px;
    z-index: 1;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}.confidential-cordon-iX a {
    border-bottom: 1px solid rgb(181,138,130);
    color: rgb(181,138,130);
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.confidential-cordon-iX a:hover {
    color: rgb(200,180,177);
    border-bottom: 1px solid rgb(200,180,177);
}.confidential-cordon-iX button {
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    background: rgb(200,180,177);
}.confidential-cordon-iX button:hover {
    background: rgb(181,138,130);
}

@media only screen and (max-width: 800px) {.confidential-cordon-iX {
    padding: 20px;
    width: 95%;
}.confidential-cordon-iX h1 {
    font-size: calc(21px - 5px);
}.confidential-cordon-iX h2 {
    font-size: calc(21px - 3px);
}.confidential-cordon-iX ul, .confidential-cordon-iX ol {
    padding-left: 10px;
}.confidential-cordon-iX li {
    padding-left: 20px;
}.confidential-cordon-iX button {
    padding: 10px 20px;
}
}