* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1176px;
    margin: auto;
    max-width: 100%;
}.head_mentor_l {
    flex: 1 0 auto;
}.conduct_code_l {
    flex: 0 0 auto;
}html,body {
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.inner-container_Y {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}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;
}}
.title_opener_p {
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    background-color: rgb(182,197,230,0.5);
}.title_opener_p::before {
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(145,166,214,0.5) 0%, rgba(255,255,255,0.1) 100%);
}.title_opener_p::after {
    top: -50%;
    background: radial-gradient(circle at center, rgb(182,197,230) 0%, transparent 70%);
    animation: pulseBg 15s infinite alternate ease-in-out;
    right: -50%;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
}.title_opener_p .fast_guide_Q {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem;
    display: grid;
    transform-style: preserve-3d;
    position: relative;
}.title_opener_p h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    grid-column: 1 / -1;
    letter-spacing: 0.5px;
    font-size: 48px;
    margin-bottom: 2rem;
    transform: translateZ(20px);
    line-height: 1.2;
    font-weight: 700;
}.title_opener_p h1::after {
    border-radius: 10px;
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    content: "";
    height: 4px;
    animation: expandLine 3s infinite alternate ease-in-out;
}.title_opener_p .text_cube_d {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.title_opener_p .start_first_F {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    border-radius: 18px;
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_opener_p .start_first_F:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.title_opener_p p {
    font-size: calc(16px * 1.2);
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.title_opener_p svg {
    width: 120px;
    height: 120px;
    display: block;
    transform: rotateY(0deg);
    margin: 1rem auto 2rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: transform 1.5s ease;
}.title_opener_p .start_first_F:hover svg {
    transform: rotateY(360deg);
}.title_opener_p svg path {
    fill: rgb(182,197,230);
    transition: fill 0.3s ease;
}.title_opener_p svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(182,197,230);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.title_opener_p svg:hover path {
    fill: rgb(145,166,214);
}.title_opener_p svg:hover text {
    fill: rgb(145,166,214);
    transform: scale(1.05);
}.title_opener_p .query_info_K {
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(135deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    border-radius: 10px;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}.title_opener_p .query_info_K::before {
    left: -100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
}.title_opener_p .query_info_K:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.title_opener_p .query_info_K:hover::before {
    left: 100%;
}.title_opener_p .thumbnail_image_V {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    transform: translateZ(5px) rotate(2deg);
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}.title_opener_p .thumbnail_image_V::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(182,197,230,0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.title_opener_p .thumbnail_image_V::after {
    opacity: 0.5;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(145,166,214,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    z-index: 2;
}.title_opener_p .thumbnail_image_V:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

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

@media (min-width: 1200px) {.title_opener_p .fast_guide_Q {
    padding: 3rem;
    gap: 4rem;
}.title_opener_p h1 {
    font-size: calc(48px * 1.2);
}.title_opener_p .thumbnail_image_V {
    height: 500px;
}.title_opener_p svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.title_opener_p .fast_guide_Q {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_opener_p h1 {
    text-align: center;
    font-size: 31px;
}.title_opener_p h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_opener_p .start_first_F {
    padding: 2rem;
    text-align: center;
}.title_opener_p .thumbnail_image_V {
    transform: translateZ(5px) rotate(0);
    order: -1;
    height: 350px;
}
}

@media (max-width: 767px) {.title_opener_p {
    min-height: auto;
    padding: 4rem 0;
}.title_opener_p .fast_guide_Q {
    gap: 1.5rem;
    padding: 1.5rem;
}.title_opener_p h1 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.title_opener_p .thumbnail_image_V {
    height: 250px;
}.title_opener_p p {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.title_opener_p svg {
    width: 100px;
    height: 100px;
    margin: 0.5rem auto 1.5rem;
}.title_opener_p .query_info_K {
    padding: 0.75rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.title_opener_p {
    padding: 3rem 0;
}.title_opener_p .fast_guide_Q {
    padding: 1rem;
}.title_opener_p h1 {
    font-size: calc(31px * 0.8);
}.title_opener_p .thumbnail_image_V {
    height: 200px;
}.title_opener_p .start_first_F {
    padding: 1.5rem;
}.title_opener_p svg {
    width: 80px;
    height: 80px;
}}.test_drive_B {
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(218,225,243) 100%);
    padding: 110px 0;
    overflow: hidden;
}.test_drive_B::before {
    opacity: 0.05;
    content: '';
    transform: rotate(-10deg);
    right: -10%;
    background: rgb(182,197,230);
    position: absolute;
    z-index: 1;
    height: 120%;
    width: 60%;
    top: -10%;
}.test_drive_B::after {
    background: rgb(182,197,230);
    height: 140%;
    width: 70%;
    position: absolute;
    top: -20%;
    content: '';
    opacity: 0.05;
    z-index: 1;
    transform: rotate(-15deg);
    right: -15%;
}.test_drive_B .fast_guide_Q {
    z-index: 10;
    position: relative;
}.test_drive_B .container {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.test_drive_B .container p {
    line-height: 1.4;
    font-size: 38px;
    color: #000000;
    margin: 0;
    border-left: 5px solid rgb(182,197,230);
    position: relative;
    z-index: 5;
    font-weight: 700;
    padding-left: 25px;
}.test_drive_B .query_info_K {
    border-radius: 0;
    border: 2px solid rgb(182,197,230);
    overflow: hidden;
    background: #ffffff;
    padding: 18px 40px;
    position: relative;
    text-decoration: none;
    z-index: 5;
    font-weight: 600;
    justify-self: end;
    color: rgb(182,197,230);
    font-size: 17px;
    transition: all 0.4s ease;
}.test_drive_B .query_info_K::before {
    height: 300px;
    top: 50%;
    content: '';
    position: absolute;
    width: 300px;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    border-radius: 50%;
    transition: transform 0.6s ease;
    background: rgb(182,197,230);
    z-index: -1;
}.test_drive_B .query_info_K:hover {
    color: #ffffff;
}.test_drive_B .query_info_K:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.test_drive_B .container::before {
    content: '';
    height: 1px;
    bottom: -20px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(182,197,230) 0%, transparent 100%);
}.test_drive_B .container::after {
    width: 10px;
    border-radius: 50%;
    bottom: -25px;
    background: rgb(182,197,230);
    height: 10px;
    position: absolute;
    left: 0;
    content: '';
}.test_drive_B .fast_guide_Q::before {
    opacity: 0.1;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 80%, rgb(182,197,230,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(145,166,214,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: -1;
}

@media (max-width: 991px) {.test_drive_B {
    padding: 90px 0;
}.test_drive_B .container {
    gap: 30px;
}.test_drive_B .container p {
    font-size: calc(18px * 1.2);
    padding-left: 20px;
}.test_drive_B .query_info_K {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.test_drive_B {
    padding: 70px 0;
}.test_drive_B .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.test_drive_B .container p {
    font-size: 18px;
    border-left-width: 4px;
    padding-left: 15px;
}.test_drive_B .query_info_K {
    justify-self: start;
    padding: 14px 30px;
}.test_drive_B .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.test_drive_B {
    padding: 50px 0;
}.test_drive_B .container {
    gap: 30px;
}.test_drive_B .container p {
    font-size: calc(13px * 1.2);
    padding-left: 12px;
    border-left-width: 3px;
}.test_drive_B .query_info_K {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}.test_drive_B .container::before {
    bottom: -15px;
    width: 50%;
}.test_drive_B .container::after {
    bottom: -19px;
    height: 8px;
    width: 8px;
}}.reach_out_f {
    padding: 100px 0;
    position: relative;
}.reach_out_f::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(182,197,230,0.5) 0%, rgb(145,166,214,0.5) 100%);
    left: 0;
    position: absolute;
}.reach_out_f .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.reach_out_f .help_info_M {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 40px;
}.reach_out_f .connect_card_M {
    border-radius: 18px;
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}.reach_out_f .connect_card_M h3 {
    text-align: center;
    grid-column: 1 / -1;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 29px;
}.reach_out_f .connect_card_M h3::after {
    transform: translateX(-50%);
    content: '';
    bottom: -15px;
    background: rgb(182,197,230);
    width: 80px;
    left: 50%;
    position: absolute;
    height: 4px;
    border-radius: 2px;
}.reach_out_f .connect_card_M div {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    align-items: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background: rgb(218,225,243);
    text-align: center;
}.reach_out_f .connect_card_M div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach_out_f .connect_card_M svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}.reach_out_f .connect_card_M svg path {
    fill: rgb(182,197,230);
}.reach_out_f .connect_card_M span {
    color: #000000;
    font-size: 18px;
}.reach_out_f .connect_card_M a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(182,197,230);
}.reach_out_f .connect_card_M a:hover {
    color: rgb(145,166,214);
}.reach_out_f .support_panel_a {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
}.reach_out_f form h3 {
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 29px;
    font-weight: 700;
}.reach_out_f form h3::after {
    border-radius: 2px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(182,197,230);
    height: 4px;
    content: '';
    bottom: -15px;
    left: 50%;
    width: 80px;
}.reach_out_f form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}.reach_out_f form h3 {
    grid-column: 1 / -1;
}.reach_out_f form input[type="text"],
.reach_out_f form input[type="email"] {
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
}.reach_out_f form input[type="text"]:focus,
.reach_out_f form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(182,197,230,0.5);
    border-color: rgb(182,197,230);
}.reach_out_f form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.reach_out_f .message_inquiry_l {
    align-items: flex-start;
    margin: 10px 0;
    display: flex;
    grid-column: 1 / -1;
}.reach_out_f .message_inquiry_l input[type="checkbox"] {
    -webkit-appearance: none;
    transition: all 0.3s ease;
    margin-right: 15px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    height: 22px;
    flex-shrink: 0;
    position: relative;
    width: 22px;
    border-radius: 10px;
}.reach_out_f .message_inquiry_l input[type="checkbox"]:checked {
    background-color: rgb(182,197,230);
    border-color: rgb(182,197,230);
}.reach_out_f .message_inquiry_l input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    content: "";
    height: 10px;
    top: 4px;
    position: absolute;
    border: solid #ffffff;
}.reach_out_f .message_inquiry_l label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.reach_out_f .message_inquiry_l a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(182,197,230);
    font-weight: 600;
}.reach_out_f .message_inquiry_l a:hover {
    color: rgb(145,166,214);
}.reach_out_f .query_info_K {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 18px 20px;
    font-size: 18px;
    grid-column: 1 / -1;
    background: rgb(182,197,230);
    color: #ffffff;
}.reach_out_f .query_info_K:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(145,166,214);
}

@media (max-width: 992px) {.reach_out_f {
    padding: 80px 0;
}.reach_out_f .connect_card_M {
    padding: 35px;
}.reach_out_f .support_panel_a {
    padding: 35px;
}
}

@media (max-width: 768px) {.reach_out_f {
    padding: 60px 0;
}.reach_out_f .connect_card_M {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.reach_out_f .support_panel_a {
    padding: 30px;
}.reach_out_f form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.reach_out_f .connect_card_M h3,
    .reach_out_f form h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.85);
}
}

@media (max-width: 576px) {.reach_out_f {
    padding: 50px 0;
}.reach_out_f .connect_card_M {
    grid-template-columns: 1fr;
    padding: 25px;
}.reach_out_f .support_panel_a {
    padding: 25px;
}.reach_out_f .connect_card_M h3,
    .reach_out_f form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.reach_out_f .connect_card_M div {
    padding: 25px 15px;
}}.gratArea_q {
    background: linear-gradient(135deg, rgb(218,225,243), rgb(145,166,214,0.5) 120%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.gratArea_q::before {
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(182,197,230,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    opacity: 0.4;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
}.gratArea_q::after {
    opacity: 0.1;
    animation: float 15s ease-in-out infinite;
    height: 60%;
    content: "";
    background: linear-gradient(225deg, rgb(145,166,214) 0%, transparent 70%);
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    width: 40%;
    bottom: -10%;
    z-index: 0;
}.gratArea_q .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.gratArea_q .fast_guide_Q {
    flex-direction: column;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    transform-origin: center bottom;
    padding: 3.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(145,166,214), 0.05),
              0 5px 10px rgba(rgb(182,197,230), 0.03);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.gratArea_q .fast_guide_Q:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(145,166,214), 0.07),
              0 10px 15px rgba(rgb(182,197,230), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratArea_q .fast_guide_Q > div:first-child {
    border-left: 4px solid rgb(182,197,230);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(-20px);
}.gratArea_q .fast_guide_Q > div:last-child {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.gratArea_q h5 {
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-size: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.gratArea_q h5::after {
    left: 0;
    width: 4rem;
    bottom: -0.75rem;
    content: "";
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(182,197,230), transparent);
}.gratArea_q p {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    font-weight: 400;
}.gratArea_q a {
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: inherit;
}.gratArea_q a::before {
    opacity: 0;
    left: -2.5rem;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(182,197,230), rgb(145,166,214));
    width: 0.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-10px);
}.gratArea_q a:hover {
    transform: translateX(10px);
}.gratArea_q a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.gratArea_q a:focus {
    box-shadow: 0 0 0 2px rgb(182,197,230,0.5);
    outline: none;
}

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

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

@keyframes scaleWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.gratArea_q {
    padding: 8rem 3rem;
}.gratArea_q .fast_guide_Q {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.gratArea_q .fast_guide_Q > div:first-child {
    border-left-width: 6px;
    margin-bottom: 3rem;
    padding-left: 2rem;
}.gratArea_q h5 {
    font-size: calc(20px * 1.1);
}.gratArea_q p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.gratArea_q .fast_guide_Q {
    flex-direction: row;
    margin: 0 auto;
    align-items: center;
}.gratArea_q .fast_guide_Q > div:first-child {
    flex: 0 0 40%;
    margin-bottom: 0;
    margin-right: 5rem;
}.gratArea_q .fast_guide_Q > div:last-child {
    flex: 0 0 60%;
}.gratArea_q h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.gratArea_q {
    padding: 4rem 1.5rem;
}.gratArea_q .fast_guide_Q {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratArea_q h5 {
    font-size: calc(20px * 0.9);
}.gratArea_q p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.gratArea_q a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.program_assets_p {
    background: linear-gradient(160deg, rgb(218,225,243) 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0;
    overflow: hidden;
}.program_assets_p::before {
    height: 400px;
    content: "";
    width: 400px;
    right: -150px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    background: rgb(182,197,230,0.5);
    top: -150px;
    animation: pulse 10s ease-in-out infinite alternate;
    position: absolute;
}.program_assets_p::after {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    filter: blur(100px);
    content: "";
    position: absolute;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    background: rgb(145,166,214,0.5);
    bottom: -150px;
    opacity: 0.3;
    left: -150px;
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.program_assets_p .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.program_assets_p .fast_guide_Q {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
    position: relative;
}.program_assets_p .thumbnail_image_V {
    min-height: 400px;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: all 0.5s ease;
    transform-origin: center;
}.program_assets_p .thumbnail_image_V:hover {
    transform: scale(1.02);
}.program_assets_p .text_cube_d {
    background: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    padding: 40px 35px 40px 45px;
    margin-left: -30px;
}.program_assets_p .text_cube_d::before {
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(182,197,230,0.5), transparent);
    height: 100px;
    width: 100px;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.4;
}.program_assets_p .text_cube_d::after {
    bottom: 0;
    background: linear-gradient(135deg, rgb(145,166,214,0.5), transparent);
    position: absolute;
    opacity: 0.4;
    width: 100px;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    height: 100px;
    left: 0;
}.program_assets_p h3 {
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    color: rgb(182,197,230);
    font-size: 35px;
    margin-bottom: 30px;
}.program_assets_p h3::before {
    left: 0;
    content: "";
    height: 100%;
    border-radius: 10px;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(182,197,230), rgb(145,166,214));
    position: absolute;
}.program_assets_p ul {
    flex-direction: column;
    gap: 15px;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}.program_assets_p li {
    transform: translateY(0);
    position: relative;
    transition: all 0.3s ease;
}.program_assets_p li:hover {
    transform: translateY(-5px);
}.program_assets_p li p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    z-index: 1;
    display: flex;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    align-items: center;
    padding: 15px 20px;
    color: #000000;
    position: relative;
    gap: 16px;
}.program_assets_p li p::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgb(145,166,214,0.5));
    content: "";
    height: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
}.program_assets_p li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.program_assets_p li:hover p::before {
    opacity: 0.1;
}.program_assets_p svg {
    border-radius: 50%;
    height: 24px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
}.program_assets_p svg path {
    fill: rgb(182,197,230);
    transition: fill 0.3s ease;
}.program_assets_p li:hover svg {
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgb(182,197,230), rgb(145,166,214));
    transform: rotate(-15deg);
}.program_assets_p li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.program_assets_p {
    padding: 60px 0;
}.program_assets_p .fast_guide_Q {
    gap: 30px;
    grid-template-columns: 1fr;
}.program_assets_p .thumbnail_image_V {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.program_assets_p .text_cube_d {
    padding: 35px 30px;
    margin-left: 0;
}
}

@media (max-width: 768px) {.program_assets_p {
    padding: 50px 0;
}.program_assets_p .thumbnail_image_V {
    min-height: 280px;
}.program_assets_p h3 {
    font-size: calc(35px * 0.95);
}
}

@media (max-width: 576px) {.program_assets_p {
    padding: 40px 0;
}.program_assets_p .thumbnail_image_V {
    min-height: 220px;
}.program_assets_p .text_cube_d {
    padding: 25px 20px;
}.program_assets_p h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 25px;
}.program_assets_p li p {
    font-size: 14px;
    gap: 12px;
    padding: 12px 15px;
}.program_assets_p svg {
    padding: 8px;
    width: 22px;
    height: 22px;
}}.our_mission_g {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(218,225,243) 30%, rgba(rgb(182,197,230,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.our_mission_g::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(145,166,214,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(182,197,230,0.5), 0.08) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.our_mission_g .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.our_mission_g h1 {
    font-weight: 700;
    position: relative;
    font-size: 41px;
    display: inline-block;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    color: #000000;
    margin-bottom: 60px;
}.our_mission_g h1::after {
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -12px;
    animation: expandLine 0.6s ease-out forwards 1s;
    width: 80px;
    height: 4px;
    content: "";
    transform: scaleX(0);
    background: rgb(182,197,230);
}.our_mission_g .learning_program_f {
    position: relative;
}.our_mission_g .learning_program_f ul {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    gap: 40px;
}.our_mission_g .creds_sect_p {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    opacity: 0;
    border-radius: 10px;
    transform: translateY(40px);
    padding: 30px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    animation: fadeUpIn 0.8s ease-out forwards;
}.our_mission_g .creds_sect_p:nth-child(1) {
    animation-delay: 0.4s;
    transform: translateY(40px) rotate(-1deg);
}.our_mission_g .creds_sect_p:nth-child(2) {
    animation-delay: 0.6s;
    transform: translateY(40px) rotate(1deg);
}.our_mission_g .creds_sect_p::before {
    animation: expandHeight 0.6s ease-out forwards 1.2s;
    width: 4px;
    top: 0;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(182,197,230), rgb(145,166,214));
    height: 100%;
    content: "";
}.our_mission_g .creds_sect_p h4 {
    margin-left: 15px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 24px;
    opacity: 0;
    font-weight: 600;
    transform: translateX(-15px);
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    position: relative;
}.our_mission_g .creds_sect_p h4::before {
    top: 50%;
    left: -15px;
    animation: popIn 0.4s ease-out forwards 1.2s;
    position: absolute;
    border-radius: 50%;
    background: rgb(182,197,230);
    height: 8px;
    transform: translateY(-50%) scale(0);
    width: 8px;
    content: "";
}.our_mission_g .creds_sect_p div {
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s ease-out forwards 1s;
    margin-left: 15px;
    opacity: 0;
    transform: translateY(20px);
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
}

@media (min-width: 768px) {.our_mission_g {
    padding: 150px 0;
}.our_mission_g h1 {
    font-size: calc(41px * 1.1);
    margin-bottom: 80px;
}.our_mission_g h1::after {
    width: 120px;
}.our_mission_g .learning_program_f ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.our_mission_g .creds_sect_p {
    padding: 40px;
}.our_mission_g .creds_sect_p:nth-child(1) {
    transform: translateY(25px) translateX(-15px) rotate(-1deg);
}.our_mission_g .creds_sect_p:nth-child(2) {
    transform: translateY(-25px) translateX(15px) rotate(1deg);
}
}

@media (min-width: 992px) {.our_mission_g {
    padding: 180px 0;
}.our_mission_g h1 {
    font-size: calc(41px * 1.2);
}.our_mission_g .creds_sect_p {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our_mission_g .creds_sect_p:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px) scale(1.02);
}.our_mission_g .creds_sect_p:hover::before {
    background: linear-gradient(to bottom, rgb(145,166,214), rgb(182,197,230));
}}

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

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

@keyframes fadeUpIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes expandHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}.course_highlights_G {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgba(245, 245, 245, 0.95) 100%);
}.course_highlights_G::before {
    top: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,197,230,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(145,166,214,0.5) 0%, transparent 25%);
    left: 0;
    content: "";
    height: 100%;
}.course_highlights_G::after {
    top: -50px;
    width: 200px;
    content: "";
    border: 1px solid rgb(182,197,230,0.5);
    position: absolute;
    right: -50px;
    height: 200px;
    opacity: 0.2;
    z-index: 1;
    transform: rotate(15deg);
}.course_highlights_G .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.course_highlights_G h2 {
    transform: translateX(-5px);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    font-size: 30px;
    color: #000000;
}.course_highlights_G h2::after {
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    transform-origin: left center;
    height: 3px;
    content: "";
    bottom: -15px;
    background: rgb(182,197,230);
    transform: scaleX(1);
    position: absolute;
}.course_highlights_G h2:hover::after {
    transform: scaleX(1.5);
}.course_highlights_G .study_hack_R {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_highlights_G .thumbnail_image_V {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course_highlights_G .thumbnail_image_V::before {
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    position: absolute;
    z-index: 1;
    right: 0;
}.course_highlights_G .thumbnail_image_V::after {
    opacity: 0;
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    top: -10%;
    background: rgb(182,197,230);
    height: 120%;
    content: "";
    left: -10%;
    width: 120%;
    position: absolute;
}.course_highlights_G .thumbnail_image_V:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_G .thumbnail_image_V:hover::after {
    opacity: 0.1;
}.course_highlights_G .text_cube_d {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background: #ffffff;
}.course_highlights_G .text_cube_d::before {
    left: 0;
    top: 0;
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 3px;
    background: rgb(182,197,230);
    content: "";
}.course_highlights_G .text_cube_d:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.course_highlights_G .text_cube_d:hover::before {
    height: 100%;
}.course_highlights_G .description {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    color: #000000;
}.course_highlights_G .description:last-child {
    margin-bottom: 0;
}.course_highlights_G .description::before {
    width: 5px;
    top: 0.7em;
    position: absolute;
    background: rgb(182,197,230);
    height: 5px;
    opacity: 0.7;
    left: 0;
    border-radius: 50%;
    content: "";
}.course_highlights_G .container:hover .description::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {.course_highlights_G {
    padding: 120px 0;
}.course_highlights_G h2 {
    max-width: 85%;
    font-size: calc(30px * 1.1);
}.course_highlights_G .study_hack_R {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 60px;
}.course_highlights_G .thumbnail_image_V {
    height: 450px;
}.course_highlights_G .text_cube_d {
    scrollbar-color: rgb(182,197,230,0.5) rgba(0,0,0,0.05);
    scrollbar-width: thin;
    padding: 40px 50px;
    overflow-y: auto;
    max-height: 450px;
}.course_highlights_G .text_cube_d::-webkit-scrollbar {
    width: 6px;
}.course_highlights_G .text_cube_d::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.course_highlights_G .text_cube_d::-webkit-scrollbar-thumb {
    background-color: rgb(182,197,230,0.5);
}
}

@media (min-width: 992px) {.course_highlights_G {
    padding: 150px 0;
}.course_highlights_G::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(182,197,230,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(145,166,214,0.5) 0%, transparent 35%);
}.course_highlights_G h2 {
    transform: translateX(0);
    margin-left: 30px;
    max-width: 70%;
}.course_highlights_G .study_hack_R {
    gap: 80px;
}.course_highlights_G .thumbnail_image_V {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    height: 500px;
}.course_highlights_G .thumbnail_image_V:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_highlights_G .text_cube_d {
    max-height: 500px;
    padding: 50px 60px;
    transform: translateY(0) translateX(20px);
}.course_highlights_G .text_cube_d:hover {
    transform: translateY(0) translateX(0);
}.course_highlights_G .description {
    padding-left: 25px;
    font-size: calc(14px * 1.05);
}.course_highlights_G .description::before {
    height: 6px;
    width: 6px;
    left: 10px;
}
}

@media (min-width: 1200px) {.course_highlights_G h2 {
    margin-left: 50px;
}.course_highlights_G .study_hack_R {
    gap: 100px;
}.course_highlights_G .thumbnail_image_V {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.course_highlights_G .text_cube_d {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.course_highlights_G {
    padding: 60px 0;
}.course_highlights_G h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.course_highlights_G h2::after {
    bottom: -10px;
    width: 60px;
}.course_highlights_G .description {
    font-size: calc(14px * 0.95);
}.course_highlights_G .thumbnail_image_V {
    margin-bottom: 20px;
    height: 250px;
}.course_highlights_G .text_cube_d {
    padding: 25px 20px;
}}.conduct_code_l {
    background-color: rgb(218,225,243);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
}.conduct_code_l::before {
    background: linear-gradient(180deg, transparent 0%, rgb(182,197,230,0.5) 100%);
    left: 0;
    opacity: 0.05;
    z-index: 0;
    content: '';
    right: 0;
    position: absolute;
    bottom: 0;
    height: 250px;
}.conduct_code_l .container {
    position: relative;
    z-index: 1;
}.conduct_code_l .collab_net_t {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}.conduct_code_l .edu_coach_S {
    display: grid;
    padding-bottom: 2.5rem;
    position: relative;
    border-bottom: 1px solid rgb(145,166,214,0.5);
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.conduct_code_l .edu_coach_S::after {
    bottom: -1px;
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    background-color: rgb(182,197,230);
    left: 0;
}.conduct_code_l .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.conduct_code_l .info_item:hover {
    transform: translateX(5px);
}.conduct_code_l .info_item p,
.conduct_code_l .info_item a {
    color: #000000;
    gap: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}.conduct_code_l .info_item a:hover {
    color: rgb(182,197,230);
}.conduct_code_l .info_item svg {
    height: 20px;
    fill: rgb(182,197,230);
    width: 20px;
    flex-shrink: 0;
}.conduct_code_l .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.conduct_code_l .nav_prime_I {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.conduct_code_l .nav_prime_I svg {
    transition: opacity 0.3s ease;
    max-width: 160px;
    height: auto;
}.conduct_code_l .nav_prime_I svg:hover {
    opacity: 0.8;
}.conduct_code_l .exam_prep_Y {
    opacity: 0.8;
    line-height: 1.6;
    max-width: 300px;
    font-size: 13px;
    color: #000000;
}.conduct_code_l .nav_core_D {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.conduct_code_l .nav_core_D h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000000;
    position: relative;
}.conduct_code_l .head_mainbar_I {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.conduct_code_l .head_mainbar_I a {
    font-size: 17px;
    padding-left: 0;
    position: relative;
    color: #000000;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-decoration: none;
}.conduct_code_l .head_mainbar_I a::before {
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(182,197,230);
    left: -10px;
    position: absolute;
    height: 1px;
    width: 0;
}.conduct_code_l .head_mainbar_I a:hover {
    padding-left: 12px;
    color: rgb(182,197,230);
}.conduct_code_l .head_mainbar_I a:hover::before {
    width: 10px;
    left: 0;
}.conduct_code_l .subscribe_holder {
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 2rem;
    gap: 1.5rem;
    border-radius: 19px;
}.conduct_code_l .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}.conduct_code_l .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}.conduct_code_l .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}.conduct_code_l .input_holder input[type="email"] {
    font-size: 17px;
    border: 1px solid rgb(145,166,214,0.5);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background-color: transparent;
    color: #000000;
    flex: 1;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}.conduct_code_l .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(182,197,230,0.5);
    border-color: rgb(182,197,230);
}.conduct_code_l .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.conduct_code_l .subscribe_box_m {
    font-size: 17px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-weight: 600;
    background-color: rgb(182,197,230);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
}.conduct_code_l .subscribe_box_m:hover {
    background-color: rgb(145,166,214);
    transform: translateY(-2px);
}.conduct_code_l .news_feed_i {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(145,166,214,0.5);
    margin-top: 3rem;
}.conduct_code_l .science_ref_H {
    font-size: 13px;
    opacity: 0.8;
    color: #000000;
}.conduct_code_l .head_mainbar_I:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.conduct_code_l .head_mainbar_I:first-child::after {
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 30px;
    content: '';
    background-color: rgb(145,166,214,0.5);
    height: 1px;
}.conduct_code_l {
    background-image: 
        linear-gradient(rgb(145,166,214,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(145,166,214,0.5) 1px, transparent 1px);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 40px 40px;
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.conduct_code_l {
    padding: 4rem 0 2rem;
}.conduct_code_l .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.conduct_code_l .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.conduct_code_l {
    padding: 3.5rem 0 1.5rem;
}.conduct_code_l .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.conduct_code_l .subscribe_holder {
    grid-column: auto;
}.conduct_code_l .edu_coach_S {
    grid-template-columns: 1fr 1fr;
}.conduct_code_l .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.conduct_code_l {
    padding: 3rem 0 1.5rem;
}.conduct_code_l .edu_coach_S {
    grid-template-columns: 1fr;
}.conduct_code_l .input_holder {
    flex-direction: column;
}.conduct_code_l .subscribe_box_m {
    width: 100%;
}.conduct_code_l .nav_prime_I,
    .conduct_code_l .nav_core_D h5,
    .conduct_code_l .head_mainbar_I,
    .conduct_code_l .head_mainbar_I a {
    align-items: center;
    text-align: center;
}.conduct_code_l .nav_prime_I svg {
    margin: 0 auto;
}.conduct_code_l .exam_prep_Y {
    text-align: center;
    max-width: 100%;
}.conduct_code_l .head_mainbar_I:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.conduct_code_l .edu_coach_S::after {
    left: 50%;
    transform: translateX(-50%);
}.conduct_code_l .head_mainbar_I a::before {
    display: none;
}.conduct_code_l .head_mainbar_I a:hover {
    padding-left: 0;
}}.confidential_zone_R {
    background: linear-gradient(145deg, rgb(218,225,243), #ffffff 85%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}.confidential_zone_R::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.05;
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(182,197,230,0.5),
        transparent 2px,
        transparent 10px,
        rgb(182,197,230,0.5) 12px
    );
}.confidential_zone_R::after {
    background: radial-gradient(circle, rgb(145,166,214,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    height: 300px;
    content: "";
    border-radius: 50%;
    top: -5%;
    opacity: 0.15;
    right: -5%;
    width: 300px;
    position: absolute;
}.confidential_zone_R .container {
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    z-index: 1;
    transform: translateZ(0);
    max-width: 1140px;
}.confidential_zone_R h1 {
    border-bottom: 3px solid rgb(182,197,230);
    color: rgb(182,197,230);
    font-size: calc(40px * 1.1);
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    transform: translateX(-0.5rem);
}.confidential_zone_R h1::after {
    width: 100px;
    content: "";
    bottom: -3px;
    position: absolute;
    animation: slide 8s infinite ease-in-out;
    background: rgb(145,166,214);
    left: 0;
    height: 3px;
}.confidential_zone_R h2 {
    border-left: 4px solid rgb(145,166,214);
    color: rgb(182,197,230);
    font-weight: 600;
    font-size: 37px;
    padding-left: 1rem;
    transition: transform 0.3s ease;
    margin: 2rem 0 1rem;
}.confidential_zone_R h2:hover {
    transform: translateX(5px);
}.confidential_zone_R h3 {
    font-size: calc(37px * 0.85);
    font-weight: 600;
    border-left: 3px solid rgb(145,166,214,0.5);
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    padding-left: 0.75rem;
}.confidential_zone_R h4 {
    border-left: 2px solid rgb(145,166,214,0.5);
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-size: calc(37px * 0.7);
    font-weight: 600;
    padding-left: 0.5rem;
}.confidential_zone_R p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 14px;
    max-width: 90ch;
    line-height: 1.7;
}.confidential_zone_R span {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-size: 14px;
    display: block;
    padding: 1rem;
    transition: background-color 0.3s ease;
    color: #000000;
    border-left: 2px solid rgb(145,166,214,0.5);
}.confidential_zone_R span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.confidential_zone_R ul {
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
    padding: 0;
}.confidential_zone_R li {
    color: #000000;
    font-size: 14px;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    line-height: 1.7;
    position: relative;
}.confidential_zone_R li::before {
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    left: 0;
    border: 2px solid rgb(145,166,214);
    width: 8px;
    position: absolute;
    content: "";
    top: 0.6rem;
    height: 8px;
}.confidential_zone_R li:hover::before {
    transform: rotate(225deg);
}.confidential_zone_R strong {
    color: rgb(182,197,230);
    font-weight: 600;
}

@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}

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

@media (min-width: 768px) {.confidential_zone_R {
    padding: 7rem 3rem;
}.confidential_zone_R .container {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
}.confidential_zone_R h1 {
    font-size: calc(40px * 1.2);
    transform: translateX(-1rem);
    margin-bottom: 2rem;
}.confidential_zone_R h2 {
    font-size: calc(37px * 1.1);
    padding-left: 1.25rem;
}.confidential_zone_R p {
    font-size: calc(14px * 1.05);
    line-height: 1.75;
}.confidential_zone_R span {
    margin-left: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}.confidential_zone_R ul {
    margin-left: 2rem;
}.confidential_zone_R li {
    padding-left: 2rem;
}.confidential_zone_R li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 992px) {.confidential_zone_R {
    padding: 8rem 5rem;
}.confidential_zone_R::before {
    background-size: 15px 15px;
}.confidential_zone_R .container {
    gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr);
}.confidential_zone_R h1 {
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.3);
}.confidential_zone_R h2 {
    margin: 3rem 0 1.5rem;
}.confidential_zone_R h3, 
    .confidential_zone_R h4 {
    margin: 2rem 0 1rem;
}.confidential_zone_R p,
    .confidential_zone_R span {
    line-height: 1.8;
}.confidential_zone_R span {
    transform: translateZ(0);
    transition: all 0.3s ease;
}.confidential_zone_R span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}.confidential_zone_R ul {
    margin: 2rem 0 3rem 2rem;
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}.confidential_zone_R li {
    margin-bottom: 1.25rem;
}.confidential_zone_R li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}}.instructor_profile_M {
    z-index: 1;
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgb(145,166,214,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.instructor_profile_M::before {
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    height: 100%;
}.instructor_profile_M::after {
    right: -5%;
    filter: blur(40px);
    height: 300px;
    content: "";
    background: radial-gradient(circle, rgb(145,166,214,0.5) 0%, transparent 70%);
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: -5%;
    opacity: 0.4;
    width: 300px;
    z-index: -1;
}.instructor_profile_M .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
}.instructor_profile_M .feedback_views_n {
    grid-template-columns: 1fr;
    gap: 2rem;
    border-left: 4px solid rgb(182,197,230);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    padding: 2.5rem;
    display: grid;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-1deg);
}.instructor_profile_M .feedback_views_n:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
    transform: perspective(1000px) rotateY(0deg);
}.instructor_profile_M .feedback_views_n::before {
    top: 0;
    height: 150px;
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 50%, rgb(145,166,214,0.5) 50%);
    right: 0;
    position: absolute;
    content: "";
    width: 150px;
}.instructor_profile_M .thumbnail_image_V {
    transform: translateZ(20px) rotate(-2deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.4s ease;
    height: 120px;
    border-radius: 0.75rem;
    width: 120px;
    position: relative;
}.instructor_profile_M .thumbnail_image_V::after {
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(182,197,230), 0.1), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.instructor_profile_M .feedback_views_n:hover .thumbnail_image_V {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}.instructor_profile_M .name {
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
}.instructor_profile_M .name::after {
    bottom: -5px;
    width: 40px;
    height: 3px;
    background: rgb(182,197,230);
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.instructor_profile_M .feedback_views_n:hover .name::after {
    width: 60px;
}.instructor_profile_M .feedback_views_n div:nth-child(2) div {
    color: rgb(145,166,214);
    font-size: calc(17px - 0.1rem);
    margin-top: 0.25rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}.instructor_profile_M .exp_content_t {
    line-height: 1.7;
    font-size: 17px;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    margin: 0;
}.instructor_profile_M .exp_content_t::before {
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    top: -20px;
    line-height: 1;
    content: "";
    left: -10px;
    opacity: 0.3;
    color: rgb(145,166,214,0.5);
}

@media (min-width: 768px) {.instructor_profile_M .feedback_views_n {
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.instructor_profile_M .feedback_views_n > div:nth-child(1) {
    grid-area: photo;
}.instructor_profile_M .feedback_views_n > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.instructor_profile_M .feedback_views_n > div:nth-child(3) {
    grid-area: quote;
}.instructor_profile_M .thumbnail_image_V {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 992px) {.instructor_profile_M {
    padding: 7rem 0;
}.instructor_profile_M .feedback_views_n {
    grid-template-columns: auto 1fr 2fr;
    grid-template-areas: "photo info quote";
    grid-template-rows: 1fr;
    padding: 3.5rem;
    gap: 0 3rem;
}.instructor_profile_M .feedback_views_n > div:nth-child(1) {
    grid-area: photo;
}.instructor_profile_M .feedback_views_n > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.instructor_profile_M .feedback_views_n > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 3rem;
    grid-area: quote;
}.instructor_profile_M .thumbnail_image_V {
    height: 180px;
    width: 180px;
}.instructor_profile_M .exp_content_t {
    padding-left: 0;
}.instructor_profile_M .exp_content_t::before {
    left: -30px;
}
}

@media (max-width: 767px) {.instructor_profile_M {
    padding: 4rem 0;
}.instructor_profile_M .feedback_views_n {
    padding: 2rem;
}.instructor_profile_M .thumbnail_image_V {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {.instructor_profile_M .feedback_views_n {
    transform: none;
    padding: 1.5rem;
}.instructor_profile_M .thumbnail_image_V {
    width: 100px;
    height: 100px;
}.instructor_profile_M .exp_content_t {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}

@media (hover: hover) {.instructor_profile_M .feedback_views_n {
    cursor: default;
}.instructor_profile_M .feedback_views_n::after {
    content: "";
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.8s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.instructor_profile_M .feedback_views_n:hover::after {
    transform: translateX(100%);
}}.customer_comments_z {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgb(218,225,243) 85%, rgb(182,197,230,0.5) 100%);
    overflow: hidden;
    position: relative;
}.customer_comments_z::before {
    opacity: 0.3;
    width: 300px;
    position: absolute;
    height: 300px;
    right: -5%;
    content: "";
    top: -10%;
    background: radial-gradient(circle, rgb(182,197,230,0.5) 0%, transparent 70%);
    z-index: 0;
}.customer_comments_z::after {
    left: -5%;
    width: 250px;
    z-index: 0;
    content: "";
    position: absolute;
    bottom: -10%;
    background: radial-gradient(circle, rgb(145,166,214,0.5) 0%, transparent 70%);
    height: 250px;
    opacity: 0.2;
}.customer_comments_z .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
}.customer_comments_z h2 {
    margin-bottom: 3rem;
    text-align: center;
    transform-origin: center bottom;
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    font-size: 28px;
    font-weight: 700;
}.customer_comments_z h2::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    width: 80px;
    content: "";
    position: absolute;
    left: 50%;
}.customer_comments_z .user_experience_Z {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
}.customer_comments_z .feedback_views_n {
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03),
                0 5px 20px rgba(rgb(182,197,230,0.5), 0.1);
    position: relative;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}.customer_comments_z .feedback_views_n::before {
    background: linear-gradient(90deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    width: 100%;
    left: 0;
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
}.customer_comments_z .feedback_views_n:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 10px 30px rgba(rgb(182,197,230,0.5), 0.15);
}.customer_comments_z .feedback_views_n:hover::before {
    transform: scaleX(1);
}.customer_comments_z .feedback_views_n div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}.customer_comments_z .feedback_views_n img {
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: 60px;
    border: 3px solid rgba(rgb(182,197,230,0.5), 0.1);
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}.customer_comments_z .feedback_views_n:hover img {
    transform: scale(1.05);
    border-color: rgb(182,197,230,0.5);
}.customer_comments_z .feedback_views_n h4 {
    transition: color 0.3s ease;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-size: 24px;
}.customer_comments_z .feedback_views_n:hover h4 {
    color: rgb(182,197,230);
}.customer_comments_z .feedback_views_n .description {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 25px;
}.customer_comments_z .feedback_views_n .description::before {
    color: rgb(182,197,230,0.5);
    line-height: 1;
    position: absolute;
    font-size: 48px;
    left: 0;
    content: "";
    top: -5px;
    opacity: 0.6;
}.customer_comments_z a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(rgb(182,197,230,0.5), 0.2);
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    margin-top: 3rem;
    padding: 12px 28px;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}.customer_comments_z a::before {
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(145,166,214) 0%, rgb(182,197,230) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
}.customer_comments_z a:hover {
    box-shadow: 0 8px 20px rgba(rgb(182,197,230,0.5), 0.3);
    transform: translateY(-3px);
}.customer_comments_z a:hover::before {
    opacity: 1;
}.customer_comments_z .fast_guide_Q {
    align-items: center;
    flex-direction: column;
    display: flex;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.customer_comments_z .feedback_views_n {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.customer_comments_z .feedback_views_n:nth-child(1) {
    animation-delay: 0.1s;
}.customer_comments_z .feedback_views_n:nth-child(2) {
    animation-delay: 0.2s;
}.customer_comments_z .feedback_views_n:nth-child(3) {
    animation-delay: 0.3s;
}.customer_comments_z .feedback_views_n:nth-child(4) {
    animation-delay: 0.4s;
}.customer_comments_z .feedback_views_n:nth-child(5) {
    animation-delay: 0.5s;
}.customer_comments_z .feedback_views_n:nth-child(6) {
    animation-delay: 0.6s;
}.customer_comments_z .feedback_views_n:nth-child(7) {
    animation-delay: 0.7s;
}


@media (max-width: 1200px) {.customer_comments_z {
    padding: 4rem 0;
}.customer_comments_z .user_experience_Z {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.customer_comments_z h2 {
    font-size: calc(28px * 0.95);
}
}

@media (max-width: 992px) {.customer_comments_z {
    padding: 3.5rem 0;
}.customer_comments_z h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.customer_comments_z .user_experience_Z {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
}.customer_comments_z .feedback_views_n {
    padding: 20px;
}.customer_comments_z .feedback_views_n img {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 768px) {.customer_comments_z {
    padding: 3rem 0;
}.customer_comments_z h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 2rem;
    transform: none;
}.customer_comments_z .user_experience_Z {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}.customer_comments_z .feedback_views_n {
    padding: 18px;
}.customer_comments_z .feedback_views_n img {
    margin-right: 12px;
    height: 50px;
    width: 50px;
}.customer_comments_z .feedback_views_n::before {
    height: 2px;
}.customer_comments_z .feedback_views_n .description {
    padding-left: 20px;
    font-size: calc(18px * 0.95);
}.customer_comments_z .feedback_views_n .description::before {
    font-size: 40px;
}
}

@media (max-width: 576px) {.customer_comments_z {
    padding: 2.5rem 0;
}.customer_comments_z h2 {
    width: 100%;
    font-size: calc(28px * 0.8);
    text-align: left;
    margin-bottom: 1.5rem;
}.customer_comments_z h2::after {
    left: 0;
    width: 60px;
    transform: none;
}.customer_comments_z .user_experience_Z {
    grid-template-columns: 1fr;
    gap: 15px;
}.customer_comments_z .feedback_views_n {
    padding: 15px;
}.customer_comments_z .feedback_views_n img {
    margin-right: 10px;
    height: 45px;
    width: 45px;
}.customer_comments_z .feedback_views_n h4 {
    font-size: calc(24px * 0.9);
}.customer_comments_z .feedback_views_n .description {
    font-size: calc(18px * 0.9);
    padding-left: 18px;
}.customer_comments_z .feedback_views_n .description::before {
    font-size: 36px;
}.customer_comments_z a {
    padding: 10px 22px;
    font-size: calc(19px * 0.95);
    margin-top: 2rem;
}.customer_comments_z .fast_guide_Q {
    align-items: flex-start;
}}header {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgb(182,197,230,0.5);
    background: linear-gradient(135deg, #000000 0%, rgb(182,197,230) 100%);
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
}header:before {
    animation: shine 8s infinite linear;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(182,197,230,0.5), transparent);
}header .header_lesson_Z {
    width: 100%;
}header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}header .head_site_S {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .nav_core_D {
    position: relative;
    gap: 25px;
    display: flex;
}header .nav_core_D:before {
    background: linear-gradient(90deg, transparent, rgb(182,197,230), transparent);
    width: 100%;
    left: 0;
    height: 1px;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    position: absolute;
    content: '';
    transform-origin: left;
    bottom: -8px;
}header .nav_core_D:hover:before {
    transform: scaleX(1);
}header .header_page_Y {
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 0;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
}header .header_page_Y:after {
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transform-origin: right;
    width: 100%;
    bottom: 0;
    background: rgb(182,197,230);
    left: 0;
}header .header_page_Y:before {
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(182,197,230);
    width: 4px;
    top: 0;
    height: 4px;
}header .header_page_Y:hover {
    color: rgb(182,197,230);
    text-shadow: 0 0 8px rgb(182,197,230,0.5);
}header .header_page_Y:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .header_page_Y:hover:before {
    opacity: 1;
}header .header_top_S {
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    position: relative;
}header .header_top_S svg {
    filter: drop-shadow(0 0 4px rgb(182,197,230,0.5));
    width: auto;
    transition: transform 0.5s ease;
    height: 40px;
}header .header_top_S:hover svg {
    transform: scale(1.05);
}header .header_top_S:after {
    content: '';
    background: rgb(182,197,230);
    width: 0;
    height: 1px;
    left: 50%;
    bottom: -8px;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}header .header_top_S:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_core_D {
    gap: 15px;
}header .header_page_Y {
    font-size: calc(14px - 1px);
}header .header_top_S svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_core_D {
    position: fixed;
    transition: right 0.4s ease;
    padding: 80px 30px 30px;
    width: 80%;
    max-width: 300px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: #000000;
    top: 0;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    z-index: 1001;
    gap: 20px;
    right: -100%;
}header .menu.active {
    right: 0;
}header .header_page_Y {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(182,197,230,0.5);
}header .nav_core_D:before {
    display: none;
}header .header_top_S {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header_top_S svg {
    height: 30px;
}}.trackingSettingsBox_c {
    display: flex;
    border-top: 3px solid rgb(182,197,230);
    overflow: hidden;
    background: rgb(218,225,243);
    padding: 1rem 0;
    bottom: 0;
    position: fixed;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    align-items: center;
    width: 100%;
}#cookieOverlayAlert_I {
    display: none;
}#cookieOverlayAlert_I:checked ~ .trackingSettingsBox_c {
    opacity: 0;
    visibility: hidden;
}.trackingSettingsBox_c .container {
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}.cookies_consent_Y {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
}.cookies_consent_Y svg {
    height: 50px;
    fill: rgb(182,197,230);
    width: 50px;
}.cookie_alerts_G {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}.cookie_alerts_G h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(182,197,230);
}.cookie_alerts_G p {
    color: #000000;
    font-size: 1rem;
}.cookie_box_u {
    display: inline-block;
    border: none;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-size: 1rem;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(182,197,230);
    cursor: pointer;
    text-decoration: none;
}.cookie_button.track_edu_j {
    background: rgb(182,197,230);
}.cookie_button.track_switch_M {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_box_u:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.track_switch_M:hover {
    background: rgb(182,197,230);
}.trackingSettingsBox_c p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(182,197,230);
}.trackingSettingsBox_c p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.trackingSettingsBox_c .container {
    align-items: center;
    flex-direction: column;
}.cookies_consent_Y {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_alerts_G {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.track_switch_M {
    margin-top: 0.5rem;
    margin-left: 0;
}
}
