* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.rt_segment-wrapper {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 1rem;
    background: rgb(152,142,168,0.5);
    scroll-behavior: auto;
}::-webkit-scrollbar-thumb {
    border: 1px dotted #ffffff;
    transition: background, box-shadow, border-radius 1.7s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(221,216,227);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(152,142,168);
    transform: scale(1.05);
    border-color: rgb(187,181,199,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(152,142,168);
    box-shadow: inset -3px -4px 7px 4px rgba(0, 0, 0, 0.1);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(152,142,168,0.5) rgb(187,181,199);
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.yP_milestone_cta {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1131px;
}.wO_nav_sitewrap {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gS_appPage {
    position: relative;
    background: linear-gradient(145deg, rgb(221,216,227), #f8f9fd);
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    padding: 4rem 2rem;
    overflow: hidden;
}.gS_appPage::before {
    position: absolute;
    content: "";
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    top: -10%;
    right: -5%;
    filter: blur(80px);
    background: linear-gradient(120deg, rgb(187,181,199,0.5), rgb(152,142,168,0.5));
    width: 40%;
    opacity: 0.2;
    pointer-events: none;
}.gS_appPage::after {
    height: 60%;
    content: "";
    position: absolute;
    z-index: 0;
    width: 30%;
    opacity: 0.15;
    bottom: -10%;
    background: linear-gradient(220deg, rgb(152,142,168,0.5), rgb(187,181,199,0.5));
    transform: rotate(20deg);
    left: -5%;
    filter: blur(70px);
    pointer-events: none;
}.gS_appPage .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.gS_appPage h2 {
    color: #000000;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    opacity: 1;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-size: 35px;
    margin-bottom: 2.5rem;
    text-align: center;
}.gS_appPage h2::after {
    width: 80px;
    bottom: -0.8rem;
    left: 50%;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    height: 3px;
}.gS_appPage .Zv_study_programs {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    border-radius: 23px;
    transform: translateY(0);
}.gS_appPage .Zv_study_programs::before {
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(187,181,199,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(152,142,168,0.5), 0.03) 0%, transparent 30%);
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: inherit;
    height: 100%;
    left: 0;
}.gS_appPage ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gS_appPage li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}.gS_appPage li:last-child {
    margin-bottom: 0;
}.gS_appPage li::before {
    top: 0.6rem;
    height: 8px;
    width: 8px;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    position: absolute;
    left: 0;
    content: "";
    transform: scale(0);
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(187,181,199), rgb(152,142,168));
}.gS_appPage li span {
    transform: translateX(0);
    line-height: 1.7;
    font-size: 15px;
    display: block;
    opacity: 0;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}

@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.gS_appPage {
    padding: 3rem 1.5rem;
}.gS_appPage h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.gS_appPage .Zv_study_programs {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gS_appPage {
    padding: 2.5rem 1.25rem;
}.gS_appPage h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.gS_appPage h2::after {
    width: 60px;
}.gS_appPage .Zv_study_programs {
    padding: 1.5rem;
}.gS_appPage li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.gS_appPage {
    padding: 2rem 1rem;
}.gS_appPage h2 {
    font-size: calc(35px * 0.7);
    text-align: left;
}.gS_appPage h2::after {
    left: 0;
    width: 50px;
    transform: none;
}.gS_appPage .Zv_study_programs {
    padding: 1.25rem;
}.gS_appPage li {
    padding-left: 1.25rem;
}.gS_appPage li::before {
    height: 6px;
    top: 0.5rem;
    width: 6px;
}}.FG_price_table {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.FG_price_table::before {
    right: 0;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}.FG_price_table .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.FG_price_table .Jk_pricing_rates {
    flex-direction: column;
    display: flex;
    align-items: center;
}.FG_price_table h2 {
    font-size: 31px;
    position: relative;
    text-align: center;
    transform: translateY(20px);
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
}.FG_price_table .nq_enroll_cost {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    font-size: 17px;
    opacity: 0;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
}.FG_price_table .zL_training_fees {
    list-style: none;
    padding: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
}.FG_price_table .zL_training_fees li {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}.FG_price_table .zL_training_fees li:nth-child(1) {
    animation-delay: 0.3s;
}.FG_price_table .zL_training_fees li:nth-child(2) {
    animation-delay: 0.4s;
}.FG_price_table .zL_training_fees li:nth-child(3) {
    animation-delay: 0.5s;
}.FG_price_table .zL_training_fees li:nth-child(4) {
    animation-delay: 0.6s;
}.FG_price_table .LO_package_rates {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    height: 100%;
    overflow: hidden;
}.FG_price_table .LO_package_rates:hover {
    transform: translateY(-8px) scale(1.02);
}.FG_price_table .LO_package_rates::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
}.FG_price_table .LO_package_rates:hover::before {
    left: 100%;
}.FG_price_table .Dc_fee_options {
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 17px;
    position: relative;
    padding: 5px;
    backdrop-filter: blur(10px);
}.FG_price_table .LO_package_rates:hover .Dc_fee_options {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.FG_price_table .Dc_fee_options::after {
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    content: '';
}.FG_price_table .LO_package_rates:hover .Dc_fee_options::after {
    transform: scaleX(1);
}.FG_price_table .vs_fee_struct {
    height: 100%;
    min-height: 400px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}.FG_price_table .vs_fee_struct h4 {
    color: rgb(187,181,199);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}.FG_price_table .LO_package_rates:hover .vs_fee_struct h4 {
    transform: translateX(5px);
}.FG_price_table .vs_fee_struct h4::after {
    background: rgb(152,142,168);
    width: 40px;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}.FG_price_table .LO_package_rates:hover .vs_fee_struct h4::after {
    width: 60px;
}.FG_price_table .vs_fee_struct p {
    scrollbar-width: thin;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    margin: 0 0 30px;
    overflow-y: auto;
    scrollbar-color: rgb(187,181,199,0.5) transparent;
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(17px - 2px);
}.FG_price_table .vs_fee_struct p::-webkit-scrollbar {
    width: 5px;
}.FG_price_table .vs_fee_struct p::-webkit-scrollbar-track {
    background: transparent;
}.FG_price_table .vs_fee_struct p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(187,181,199,0.5);
}.FG_price_table .cz_learning_fees {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    align-self: flex-start;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: calc(20px + 4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(187,181,199) 0%, rgb(187,181,199,0.5) 100%);
    overflow: hidden;
}.FG_price_table .LO_package_rates:hover .cz_learning_fees {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.FG_price_table .cz_learning_fees::before {
    height: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    opacity: 0;
    left: -50%;
    top: -50%;
    transform: scale(0);
    width: 200%;
}.FG_price_table .LO_package_rates:hover .cz_learning_fees::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.FG_price_table {
    padding: 80px 0;
}.FG_price_table .zL_training_fees {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.FG_price_table .vs_fee_struct {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.FG_price_table {
    padding: 60px 0;
}.FG_price_table h2 {
    font-size: calc(31px - 4px);
}.FG_price_table .nq_enroll_cost {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.FG_price_table .zL_training_fees {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.FG_price_table .vs_fee_struct {
    min-height: 300px;
}.FG_price_table .cz_learning_fees {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.FG_price_table {
    padding: 40px 0;
}.FG_price_table h2 {
    font-size: calc(31px - 6px);
}.FG_price_table .vs_fee_struct {
    padding: 20px;
    min-height: 280px;
}.FG_price_table .vs_fee_struct p {
    margin-bottom: 20px;
    font-size: calc(17px - 3px);
}.FG_price_table .cz_learning_fees {
    padding: 8px 15px;
}}.Um_program_offerings {
    overflow: hidden;
    background-color: rgb(221,216,227);
    padding: 6rem 0;
    position: relative;
}.Um_program_offerings::before {
    background: linear-gradient(45deg, rgb(152,142,168,0.5), rgb(152,142,168));
    height: 65%;
    right: -10%;
    opacity: 0.05;
    width: 65%;
    position: absolute;
    top: -5%;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
}.Um_program_offerings::after {
    left: -10%;
    opacity: 0.05;
    bottom: -5%;
    height: 55%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(187,181,199,0.5), rgb(187,181,199));
    content: "";
    width: 55%;
    position: absolute;
    transform: rotate(15deg);
}.Um_program_offerings .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
}.Um_program_offerings h2 {
    color: #000000;
    max-width: 85%;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    font-size: 32px;
}.Um_program_offerings h2::after {
    height: 3px;
    position: absolute;
    width: 5rem;
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
    content: "";
    transition: transform 0.5s ease;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(152,142,168), rgb(187,181,199));
}.Um_program_offerings .container:hover h2::after {
    transform: scaleX(1.5);
}.Um_program_offerings .Xc_training_track {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
}.Um_program_offerings .Dp_photo_grid {
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
}.Um_program_offerings .Dp_photo_grid::before {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(152,142,168,0.5), transparent);
    transition: opacity 0.6s ease;
    top: 0;
    position: absolute;
    left: 0;
}.Um_program_offerings .Dp_photo_grid::after {
    height: 200%;
    position: absolute;
    transform: rotate(45deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
    transition: left 0.8s ease-out;
    width: 200%;
    top: 30%;
}.Um_program_offerings .container:hover .Dp_photo_grid {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.Um_program_offerings .container:hover .Dp_photo_grid::before {
    opacity: 0.5;
}.Um_program_offerings .container:hover .Dp_photo_grid::after {
    left: 100%;
}.Um_program_offerings .ro_content_box {
    background-color: #ffffff;
    transform: translateY(0);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.Um_program_offerings .ro_content_box::before {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    height: 100%;
    transform-origin: center;
    top: 0;
    width: 4px;
    left: 0;
    content: "";
    transform: scaleY(0.3);
    background: linear-gradient(to bottom, rgb(152,142,168), rgb(187,181,199));
}.Um_program_offerings .container:hover .ro_content_box {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.Um_program_offerings .container:hover .ro_content_box::before {
    transform: scaleY(1);
}.Um_program_offerings .description {
    font-size: 18px;
    line-height: 1.8;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.Um_program_offerings .description:last-child {
    margin-bottom: 0;
}.Um_program_offerings .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(152,142,168);
}.Um_program_offerings .description strong {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(152,142,168,0.5), transparent);
    color: #000000;
    background-clip: text !important;
}

@media (min-width: 768px) {.Um_program_offerings {
    padding: 8rem 0;
}.Um_program_offerings h2 {
    max-width: 70%;
    margin-bottom: 3.5rem;
    font-size: calc(32px * 1.1);
}.Um_program_offerings .Xc_training_track {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.Um_program_offerings .Dp_photo_grid {
    height: 500px;
}.Um_program_offerings .ro_content_box {
    scrollbar-color: rgb(152,142,168,0.5) #ffffff;
    padding: 3rem;
    max-height: 500px;
    scrollbar-width: thin;
    overflow-y: auto;
}.Um_program_offerings .ro_content_box::-webkit-scrollbar {
    width: 6px;
}.Um_program_offerings .ro_content_box::-webkit-scrollbar-track {
    background: #ffffff;
}.Um_program_offerings .ro_content_box::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(152,142,168,0.5);
}
}

@media (min-width: 992px) {.Um_program_offerings {
    padding: 10rem 0;
}.Um_program_offerings h2 {
    max-width: 60%;
    font-size: calc(32px * 1.2);
}.Um_program_offerings .Xc_training_track {
    gap: 4rem;
}.Um_program_offerings .Dp_photo_grid {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.Um_program_offerings .container:hover .Dp_photo_grid {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.Um_program_offerings .ro_content_box {
    margin-right: -2rem;
    max-height: 550px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
}.Um_program_offerings .description {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.Um_program_offerings h2 {
    max-width: 50%;
    font-size: calc(32px * 1.3);
}.Um_program_offerings .Xc_training_track {
    gap: 5rem;
}.Um_program_offerings .Dp_photo_grid {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.Um_program_offerings .ro_content_box {
    max-height: 600px;
    margin-right: -3rem;
    padding: 4rem;
}.Um_program_offerings .description {
    font-size: calc(18px * 1.1);
    line-height: 2;
}
}

@media (max-width: 767px) {.Um_program_offerings {
    padding: 4rem 0;
}.Um_program_offerings h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.Um_program_offerings .Dp_photo_grid {
    transform: perspective(1000px) rotateY(0deg);
    height: 300px;
}.Um_program_offerings .ro_content_box {
    padding: 2rem;
}.Um_program_offerings .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}footer {
    width: 100%;
    position: relative;
}footer .yP_milestone_cta {
    background-color: rgb(152,142,168);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
}footer .yP_milestone_cta::before {
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(152,142,168) 12%, transparent 12.5%, transparent 87%, rgb(152,142,168) 87.5%, rgb(152,142,168)),
        linear-gradient(150deg, rgb(152,142,168) 12%, transparent 12.5%, transparent 87%, rgb(152,142,168) 87.5%, rgb(152,142,168)),
        linear-gradient(30deg, rgb(152,142,168) 12%, transparent 12.5%, transparent 87%, rgb(152,142,168) 87.5%, rgb(152,142,168)),
        linear-gradient(150deg, rgb(152,142,168) 12%, transparent 12.5%, transparent 87%, rgb(152,142,168) 87.5%, rgb(152,142,168)),
        linear-gradient(60deg, rgb(187,181,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(187,181,199,0.5) 75%, rgb(187,181,199,0.5)),
        linear-gradient(60deg, rgb(187,181,199,0.5) 25%, transparent 25.5%, transparent 75%, rgb(187,181,199,0.5) 75%, rgb(187,181,199,0.5));
    background-size: 80px 140px;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
}footer .yP_milestone_cta::after {
    height: 5px;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}footer .ni_whatsapp_grp {
    position: relative;
    z-index: 1;
}footer .ig_edu_askedu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    max-width: 300px;
    min-height: 60px;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
    min-width: 200px;
    cursor: pointer;
    align-items: center;
    transition: all 0.4s ease;
    flex: 0 1 auto;
    justify-content: center;
}footer .info_item::before {
    right: 3px;
    pointer-events: none;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    content: "";
    bottom: 3px;
    z-index: -1;
    left: 3px;
    top: 3px;
    position: absolute;
    background-color: rgb(152,142,168);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(187,181,199);
}footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    transition: fill 0.3s ease;
    fill: rgb(187,181,199);
    margin-right: 12px;
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    width: 100%;
    color: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    height: 100%;
    z-index: 1;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    padding-top: 40px;
    display: grid;
    gap: 50px;
    position: relative;
}footer .text_main_holder::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    width: 80%;
    pointer-events: none;
    left: 10%;
    position: absolute;
    top: 0;
    height: 1px;
}footer .KH_main_nav {
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    flex-direction: column;
    align-items: center;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    display: flex;
}footer .KH_main_nav::before {
    left: 3px;
    background-color: rgb(152,142,168);
    content: "";
    bottom: 3px;
    right: 3px;
    top: 3px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    pointer-events: none;
}footer .KH_main_nav svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .Bz_discuss_cta {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
}footer .rF_main_pagewrap {
    position: relative;
    border-radius: 27px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .rF_main_pagewrap h5 {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}footer .rF_main_pagewrap h5::after {
    width: 50px;
    background-color: rgb(187,181,199);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    pointer-events: none;
    bottom: 0;
}footer .MZ_top_class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}footer .MZ_top_class a {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    padding: 12px 15px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .MZ_top_class a::before {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    border-left: 4px solid rgb(187,181,199);
    position: absolute;
    border-bottom: 4px solid transparent;
    left: 5px;
    width: 0;
    pointer-events: none;
    top: 50%;
    height: 0;
    opacity: 0;
    content: "";
    border-top: 4px solid transparent;
}footer .MZ_top_class a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .MZ_top_class a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 27px;
}footer .subscribe_holder::before {
    border-radius: 27px;
    opacity: 0.05;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(187,181,199,0.5) 49%, rgb(187,181,199,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(187,181,199,0.5) 49%, rgb(187,181,199,0.5) 51%, transparent 52%);
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    content: "";
    top: 0;
    left: 0;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    z-index: 5;
    flex-direction: column;
    position: relative;
    gap: 15px;
    width: 100%;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: text;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(187,181,199);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .Ep_join_news {
    position: relative;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgb(187,181,199);
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    z-index: 5;
    font-weight: 600;
    width: 100%;
    text-align: center;
}footer .Ep_join_news:hover {
    background-color: rgb(152,142,168);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .LK_app_store {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .LK_contact_edu {
    padding: 0 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    position: relative;
}footer .LK_contact_edu::before,
footer .LK_contact_edu::after {
    width: 20px;
    content: "";
    height: 1px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    position: absolute;
}footer .LK_contact_edu::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .LK_contact_edu::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .Ep_join_news {
    width: auto;
    min-width: 150px;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .MZ_top_class {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .yP_milestone_cta {
    padding: 60px 0 30px;
}footer .ig_edu_askedu {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .rF_main_pagewrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .KH_main_nav {
    margin-bottom: 20px;
    padding: 15px;
}footer .LK_app_store {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .yP_milestone_cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .rF_main_pagewrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .rF_main_pagewrap, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .Ep_join_news {
    padding: 12px;
}}.JD_connect_form {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(221,216,227) 0%, rgb(187,181,199,0.5) 100%);
}.JD_connect_form::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(187,181,199,0.5),
        rgb(187,181,199,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    opacity: 0.03;
}.JD_connect_form .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.JD_connect_form h2 {
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 43px;
}.JD_connect_form .Cv_request_map {
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    max-width: 800px;
    border-radius: 21px;
}.JD_connect_form .Dp_photo_grid {
    height: 200px;
    position: relative;
    width: 100%;
}.JD_connect_form .EI_message_help {
    position: relative;
    width: 100%;
    padding: 50px;
}.JD_connect_form form {
    width: 100%;
}.JD_connect_form form h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
}.JD_connect_form form h3::after {
    left: 0;
    content: "";
    border-radius: 1.5px;
    width: 100%;
    position: absolute;
    background: rgb(187,181,199);
    height: 3px;
    bottom: -10px;
}.JD_connect_form form input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #000000;
    font-size: 12px;
    border-radius: 10px;
    background: rgb(221,216,227);
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
}.JD_connect_form form input[type="text"]:focus {
    border-color: rgb(187,181,199);
    outline: none;
}.JD_connect_form form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.JD_connect_form .eP_support_panel {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.JD_connect_form .eP_support_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.JD_connect_form .eP_support_panel label {
    cursor: pointer;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    padding-left: 35px;
    color: #000000;
}.JD_connect_form .eP_support_panel label::before {
    content: "";
    height: 22px;
    position: absolute;
    background: rgb(221,216,227);
    width: 22px;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 10px;
    top: 2px;
}.JD_connect_form .eP_support_panel input[type="checkbox"]:checked + label::before {
    background: rgb(187,181,199);
}.JD_connect_form .eP_support_panel input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 12px;
    top: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 6px;
}.JD_connect_form .eP_support_panel label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(187,181,199);
}.JD_connect_form .eP_support_panel label a:hover {
    text-decoration: underline;
}.JD_connect_form form .Xm_reach_grid {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: rgb(187,181,199);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
}.JD_connect_form form .Xm_reach_grid:hover {
    background: rgb(152,142,168);
}.JD_connect_form svg {
    fill: rgb(187,181,199);
    width: 20px;
    height: 20px;
}.JD_connect_form svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.JD_connect_form .Cv_request_map {
    max-width: 1000px;
    flex-direction: row;
}.JD_connect_form .Dp_photo_grid {
    height: auto;
    width: 40%;
    min-height: 400px;
}.JD_connect_form .EI_message_help {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.JD_connect_form .Dp_photo_grid {
    width: 50%;
}.JD_connect_form .EI_message_help {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.JD_connect_form .Cv_request_map {
    max-width: 1100px;
}.JD_connect_form .Dp_photo_grid {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.JD_connect_form {
    padding: 60px 0;
}.JD_connect_form h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.JD_connect_form .EI_message_help {
    padding: 30px 20px;
}.JD_connect_form form h3 {
    font-size: calc(24px * 0.9);
}}.LK_teaching_experience {
    background: rgb(221,216,227);
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    min-height: 450px;
}.LK_teaching_experience::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(187,181,199,0.5) 30px,
        rgb(187,181,199,0.5) 32px
    );
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}.LK_teaching_experience .tc_user_reviews {
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
}.LK_teaching_experience .Dp_photo_grid {
    height: 140px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
    margin-left: 60px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
    border: 4px solid #ffffff;
}.LK_teaching_experience .tc_user_reviews:hover .Dp_photo_grid {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(187,181,199);
}.LK_teaching_experience .SL_work_box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 15px;
    transform: translateZ(0);
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 60px 40px 40px;
}.LK_teaching_experience .tc_user_reviews:hover .SL_work_box {
    transform: translateZ(30px);
}.LK_teaching_experience .SL_work_box::before {
    content: "";
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
    top: 0;
    position: absolute;
    height: 0;
    left: 0;
    width: 4px;
    transition: height 0.5s ease;
}.LK_teaching_experience .tc_user_reviews:hover .SL_work_box::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.LK_teaching_experience .name {
    transform: translateX(0);
    letter-spacing: 1px;
    transition: all 0.4s ease;
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 5px;
}.LK_teaching_experience .tc_user_reviews:hover .name {
    color: rgb(187,181,199);
    transform: translateX(15px);
}.LK_teaching_experience .SL_work_box > div:nth-child(2) {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
    color: rgb(152,142,168);
    transform: translateX(0);
}.LK_teaching_experience .tc_user_reviews:hover .SL_work_box > div:nth-child(2) {
    transform: translateX(15px);
}.LK_teaching_experience .Ui_work_section {
    line-height: 1.8;
    padding: 20px 0;
    transition: all 0.4s ease 0.2s;
    color: #000000;
    opacity: 0.9;
    font-size: 17px;
    transform: translateY(0);
    position: relative;
}.LK_teaching_experience .tc_user_reviews:hover .Ui_work_section {
    transform: translateY(-5px);
}.LK_teaching_experience .Ui_work_section::before,
.LK_teaching_experience .Ui_work_section::after {
    content: "";
    height: 1px;
    transition: all 0.4s ease;
    width: 35px;
    background: rgb(152,142,168,0.5);
    position: absolute;
}.LK_teaching_experience .Ui_work_section::before {
    left: 0;
    top: 0;
}.LK_teaching_experience .Ui_work_section::after {
    right: 0;
    bottom: 0;
}.LK_teaching_experience .tc_user_reviews:hover .Ui_work_section::before,
.LK_teaching_experience .tc_user_reviews:hover .Ui_work_section::after {
    height: 2px;
    width: 100px;
    background: rgb(152,142,168);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(187,181,199,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(187,181,199);
    }
}

@media (min-width: 768px) {.LK_teaching_experience .tc_user_reviews {
    flex-direction: row;
    align-items: center;
}.LK_teaching_experience .Dp_photo_grid {
    margin-right: -80px;
    width: 180px;
    margin-left: 0;
    height: 180px;
    z-index: 5;
}.LK_teaching_experience .SL_work_box {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.LK_teaching_experience {
    padding: 60px 20px;
}.LK_teaching_experience .SL_work_box {
    padding: 60px 25px 35px;
}.LK_teaching_experience .name {
    font-size: calc(29px - 4px);
}.LK_teaching_experience .SL_work_box > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.LK_teaching_experience .Ui_work_section {
    font-size: calc(17px - 1px);
}}.kK_learning_outcomes {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(152,142,168);
}.kK_learning_outcomes::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(187,181,199,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.15;
}.kK_learning_outcomes::after {
    background: radial-gradient(ellipse at center, transparent 60%, rgb(152,142,168,0.5) 100%);
    position: absolute;
    content: '';
    left: -50%;
    animation: rotate 60s linear infinite;
    top: -50%;
    width: 200%;
    opacity: 0.2;
    height: 200%;
}.kK_learning_outcomes .Zv_study_programs {
    max-width: 1280px;
    z-index: 1;
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
    margin: 0 auto;
    padding: 0 20px;
    grid-template-areas:
        "header photo"
        "content photo";
    position: relative;
    grid-template-rows: auto 1fr;
    display: grid;
}.kK_learning_outcomes .Dp_photo_grid {
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
    grid-area: photo;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0 28px 28px 0;
}.kK_learning_outcomes .Dp_photo_grid::before {
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(to right, #000000 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}.kK_learning_outcomes .Dp_photo_grid::after {
    background: linear-gradient(to left, rgb(187,181,199,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    width: 30%;
    height: 100%;
    animation: pulse 5s infinite alternate;
    top: 0;
    content: '';
    right: 0;
    z-index: 2;
    position: absolute;
}.kK_learning_outcomes h2 {
    padding-left: 30px;
    animation: slideIn 0.8s forwards;
    font-weight: 700;
    grid-area: header;
    position: relative;
    color: #ffffff;
    opacity: 0;
    transform: translateX(-30px);
    margin: 0;
    font-size: 44px;
}.kK_learning_outcomes h2::before {
    height: 4px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 20px;
    background: rgb(187,181,199);
    top: 50%;
}.kK_learning_outcomes .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    grid-area: content;
}.kK_learning_outcomes .text_main_holder::before {
    opacity: 0.3;
    height: 180px;
    position: absolute;
    top: -80px;
    animation: rotate 30s linear infinite;
    left: -100px;
    width: 180px;
    border: 1px solid rgb(152,142,168,0.5);
    content: '';
    border-radius: 40%;
    z-index: -1;
}.kK_learning_outcomes .text_main_holder > div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    opacity: 0;
    border-radius: 10px;
    gap: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    animation: fadeUp 0.5s forwards;
    padding: 25px;
    animation-delay: calc(var(--i, 0) * 0.15s);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: flex-start;
    backdrop-filter: blur(10px);
}.kK_learning_outcomes .text_main_holder > div:nth-child(1) {
    --i: 1;
}.kK_learning_outcomes .text_main_holder > div:nth-child(2) {
    --i: 2;
}.kK_learning_outcomes .text_main_holder > div:nth-child(3) {
    --i: 3;
}.kK_learning_outcomes .text_main_holder > div:nth-child(4) {
    --i: 4;
}.kK_learning_outcomes .text_main_holder > div:nth-child(5) {
    --i: 5;
}.kK_learning_outcomes .text_main_holder > div:nth-child(6) {
    --i: 6;
}.kK_learning_outcomes .text_main_holder > div:nth-child(7) {
    --i: 7;
}.kK_learning_outcomes .text_main_holder > div:nth-child(8) {
    --i: 8;
}.kK_learning_outcomes .text_main_holder > div::before {
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(187,181,199,0.5));
    width: 60%;
    right: 0;
    bottom: 0;
}.kK_learning_outcomes .text_main_holder > div::after {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(152,142,168), 0.05) 100%);
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}.kK_learning_outcomes .text_main_holder svg {
    width: 36px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 36px;
}.kK_learning_outcomes .text_main_holder svg path {
    fill: rgb(187,181,199);
}.kK_learning_outcomes .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}.kK_learning_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(152,142,168);
}.kK_learning_outcomes .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {.kK_learning_outcomes .Zv_study_programs {
    grid-template-areas:
            "header"
            "Dp_photo_grid"
            "wO_nav_sitewrap";
    gap: 40px;
    grid-template-columns: 1fr;
}.kK_learning_outcomes .Dp_photo_grid {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 400px;
    border-radius: 28px;
}.kK_learning_outcomes h2 {
    transform: translateY(-30px);
    text-align: center;
    padding-left: 0;
}.kK_learning_outcomes h2::before {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    top: auto;
    bottom: -15px;
}
}

@media (max-width: 768px) {.kK_learning_outcomes {
    padding: 80px 0;
}.kK_learning_outcomes .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.kK_learning_outcomes .Dp_photo_grid {
    height: 350px;
}.kK_learning_outcomes h2 {
    font-size: 38px;
}
}

@media (max-width: 576px) {.kK_learning_outcomes {
    padding: 60px 0;
}.kK_learning_outcomes .Dp_photo_grid {
    height: 280px;
}.kK_learning_outcomes .text_main_holder > div {
    padding: 20px;
}.kK_learning_outcomes .text_main_holder svg {
    width: 30px;
    height: 30px;
}}.uM_meet_us {
    background: linear-gradient(90deg, #000000 0%, rgb(187,181,199) 100%);
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.uM_meet_us::before {
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    width: 100%;
    position: absolute;
}.uM_meet_us::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}.uM_meet_us .container {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.uM_meet_us .Zv_study_programs {
    overflow: hidden;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    grid-template-rows: auto auto auto;
    position: relative;
    padding: 60px;
    border-radius: 0;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeIn 1s ease-in-out;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.uM_meet_us .Zv_study_programs::before {
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    background: rgb(187,181,199);
    width: 100%;
    content: "";
}.uM_meet_us .af_knowledge_lab {
    padding-bottom: 30px;
    gap: 30px;
    flex-direction: column;
    transition: transform 0.5s ease;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(rgb(187,181,199), 0.1);
    grid-area: director;
    transform: translateY(0);
}.uM_meet_us .af_knowledge_lab:hover {
    transform: translateY(-5px);
}.uM_meet_us .af_knowledge_lab .Dp_photo_grid {
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 0;
    height: 270px;
    outline: 1px solid rgba(rgb(187,181,199), 0.2);
    position: relative;
    margin: 0 auto;
    border: 4px solid #ffffff;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.uM_meet_us .yW_virtual_track {
    padding: 15px;
    background: rgb(221,216,227);
    text-align: center;
    border-left: 4px solid rgb(187,181,199);
    margin: 0 auto;
    max-width: 300px;
}.uM_meet_us .hj_quick_mastery {
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
}.uM_meet_us .hj_quick_mastery::after {
    bottom: 0;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    background: rgb(187,181,199);
    transition: width 0.3s ease;
    height: 2px;
}.uM_meet_us .iq_community_ed {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin: 0;
}.uM_meet_us .Tv_our_ethos {
    background: rgb(221,216,227);
    display: flex;
    position: relative;
    gap: 20px;
    padding-bottom: 20px;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(rgb(187,181,199), 0.1);
    align-items: center;
    grid-area: logo;
}.uM_meet_us .Tv_our_ethos::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(187,181,199);
    width: 4px;
    top: 0;
}.uM_meet_us .Tv_our_ethos svg {
    fill: rgb(187,181,199);
    width: 60px;
    height: 60px;
    transition: transform 0.4s ease;
}.uM_meet_us .Tv_our_ethos svg path {
    fill: rgb(187,181,199);
}.uM_meet_us .ro_content_box {
    padding: 30px;
    margin: 0 auto;
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
    animation-delay: 0.3s;
    max-width: 700px;
    grid-area: text;
    position: relative;
    border: 1px solid rgba(rgb(187,181,199), 0.1);
    opacity: 0;
}.uM_meet_us .ro_content_box::before {
    top: 0;
    content: "";
    height: 4px;
    left: 0;
    width: 100%;
    background: rgb(187,181,199);
    position: absolute;
}.uM_meet_us h2 {
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    color: #000000;
}.uM_meet_us h2::after {
    background: rgb(187,181,199);
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    animation: pulseWidth 3s ease-in-out infinite;
    content: "";
    width: 80px;
}.uM_meet_us p {
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.uM_meet_us {
    padding: 80px 0;
}.uM_meet_us .Zv_study_programs {
    gap: 35px;
    padding: 50px 40px;
}
}

@media screen and (max-width: 767px) {.uM_meet_us {
    padding: 60px 0;
}.uM_meet_us .Zv_study_programs {
    gap: 30px;
    padding: 40px 30px;
}.uM_meet_us .af_knowledge_lab .Dp_photo_grid {
    height: 220px;
    width: 180px;
}.uM_meet_us h2 {
    font-size: calc(31px * 0.85);
}
}

@media screen and (max-width: 480px) {.uM_meet_us {
    padding: 40px 0;
}.uM_meet_us .Zv_study_programs {
    padding: 30px 20px;
    gap: 25px;
}.uM_meet_us .af_knowledge_lab .Dp_photo_grid {
    width: 150px;
    height: 180px;
}.uM_meet_us .hj_quick_mastery {
    font-size: calc(23px * 0.9);
}.uM_meet_us .iq_community_ed {
    font-size: calc(16px * 0.9);
}.uM_meet_us .Tv_our_ethos svg {
    height: 50px;
    width: 50px;
}.uM_meet_us h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.uM_meet_us p {
    font-size: calc(16px * 0.9);
}}.Xm_cookieWarningMessage {
    background: rgb(152,142,168);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    width: 100%;
    border-top: 3px solid rgb(187,181,199);
    bottom: 0;
    padding: 15px 20px;
    position: fixed;
}.ls_cookie_confirm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.mA_edu_cookies {
    margin-right: 20px;
    flex-shrink: 0;
}.mA_edu_cookies svg {
    width: 50px;
    height: 50px;
    fill: rgb(187,181,199);
}.WJ_digital_cookies {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.Xm_cookieWarningMessage h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
}.Xm_cookieWarningMessage p {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.ye_cookie_none {
    transition: none;
    border-radius: 10px;
    min-width: 150px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid rgb(187,181,199);
    font-size: 15px;
    padding: 10px 20px;
    flex-shrink: 0;
    margin-left: 10px;
    text-align: center;
    background: rgb(187,181,199);
}.ye_cookie_none:hover {
    border-color: rgb(187,181,199,0.5);
    background: rgb(187,181,199,0.5);
}.Xm_cookieWarningMessage p a {
    color: rgb(187,181,199);
    border-bottom: 2px solid rgb(187,181,199);
    text-decoration: none;
}.Xm_cookieWarningMessage p a:hover {
    color: rgb(152,142,168);
    border-bottom-color: rgb(152,142,168);
}
@media only screen and (max-width: 1200px) {.Xm_cookieWarningMessage {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.mA_edu_cookies {
    display: none;
}.ls_cookie_confirm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.Xm_cookieWarningMessage h5, .Xm_cookieWarningMessage p {
    text-align: center;
}.WJ_digital_cookies {
    margin-bottom: 15px;
}.ye_cookie_none {
    margin-top: 10px;
    margin-left: 0;
}}
#Ax_cookie_box_notice {
    display: none;
}#Ax_cookie_box_notice:checked ~ .Xm_cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}.Ip_join_our_community {
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgb(187,181,199,0.5) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}.Ip_join_our_community::before {
    width: 200%;
    z-index: 0;
    top: -50%;
    background: linear-gradient(45deg, rgb(152,142,168,0.5) 0%, transparent 70%);
    animation: rotateGradient 15s infinite linear;
    content: "";
    left: -50%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
}.Ip_join_our_community .Zv_study_programs {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    transform: skewX(-5deg);
}.Ip_join_our_community .Zm_support_query {
    box-shadow: 
        -15px 15px 0 rgb(152,142,168,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    max-width: 600px;
    margin-left: auto;
    flex-direction: column;
    padding: 3rem 3rem 3.5rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    width: 90%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 18px;
    transform: translateX(-5%) skewX(5deg);
}.Ip_join_our_community .Zm_support_query:hover {
    box-shadow: 
        -18px 18px 0 rgb(152,142,168,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
}.Ip_join_our_community h3 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: skewX(-5deg);
    margin-bottom: 2rem;
    padding-left: 1rem;
}.Ip_join_our_community h3::before {
    left: 0;
    border-radius: 10px;
    content: "";
    width: 5px;
    background: rgb(187,181,199);
    height: 100%;
    top: 0;
    position: absolute;
}.Ip_join_our_community .input_holder {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    flex-direction: column;
}.Ip_join_our_community input[type="email"] {
    border: 2px solid rgb(152,142,168,0.5);
    border-radius: 10px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    color: #000000;
}.Ip_join_our_community input[type="email"]:focus {
    transform: skewX(-5deg) scale(1.02);
    outline: none;
    box-shadow: 0 0 15px rgb(187,181,199,0.5);
    border-color: rgb(187,181,199);
}.Ip_join_our_community input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.Ip_join_our_community .Ep_join_news {
    position: relative;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border: none;
    font-weight: 600;
    align-self: flex-start;
    cursor: pointer;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
}.Ip_join_our_community .Ep_join_news::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.Ip_join_our_community .Ep_join_news:hover {
    transform: skewX(-5deg) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.Ip_join_our_community .Ep_join_news:hover::before {
    left: 100%;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

@media (min-width: 768px) {.Ip_join_our_community {
    padding: 6rem 3rem;
}.Ip_join_our_community .Zm_support_query {
    padding: 4rem 4rem 4.5rem;
    width: 70%;
}.Ip_join_our_community .input_holder {
    flex-direction: row;
    align-items: center;
}.Ip_join_our_community input[type="email"] {
    flex: 1;
}.Ip_join_our_community .Ep_join_news {
    align-self: center;
}
}

@media (max-width: 767px) {.Ip_join_our_community h3 {
    font-size: 18px;
}.Ip_join_our_community .Zm_support_query {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.Ip_join_our_community .Zm_support_query:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}.th_title_screen {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    position: relative;
}.th_title_screen .wn_edu_page {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    place-items: center;
    padding: 2rem;
    isolation: isolate;
    position: relative;
    display: grid;
}.th_title_screen .wn_edu_page::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(187,181,199,0.5),
    rgb(152,142,168,0.5) 70%,
    rgba(0, 0, 0, 0.5)
  );
    backdrop-filter: blur(3px) saturate(110%);
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
}.th_title_screen .wn_edu_page::after {
    top: 5%;
    pointer-events: none;
    height: 90%;
    content: "";
    right: 5%;
    opacity: 0.3;
    transform: translate(10px, 10px);
    width: 90%;
    position: absolute;
    border: 1px solid rgb(255, 255, 255, 0.5);
    animation: borderReveal 1.5s ease-out forwards;
    z-index: 1;
}.th_title_screen .Wc_knowledge_guides {
    position: relative;
    z-index: 2;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.15)
  );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    perspective: 1000px;
    backdrop-filter: blur(5px);
    padding: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    transform-style: preserve-3d;
    grid-gap: 1.5rem;
    max-width: 900px;
}.th_title_screen .Wc_knowledge_guides h1 {
    line-height: 1.2;
    opacity: 0;
    transform: translateZ(30px);
    color: #ffffff;
    margin: 0;
    font-size: clamp(2rem, 5vw, 46px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.02em;
    animation: slideUp 0.8s ease-out 0.2s forwards;
    font-weight: 700;
}.th_title_screen .Wc_knowledge_guides h3 {
    opacity: 0;
    font-size: clamp(1.25rem, 2.5vw, 18px);
    transform: translateZ(20px);
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    font-weight: 600;
}.th_title_screen .Wc_knowledge_guides p {
    opacity: 0;
    padding-left: 20px;
    transform: translateZ(10px);
    font-size: clamp(1rem, 1.5vw, 13px);
    line-height: 1.6;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    color: #ffffff;
    position: relative;
    margin: 1rem 0 0;
}.th_title_screen .Wc_knowledge_guides p::before {
    animation: growHeight 1.2s ease-out 1s forwards;
    left: 0;
    top: 50%;
    width: 3px;
    transform: translateY(-50%);
    position: absolute;
    height: 0;
    content: "";
    background: rgb(187,181,199);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(var(--depth, 0));
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--depth, 0));
  }
}

@keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

@keyframes borderReveal {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate(10px, 10px);
  }
}

@media (max-width: 992px) {.th_title_screen .Wc_knowledge_guides {
    padding: 2.5rem;
    grid-gap: 1.25rem;
}
}

@media (max-width: 768px) {.th_title_screen .wn_edu_page {
    padding: 1.5rem;
    align-items: center;
}.th_title_screen .Wc_knowledge_guides {
    grid-gap: 1rem;
    padding: 2rem;
}.th_title_screen .wn_edu_page::after {
    display: none;
}
}

@media (max-width: 576px) {.th_title_screen .wn_edu_page {
    padding: 1rem;
}.th_title_screen .Wc_knowledge_guides {
    padding: 1.5rem;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.2)
    );
}.th_title_screen .Wc_knowledge_guides h1 {
    font-size: 1.8rem;
}.th_title_screen .Wc_knowledge_guides h3 {
    font-size: 1.1rem;
}.th_title_screen .Wc_knowledge_guides p {
    font-size: 0.95rem;
}}header {
    z-index: 100;
    padding: 1.2rem 0;
    background: rgb(221,216,227);
    position: relative;
}header::before {
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgb(187,181,199,0.5) 0%, 
        transparent 50%, 
        rgb(152,142,168,0.5) 100%);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}header .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .tP_main_know {
    padding: 1rem;
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}header .Pv_top_mentor {
    text-decoration: none;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
    display: flex;
    margin-bottom: 0.5rem;
}header .Pv_top_mentor::before {
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(187,181,199,0.5), 
        rgb(152,142,168,0.5), 
        rgb(187,181,199,0.5), 
        transparent);
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
}header .Pv_top_mentor svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .Pv_top_mentor:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(187,181,199,0.5));
}header .rF_main_pagewrap {
    padding: 0.6rem;
    background: rgb(221,216,227);
    gap: 0.4rem;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .Hd_main_site {
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
    z-index: 1;
    padding: 0.5rem 1rem;
}header .Hd_main_site::before {
    height: 100%;
    content: '';
    z-index: -1;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(187,181,199), rgb(152,142,168));
    width: 100%;
    opacity: 0;
    top: 0;
    position: absolute;
    left: 0;
}header .Hd_main_site:hover {
    color: #ffffff;
}header .Hd_main_site:hover::before {
    opacity: 1;
}header .Hd_main_site::after {
    transform: scaleX(0);
    width: 100%;
    content: '';
    transform-origin: left;
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
    height: 2px;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}header .Hd_main_site:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .tP_main_know {
    padding: 0.8rem;
    gap: 0.8rem;
}header .Pv_top_mentor svg {
    width: 140px;
}header .rF_main_pagewrap {
    padding: 0.5rem;
}header .Hd_main_site {
    font-size: calc(17px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .tP_main_know {
    gap: 0.7rem;
    padding: 0.7rem;
}header .Pv_top_mentor svg {
    width: 120px;
}header .rF_main_pagewrap {
    gap: 0.3rem;
    padding: 0.4rem;
}header .Hd_main_site {
    padding: 0.3rem 0.7rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .tP_main_know {
    padding: 0.6rem;
    gap: 0.6rem;
}header .Pv_top_mentor svg {
    width: 110px;
}header .rF_main_pagewrap {
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .rF_main_pagewrap::-webkit-scrollbar {
    height: 2px;
}header .rF_main_pagewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(187,181,199);
}header .Hd_main_site {
    flex-shrink: 0;
    white-space: nowrap;
}}.NP_privacy_depot {
    box-shadow: 0 10px 30px rgb(187,181,199,0.5);
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 40px;
    height: auto;
    color: #ffffff;
    border: 2px solid rgb(187,181,199);
    width: 100%;
    background: rgb(152,142,168);
}.NP_privacy_depot h1 {
    font-weight: 700;
    color: rgb(187,181,199);
    text-align: center;
    text-shadow: 0 0 10px rgb(187,181,199);
    text-transform: uppercase;
    border-bottom: 2px solid rgb(152,142,168);
    width: 100%;
    font-size: 46px;
    padding-bottom: 15px;
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 0;
}.NP_privacy_depot h2 {
    width: 100%;
    text-align: left;
    font-size: 37px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(152,142,168);
    color: #ffffff;
    padding-left: 15px;
    max-width: 800px;
    margin-top: 40px;
    border-left: 5px solid rgb(187,181,199);
    margin-bottom: 25px;
}.NP_privacy_depot h2, .NP_privacy_depot h3,.NP_privacy_depot h4,.NP_privacy_depot h5, .NP_privacy_depot h6 {
    text-align: left;
}.NP_privacy_depot ul, .NP_privacy_depot ol {
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 2px solid rgb(187,181,199);
    padding-left: 0;
    list-style: none;
    border-bottom: 2px solid rgb(187,181,199);
}.NP_privacy_depot ul li, .NP_privacy_depot ol li {
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
    color: #ffffff;
    font-size: 17px;
    padding-left: 25px;
}.NP_privacy_depot ul li::before, .NP_privacy_depot ol li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 10px;
    background: rgb(187,181,199);
    content: '';
    left: 0;
    box-shadow: 0 0 10px rgb(187,181,199);
    height: 10px;
}.NP_privacy_depot p, .NP_privacy_depot span, .NP_privacy_depot div {
    font-size: 17px;
    max-width: 800px;
    width: 100%;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(187,181,199,0.5);
    text-align: justify;
    color: #ffffff;
}.NP_privacy_depot div.container {
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.NP_privacy_depot {
    padding: 30px;
    border-radius: 10px;
}.NP_privacy_depot h1 {
    padding-bottom: 10px;
    font-size: calc(20px - 5px);
}.NP_privacy_depot h2 {
    padding-left: 10px;
    font-size: calc(20px - 5px);
}.NP_privacy_depot ul, .NP_privacy_depot ol {
    margin: 20px 0;
    padding: 15px 0;
}.NP_privacy_depot ul li, .NP_privacy_depot ol li {
    font-size: 17px;
    padding-left: 20px;
}}.tw_study_method {
    overflow: hidden;
    position: relative;
    background: rgb(221,216,227);
    perspective: 1200px;
    padding: 9rem 2rem 7rem;
}.tw_study_method::before {
    left: 0;
    animation: bgSweep 8s linear infinite alternate;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(187,181,199,0.5) 70%,
        transparent
    );
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.15;
}.tw_study_method::after {
    width: 120%;
    transform-origin: center;
    animation: rotateBg 30s linear infinite;
    top: -10%;
    opacity: 0.2;
    left: -10%;
    z-index: 0;
    height: 120%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(187,181,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(152,142,168,0.5) 0%, transparent 50%);
    content: "";
    filter: blur(60px);
}.tw_study_method .Zv_study_programs {
    display: flex;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1000px;
    flex-direction: column;
    gap: 4rem;
    z-index: 2;
    position: relative;
    align-items: center;
}.tw_study_method h3 {
    border-radius: 20px;
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
    font-weight: 700;
    text-align: center;
    position: relative;
    background: #ffffff;
    padding: 2.5rem 3rem;
    margin: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 29px;
    color: #000000;
    transform: translateZ(50px) rotateX(5deg);
}.tw_study_method h3::before,
.tw_study_method h3::after {
    animation: floatShadow 6s ease-in-out infinite;
    left: 5%;
    height: 90%;
    border-radius: inherit;
    top: 5%;
    position: absolute;
    width: 90%;
    content: "";
    z-index: -1;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}.tw_study_method h3::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(187,181,199,0.5);
}.tw_study_method h3::after {
    transform: translateZ(-40px) scale(0.96);
    background: rgb(152,142,168,0.5);
}.tw_study_method span {
    animation: floatContent 6s ease-in-out infinite 1s, fadeIn 1s 0.3s ease-out forwards;
    color: #000000;
    line-height: 1.8;
    padding: 3rem;
    background: #ffffff;
    transform: translateZ(30px) rotateX(-3deg);
    position: relative;
    width: 90%;
    opacity: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    border-radius: 20px;
}.tw_study_method span::before,
.tw_study_method span::after {
    border-radius: inherit;
    animation: floatShadow 6s ease-in-out infinite 1s;
    left: 2.5%;
    top: 2.5%;
    content: "";
    width: 95%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    height: 95%;
    position: absolute;
    z-index: -1;
}.tw_study_method span::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(152,142,168,0.5);
}.tw_study_method span::after {
    background: rgb(187,181,199,0.5);
    transform: translateZ(-40px) scale(0.96);
}

@keyframes bgSweep {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatHeader {
    0%, 100% {
        transform: translateZ(50px) rotateX(5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateX(5deg) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}

@keyframes floatShadow {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(var(--z, -20px));
    }
    50% {
        opacity: 0.5;
        transform: translateZ(var(--z, -20px));
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}

@media (max-width: 992px) {.tw_study_method {
    perspective: 800px;
    padding: 7rem 1.5rem 5rem;
}.tw_study_method h3 {
    --z: 30px;
    transform: translateZ(30px) rotateX(3deg);
    --rx: 3deg;
    padding: 2rem;
    font-size: calc(29px * 0.9);
}.tw_study_method span {
    transform: translateZ(20px) rotateX(-2deg);
    padding: 2rem;
    width: 95%;
    --z: 20px;
    --rx: -2deg;
}.tw_study_method .Zv_study_programs {
    gap: 3rem;
}
    
    @keyframes floatHeader {
        0%, 100% {
            transform: translateZ(30px) rotateX(3deg) translateY(0);
        }
        50% {
            transform: translateZ(30px) rotateX(3deg) translateY(-10px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }
}

@media (max-width: 768px) {.tw_study_method {
    padding: 5rem 1rem 4rem;
    perspective: 500px;
}.tw_study_method h3 {
    --rx: 2deg;
    --z: 15px;
    transform: translateZ(15px) rotateX(2deg);
    font-size: calc(29px * 0.8);
    padding: 1.5rem;
}.tw_study_method span {
    width: 100%;
    transform: translateZ(10px) rotateX(-1deg);
    font-size: calc(15px * 0.95);
    padding: 1.5rem;
    --z: 10px;
    --rx: -1deg;
}.tw_study_method .Zv_study_programs {
    gap: 2rem;
}@keyframes floatHeader {
        0%, 100% {
            transform: translateZ(15px) rotateX(2deg) translateY(0);
        }
        50% {
            transform: translateZ(15px) rotateX(2deg) translateY(-7px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }
}.Dh_user_testimonials {
    padding: 5rem 0 6rem;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.Dh_user_testimonials::before {
    position: absolute;
    transform: rotate(15deg);
    top: -5%;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    right: -5%;
    content: "";
    height: 20rem;
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(187,181,199,0.5) 0%, rgb(152,142,168,0.5) 100%);
    width: 20rem;
    animation: floatElement 15s infinite alternate ease-in-out;
}.Dh_user_testimonials::after {
    position: absolute;
    transform: rotate(-10deg);
    content: "";
    left: -5%;
    width: 25rem;
    background: linear-gradient(225deg, rgb(152,142,168,0.5) 0%, rgb(187,181,199,0.5) 100%);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    z-index: 0;
    bottom: -10%;
    animation: floatElement 18s infinite alternate-reverse ease-in-out;
    height: 25rem;
    opacity: 0.08;
}.Dh_user_testimonials .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.Dh_user_testimonials h2 {
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3.5rem;
    color: #000000;
    text-align: center;
    font-size: 29px;
    position: relative;
    transform: translateY(20px);
}.Dh_user_testimonials h2::after {
    bottom: -1rem;
    transform: translateX(-50%);
    width: 5rem;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    height: 0.25rem;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    content: "";
}.Dh_user_testimonials .hi_learner_views {
    padding: 0;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    margin: 0;
    list-style: none;
}.Dh_user_testimonials .tc_user_reviews {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    background: #ffffff;
    padding: 2rem;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s forwards ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 28px;
}.Dh_user_testimonials .tc_user_reviews:nth-child(1) {
    animation-delay: 0.3s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(2) {
    animation-delay: 0.4s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(3) {
    animation-delay: 0.5s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(4) {
    animation-delay: 0.6s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(5) {
    animation-delay: 0.7s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(6) {
    animation-delay: 0.8s;
}.Dh_user_testimonials .tc_user_reviews:nth-child(7) {
    animation-delay: 0.9s;
}.Dh_user_testimonials .tc_user_reviews::before {
    right: 1rem;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    color: rgba(0, 0, 0, 0.03);
    top: -2rem;
    font-size: 12rem;
    z-index: 0;
    position: absolute;
}.Dh_user_testimonials .tc_user_reviews:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.Dh_user_testimonials .tc_user_reviews div {
    position: relative;
    align-items: center;
    z-index: 1;
    display: flex;
    margin-bottom: 1.5rem;
}.Dh_user_testimonials .tc_user_reviews img {
    object-fit: cover;
    margin-right: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 60px;
    border-radius: 50%;
    height: 60px;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
}.Dh_user_testimonials .tc_user_reviews:hover img {
    transform: scale(1.05);
}.Dh_user_testimonials .tc_user_reviews h4 {
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    color: #000000;
}.Dh_user_testimonials .tc_user_reviews h4::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    transition: width 0.3s ease;
}.Dh_user_testimonials .tc_user_reviews:hover h4::after {
    width: 100%;
}.Dh_user_testimonials .tc_user_reviews .description {
    font-weight: 400;
    z-index: 1;
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}.Dh_user_testimonials a {
    color: #ffffff;
    font-size: 20px;
    padding: 0.75rem 2rem;
    transform: translateY(20px);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    border-radius: 28px;
    font-weight: 600;
    animation: fadeInUp 0.8s 1s forwards ease-out;
    opacity: 0;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
}.Dh_user_testimonials a::before {
    transition: all 0.75s ease;
    left: -100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-25deg);
}.Dh_user_testimonials a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.Dh_user_testimonials a:hover::before {
    left: 100%;
}

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

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}

@media (max-width: 992px) {.Dh_user_testimonials {
    padding: 4rem 0 5rem;
}.Dh_user_testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
}.Dh_user_testimonials .hi_learner_views {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.Dh_user_testimonials {
    padding: 3.5rem 0 4.5rem;
}.Dh_user_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.85);
}.Dh_user_testimonials .hi_learner_views {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.Dh_user_testimonials .tc_user_reviews {
    padding: 1.75rem;
}.Dh_user_testimonials .tc_user_reviews div {
    margin-bottom: 1.25rem;
}.Dh_user_testimonials .tc_user_reviews img {
    width: 50px;
    height: 50px;
}.Dh_user_testimonials a {
    padding: 0.7rem 1.8rem;
    margin-top: 2.5rem;
}
}

@media (max-width: 576px) {.Dh_user_testimonials {
    padding: 3rem 0 4rem;
}.Dh_user_testimonials h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.Dh_user_testimonials .tc_user_reviews {
    padding: 1.5rem;
}.Dh_user_testimonials .tc_user_reviews img {
    width: 45px;
    height: 45px;
}.Dh_user_testimonials .tc_user_reviews div {
    margin-bottom: 1rem;
}.Dh_user_testimonials a {
    margin-top: 2rem;
    padding: 0.65rem 1.6rem;
}}.gL_statistics_information {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    padding: 120px 0;
}.gL_statistics_information::before {
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    z-index: -2;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(152,142,168,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
}.gL_statistics_information::after {
    z-index: -1;
    top: -50%;
    animation: gridMove 35s linear infinite;
    height: 200%;
    background: repeating-linear-gradient(
        rgba(rgb(187,181,199,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(187,181,199,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    transform: rotate(15deg);
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
}@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

.gL_statistics_information .container {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.gL_statistics_information .container::before {
    animation: pulseEffect 8s ease-in-out infinite;
    top: -80px;
    height: 200px;
    right: -20px;
    background: radial-gradient(circle, rgb(187,181,199,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.4;
    width: 200px;
    border-radius: 50%;
    filter: blur(50px);
    position: absolute;
}@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.gL_statistics_information h2 {
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
}.gL_statistics_information h2::before {
    border-radius: 10px;
    width: 6px;
    top: 50%;
    content: "";
    left: 0;
    height: 90%;
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
    transform: translateY(-50%);
    position: absolute;
}.gL_statistics_information h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgb(187,181,199), transparent);
    left: 0;
}.gL_statistics_information ul {
    gap: 40px;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}.gL_statistics_information .It_expert_benefits {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    max-width: 100%;
    padding: 35px 30px;
    flex: 1 1 240px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 29px;
    min-width: 240px;
}.gL_statistics_information .It_expert_benefits::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    top: 0;
    z-index: -1;
    height: 100%;
}.gL_statistics_information .It_expert_benefits::after {
    width: 200%;
    top: -50%;
    opacity: 0;
    position: absolute;
    left: -50%;
    content: "";
    background: radial-gradient(circle, rgb(187,181,199,0.5) 0%, transparent 60%);
    height: 200%;
    transition: opacity 0.5s ease;
    z-index: -1;
    transform: scale(0.5);
}.gL_statistics_information .It_expert_benefits:hover {
    border-color: rgba(rgb(187,181,199,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.gL_statistics_information .It_expert_benefits:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.gL_statistics_information .It_expert_benefits p {
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    font-size: 3.5rem;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
}.gL_statistics_information .It_expert_benefits p::before {
    z-index: -1;
    position: absolute;
    height: 40px;
    left: -20px;
    border-radius: 50%;
    width: 40px;
    top: -10px;
    content: "";
    filter: blur(10px);
    opacity: 0.2;
    background: rgb(187,181,199,0.5);
}.gL_statistics_information .It_expert_benefits span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
}.gL_statistics_information .It_expert_benefits span::after {
    border-radius: 10px;
    height: 2px;
    width: 40px;
    bottom: -15px;
    position: absolute;
    background: rgb(187,181,199,0.5);
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.gL_statistics_information ul:has(.It_expert_benefits:only-child) .It_expert_benefits {
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(2):last-child) .It_expert_benefits {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(3):last-child) .It_expert_benefits {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(4):last-child) .It_expert_benefits {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(5):nth-last-child(-n+1)) .It_expert_benefits {
    max-width: calc(20% - 32px);
    flex: 0 0 calc(20% - 32px);
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(n+6):nth-child(-n+10)) .It_expert_benefits {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}.gL_statistics_information svg {
    fill: rgb(187,181,199);
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}.gL_statistics_information svg path {
    fill: rgb(187,181,199);
}.gL_statistics_information .It_expert_benefits:hover svg {
    transform: scale(1.2) rotate(5deg);
}

@media screen and (min-width: 1441px) {.gL_statistics_information {
    padding: 150px 0;
}.gL_statistics_information h2 {
    font-size: calc(44px * 1.2);
    margin-bottom: 80px;
}.gL_statistics_information .It_expert_benefits {
    padding: 45px 40px;
}.gL_statistics_information .It_expert_benefits p {
    font-size: 4rem;
}
}

@media screen and (max-width: 1440px) {.gL_statistics_information {
    padding: 100px 0;
}.gL_statistics_information ul {
    gap: 30px;
}.gL_statistics_information .It_expert_benefits {
    padding: 30px 25px;
}.gL_statistics_information .It_expert_benefits p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.gL_statistics_information {
    padding: 90px 0;
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(4):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(5):nth-last-child(-n+1)) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(n+6):nth-child(-n+10)) .It_expert_benefits {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}.gL_statistics_information .It_expert_benefits p {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 991px) {.gL_statistics_information {
    padding: 80px 0;
}.gL_statistics_information h2 {
    font-size: calc(44px * 0.9);
    margin-bottom: 50px;
}.gL_statistics_information ul {
    gap: 25px;
}.gL_statistics_information ul:has(.It_expert_benefits:nth-child(3):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(4):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(5):nth-last-child(-n+1)) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(n+6):nth-child(-n+10)) .It_expert_benefits {
    flex: 0 0 calc(50% - 13px);
    max-width: calc(50% - 13px);
}.gL_statistics_information .It_expert_benefits {
    padding: 25px 20px;
}.gL_statistics_information .It_expert_benefits p {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 767px) {.gL_statistics_information {
    padding: 70px 0;
}.gL_statistics_information h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 40px;
    padding-left: 15px;
}.gL_statistics_information h2::before {
    width: 4px;
}.gL_statistics_information ul {
    gap: 20px;
    flex-direction: column;
}.gL_statistics_information .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(2):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(3):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(4):last-child) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(5):nth-last-child(-n+1)) .It_expert_benefits,
    .gL_statistics_information ul:has(.It_expert_benefits:nth-child(n+6):nth-child(-n+10)) .It_expert_benefits {
    max-width: 100%;
    flex: 0 0 100%;
}.gL_statistics_information .It_expert_benefits p {
    font-size: 2.2rem;
}.gL_statistics_information svg {
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 480px) {.gL_statistics_information {
    padding: 60px 0;
}.gL_statistics_information h2 {
    margin-bottom: 30px;
    padding-left: 12px;
    font-size: calc(44px * 0.7);
}.gL_statistics_information h2::before {
    width: 3px;
}.gL_statistics_information ul {
    gap: 15px;
}.gL_statistics_information .It_expert_benefits {
    padding: 20px 15px;
}.gL_statistics_information .It_expert_benefits p {
    margin-bottom: 10px;
    font-size: 2rem;
}.gL_statistics_information .It_expert_benefits span {
    font-size: calc(13px * 0.9);
}.gL_statistics_information svg {
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}
}