* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    padding: 0px;
}::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    height: 8px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px 0px 1px 6px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    transition: transform 3.7s ease;
    box-shadow: 3px 3px 1px 8px rgba(0, 0, 0, 0.5);
    background: rgb(195,189,217,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}html {
    scrollbar-color: rgb(162,157,193,0.5) rgb(255, 255, 255, 0.5);
}.x_law_res {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1201px;
}svg {
    width: 30px;
    height: 30px;
}.D_main_head {
    flex: 1 0 auto;
}.T_panel-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.j_start_now {
    perspective: 1000px;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(162,157,193,0.5), rgb(195,189,217,0.5));
}.j_start_now::before {
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 80px
  );
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.j_start_now::after {
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    transform: translateZ(-10px);
    opacity: 0.4;
    content: "";
    left: -50%;
    position: absolute;
    z-index: 0;
    top: -50%;
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgb(162,157,193,0.5) 0%,
    transparent 70%
  );
}.j_start_now .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}.j_start_now h2 {
    margin-bottom: 2.5rem;
    color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    line-height: 1.3;
    transform: translateZ(30px);
    animation: float 6s infinite ease-in-out;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 30px;
    position: relative;
}.j_start_now h2::after {
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    background: rgb(195,189,217);
    width: 100px;
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    bottom: -10px;
}.j_start_now .d_expert_studio {
    transition: transform 0.5s ease;
    align-items: center;
    transform: translateZ(20px) translateX(20px);
    justify-content: flex-start;
    display: flex;
    gap: 2rem;
    position: relative;
}.j_start_now .d_expert_studio:hover {
    transform: translateZ(40px) translateX(25px);
}.j_start_now svg {
    transform: rotateY(-10deg) rotateX(5deg);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 50px;
    width: 50px;
}.j_start_now svg:hover {
    transform: rotateY(-15deg) rotateX(10deg) scale(1.1);
}.j_start_now svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(162,157,193);
}.j_start_now svg:hover path {
    fill: rgb(195,189,217);
}.j_start_now .M_query_grid {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 20px;
    transform: perspective(800px) rotateX(5deg);
    box-shadow: 0 10px 25px -5px rgb(162,157,193,0.5),
              0 5px 10px -5px rgb(195,189,217,0.5);
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    transform-origin: bottom;
    padding: 1rem 2.5rem;
    background: linear-gradient(145deg, rgb(162,157,193), rgb(195,189,217));
    font-weight: 600;
    text-decoration: none;
}.j_start_now .M_query_grid::before {
    transition: left 0.7s ease;
    z-index: -1;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    left: -100%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.j_start_now .M_query_grid:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 30px -10px rgb(162,157,193,0.5),
              0 10px 20px -5px rgb(195,189,217,0.5);
}.j_start_now .M_query_grid:hover::before {
    left: 100%;
}.j_start_now .M_query_grid:active {
    box-shadow: 0 5px 15px -5px rgb(162,157,193,0.5);
    transform: perspective(800px) rotateX(0deg) translateY(2px);
}.j_start_now .d_expert_studio div {
    position: relative;
    transform-style: preserve-3d;
}.j_start_now .d_expert_studio div::before {
    position: absolute;
    height: 5px;
    opacity: 0.6;
    content: "";
    width: 80%;
    transition: all 0.4s ease;
    transform: translateZ(-5px) skewX(-30deg);
    left: 0;
    filter: blur(3px);
    background: linear-gradient(90deg, rgb(162,157,193,0.5), transparent);
    bottom: -10px;
}.j_start_now .d_expert_studio:hover div::before {
    filter: blur(5px);
    width: 90%;
    opacity: 0.8;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) translateZ(-10px);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) translateZ(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateZ(30px) translateY(0);
  }
  50% {
    transform: translateZ(30px) translateY(-10px);
  }
}

@media (max-width: 992px) {.j_start_now {
    padding: 3.5rem 1.5rem;
}.j_start_now h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.j_start_now .d_expert_studio {
    gap: 1.5rem;
}.j_start_now svg {
    width: 45px;
    height: 45px;
}.j_start_now .M_query_grid {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.j_start_now {
    padding: 3rem 1.2rem;
}.j_start_now h2 {
    animation: none;
    margin-bottom: 1.8rem;
    transform: translateZ(20px);
    font-size: calc(30px * 0.8);
}.j_start_now .d_expert_studio {
    transform: translateZ(20px) translateX(10px);
    align-items: flex-start;
    gap: 1.2rem;
    flex-direction: column;
}.j_start_now .d_expert_studio:hover {
    transform: translateZ(30px) translateX(15px);
}.j_start_now svg {
    height: 40px;
    width: 40px;
}.j_start_now .M_query_grid {
    padding: 0.8rem 2rem;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.j_start_now {
    padding: 2.5rem 1rem;
}.j_start_now h2 {
    text-shadow: none;
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.j_start_now h2::after {
    width: 70px;
    height: 3px;
}.j_start_now .d_expert_studio {
    gap: 1rem;
    transform: translateZ(10px) translateX(0);
    flex-direction: column;
    align-items: center;
}.j_start_now .d_expert_studio:hover {
    transform: translateZ(20px) translateX(0);
}.j_start_now svg {
    transform: none;
    width: 35px;
    height: 35px;
}.j_start_now svg:hover {
    transform: scale(1.05);
}.j_start_now .M_query_grid {
    transform: none;
    font-size: calc(20px * 0.85);
    padding: 0.7rem 1.8rem;
}.j_start_now .M_query_grid:hover {
    transform: translateY(-3px);
}.j_start_now .d_expert_studio div::before {
    display: none;
}}.a_program_information {
    padding: 7rem 0;
    background: rgb(225,221,237);
    position: relative;
    overflow: hidden;
}.a_program_information::before {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(195,189,217,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(162,157,193,0.5) 100%);
    content: "";
    left: 0;
    top: 0;
}.a_program_information::after {
    position: absolute;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.05;
}.a_program_information .d_knowledge_path {
    align-items: center;
    display: flex;
    flex-direction: column;
}.a_program_information .H_info_panel {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    width: 100%;
    z-index: 3;
    transform: translateZ(0);
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    padding: 4rem 3rem;
    border-radius: 20px;
}.a_program_information .H_info_panel:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}.a_program_information h2 {
    font-size: calc(31px * 1.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.8rem;
}.a_program_information h2::before {
    border-top: 3px solid rgb(195,189,217);
    width: 45px;
    opacity: 0.7;
    transition: all 0.5s ease;
    left: -15px;
    position: absolute;
    height: 45px;
    top: -15px;
    content: "";
    border-left: 3px solid rgb(195,189,217);
}.a_program_information h2::after {
    position: absolute;
    transition: all 0.5s ease;
    right: -15px;
    content: "";
    bottom: -15px;
    border-bottom: 3px solid rgb(162,157,193);
    height: 45px;
    width: 45px;
    opacity: 0.7;
    border-right: 3px solid rgb(162,157,193);
}.a_program_information .H_info_panel:hover h2::before {
    left: -20px;
    width: 55px;
    height: 55px;
    top: -20px;
}.a_program_information .H_info_panel:hover h2::after {
    width: 55px;
    bottom: -20px;
    height: 55px;
    right: -20px;
}.a_program_information .description {
    margin-bottom: 1.8rem;
    color: #000000;
    margin-left: auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    max-width: 85%;
    line-height: 1.9;
    font-size: 13px;
    margin-right: auto;
    position: relative;
}.a_program_information .description:last-of-type {
    font-weight: 600;
    border-left: 3px solid rgb(195,189,217);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.5s ease;
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(162,157,193);
}.a_program_information .H_info_panel:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.a_program_information .i_video_thumbnail {
    transform: none;
    border-radius: 0;
    filter: brightness(0.95) contrast(1.05);
    z-index: 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 120%;
    left: -10%;
    top: -10%;
    position: absolute;
    width: 120%;
}.a_program_information .i_video_thumbnail::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.85;
    height: 100%;
}.a_program_information .i_video_thumbnail::after {
    z-index: 2;
    opacity: 0.3;
    animation: rotateGradient 20s infinite linear;
    content: "";
    height: 150%;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(195,189,217,0.5) 70%, 
            rgb(162,157,193,0.5) 100%
        );
    width: 150%;
    left: -25%;
    position: absolute;
    top: -25%;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.a_program_information .H_info_panel::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    right: -5%;
    width: 70%;
    top: -5%;
    background: rgb(195,189,217,0.5);
    z-index: -1;
    content: "";
    height: 70%;
    opacity: 0.15;
    animation: morph 15s linear infinite alternate;
}.a_program_information .H_info_panel::after {
    opacity: 0.15;
    left: -5%;
    width: 70%;
    background: rgb(162,157,193,0.5);
    position: absolute;
    z-index: -1;
    height: 70%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate-reverse;
    bottom: -5%;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.a_program_information .H_info_panel {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.a_program_information .i_video_thumbnail {
    width: 130%;
    height: 130%;
}
}

@media (max-width: 992px) {.a_program_information {
    padding: 5rem 0;
}.a_program_information .H_info_panel {
    max-width: 700px;
    padding: 3rem 2rem;
}.a_program_information h2 {
    font-size: 31px;
}.a_program_information .description {
    line-height: 1.8;
    max-width: 90%;
}.a_program_information .i_video_thumbnail {
    top: -20%;
    height: 140%;
    left: -20%;
    width: 140%;
}
}

@media (max-width: 768px) {.a_program_information {
    padding: 4rem 0;
}.a_program_information .H_info_panel {
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
    max-width: 90%;
}.a_program_information h2 {
    font-size: calc(31px * 0.95);
}.a_program_information h2::before,
    .a_program_information h2::after {
    top: -10px;
    left: -10px;
    width: 35px;
    height: 35px;
}.a_program_information h2::after {
    right: -10px;
    bottom: -10px;
}.a_program_information .H_info_panel:hover h2::before,
    .a_program_information .H_info_panel:hover h2::after {
    height: 40px;
    width: 40px;
}.a_program_information .description {
    font-size: calc(13px * 0.95);
    max-width: 95%;
    line-height: 1.7;
}.a_program_information .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.a_program_information .i_video_thumbnail {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.a_program_information {
    padding: 3rem 0;
}.a_program_information .H_info_panel {
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
}.a_program_information h2 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.85);
}.a_program_information h2::before,
    .a_program_information h2::after {
    left: -8px;
    height: 25px;
    top: -8px;
    width: 25px;
    border-width: 2px;
}.a_program_information h2::after {
    right: -8px;
    border-width: 2px;
    bottom: -8px;
}.a_program_information .H_info_panel:hover h2::before,
    .a_program_information .H_info_panel:hover h2::after {
    width: 30px;
    height: 30px;
}.a_program_information .description {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}.a_program_information .description:last-of-type {
    transform: none;
    padding: 0.8rem 1.2rem;
    max-width: 100%;
    border-width: 2px;
}.a_program_information .H_info_panel:hover {
    transform: translateY(-5px);
}.a_program_information .H_info_panel:hover .description:last-of-type {
    transform: none;
}.a_program_information .i_video_thumbnail {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
}.a_program_information .H_info_panel::before,
    .a_program_information .H_info_panel::after {
    height: 80%;
    width: 80%;
}}.P_cookie_popup_display {
    bottom: 0;
    overflow: hidden;
    z-index: 90;
    padding: 1rem 0;
    position: fixed;
    background: rgb(225,221,237);
    align-items: center;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    justify-content: center;
    display: flex;
    border-top: 3px solid rgb(195,189,217);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#t_cookie_dialog_box {
    display: none;
}#t_cookie_dialog_box:checked ~ .P_cookie_popup_display {
    visibility: hidden;
    opacity: 0;
}.P_cookie_popup_display .container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    gap: 1rem;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    align-items: center;
    flex-wrap: wrap;
}.R_cookie_disclaimer {
    margin-right: 1rem;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}.R_cookie_disclaimer svg {
    width: 50px;
    height: 50px;
    fill: rgb(195,189,217);
}.u_data_agree {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.u_data_agree h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(195,189,217);
}.u_data_agree p {
    font-size: 1rem;
    color: #000000;
}.L_learn_agree {
    border-radius: 10px;
    border: none;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    background: rgb(195,189,217);
    font-size: 1rem;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}.cookie_button.F_privacy_gate {
    background: rgb(195,189,217);
}.cookie_button.o_user_tracker {
    background: #000000;
    margin-left: 0.5rem;
}.L_learn_agree:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.o_user_tracker:hover {
    background: rgb(195,189,217);
}.P_cookie_popup_display p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(195,189,217);
}.P_cookie_popup_display p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.P_cookie_popup_display .container {
    flex-direction: column;
    align-items: center;
}.R_cookie_disclaimer {
    margin-bottom: 1rem;
    margin-right: 0;
}.u_data_agree {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.o_user_tracker {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.k_title_opener {
    min-height: 600px;
    overflow: hidden;
    height: 100vh;
    position: relative;
    width: 100%;
}.k_title_opener .I_quick_edu {
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: flex-start;
    height: 100%;
}.k_title_opener .I_quick_edu::before {
    backdrop-filter: blur(2px);
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(rgb(195,189,217,0.5), 0.4) 100%);
    z-index: 1;
    right: 0;
    position: absolute;
    content: "";
}.k_title_opener .G_mentor_values {
    padding: 2rem;
    width: 90%;
    position: relative;
    margin-left: 8%;
    max-width: 1200px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
}.k_title_opener .G_mentor_values:hover {
    transform: perspective(1000px) rotateY(0deg);
}.k_title_opener .G_mentor_values > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    position: relative;
    transform: translateX(0);
}.k_title_opener .G_mentor_values > div:nth-child(1) {
    opacity: 0;
    transform: translateX(-50px);
    animation: slideIn 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
}.k_title_opener .G_mentor_values > div:nth-child(2) {
    animation: slideIn 0.8s 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    opacity: 0;
    transform: translateX(-50px);
}.k_title_opener .G_mentor_values > div:nth-child(3) {
    animation: slideIn 0.8s 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: translateX(-50px);
    opacity: 0;
}.k_title_opener p {
    transform: skewX(-5deg);
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(14px * 1.2);
    color: #ffffff;
    padding-left: 3rem;
    display: inline-block;
    border-left: 4px solid rgb(162,157,193);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.k_title_opener .title_style_header {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    padding: 0.8rem 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #ffffff;
    transition: transform 0.4s ease;
    font-size: calc(41px * 1.3);
    background: linear-gradient(90deg, 
    rgb(195,189,217) 0%, 
    transparent 100%);
    display: inline-block;
    font-weight: 700;
}.k_title_opener .G_mentor_values > div:nth-child(2):hover .title_style_header {
    transform: translateX(10px) scale(1.02);
}.k_title_opener h3 {
    margin-top: 1rem;
    transform-origin: left bottom;
    background-color: rgba(rgb(162,157,193,0.5), 0.3);
    font-weight: 400;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
    backdrop-filter: blur(8px);
    padding: 1.5rem 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    max-width: 80%;
    font-size: calc(23px * 1.1);
}.k_title_opener .G_mentor_values > div:nth-child(3):hover h3 {
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.4);
    background-color: rgba(rgb(162,157,193,0.5), 0.5);
    transform: translateY(-5px);
}@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.k_title_opener::after {
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    content: "";
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(rgb(195,189,217,0.5), 0.2) 100%);
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    width: 30%;
}

@media (max-width: 1200px) {.k_title_opener .G_mentor_values {
    margin-left: 5%;
    width: 90%;
}.k_title_opener .title_style_header {
    font-size: calc(41px * 1.1);
}.k_title_opener h3 {
    max-width: 90%;
    font-size: 23px;
}
}

@media (max-width: 992px) {.k_title_opener {
    height: auto;
    min-height: 500px;
}.k_title_opener .I_quick_edu {
    position: relative;
    padding: 80px 0;
}.k_title_opener .G_mentor_values {
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 5%;
    padding: 1.5rem;
}.k_title_opener .title_style_header {
    font-size: 41px;
    padding: 0.6rem 1.5rem;
}.k_title_opener h3 {
    font-size: calc(23px * 0.9);
    max-width: 100%;
}.k_title_opener p {
    padding-left: 1.5rem;
    font-size: 14px;
}
}

@media (max-width: 768px) {.k_title_opener {
    min-height: 450px;
}.k_title_opener .G_mentor_values {
    width: 95%;
    padding: 1rem;
    margin-left: 2.5%;
}.k_title_opener .title_style_header {
    padding: 0.5rem 1rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    font-size: calc(41px * 0.9);
}.k_title_opener h3 {
    font-size: calc(23px * 0.85);
    padding: 1rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 97% 100%, 0 100%);
}.k_title_opener::after {
    width: 20%;
}
}

@media (max-width: 576px) {.k_title_opener {
    min-height: 400px;
}.k_title_opener .I_quick_edu {
    padding: 60px 0;
}.k_title_opener .G_mentor_values {
    width: 95%;
    margin-left: 2.5%;
    padding: 0.8rem;
}.k_title_opener p {
    padding-left: 1rem;
    transform: skewX(0deg);
    font-size: calc(14px * 0.9);
    border-left: 3px solid rgb(162,157,193);
}.k_title_opener .title_style_header {
    margin-bottom: 1.2rem;
    padding: 0.4rem 1rem;
    font-size: calc(41px * 0.8);
}.k_title_opener h3 {
    padding: 0.8rem 1rem;
    font-size: calc(23px * 0.8);
}.k_title_opener::after {
    display: none;
}}.h_get_in_touch {
    padding: 80px 0;
    isolation: isolate;
    position: relative;
}.h_get_in_touch::before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}.h_get_in_touch .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.h_get_in_touch .X_support_box {
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
    overflow: hidden;
    border-radius: 25px;
}.h_get_in_touch .W_inquiry_grid {
    background: rgb(195,189,217);
    padding: 50px 40px;
    position: relative;
}.h_get_in_touch .W_inquiry_grid::after {
    right: 0;
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    height: 100%;
    content: '';
    top: 0;
    width: 25px;
}.h_get_in_touch .W_inquiry_grid h3 {
    color: #ffffff;
    border-bottom: 2px solid rgb(162,157,193);
    font-size: 36px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-weight: 700;
}.h_get_in_touch .W_inquiry_grid div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 10px 0;
    margin-bottom: 25px;
    display: flex;
}.h_get_in_touch .W_inquiry_grid div:last-of-type {
    border-bottom: none;
}.h_get_in_touch .W_inquiry_grid div svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.h_get_in_touch .W_inquiry_grid div svg path {
    fill: rgb(162,157,193);
}.h_get_in_touch .W_inquiry_grid div span {
    color: #ffffff;
    font-size: 17px;
}.h_get_in_touch .W_inquiry_grid div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}.h_get_in_touch .W_inquiry_grid div span a:hover {
    color: rgb(162,157,193);
}.h_get_in_touch .i_connect_panel {
    padding: 50px 40px;
    background-color: rgb(225,221,237);
}.h_get_in_touch .i_connect_panel h3 {
    font-weight: 600;
    font-size: 23px;
    color: rgb(195,189,217);
    margin-bottom: 30px;
    position: relative;
}.h_get_in_touch form {
    display: flex;
    flex-direction: column;
}.h_get_in_touch form input[type="text"],
.h_get_in_touch form input[type="email"] {
    font-size: 17px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: #000000;
}.h_get_in_touch form input[type="text"]:focus,
.h_get_in_touch form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(195,189,217), 0.1);
    outline: none;
    border-color: rgb(195,189,217);
}.h_get_in_touch form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.h_get_in_touch .p_connect_list {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.h_get_in_touch .p_connect_list input[type="checkbox"] {
    height: 18px;
    margin-top: 4px;
    border: 2px solid rgb(195,189,217);
    border-radius: 3px;
    appearance: none;
    width: 18px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}.h_get_in_touch .p_connect_list input[type="checkbox"]:checked {
    background-color: rgb(195,189,217);
}.h_get_in_touch .p_connect_list input[type="checkbox"]:checked::after {
    left: 5px;
    border-width: 0 2px 2px 0;
    content: "";
    height: 10px;
    position: absolute;
    width: 5px;
    border: solid #ffffff;
    top: 1px;
    transform: rotate(45deg);
}.h_get_in_touch .p_connect_list label {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.h_get_in_touch .p_connect_list label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(195,189,217);
}.h_get_in_touch .p_connect_list label a:hover {
    text-decoration: underline;
}.h_get_in_touch form .M_query_grid {
    background-color: rgb(195,189,217);
    border: none;
    border-radius: 10px;
    align-self: flex-start;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 600;
}.h_get_in_touch form .M_query_grid:hover {
    background-color: rgb(162,157,193);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.h_get_in_touch .W_inquiry_grid h3 {
    animation: reveal 0.6s ease forwards;
}.h_get_in_touch .W_inquiry_grid div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.h_get_in_touch .W_inquiry_grid div:nth-child(2) {
    animation-delay: 0.2s;
}.h_get_in_touch .W_inquiry_grid div:nth-child(3) {
    animation-delay: 0.4s;
}.h_get_in_touch .W_inquiry_grid div:nth-child(4) {
    animation-delay: 0.6s;
}.h_get_in_touch .W_inquiry_grid div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.h_get_in_touch .X_support_box {
    grid-template-columns: 1fr;
}.h_get_in_touch .W_inquiry_grid {
    padding: 40px 30px;
}.h_get_in_touch .i_connect_panel {
    padding: 40px 30px;
}.h_get_in_touch .W_inquiry_grid::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.h_get_in_touch {
    padding: 50px 0;
}.h_get_in_touch .W_inquiry_grid,
    .h_get_in_touch .i_connect_panel {
    padding: 30px 20px;
}.h_get_in_touch .W_inquiry_grid h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.h_get_in_touch form input[type="text"],
    .h_get_in_touch form input[type="email"] {
    padding: 12px;
}.h_get_in_touch form .M_query_grid {
    width: 100%;
    padding: 12px;
}}.V_privacy_safehouse {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
}.V_privacy_safehouse::before {
    z-index: 0;
    opacity: 0.04;
    top: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    position: absolute;
    background-image: linear-gradient(45deg, rgb(195,189,217,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(195,189,217,0.5) 25%, transparent 25%);
    left: 0;
    height: 100%;
}.V_privacy_safehouse::after {
    right: -10%;
    height: 40%;
    background: linear-gradient(120deg, rgb(162,157,193,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(-15deg);
    top: -10%;
    content: "";
    position: absolute;
    opacity: 0.2;
    width: 40%;
}.V_privacy_safehouse .container {
    transform: translateZ(0);
    background-color: #ffffff;
    padding: 3.5rem 4rem;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    z-index: 1;
}.V_privacy_safehouse h1 {
    font-size: 39px;
    padding-bottom: 1.2rem;
    transform: translateX(-0.5rem);
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
}.V_privacy_safehouse h1::after {
    background: linear-gradient(90deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    height: 4px;
    bottom: 0;
    width: 8rem;
    content: "";
    transform-origin: left;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    position: absolute;
}.V_privacy_safehouse h2 {
    padding-left: 1.2rem;
    transform: translateX(-1.2rem);
    color: #000000;
    margin: 3rem 0 1.5rem;
    font-size: 38px;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
}.V_privacy_safehouse h2::before {
    content: "";
    width: 4px;
    background: rgb(195,189,217);
    top: 0.5rem;
    border-radius: 2px;
    bottom: 0.5rem;
    position: absolute;
    left: 0;
}.V_privacy_safehouse h3 {
    font-size: calc(38px * 0.85);
    padding-left: 1rem;
    transform: translateX(-1rem);
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.2rem;
}.V_privacy_safehouse h3::before {
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    background: rgb(162,157,193);
    width: 3px;
    content: "";
    top: 0.4rem;
}.V_privacy_safehouse h4 {
    position: relative;
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    font-weight: 600;
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
    color: #000000;
}.V_privacy_safehouse h4::before {
    width: 2px;
    content: "";
    top: 0.3rem;
    bottom: 0.3rem;
    border-radius: 1px;
    left: 0;
    background: rgb(162,157,193,0.5);
    position: absolute;
}.V_privacy_safehouse p {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
}.V_privacy_safehouse strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.V_privacy_safehouse strong::after {
    left: 0;
    width: 100%;
    content: "";
    background-color: rgb(162,157,193,0.5);
    height: 1px;
    position: absolute;
    bottom: -2px;
}.V_privacy_safehouse ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
}.V_privacy_safehouse li {
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
}.V_privacy_safehouse li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 0.6rem;
    position: absolute;
    background-color: rgb(195,189,217,0.5);
    top: 0.7rem;
    border: 1px solid rgb(195,189,217);
    content: "";
    transform: rotate(45deg);
    left: 0;
    width: 0.6rem;
}.V_privacy_safehouse li:hover::before {
    background-color: rgb(195,189,217);
    transform: rotate(135deg);
}.V_privacy_safehouse span {
    padding: 0.5rem 0;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
    color: #000000;
}.V_privacy_safehouse span::after {
    height: 1px;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,189,217,0.5) 0%, transparent 100%);
    transform-origin: left;
    left: 0;
    width: 100%;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.V_privacy_safehouse {
    padding: 4rem 1rem;
}.V_privacy_safehouse .container {
    padding: 2.5rem 3rem;
}.V_privacy_safehouse h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.V_privacy_safehouse h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.V_privacy_safehouse {
    padding: 3rem 0.8rem;
}.V_privacy_safehouse .container {
    padding: 2rem 1.5rem;
}.V_privacy_safehouse h1 {
    font-size: calc(39px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
}.V_privacy_safehouse h1::after {
    width: 6rem;
}.V_privacy_safehouse h2 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(38px * 0.8);
    transform: translateX(-1rem);
}.V_privacy_safehouse h3 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    font-size: calc(38px * 0.7);
    margin: 1.8rem 0 1rem;
}.V_privacy_safehouse h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(38px * 0.6);
}.V_privacy_safehouse p, 
    .V_privacy_safehouse span, 
    .V_privacy_safehouse li {
    font-size: calc(14px * 0.95);
    margin-bottom: 1.2rem;
}.V_privacy_safehouse ul {
    margin: 1.2rem 0 1.8rem;
    padding-left: 0.8rem;
}.V_privacy_safehouse li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}
}

@media (max-width: 479px) {.V_privacy_safehouse {
    padding: 2rem 0.5rem;
}.V_privacy_safehouse .container {
    padding: 1.5rem 1.2rem;
}.V_privacy_safehouse h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.7);
}.V_privacy_safehouse h1::after {
    width: 5rem;
    height: 3px;
}.V_privacy_safehouse h2 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    margin: 1.8rem 0 0.8rem;
    font-size: calc(38px * 0.7);
}.V_privacy_safehouse h2::before {
    width: 3px;
}.V_privacy_safehouse h3, .V_privacy_safehouse h4 {
    transform: translateX(-0.7rem);
    padding-left: 0.7rem;
    font-size: calc(38px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.V_privacy_safehouse p, 
    .V_privacy_safehouse span, 
    .V_privacy_safehouse li {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}.V_privacy_safehouse ul {
    padding-left: 0.5rem;
}.V_privacy_safehouse li {
    padding-left: 1.3rem;
}.V_privacy_safehouse li::before {
    width: 0.5rem;
    height: 0.5rem;
}}.f_user_comments {
    position: relative;
    padding: 7rem 1rem;
    background: rgb(225,221,237);
    overflow: hidden;
}.f_user_comments::before {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, transparent 40%, rgb(195,189,217,0.5) 100%);
    top: 0;
    height: 100%;
}.f_user_comments::after {
    content: "";
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    width: 100%;
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgb(162,157,193,0.5) 100%);
    bottom: 0;
}.f_user_comments .container {
    z-index: 2;
    position: relative;
}.f_user_comments h2 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: #000000;
    width: fit-content;
    margin-bottom: 4rem;
    padding: 1rem 0;
    text-align: left;
}.f_user_comments h2::before {
    transform: skewY(45deg);
    position: absolute;
    height: 100%;
    background: rgb(195,189,217);
    width: 5px;
    content: "";
    left: -20px;
    top: 0;
}.f_user_comments h2::after {
    background: rgb(162,157,193);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 80%;
}.f_user_comments .i_review_voices {
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    max-width: 800px;
}.f_user_comments .p_user_testimonials {
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 2.5rem 2rem 2rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    transform: translateY(0);
    border-radius: 28px;
}.f_user_comments .p_user_testimonials:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.f_user_comments .p_user_testimonials:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.f_user_comments .p_user_testimonials:hover {
    transform: translateY(-10px) translateX(0);
}.f_user_comments .p_user_testimonials::before {
    height: 100%;
    width: 100%;
    border-radius: 28px;
    content: "";
    left: 15px;
    z-index: -1;
    transition: all 0.3s ease;
    top: 15px;
    position: absolute;
    background: rgb(195,189,217,0.5);
}.f_user_comments .p_user_testimonials:hover::before {
    left: 10px;
    top: 10px;
    background: rgb(162,157,193,0.5);
}.f_user_comments .p_user_testimonials img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 25px;
    border: 4px solid #ffffff;
    width: 70px;
    border-radius: 50%;
    top: -25px;
    height: 70px;
    object-fit: cover;
}.f_user_comments .p_user_testimonials p {
    padding-left: 60px;
    font-weight: 600;
    margin: 0.5rem 0;
    font-size: calc(17px + 0.1rem);
    color: #000000;
}.f_user_comments .p_user_testimonials .description {
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding: 1.5rem 0 0.5rem;
    border-top: 1px solid rgb(225,221,237);
    margin-top: 1rem;
    font-size: 17px;
    font-weight: 400;
}.f_user_comments .p_user_testimonials .description::before {
    top: 0.5rem;
    left: 0;
    line-height: 1;
    font-size: 3rem;
    content: "";
    color: rgb(195,189,217,0.5);
    position: absolute;
}.f_user_comments .p_user_testimonials .description::after {
    font-size: 3rem;
    right: 0;
    content: "";
    bottom: -1.5rem;
    color: rgb(195,189,217,0.5);
    position: absolute;
    line-height: 1;
}

@media (max-width: 991px) {.f_user_comments {
    padding: 5rem 1rem;
}.f_user_comments .i_review_voices {
    gap: 4rem;
}
}

@media (max-width: 767px) {.f_user_comments h2 {
    font-size: calc(30px - 0.3rem);
    margin-bottom: 3rem;
}.f_user_comments .i_review_voices {
    gap: 3.5rem;
}.f_user_comments .p_user_testimonials:nth-child(odd),
    .f_user_comments .p_user_testimonials:nth-child(even) {
    width: 100%;
    align-self: center;
    transform: none;
}.f_user_comments .p_user_testimonials:hover {
    transform: translateY(-5px);
}.f_user_comments .p_user_testimonials p {
    padding-left: 50px;
}}header {
    z-index: 100;
    margin-top: 0;
    background: linear-gradient(120deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: relative;
    padding: 0;
    overflow: visible;
}header::before {
    bottom: 2px;
    z-index: -1;
    top: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    content: '';
    left: 2px;
    right: 2px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}header .q_nav_begin {
    display: flex;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    padding: 1.2rem 3rem;
    position: relative;
}header .k_head_master {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    transition: all 0.3s ease;
}header .k_head_master::before {
    left: 3px;
    bottom: 3px;
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    z-index: -1;
    content: '';
    right: 3px;
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}header .k_head_master:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .E_top_sitewrap {
    position: relative;
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
}header .E_top_sitewrap img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .N_head_tutor {
    z-index: 2;
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
    list-style: none;
}header .J_top_main {
    margin: 0 0.5rem;
    position: relative;
}header .J_top_main a {
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    position: relative;
    height: 40px;
    border: 1px solid transparent;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 1.2rem;
    align-items: center;
    text-decoration: none;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
}header .J_top_main a::before {
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}header .J_top_main a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .J_top_main a:hover::before {
    left: 100%;
}header .J_top_main::after {
    background: #ffffff;
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    height: 2px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    bottom: -5px;
}header .J_top_main:hover::after {
    width: 80%;
}header .q_nav_begin::before {
    content: '';
    height: 40px;
    border-right: none;
    border-bottom: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    position: absolute;
    opacity: 0.5;
    top: 10px;
    width: 40px;
}header .q_nav_begin::after {
    content: '';
    height: 40px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    bottom: 10px;
    left: 10px;
    position: absolute;
    border-left: none;
    width: 40px;
}header .D_main_head {
    padding-top: 2rem;
    background: rgb(225,221,237);
    margin-top: -15px;
    z-index: 1;
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    right: 15px;
    top: 15px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse 2s infinite;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    content: '';
}

@media (min-width: 1400px) {header .q_nav_begin {
    max-width: 1320px;
    margin: 0 auto;
}header .J_top_main {
    margin: 0 0.7rem;
}header .J_top_main a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .q_nav_begin {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .k_head_master {
    margin-bottom: 0;
    margin-right: 0;
}header .N_head_tutor {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .J_top_main a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(18px - 1px);
}header .q_nav_begin::before,
    header .q_nav_begin::after {
    display: none;
}.D_main_head {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .q_nav_begin {
    padding: 0.8rem 1.5rem;
}header .k_head_master {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .E_top_sitewrap img {
    max-height: 35px;
}header .N_head_tutor {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .N_head_tutor::-webkit-scrollbar {
    height: 3px;
}header .N_head_tutor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .J_top_main {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .J_top_main a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .J_top_main::after {
    display: none;
}header::after {
    height: 5px;
    top: 10px;
    width: 5px;
    right: 10px;
}.D_main_head {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .q_nav_begin {
    padding: 0.7rem 1.2rem;
}header .k_head_master {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .J_top_main a {
    height: 30px;
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
}}.x_law_res {
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgb(195,189,217,0.5) 100%);
    padding: 5rem 0 1rem;
    font-family: Arial, sans-serif;
    z-index: 1;
}.x_law_res::before {
    content: '';
    z-index: -1;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: radial-gradient(circle at 30% 50%, rgb(195,189,217,0.5) 0%, transparent 50%);
    top: 0;
}.x_law_res::after {
    top: 0;
    animation: glowLine 3s infinite alternate;
    left: 0;
    right: 0;
    content: '';
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(195,189,217), transparent);
    position: absolute;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.x_law_res .container {
    z-index: 2;
    position: relative;
}.x_law_res .F_tiktok_edu {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.x_law_res .s_talk_experts {
    justify-content: center;
    padding: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    border-radius: 22px;
    gap: 2rem;
    border: 1px solid rgb(162,157,193,0.5);
    display: flex;
}.x_law_res .s_talk_experts::before {
    width: 50%;
    animation: scanLine 4s infinite linear;
    left: 50%;
    content: '';
    height: 2px;
    transform: translateX(-50%);
    top: -2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(162,157,193), transparent);
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.x_law_res .info_item {
    flex: 1;
    max-width: 300px;
    text-align: center;
    min-width: 200px;
    transition: transform 0.3s ease;
}.x_law_res .info_item:hover {
    transform: translateY(-5px);
}.x_law_res .info_item p, 
.x_law_res .info_item a {
    font-size: calc(15px - 2px);
    border: 1px solid transparent;
    border-radius: 10px;
    justify-content: center;
    color: #ffffff;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    gap: 0.5rem;
    padding: 0.75rem;
}.x_law_res .info_item svg {
    width: 1.25rem;
    transition: fill 0.3s ease;
    height: 1.25rem;
    fill: rgb(162,157,193);
}.x_law_res .info_item a:hover {
    box-shadow: 0 0 15px rgb(195,189,217,0.5);
    border-color: rgb(195,189,217,0.5);
    background: #000000;
}.x_law_res .info_item a:hover svg {
    fill: rgb(195,189,217);
}.x_law_res .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}.x_law_res .k_head_master {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    display: flex;
}.x_law_res .k_head_master svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(195,189,217,0.5));
    transition: filter 0.3s ease;
    height: auto;
}.x_law_res .k_head_master svg:hover {
    filter: drop-shadow(0 0 10px rgb(195,189,217));
}.x_law_res .k_digital_res {
    color: #ffffff;
    max-width: 280px;
    opacity: 0.7;
    line-height: 1.5;
    font-size: calc(13px - 1px);
}.x_law_res .N_head_tutor {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.x_law_res .N_head_tutor h5 {
    padding-bottom: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 0.5rem;
    position: relative;
}.x_law_res .N_head_tutor h5::after {
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(162,157,193);
    bottom: 0;
    height: 2px;
    content: '';
    width: 40px;
}.x_law_res .N_head_tutor:hover h5::after {
    width: 80px;
}.x_law_res .W_main_pro {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.x_law_res .W_main_pro a {
    font-size: 15px;
    opacity: 0.8;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 1rem;
    color: #ffffff;
}.x_law_res .W_main_pro a::before {
    content: '';
    border-radius: 50%;
    height: 5px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(162,157,193);
    transform: translateY(-50%);
    left: 0;
    width: 5px;
}.x_law_res .W_main_pro a:hover {
    opacity: 1;
    color: rgb(195,189,217);
    transform: translateX(5px);
}.x_law_res .W_main_pro a:hover::before {
    height: 7px;
    box-shadow: 0 0 8px rgb(195,189,217);
    background: rgb(195,189,217);
    width: 7px;
}.x_law_res .subscribe_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    overflow: hidden;
    border: 1px solid rgb(162,157,193,0.5);
    border-radius: 22px;
    padding: 1.5rem;
    gap: 1.25rem;
}.x_law_res .subscribe_holder::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgb(195,189,217,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.1;
    content: '';
    top: 0;
}.x_law_res .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}.x_law_res .subscribe_holder p {
    opacity: 0.9;
    font-size: calc(15px - 1px);
    line-height: 1.6;
    color: #ffffff;
}.x_law_res .input_holder {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.x_law_res .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgb(162,157,193,0.5);
    border-radius: 10px;
    padding: 0.875rem 1rem;
    font-size: 15px;
    flex: 1;
}.x_law_res .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(195,189,217,0.5);
    border-color: rgb(195,189,217);
}.x_law_res .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.x_law_res .d_mail_list {
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    font-size: 15px;
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    background: rgb(195,189,217);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.x_law_res .d_mail_list::before {
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.x_law_res .d_mail_list:hover {
    box-shadow: 0 0 15px rgb(162,157,193,0.5);
    transform: translateY(-2px);
    background: rgb(162,157,193);
}.x_law_res .d_mail_list:hover::before {
    left: 100%;
}.x_law_res .Q_level_up {
    border-top: 1px solid rgb(162,157,193,0.5);
    position: relative;
    padding-top: 1.5rem;
    margin-top: 3rem;
    text-align: center;
}.x_law_res .Q_level_up::before {
    background: linear-gradient(90deg, transparent, rgb(162,157,193,0.5), transparent);
    left: 0;
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 100%;
}.x_law_res .r_footer_address {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.x_law_res {
    padding: 4rem 0 1rem;
}.x_law_res .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.x_law_res .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.x_law_res .input_holder {
    flex-direction: row;
}.x_law_res .d_mail_list {
    width: auto;
}
}

@media (max-width: 768px) {.x_law_res {
    padding: 3rem 0 1rem;
}.x_law_res .s_talk_experts {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.x_law_res .info_item {
    min-width: 100%;
}.x_law_res .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.x_law_res .subscribe_holder {
    grid-column: auto;
}.x_law_res .k_head_master {
    align-items: center;
    text-align: center;
}.x_law_res .k_digital_res {
    max-width: 100%;
    text-align: center;
}.x_law_res .N_head_tutor h5 {
    text-align: center;
}.x_law_res .N_head_tutor h5::after {
    left: 50%;
    transform: translateX(-50%);
}.x_law_res .W_main_pro {
    align-items: center;
}.x_law_res .W_main_pro a {
    text-align: center;
}.x_law_res .W_main_pro a:hover {
    transform: translateY(-2px);
}.x_law_res .input_holder {
    flex-direction: column;
}.x_law_res .d_mail_list {
    width: 100%;
}
}

@media (max-width: 480px) {.x_law_res {
    padding: 2.5rem 0 1rem;
}.x_law_res .info_item p, 
    .x_law_res .info_item a {
    font-size: calc(15px - 3px);
}.x_law_res .N_head_tutor h5, 
    .x_law_res .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.x_law_res .W_main_pro a, 
    .x_law_res .subscribe_holder p {
    font-size: calc(15px - 2px);
}.x_law_res .r_footer_address {
    font-size: calc(13px - 2px);
}}.C_gratField {
    position: relative;
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, rgb(225,221,237) 50%, rgb(162,157,193,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.C_gratField::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,189,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(162,157,193,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
}.C_gratField::after {
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    transform: rotate(35deg);
    z-index: 1;
    width: 100%;
    content: "";
    top: -50%;
    animation: float 15s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    filter: blur(80px);
}.C_gratField .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.C_gratField .d_expert_studio {
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(10px);
    transform-origin: top center;
}.C_gratField .d_expert_studio:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.C_gratField .d_expert_studio > div:first-child {
    position: relative;
    border-left: 4px solid rgb(195,189,217);
    margin-left: -1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    padding-left: 1.5rem;
}.C_gratField .d_expert_studio > div:first-child::before {
    top: 50%;
    height: 1rem;
    width: 1rem;
    background: rgb(195,189,217);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
    left: -0.5rem;
    position: absolute;
}.C_gratField h5 {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}.C_gratField .d_expert_studio > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.C_gratField a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    display: block;
    transform-origin: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    padding: 1.5rem 2rem;
}.C_gratField a::before {
    top: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(195,189,217), rgb(162,157,193));
}.C_gratField a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}.C_gratField a:hover::before {
    width: 8px;
}.C_gratField p {
    position: relative;
    color: #000000;
    z-index: 1;
    font-size: 13px;
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.7;
}.C_gratField a:hover p {
    color: #000000;
}

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

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.C_gratField {
    padding: 5rem 0;
}.C_gratField .d_expert_studio {
    gap: 2rem;
    padding: 2.5rem;
}.C_gratField h5 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.C_gratField {
    padding: 4rem 0;
}.C_gratField .container {
    padding: 0 1.5rem;
}.C_gratField .d_expert_studio {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
}.C_gratField h5 {
    font-size: calc(24px * 0.9);
}.C_gratField a {
    padding: 1.2rem 1.5rem;
}.C_gratField p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.C_gratField {
    padding: 3rem 0;
}.C_gratField .container {
    padding: 0 1rem;
}.C_gratField .d_expert_studio {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.C_gratField .d_expert_studio > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
    margin-left: -1rem;
}.C_gratField h5 {
    font-size: calc(24px * 0.85);
}.C_gratField a {
    padding: 1rem;
}.C_gratField p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.n_training_method {
    position: relative;
    min-height: 65vh;
    overflow: hidden;
    background: rgb(225,221,237);
}.n_training_method::before {
    filter: blur(40px);
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,189,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(162,157,193,0.5) 0%, transparent 30%);
}.n_training_method::after {
    position: absolute;
    height: 100%;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 2;
}.n_training_method .container {
    display: flex;
    z-index: 5;
    justify-content: center;
    padding: 5rem 2rem;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}.n_training_method .d_expert_studio {
    justify-content: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0;
    align-items: center;
    max-width: 900px;
}.n_training_method .d_expert_studio::before {
    height: 90%;
    content: "";
    width: 90%;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(195,189,217,0.5);
    left: 5%;
    z-index: -1;
    animation: rotateBorder 20s linear infinite;
    top: 5%;
}.n_training_method .d_expert_studio::after {
    position: absolute;
    top: 10%;
    height: 80%;
    content: "";
    animation: rotateBorder 15s linear infinite reverse;
    border-radius: 50%;
    width: 80%;
    left: 10%;
    z-index: -1;
    border: 1px dashed rgb(162,157,193,0.5);
}.n_training_method h3 {
    padding: 1rem 2rem;
    color: rgb(195,189,217);
    transform: translateY(-20px);
    margin: 0 0 1.5rem;
    font-size: 35px;
    z-index: 2;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 70%;
    position: relative;
    border-radius: 29px;
    font-weight: 700;
    background: #ffffff;
}.n_training_method h3::before {
    content: "";
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(195,189,217,0.5), transparent);
    top: 0;
    opacity: 0.2;
}.n_training_method h3::after {
    width: 2px;
    top: 100%;
    height: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(195,189,217), transparent);
    content: "";
}.n_training_method span {
    padding: 2rem;
    color: #000000;
    height: auto;
    position: relative;
    font-size: 12px;
    display: inline-block;
    line-height: 1.7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    width: 60%;
    text-align: center;
    z-index: 2;
    background: #ffffff;
    transform: translateY(20px);
    border-radius: 29px;
}.n_training_method span::before {
    position: absolute;
    width: 2px;
    background: linear-gradient(to top, rgb(162,157,193), transparent);
    height: 30px;
    bottom: 100%;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}.n_training_method span::after {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(162,157,193,0.5), transparent);
    opacity: 0.2;
    z-index: -1;
    border-radius: inherit;
    content: "";
    height: 100%;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.n_training_method .d_expert_studio:hover::before,
    .n_training_method .d_expert_studio:hover::after {
    animation-play-state: paused;
}.n_training_method .d_expert_studio:hover h3,
    .n_training_method .d_expert_studio:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}

@media (max-width: 992px) {.n_training_method {
    min-height: auto;
}.n_training_method .container {
    padding: 4rem 1.5rem;
}.n_training_method .d_expert_studio {
    gap: 3rem;
    padding: 2rem 0;
    border-radius: 0;
    aspect-ratio: auto;
    height: auto;
}.n_training_method .d_expert_studio::before,
    .n_training_method .d_expert_studio::after {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 20px;
}.n_training_method h3 {
    max-width: 90%;
    font-size: calc(35px * 0.9);
    margin-bottom: 0;
    transform: none;
}.n_training_method h3::after {
    display: none;
}.n_training_method span {
    width: 90%;
    transform: none;
}.n_training_method span::before {
    display: none;
}
}

@media (max-width: 768px) {.n_training_method .container {
    padding: 3rem 1.2rem;
}.n_training_method .d_expert_studio {
    gap: 2rem;
    padding: 1.5rem 0;
}.n_training_method h3 {
    padding: 0.8rem 1.5rem;
    max-width: 100%;
    font-size: calc(35px * 0.8);
}.n_training_method span {
    padding: 1.5rem;
    width: 100%;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.n_training_method .container {
    padding: 2.5rem 1rem;
}.n_training_method .d_expert_studio {
    padding: 1rem 0;
    gap: 1.5rem;
}.n_training_method h3 {
    font-size: calc(35px * 0.7);
    padding: 0.7rem 1.2rem;
}.n_training_method span {
    padding: 1.2rem;
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}.n_training_method .d_expert_studio::before,
    .n_training_method .d_expert_studio::after {
    border-width: 1px;
}}.h_our_team {
    background-color: rgb(225,221,237);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.h_our_team::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(0deg, rgb(225,221,237) 20%, transparent 80%),
        linear-gradient(90deg, rgb(225,221,237) 10%, transparent 90%);
    left: 0;
    top: 0;
    content: "";
}.h_our_team::after {
    opacity: 0.8;
    top: 0;
    width: 100%;
    left: 0;
    filter: blur(50px);
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,189,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(162,157,193,0.5) 0%, transparent 40%);
    z-index: 1;
}.h_our_team .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1100px;
}.h_our_team h2 {
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
}.h_our_team h2::after {
    background: linear-gradient(90deg, rgb(195,189,217), rgb(162,157,193));
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: -20px;
    content: "";
    width: 60px;
}.h_our_team .t_academy_team {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 40px;
    width: 100%;
}.h_our_team .t_academy_team::before {
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(195,189,217,0.5) 10%, 
        rgb(195,189,217) 50%,
        rgb(162,157,193) 50%,
        rgb(162,157,193,0.5) 90%,
        transparent 100%);
    left: 50%;
    height: 100%;
    width: 2px;
    content: "";
    z-index: 1;
    position: absolute;
}.h_our_team .o_mentor_network {
    padding: 40px;
    width: 55%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    position: relative;
}.h_our_team .o_mentor_network:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(195,189,217);
    align-self: flex-start;
}.h_our_team .o_mentor_network:nth-child(2) {
    align-self: flex-end;
    transform: translateX(40px);
    border-right: 4px solid rgb(162,157,193);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.h_our_team .o_mentor_network::before {
    background: rgb(195,189,217);
    width: 20px;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    content: "";
    top: 50%;
    z-index: 3;
}.h_our_team .o_mentor_network:nth-child(1)::before {
    right: -55px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(195,189,217,0.5);
}.h_our_team .o_mentor_network:nth-child(2)::before {
    background: rgb(162,157,193);
    transform: translateY(-50%);
    left: -55px;
    box-shadow: 0 0 15px rgb(162,157,193,0.5);
}.h_our_team .o_mentor_network::after {
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
}.h_our_team .o_mentor_network:nth-child(1)::after {
    right: -35px;
}.h_our_team .o_mentor_network:nth-child(2)::after {
    left: -35px;
}.h_our_team .o_mentor_network:hover {
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.h_our_team .o_mentor_network:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.h_our_team .o_mentor_network:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.h_our_team .o_mentor_network h3 {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}.h_our_team .o_mentor_network h3::after {
    content: "";
    transition: width 0.4s ease;
    width: 40%;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(195,189,217), transparent);
    left: 0;
}.h_our_team .o_mentor_network:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(162,157,193), transparent);
}.h_our_team .o_mentor_network:hover h3::after {
    width: 70%;
}.h_our_team .o_mentor_network p {
    font-weight: 400;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.h_our_team .container::before,
.h_our_team .container::after {
    z-index: 0;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    opacity: 0.2;
    filter: blur(60px);
    animation: floatAnim 15s linear infinite alternate;
    content: "";
    width: 250px;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,189,217,0.5), transparent);
    height: 250px;
}.h_our_team .container::before {
    left: -150px;
    top: 10%;
}.h_our_team .container::after {
    background: linear-gradient(45deg, rgb(162,157,193,0.5), transparent);
    bottom: 10%;
    animation-delay: -5s;
    right: -150px;
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.h_our_team::before {
    height: 100%;
    background-size: 100px 100px;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(195,189,217,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(162,157,193,0.5) 10px, transparent 12px);
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    background-position: center;
}

@media screen and (max-width: 1200px) {.h_our_team .o_mentor_network:nth-child(1) {
    transform: translateX(-20px);
}.h_our_team .o_mentor_network:nth-child(2) {
    transform: translateX(20px);
}.h_our_team .o_mentor_network:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.h_our_team .o_mentor_network:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.h_our_team {
    padding: 100px 0;
}.h_our_team h2 {
    margin-bottom: 60px;
}.h_our_team .o_mentor_network {
    padding: 30px;
    width: 50%;
}.h_our_team .o_mentor_network:nth-child(1) {
    transform: translateX(-15px);
}.h_our_team .o_mentor_network:nth-child(2) {
    transform: translateX(15px);
}.h_our_team .o_mentor_network:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.h_our_team .o_mentor_network:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.h_our_team {
    padding: 80px 0;
}.h_our_team h2 {
    margin-bottom: 50px;
    font-size: calc(35px + 0.1rem);
}.h_our_team .t_academy_team::before {
    left: 30px;
}.h_our_team .o_mentor_network {
    padding: 25px;
    max-width: 500px;
    width: 85%;
    margin-left: auto;
}.h_our_team .o_mentor_network:nth-child(1),
    .h_our_team .o_mentor_network:nth-child(2) {
    margin-left: 60px;
    transform: translateX(0);
    border-left: 4px solid rgb(195,189,217);
    border-right: none;
    align-self: flex-end;
}.h_our_team .o_mentor_network:nth-child(2) {
    border-left: 4px solid rgb(162,157,193);
}.h_our_team .o_mentor_network:nth-child(1):hover,
    .h_our_team .o_mentor_network:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.h_our_team .o_mentor_network::before {
    right: auto;
    left: -45px;
}.h_our_team .o_mentor_network::after {
    left: -25px;
    right: auto;
}
}

@media screen and (max-width: 576px) {.h_our_team {
    padding: 60px 0;
}.h_our_team h2 {
    margin-bottom: 40px;
    font-size: 35px;
}.h_our_team .t_academy_team {
    gap: 30px;
}.h_our_team .t_academy_team::before {
    left: 20px;
}.h_our_team .o_mentor_network {
    margin-left: 40px;
    width: 85%;
    padding: 20px;
}.h_our_team .o_mentor_network::before {
    left: -35px;
    height: 15px;
    width: 15px;
}.h_our_team .o_mentor_network::after {
    width: 15px;
    left: -15px;
}.h_our_team .o_mentor_network h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(16px + 0.1rem);
}.h_our_team .o_mentor_network p {
    font-size: calc(14px - 0.05rem);
}}.g_offer_box {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.g_offer_box::before {
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.g_offer_box .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.g_price_tiers {
    position: relative;
}.g_offer_box h2 {
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
    text-align: center;
    -webkit-background-clip: text !important;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-50%);
    background-clip: text !important;
    color: transparent;
    font-size: 32px;
    left: 50%;
}.g_offer_box h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(162,157,193), rgb(195,189,217));
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
}.g_offer_box .u_value_pricing {
    line-height: 1.6;
    max-width: 700px;
    color: #ffffff;
    font-size: calc(17px + 2px);
    margin: 0 auto 50px;
    text-align: center;
    opacity: 0.9;
}.g_offer_box .X_cost_summary {
    gap: 30px;
    list-style: none;
    display: grid;
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.g_offer_box .X_cost_summary li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.g_offer_box .X_cost_summary li:hover {
    transform: translateY(-10px) scale(1.02);
}.g_offer_box .z_cost_matrix {
    color: #ffffff;
    display: block;
    height: 100%;
    text-decoration: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.g_offer_box .z_cost_matrix::before {
    content: "";
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(162,157,193,0.5), rgb(195,189,217,0.5));
    opacity: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.g_offer_box .z_cost_matrix:hover::before {
    opacity: 0.15;
}.g_offer_box .z_cost_matrix::after {
    pointer-events: none;
    height: 200%;
    opacity: 0;
    transform: scale(0.5);
    left: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    position: absolute;
    width: 200%;
}.g_offer_box .z_cost_matrix:hover::after {
    opacity: 1;
    transform: scale(1);
}.g_offer_box .u_sub_options {
    position: relative;
    min-height: 500px;
    padding: 40px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
}.g_offer_box .G_trial_pricing {
    position: relative;
    z-index: 2;
}.g_offer_box .G_trial_pricing h4 {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    transform-origin: left center;
    font-size: calc(19px + 2px);
    display: inline-block;
    font-weight: 700;
}.g_offer_box .z_cost_matrix:hover .G_trial_pricing h4 {
    color: rgb(162,157,193);
    transform: translateX(5px);
}.g_offer_box .G_trial_pricing h4::after {
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(162,157,193);
    position: absolute;
    bottom: -8px;
    width: 0;
    content: "";
    left: 0;
}.g_offer_box .z_cost_matrix:hover .G_trial_pricing h4::after {
    width: 50px;
}.g_offer_box .G_trial_pricing p {
    margin-bottom: 25px;
    hyphens: auto;
    word-wrap: break-word;
    max-height: 250px;
    overflow: auto;
    overflow-wrap: break-word;
    font-size: 17px;
    scrollbar-color: rgb(162,157,193) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}.g_offer_box .G_trial_pricing p::-webkit-scrollbar {
    width: 4px;
}.g_offer_box .G_trial_pricing p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}.g_offer_box .G_trial_pricing p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(162,157,193);
}.g_offer_box .z_plan_options {
    font-size: calc(19px + 6px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    position: relative;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700;
    background-clip: text !important;
    color: transparent;
}.g_offer_box .z_cost_matrix:hover .z_plan_options {
    transform: scale(1.05);
}.g_offer_box .z_plan_options::before {
    position: absolute;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, rgb(162,157,193), transparent);
    content: "";
    left: 0;
    width: 100%;
}

@media (max-width: 1200px) {.g_offer_box {
    padding: 100px 0;
}.g_offer_box .X_cost_summary {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.g_offer_box .u_sub_options {
    min-height: 450px;
    padding: 30px 25px;
}.g_offer_box .z_plan_options {
    font-size: calc(19px + 4px);
}
}

@media (max-width: 991px) {.g_offer_box {
    padding: 80px 0;
}.g_offer_box h2 {
    font-size: calc(32px - 4px);
}.g_offer_box .u_value_pricing {
    margin-bottom: 40px;
    font-size: 17px;
}.g_offer_box .X_cost_summary {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.g_offer_box {
    padding: 60px 0;
}.g_offer_box h2 {
    font-size: calc(32px - 6px);
}.g_offer_box .X_cost_summary {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.g_offer_box .u_sub_options {
    min-height: auto;
    padding: 25px 20px;
}.g_offer_box .G_trial_pricing p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.g_offer_box {
    padding: 50px 0;
}.g_offer_box h2 {
    font-size: calc(32px - 8px);
}.g_offer_box .u_value_pricing {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.g_offer_box .G_trial_pricing h4 {
    font-size: 19px;
}.g_offer_box .G_trial_pricing p {
    font-size: calc(17px - 1px);
}.g_offer_box .z_plan_options {
    font-size: calc(19px + 2px);
}}.k_developer_experience {
    perspective: 1000px;
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,237), rgb(195,189,217,0.5));
}.k_developer_experience::before {
    height: 200%;
    background: radial-gradient(ellipse at center, rgb(162,157,193,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -50%;
    transform: rotate(-15deg);
    width: 200%;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    content: '';
    left: -50%;
}.k_developer_experience::after {
    pointer-events: none;
    background: radial-gradient(circle at top right, rgb(195,189,217,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    right: 0;
    z-index: 1;
    content: '';
}.k_developer_experience .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
}.k_developer_experience .p_user_testimonials {
    gap: 2rem;
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(195,189,217);
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.k_developer_experience .p_user_testimonials:hover {
    transform: translateZ(20px);
}.k_developer_experience .p_user_testimonials > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}.k_developer_experience .i_video_thumbnail {
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    transform: rotate(-3deg) translateZ(30px);
}.k_developer_experience .i_video_thumbnail::after {
    content: '';
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
    background: linear-gradient(45deg, rgb(195,189,217,0.5), transparent);
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
}.k_developer_experience .p_user_testimonials:hover .i_video_thumbnail {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.k_developer_experience .p_user_testimonials > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.k_developer_experience .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 20px;
    color: rgb(195,189,217);
    display: inline-block;
    position: relative;
    letter-spacing: 0.03em;
}.k_developer_experience .name::after {
    width: 40px;
    content: '';
    background: rgb(162,157,193);
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
}.k_developer_experience .p_user_testimonials > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(13px * 0.95);
    margin-top: 1rem;
    letter-spacing: 0.02em;
    color: #000000;
}.k_developer_experience .p_user_testimonials > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.k_developer_experience .l_career_expertise {
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    padding: 0 1rem;
}.k_developer_experience .l_career_expertise::before,
.k_developer_experience .l_career_expertise::after {
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
}.k_developer_experience .l_career_expertise::before {
    top: -10px;
    left: -10px;
}.k_developer_experience .l_career_expertise::after {
    right: -10px;
    transform: rotate(180deg);
    bottom: -10px;
}

@media (min-width: 768px) {.k_developer_experience {
    padding: 6rem 0;
}.k_developer_experience .p_user_testimonials {
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.k_developer_experience .p_user_testimonials > div:nth-child(1) {
    align-items: flex-start;
    padding-top: 1rem;
    grid-row: span 2;
}.k_developer_experience .p_user_testimonials > div:nth-child(2) {
    text-align: left;
}.k_developer_experience .name::after {
    left: 0;
    transform: none;
}.k_developer_experience .i_video_thumbnail {
    width: 220px;
    transform: rotate(-2deg) translateZ(30px);
    height: 220px;
}.k_developer_experience .l_career_expertise {
    font-size: calc(13px * 1.05);
    padding: 0;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.k_developer_experience {
    padding: 8rem 0;
}.k_developer_experience .p_user_testimonials {
    gap: 2rem 4rem;
    grid-template-columns: 280px 1fr;
    padding: 3rem;
}.k_developer_experience .i_video_thumbnail {
    width: 280px;
    height: 280px;
}.k_developer_experience .name {
    font-size: calc(20px * 1.1);
}.k_developer_experience .p_user_testimonials > div:nth-child(2) > div {
    font-size: 13px;
}.k_developer_experience .l_career_expertise {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}.k_developer_experience .p_user_testimonials::before {
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(162,157,193,0.5), transparent);
    content: '';
    width: calc(100% + 20px);
    opacity: 0.15;
    left: -10px;
    position: absolute;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    top: -10px;
}.k_developer_experience .p_user_testimonials:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.k_developer_experience .container {
    padding: 0 2rem;
}.k_developer_experience .p_user_testimonials {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.k_developer_experience .i_video_thumbnail {
    width: 320px;
    height: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .k_developer_experience::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .k_developer_experience::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.Y_course_rewards {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, #ffffff 100%);
    position: relative;
}.Y_course_rewards::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,157,193,0.5) 0px,
        rgb(162,157,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.Y_course_rewards::after {
    position: absolute;
    width: 70%;
    transform: rotate(25deg);
    opacity: 0.08;
    height: 200%;
    right: -20%;
    top: -50%;
    background: linear-gradient(45deg, rgb(195,189,217,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
}.Y_course_rewards h5 {
    font-weight: 700;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(20px);
    font-size: 22px;
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
    position: relative;
}.Y_course_rewards h5::after {
    left: 50%;
    width: 80px;
    background: rgb(195,189,217);
    content: "";
    transition: width 0.5s ease;
    bottom: -15px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}.Y_course_rewards h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.Y_course_rewards h5:hover::after {
    width: 120px;
}.Y_course_rewards .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.Y_course_rewards .d_expert_studio {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}.Y_course_rewards .d_expert_studio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.Y_course_rewards .i_video_thumbnail {
    transform-origin: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    object-fit: cover;
    width: 100%;
}.Y_course_rewards .d_expert_studio:hover .i_video_thumbnail {
    transform: scale(1.05);
}.Y_course_rewards .H_info_panel {
    padding: 40px 30px;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
}.Y_course_rewards .H_info_panel::before {
    background: rgb(195,189,217);
    left: 0;
    height: 0;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 4px;
    position: absolute;
}.Y_course_rewards .d_expert_studio:hover .H_info_panel::before {
    height: 100%;
}.Y_course_rewards ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 24px;
    padding: 0;
    margin: 0;
    display: grid;
}.Y_course_rewards li {
    position: relative;
    padding-left: 40px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}.Y_course_rewards li:hover {
    transform: translateX(10px);
}.Y_course_rewards li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.Y_course_rewards li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.Y_course_rewards li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.Y_course_rewards li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.Y_course_rewards li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.Y_course_rewards li p {
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.Y_course_rewards li svg {
    position: absolute;
    top: 0;
    left: -40px;
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}.Y_course_rewards li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.Y_course_rewards li svg path {
    fill: rgb(195,189,217);
    transition: fill 0.3s ease;
}.Y_course_rewards li:hover svg path {
    fill: rgb(162,157,193);
}.Y_course_rewards li::after {
    position: absolute;
    background: linear-gradient(to right, rgb(195,189,217,0.5), transparent);
    height: 1px;
    content: "";
    left: 40px;
    bottom: -12px;
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.Y_course_rewards li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.Y_course_rewards .d_expert_studio {
    flex-direction: row;
    align-items: stretch;
}.Y_course_rewards .d_expert_studio > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.Y_course_rewards .H_info_panel {
    padding: 50px 40px;
    width: 60%;
}.Y_course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}.Y_course_rewards .i_video_thumbnail {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
}

@media (min-width: 992px) {.Y_course_rewards {
    padding: 150px 0;
}.Y_course_rewards h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 80px;
}.Y_course_rewards .d_expert_studio {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.Y_course_rewards .d_expert_studio:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.Y_course_rewards .H_info_panel {
    padding: 60px 50px;
}.Y_course_rewards li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.Y_course_rewards li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.Y_course_rewards li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.Y_course_rewards {
    padding: 80px 0;
}.Y_course_rewards h5 {
    padding: 0 20px;
    font-size: calc(22px * 0.9);
    margin-bottom: 40px;
}.Y_course_rewards .H_info_panel {
    padding: 30px 20px;
}.Y_course_rewards li {
    padding-left: 35px;
    margin-bottom: 15px;
}.Y_course_rewards li svg {
    left: -35px;
    width: 24px;
    height: 24px;
}.Y_course_rewards li p {
    font-size: calc(17px * 0.95);
}
}