* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.milestone_cta_d {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.top_teach_p {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    width: 1236px;
    margin: auto;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
}.wrapper-skeleton_s {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_results_8 {
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(225,233,231) 0%, rgb(152,173,169,0.5) 100%);
}.program_results_8::before {
    background-image: radial-gradient(circle at 80% 20%, rgb(191,208,204,0.5) 0%, transparent 60%);
    height: 100%;
    pointer-events: none;
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.program_results_8::after {
    right: -5rem;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(152,173,169,0.5) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
    content: "";
    filter: blur(5rem);
    width: 20rem;
    position: absolute;
    height: 20rem;
}.program_results_8 h5 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 20px;
    margin-left: auto;
    color: #000000;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 80%;
    font-weight: 700;
    transform: translateY(0);
}.program_results_8 h5::after {
    left: 50%;
    content: "";
    height: 0.25rem;
    border-radius: 10px;
    bottom: -1rem;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(191,208,204) 0%, rgb(152,173,169) 100%);
    width: 6rem;
}.program_results_8 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.program_results_8 .learn_learnings_S {
    padding: 1rem;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.program_results_8 .learn_learnings_S > div:first-child {
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border-radius: 24px;
    order: 1;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
}.program_results_8 .learn_learnings_S > div:first-child::before {
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(191,208,204,0.5) 100%);
    pointer-events: none;
}.program_results_8 .learn_learnings_S > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_results_8 .img_center_n {
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
    display: block;
}.program_results_8 .learn_learnings_S > div:first-child:hover .img_center_n {
    transform: scale(1);
}.program_results_8 .paragraph_wrap_b {
    position: relative;
    order: 2;
    padding: 1rem;
}.program_results_8 .paragraph_wrap_b::before {
    left: -1rem;
    background: radial-gradient(circle, rgb(152,173,169,0.5) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
    z-index: -1;
    filter: blur(2rem);
    content: "";
    height: 8rem;
    top: -3rem;
    width: 8rem;
}.program_results_8 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.75rem;
    grid-template-columns: 1fr;
    display: grid;
}.program_results_8 li {
    transform: translateX(0);
    padding-left: 3rem;
    transition: transform 0.4s ease-out;
    position: relative;
}.program_results_8 li:hover {
    transform: translateX(0.5rem);
}.program_results_8 li div {
    position: relative;
}.program_results_8 li p {
    margin: 0;
    color: #000000;
    position: relative;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 16px;
    display: flex;
}.program_results_8 li p svg {
    position: absolute;
    left: -3rem;
    height: 1.75rem;
    top: 0.125rem;
    width: 1.75rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}.program_results_8 li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.program_results_8 li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,204);
}.program_results_8 li:hover p svg path {
    fill: rgb(152,173,169);
}.program_results_8 li:nth-child(odd) {
    transform: translateX(0);
}.program_results_8 li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.program_results_8 li:nth-child(even) {
    transform: translateX(0);
}.program_results_8 li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.program_results_8 {
    padding: 10rem 3rem;
}.program_results_8 h5 {
    font-size: calc(20px * 1.2);
    max-width: 70%;
}.program_results_8 .learn_learnings_S {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}.program_results_8 .learn_learnings_S > div:first-child {
    transform: perspective(1000px) rotateY(-8deg);
    flex: 0 0 45%;
    order: 0;
}.program_results_8 .paragraph_wrap_b {
    flex: 0 0 50%;
    padding-right: 2rem;
}.program_results_8 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.program_results_8 li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.program_results_8 li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.program_results_8 li:nth-child(even) {
    transform: translateY(0.5rem);
}.program_results_8 li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.program_results_8 {
    padding: 12rem 4rem;
}.program_results_8 h5 {
    font-size: calc(20px * 1.4);
    max-width: 60%;
}.program_results_8 .learn_learnings_S {
    gap: 8rem;
}.program_results_8 .learn_learnings_S > div:first-child {
    flex: 0 0 40%;
}.program_results_8 .paragraph_wrap_b {
    flex: 0 0 55%;
}.program_results_8 li p {
    font-size: calc(16px * 1.05);
}.program_results_8 li p svg {
    height: 2rem;
    width: 2rem;
}
}

@media (min-width: 1200px) {.program_results_8 .learn_learnings_S > div:first-child::after {
    content: "";
    border-radius: 10px;
    height: 70%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.7;
    width: 70%;
    right: -2rem;
    transform: rotate(-5deg);
    background: linear-gradient(45deg, rgb(191,208,204,0.5) 0%, rgb(152,173,169,0.5) 100%);
    z-index: -1;
    bottom: -2rem;
    position: absolute;
    filter: blur(1rem);
}.program_results_8 .learn_learnings_S > div:first-child:hover::after {
    transform: rotate(0deg);
}.program_results_8 ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.program_results_8 {
    padding: 6rem 1.5rem;
}.program_results_8 h5 {
    font-size: calc(20px * 0.9);
    max-width: 100%;
    margin-bottom: 3rem;
}.program_results_8 li {
    margin-bottom: 1.25rem;
}.program_results_8 li p {
    font-size: calc(16px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(191,208,204);
}header .top_plank .top_knowledgepro_i div svg, header .top_plank .top_knowledgepro_i div svg path {
    fill: #ffffff;
}header .top_plank .top_knowledgepro_i div span {
    color: #ffffff;
}header .top_plank .top_knowledgepro_i {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 0 10px 0;
}header .top_plank .top_knowledgepro_i div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .top_knowledgepro_i div img, header .top_plank .top_knowledgepro_i div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.course_program_description_j {
    justify-content: center;
    min-height: 100vh;
    display: flex;
    background-color: rgb(225,233,231);
    overflow: hidden;
    align-items: center;
    perspective: 1000px;
    position: relative;
}.course_program_description_j::before {
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    content: '';
}.course_program_description_j .container {
    display: grid;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    padding: 0;
    grid-template-rows: auto auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1400px;
}.course_program_description_j .learn_learnings_S {
    gap: 20px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 2;
}.course_program_description_j .program_path_z {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}.course_program_description_j .program_path_z::after {
    content: '';
    z-index: 5;
    opacity: 0.3;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(191,208,204), 0.1) 2px,
        rgba(rgb(191,208,204), 0.1) 4px
    );
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
}.course_program_description_j .study_hack_X {
    display: flex;
    width: 500%;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}.course_program_description_j .program_path_z:hover .study_hack_X {
    animation-play-state: paused;
}.course_program_description_j .knowledge_base_t {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}.course_program_description_j .knowledge_base_t img {
    transform: scale(1.05);
    object-fit: cover;
    transition: filter 0.5s ease, transform 0.5s ease;
    filter: grayscale(0.5) brightness(0.7);
    height: 100%;
    width: 100%;
}.course_program_description_j .knowledge_base_t:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1);
}.course_program_description_j .study_map_q {
    overflow: hidden;
    padding: 40px;
    transform: translateY(0);
    border-radius: 4px;
    z-index: 5;
    background: rgba(15, 15, 20, 0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(191,208,204), 0.3);
    position: relative;
    grid-column: 3 / 11;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.course_program_description_j .study_map_q:hover {
    transform: translateY(-10px);
}.course_program_description_j .study_map_q::before,
.course_program_description_j .study_map_q::after {
    position: absolute;
    content: '';
    background: rgb(191,208,204);
    transition: all 0.5s ease;
}.course_program_description_j .study_map_q::before {
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(191,208,204) 50%,
                transparent 100%);
    height: 2px;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    top: 0;
}.course_program_description_j .study_map_q::after {
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(152,173,169) 50%,
                transparent 100%);
    bottom: 0;
    transform: scaleX(0);
    right: 0;
    width: 100%;
}.course_program_description_j .study_map_q:hover::before,
.course_program_description_j .study_map_q:hover::after {
    transform: scaleX(1);
}.course_program_description_j .study_map_q h3 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    padding-left: 20px;
    font-size: 33px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}.course_program_description_j .study_map_q h3::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 4px;
    content: '';
    background: rgb(191,208,204);
    top: 0;
}.course_program_description_j .study_map_q h3::after {
    bottom: -10px;
    height: 1px;
    content: '';
    position: absolute;
    background: rgb(152,173,169);
    width: 30px;
    left: 20px;
}.course_program_description_j .study_map_q p {
    line-height: 1.8;
    border-left: 1px solid rgba(rgb(152,173,169), 0.3);
    padding-left: 20px;
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 14px;
}.course_program_description_j .study_map_q .inquiry_support_D {
    margin-left: 20px;
    font-size: 17px;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    padding: 12px 30px;
    border: 1px solid rgb(191,208,204);
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}.course_program_description_j .study_map_q .inquiry_support_D::before {
    height: 100%;
    background: rgb(191,208,204);
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    left: -100%;
    content: '';
}.course_program_description_j .study_map_q .inquiry_support_D:hover {
    border-color: rgb(191,208,204);
    color: #ffffff;
}.course_program_description_j .study_map_q .inquiry_support_D:hover::before {
    left: 0;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}


.course_program_description_j .study_map_q::before {
    height: 2px;
    transform-origin: 0 0;
    position: absolute;
    transform: scaleX(0);
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
                transparent, 
                rgb(191,208,204), 
                transparent);
    transition: transform 0.5s ease;
    content: '';
}.course_program_description_j .study_map_q:hover::before {
    transform: scaleX(1);
}

@media (max-width: 1200px) {.course_program_description_j .study_map_q {
    grid-column: 2 / 12;
}
}

@media (max-width: 991px) {.course_program_description_j {
    padding: 4rem 0;
}.course_program_description_j .study_map_q {
    grid-column: 1 / 13;
    margin: 0 20px;
}
}

@media (max-width: 767px) {.course_program_description_j {
    padding: 3rem 0;
}.course_program_description_j .study_map_q {
    padding: 30px 20px;
}.course_program_description_j .study_map_q h3 {
    font-size: calc(33px * 0.9);
}.course_program_description_j .study_hack_X {
    animation-duration: 20s;
    width: 600%;
}.course_program_description_j .knowledge_base_t {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course_program_description_j {
    padding: 2rem 0;
}.course_program_description_j .study_map_q {
    padding: 25px 15px;
}.course_program_description_j .study_map_q h3 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.course_program_description_j .study_map_q p {
    padding-left: 15px;
}.course_program_description_j .study_map_q .inquiry_support_D {
    margin-left: 15px;
    padding: 10px 20px;
}}.plan_chooser_u {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_chooser_u::before {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    right: 0;
    content: "";
}.plan_chooser_u .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.plan_cost_T {
    position: relative;
}.plan_chooser_u h2 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    transform: translateY(0);
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 25px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.plan_chooser_u h2::after {
    background: linear-gradient(90deg, rgb(152,173,169), rgb(191,208,204));
    transform: scaleX(1);
    width: 80px;
    content: "";
    transition: transform 0.4s ease;
    display: block;
    height: 3px;
    margin: 20px auto 0;
}.plan_chooser_u:hover h2::after {
    transform: scaleX(1.2);
}.plan_chooser_u .value_fees_y {
    max-width: 800px;
    opacity: 0.9;
    font-size: calc(13px + 2px);
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    margin: 0 auto 60px;
}.plan_chooser_u .pricing_rates_m {
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
}.plan_chooser_u .pricing_rates_m li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.plan_chooser_u .pricing_rates_m li:hover {
    transform: translateY(-10px);
    z-index: 10;
}.plan_chooser_u .payment_deals_f {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    height: 100%;
}.plan_chooser_u .payment_deals_f::before {
    background: linear-gradient(230deg, rgb(152,173,169,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.plan_chooser_u .payment_deals_f:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan_chooser_u .payment_deals_f:hover::before {
    opacity: 0.2;
}.plan_chooser_u .fee_board_K {
    z-index: 2;
    padding: 40px 30px;
    position: relative;
}.plan_chooser_u .cert_cost_Q {
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan_chooser_u .cert_cost_Q h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin-top: 0;
    position: relative;
    font-weight: 600;
    font-size: calc(20px + 2px);
}.plan_chooser_u .cert_cost_Q h4::after {
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    width: 40px;
    background: rgb(191,208,204);
    bottom: 0;
    left: 0;
    content: "";
}.plan_chooser_u .payment_deals_f:hover .cert_cost_Q h4::after {
    width: 60px;
}.plan_chooser_u .cert_cost_Q p {
    position: relative;
    margin-bottom: 30px;
    flex-grow: 1;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    transition: color 0.3s ease;
    font-size: 13px;
}.plan_chooser_u .payment_deals_f:hover .cert_cost_Q p {
    color: #ffffff;
}.plan_chooser_u .package_price_B {
    font-weight: 700;
    padding: 10px 0;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(152,173,169) 0%, rgb(191,208,204) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    font-size: calc(20px + 4px);
    color: #ffffff;
    position: relative;
    -webkit-background-clip: text !important;
    margin-top: auto;
    display: inline-block;
}.plan_chooser_u .package_price_B::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(152,173,169) 0%, transparent 100%);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}.plan_chooser_u .payment_deals_f:hover .package_price_B {
    transform: scale(1.05);
}

@media (max-width: 992px) {.plan_chooser_u {
    padding: 90px 0;
}.plan_chooser_u .pricing_rates_m {
    grid-template-columns: repeat(2, 1fr);
}.plan_chooser_u .fee_board_K {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.plan_chooser_u {
    padding: 70px 0;
}.plan_chooser_u h2 {
    font-size: calc(38px - 4px);
}.plan_chooser_u .value_fees_y {
    font-size: 13px;
    margin-bottom: 40px;
}.plan_chooser_u .pricing_rates_m {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_chooser_u .fee_board_K {
    padding: 25px 20px;
}.plan_chooser_u .package_price_B {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.plan_chooser_u {
    padding: 60px 0;
}.plan_chooser_u h2 {
    font-size: calc(38px - 6px);
}.plan_chooser_u .cert_cost_Q h4 {
    font-size: 20px;
}.plan_chooser_u .cert_cost_Q p {
    font-size: calc(13px - 1px);
}}.company_overview_X {
    background-size: 30px 30px;
    overflow: hidden;
    background-position: center center;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(191,208,204,0.5) 0%, rgb(225,233,231) 50%, rgb(152,173,169,0.5) 100%);
    color: #000000;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
}.company_overview_X::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(191,208,204,0.5), transparent);
    height: 50%;
    position: absolute;
    left: 20%;
    top: 0;
    width: 2px;
    z-index: 0;
}.company_overview_X::after {
    width: 2px;
    content: "";
    z-index: 0;
    background: linear-gradient(to bottom, transparent, rgb(152,173,169,0.5), transparent);
    bottom: 0;
    right: 30%;
    position: absolute;
    height: 70%;
}.company_overview_X .container {
    position: relative;
    z-index: 2;
}.company_overview_X .container::before {
    content: "";
    position: absolute;
    animation: techPulse 4s infinite;
    z-index: 1;
    border-radius: 50%;
    width: 20px;
    border: 2px solid rgb(191,208,204);
    height: 20px;
    top: 40%;
    left: -100px;
}.company_overview_X .container::after {
    height: 15px;
    content: "";
    animation: techRotate 6s infinite linear;
    right: -80px;
    bottom: 30%;
    width: 15px;
    border-radius: 0;
    border: 2px solid rgb(152,173,169);
    z-index: 1;
    position: absolute;
}.company_overview_X h2 {
    font-size: 46px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 80px;
}.company_overview_X h2::before {
    height: 4px;
    width: 120px;
    background: rgb(191,208,204);
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
}.company_overview_X h2::after {
    position: absolute;
    content: "";
    background: rgb(152,173,169);
    width: 60px;
    bottom: -20px;
    height: 4px;
    left: 130px;
}.company_overview_X .knowledge_learning_8 {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 80px;
}.company_overview_X .knowledge_learning_8::before {
    background: linear-gradient(to bottom, 
        rgb(191,208,204) 0%, 
        rgb(191,208,204,0.5) 20%,
        rgb(152,173,169,0.5) 80%,
        rgb(152,173,169) 100%
    );
    left: 40%;
    height: 100%;
    z-index: 1;
    width: 2px;
    top: 0;
    content: "";
    position: absolute;
}.company_overview_X .knowledge_learning_8::after {
    animation: moveDown 10s infinite alternate ease-in-out;
    border-radius: 50%;
    position: absolute;
    left: calc(40% - 4px);
    background: rgb(191,208,204);
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    width: 10px;
    top: 0;
    height: 10px;
    content: "";
}.company_overview_X .mission_block_C {
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    overflow: visible;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.company_overview_X .mission_block_C:first-child {
    z-index: 20;
    border-left: 3px solid rgb(191,208,204);
}.company_overview_X .mission_block_C:last-child {
    border-right: 3px solid rgb(152,173,169);
    z-index: 20;
    align-self: end;
}.company_overview_X .mission_block_C:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.company_overview_X .mission_block_C h3 {
    font-weight: 600;
    color: rgb(191,208,204);
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    font-size: 22px;
}.company_overview_X .mission_block_C:last-child h3 {
    color: rgb(152,173,169);
}.company_overview_X .mission_block_C h3::before {
    top: 50%;
    height: 10px;
    left: 0;
    width: 10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    background: rgb(191,208,204);
    position: absolute;
    content: "";
}.company_overview_X .mission_block_C:last-child h3::before {
    background: rgb(152,173,169);
}.company_overview_X .mission_block_C p {
    z-index: 1;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    color: #000000;
}.company_overview_X .mission_block_C::before {
    top: 0;
    background-size: 10px 10px;
    opacity: 0.05;
    z-index: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}.company_overview_X .mission_block_C::after {
    inset: 0;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 30px;
}.company_overview_X .mission_block_C::before {
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,208,204) 0%, transparent 50%, rgb(152,173,169) 100%);
    transition: opacity 0.3s ease;
    right: -1px;
    z-index: -2;
    content: "";
    top: -1px;
    left: -1px;
    border-radius: calc(30px + 1px);
    bottom: -1px;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(191,208,204);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(152,173,169);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.company_overview_X .mission_block_C:first-child {
    margin-right: -10%;
}.company_overview_X .mission_block_C:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.company_overview_X {
    padding: 80px 0;
}.company_overview_X h2 {
    margin-bottom: 50px;
    font-size: calc(46px * 0.9);
    transform: translateX(0);
}.company_overview_X .knowledge_learning_8 {
    gap: 50px;
}.company_overview_X .mission_block_C:first-child,
    .company_overview_X .mission_block_C:last-child {
    margin-right: 0;
    margin-left: 0;
}.company_overview_X .knowledge_learning_8::before {
    left: 20px;
}.company_overview_X .knowledge_learning_8::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.company_overview_X {
    padding: 60px 0;
}.company_overview_X h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.company_overview_X .mission_block_C {
    padding: 30px;
}.company_overview_X .mission_block_C h3 {
    font-size: calc(22px * 0.9);
}.company_overview_X .mission_block_C p {
    font-size: calc(14px * 0.95);
}.company_overview_X .mission_block_C:first-child h3::after,
    .company_overview_X .mission_block_C:last-child h3::after {
    font-size: 80px;
    top: -50px;
}
}

@media screen and (max-width: 575px) {.company_overview_X {
    padding: 50px 0;
}.company_overview_X h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.company_overview_X h2::before {
    width: 80px;
    height: 3px;
}.company_overview_X h2::after {
    width: 40px;
    height: 3px;
    left: 90px;
}.company_overview_X .mission_block_C {
    padding: 25px;
}.company_overview_X .mission_block_C h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.company_overview_X .mission_block_C p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.company_overview_X .mission_block_C:first-child h3::after,
    .company_overview_X .mission_block_C:last-child h3::after {
    top: -40px;
    font-size: 60px;
}.company_overview_X .knowledge_learning_8::before {
    left: 10px;
}.company_overview_X .knowledge_learning_8::after {
    left: 6px;
}}.user_feedback_7 {
    background: linear-gradient(150deg, rgb(225,233,231) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.user_feedback_7::before {
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(191,208,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(152,173,169,0.5) 0%, transparent 30%);
    opacity: 0.6;
    left: 0;
    height: 100%;
}.user_feedback_7::after {
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(191,208,204,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(152,173,169,0.5) 1px, transparent 1px);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.1;
}.user_feedback_7 .learn_learnings_S {
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.user_feedback_7 h4 {
    margin-bottom: 80px;
    letter-spacing: 1px;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #000000;
}.user_feedback_7 h4::after {
    position: absolute;
    bottom: -20px;
    content: "";
    background: rgb(191,208,204);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}.user_feedback_7 h4::before {
    content: "";
    width: 40px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -40px;
    height: 40px;
    border: 2px solid rgb(191,208,204,0.5);
    transform: rotate(45deg);
    z-index: -1;
}.user_feedback_7 .edu_stories_y {
    transform-style: preserve-3d;
    perspective: 1000px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.user_feedback_7 .student_votes_s {
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    margin: 0 20px 60px;
    width: calc(33.33% - 40px);
    border-radius: 15px;
    transform-origin: center center;
    position: relative;
    padding: 30px;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}.user_feedback_7 .student_votes_s:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
    transform: rotateY(0) rotateX(0) translateZ(30px);
    z-index: 2;
}.user_feedback_7 .student_votes_s:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.user_feedback_7 .student_votes_s:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.user_feedback_7 .student_votes_s:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.user_feedback_7 .student_votes_s:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.user_feedback_7 .student_votes_s::before {
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.user_feedback_7 .student_votes_s::after {
    right: -10px;
    border-radius: 50%;
    top: -10px;
    opacity: 0.3;
    content: "";
    height: 40px;
    z-index: -1;
    transition: all 0.4s ease;
    position: absolute;
    width: 40px;
    background: rgb(191,208,204,0.5);
}.user_feedback_7 .student_votes_s:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}.user_feedback_7 .img_center_n {
    border: 4px solid #ffffff;
    position: relative;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}.user_feedback_7 .student_votes_s:hover .img_center_n {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px) scale(1.1);
    border-color: rgb(191,208,204,0.5);
}.user_feedback_7 .student_votes_s span {
    transform: translateZ(15px);
    font-size: calc(13px * 1.1);
    display: block;
    color: #000000;
    transition: all 0.4s ease;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}.user_feedback_7 .student_votes_s:hover span {
    color: rgb(191,208,204);
    transform: translateZ(30px);
}.user_feedback_7 .student_votes_s p {
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.6;
    text-align: center;
    transition: all 0.4s ease;
    font-size: 13px;
}.user_feedback_7 .student_votes_s:hover p {
    color: #000000;
    transform: translateZ(20px);
}.user_feedback_7 .student_votes_s:nth-child(3n+1)::after {
    background: rgb(191,208,204,0.5);
}.user_feedback_7 .student_votes_s:nth-child(3n+2)::after {
    background: rgb(152,173,169,0.5);
}.user_feedback_7 .student_votes_s:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(191,208,204,0.5), rgb(152,173,169,0.5));
}

@media (max-width: 1200px) {.user_feedback_7 .student_votes_s {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.user_feedback_7 {
    padding: 70px 0;
}.user_feedback_7 h4 {
    margin-bottom: 60px;
}.user_feedback_7 .edu_stories_y {
    perspective: none;
}.user_feedback_7 .student_votes_s,
    .user_feedback_7 .student_votes_s:nth-child(3n+2),
    .user_feedback_7 .student_votes_s:nth-child(3n+3) {
    margin: 0 auto 40px;
    padding: 25px;
    width: 100%;
    max-width: 350px;
    transform: none;
}.user_feedback_7 .student_votes_s:hover,
    .user_feedback_7 .student_votes_s:nth-child(3n+2):hover,
    .user_feedback_7 .student_votes_s:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.user_feedback_7 .student_votes_s:last-child {
    margin-bottom: 0;
}.user_feedback_7 .img_center_n {
    width: 80px;
    height: 80px;
}.user_feedback_7 .student_votes_s:hover .img_center_n {
    transform: scale(1.1);
}.user_feedback_7 .student_votes_s span,
    .user_feedback_7 .student_votes_s:hover span,
    .user_feedback_7 .student_votes_s p,
    .user_feedback_7 .student_votes_s:hover p {
    transform: none;
}}.title_board_V {
    background: linear-gradient(135deg, rgb(225,233,231) 0%, rgba(255,255,255,0.95) 100%);
    justify-content: center;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    display: flex;
}.title_board_V::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,208,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(152,173,169,0.5) 0%, transparent 40%);
    opacity: 0.15;
    animation: ambientBackground 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
}.title_board_V::after {
    z-index: -1;
    height: 100%;
    content: "";
    opacity: 0.05;
    transform: rotate(-15deg) scale(2);
    width: 100%;
    right: -50%;
    background: linear-gradient(135deg, transparent 30%, rgb(191,208,204,0.5) 100%);
    position: absolute;
    top: -50%;
    filter: blur(50px);
}.title_board_V .learn_learnings_S {
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
    display: grid;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    padding: 2rem;
}.title_board_V .paragraph_wrap_b {
    position: relative;
    justify-content: center;
    opacity: 1;
    flex-direction: column;
    display: flex;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(0);
}.title_board_V h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 41px;
    color: #000000;
    opacity: 0;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(0);
    position: relative;
}.title_board_V h1::after {
    animation: scaleX 0.6s ease-out 1s forwards;
    width: 60px;
    background: rgb(191,208,204);
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
}.title_board_V .page_lead_V {
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    flex-direction: column;
    opacity: 0;
    align-items: flex-start;
    display: flex;
    transform: translateY(20px);
    position: relative;
}.title_board_V .page_lead_V svg {
    height: 90px;
    transform: scale(1);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.2));
    margin-bottom: 1.5rem;
    width: 90px;
}.title_board_V .page_lead_V svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title_board_V .page_lead_V svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title_board_V .page_lead_V svg text {
    font-weight: 700;
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_board_V .page_lead_V svg:hover path,
.title_board_V .page_lead_V svg:hover text {
    fill: rgb(191,208,204);
}.title_board_V .page_lead_V p {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(16px * 1.2);
    font-weight: 400;
    line-height: 1.6;
    max-width: 90%;
}.title_board_V ul {
    margin: 0;
    display: flex;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
    opacity: 0;
    padding: 0;
    list-style: none;
}.title_board_V ul li {
    margin-right: 1rem;
}.title_board_V .inquiry_support_D {
    text-decoration: none;
    display: inline-flex;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    padding: 0.8rem 2rem;
    position: relative;
    font-size: 14px;
    align-items: center;
    background: linear-gradient(135deg, rgb(191,208,204) 0%, rgb(94,170,168) 100%);
    font-weight: 600;
    border: none;
}.title_board_V .inquiry_support_D::before {
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(191,208,204) 100%);
}.title_board_V .inquiry_support_D:hover {
    box-shadow: 0 10px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_board_V .inquiry_support_D:hover::before {
    opacity: 1;
}.title_board_V .inquiry_support_D:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.4);
    transform: translateY(-1px);
}.title_board_V .img_center_n {
    height: 300px;
    position: relative;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    border-radius: 8px;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}.title_board_V .img_center_n::after {
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 70%);
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}.title_board_V .img_center_n::before {
    content: "";
    background: radial-gradient(circle at center, transparent 50%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

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

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

@keyframes ambientBackground {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.title_board_V .learn_learnings_S {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.title_board_V h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 2rem;
}.title_board_V .page_lead_V p {
    max-width: 80%;
    font-size: calc(16px * 1.3);
}.title_board_V .img_center_n {
    height: 400px;
}
}

@media (min-width: 992px) {.title_board_V .learn_learnings_S {
    padding: 1rem 4rem;
}.title_board_V h1 {
    font-size: calc(41px * 1.4);
}.title_board_V .page_lead_V svg {
    height: 100px;
    width: 100px;
}.title_board_V .img_center_n {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 450px;
}.title_board_V .img_center_n:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 1200px) {.title_board_V .learn_learnings_S {
    gap: 6rem;
}.title_board_V h1 {
    margin-bottom: 2.5rem;
}.title_board_V .page_lead_V {
    margin-bottom: 3rem;
}.title_board_V .img_center_n {
    height: 500px;
}
}

@media (max-width: 767px) {.title_board_V {
    padding: 3rem 0;
}.title_board_V h1 {
    font-size: calc(37px * 1.1);
}.title_board_V .page_lead_V p {
    max-width: 100%;
}}header {
    position: relative;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    z-index: 100;
}header::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(191,208,204), rgb(152,173,169));
    width: 35%;
    z-index: 0;
    left: 0;
}header .container {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
    z-index: 1;
}header .main_mentor_p {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .main_teach_3 {
    display: flex;
    width: 35%;
    justify-content: center;
    padding: 1.2rem 0;
    position: relative;
    align-items: center;
    text-decoration: none;
}header .main_teach_3 svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    transition: all 0.3s ease;
}header .main_teach_3:hover svg {
    transform: scale(1.05);
}header .main_sitewrap_1 {
    width: 65%;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    padding: 1.2rem 3%;
}header .main_sitewrap_1::before {
    background: linear-gradient(to bottom, transparent, rgb(191,208,204,0.5), transparent);
    width: 1px;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
}header .top_header_w {
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
}header .top_header_w::before {
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(135deg, rgb(191,208,204,0.5), rgb(152,173,169,0.5));
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
}header .top_header_w:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .top_header_w:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main_teach_3 {
    padding: 1rem 0;
    width: 30%;
}header .main_teach_3 svg {
    width: 130px;
}header .main_sitewrap_1 {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .top_header_w {
    font-size: calc(15px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(225,233,231);
}header::before {
    height: auto;
    top: 0;
    width: 100%;
    bottom: 50%;
}header .main_mentor_p {
    align-items: center;
    flex-direction: column;
}header .main_teach_3 {
    width: 100%;
    padding: 0.8rem 0;
}header .main_teach_3 svg {
    width: 120px;
}header .main_sitewrap_1 {
    justify-content: center;
    padding: 0.8rem 0;
    gap: 0.6rem;
    flex-wrap: wrap;
    width: 95%;
}header .main_sitewrap_1::before {
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(191,208,204,0.5), transparent);
    height: 1px;
}header .top_header_w {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .main_teach_3 {
    padding: 0.7rem 0;
}header .main_teach_3 svg {
    width: 110px;
}header .main_sitewrap_1 {
    overflow-x: auto;
    width: 100%;
    padding: 0.7rem 2%;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .main_sitewrap_1::-webkit-scrollbar {
    height: 3px;
}header .main_sitewrap_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,208,204);
}header .top_header_w {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
    font-size: calc(15px - 1px);
    padding: 0.45rem 0.9rem;
}}.academic_expertise_N {
    background: linear-gradient(135deg, rgb(152,173,169,0.5), rgb(191,208,204), rgb(152,173,169));
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.academic_expertise_N::before {
    background: radial-gradient(circle at 30% 70%, rgb(191,208,204,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(152,173,169,0.5), transparent 60%);
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    content: "";
    z-index: 0;
    left: -10%;
    position: absolute;
    width: 120%;
    top: -10%;
    height: 120%;
}.academic_expertise_N::after {
    width: 100%;
    content: "";
    top: 0;
    animation: constellation-twinkle 8s infinite ease-in-out;
    height: 100%;
    background-size: 120px 120px;
    z-index: 1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.2;
}.academic_expertise_N .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic_expertise_N .student_votes_s {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(2deg);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    gap: 2.5rem;
    display: grid;
}.academic_expertise_N .student_votes_s:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.academic_expertise_N .student_votes_s > div:first-child {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
}.academic_expertise_N .img_center_n {
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: float-photo 6s infinite ease-in-out;
    overflow: hidden;
    width: 100%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    border-radius: 10% 40% 30% 20%;
    height: 100%;
}.academic_expertise_N .student_votes_s:hover .img_center_n {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    border-radius: 30% 10% 40% 20%;
}.academic_expertise_N .student_votes_s > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.academic_expertise_N .name {
    color: #ffffff;
    margin: 0 0 0.5rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.academic_expertise_N .name::after {
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: linear-gradient(to right, rgb(152,173,169), #ffffff, rgb(152,173,169));
}.academic_expertise_N .student_votes_s:hover .name {
    transform: translateY(-2px);
}.academic_expertise_N .student_votes_s:hover .name::after {
    width: 100%;
}.academic_expertise_N .student_votes_s > div:nth-child(2) > div {
    font-size: calc(17px - 2px);
    font-style: italic;
    transition: opacity 0.3s ease;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0.9;
}.academic_expertise_N .student_votes_s:hover > div:nth-child(2) > div {
    opacity: 1;
}.academic_expertise_N .emp_overview_o {
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #ffffff;
    font-size: 17px;
    opacity: 0.9;
    position: relative;
    padding: 0 1rem;
    text-align: left;
    margin: 0;
    line-height: 1.7;
}.academic_expertise_N .emp_overview_o::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    font-size: 5rem;
    color: rgb(255, 255, 255, 0.5);
    top: -2rem;
    content: "";
    font-family: serif;
    left: -1rem;
    opacity: 0.2;
}.academic_expertise_N .emp_overview_o::after {
    right: -1rem;
    color: rgb(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 5rem;
    font-family: serif;
    bottom: -4rem;
    opacity: 0.2;
}.academic_expertise_N .student_votes_s:hover .emp_overview_o {
    transform: translateY(-2px);
    opacity: 1;
}.academic_expertise_N .student_votes_s:hover .emp_overview_o::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.academic_expertise_N .student_votes_s:hover .emp_overview_o::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.academic_expertise_N .student_votes_s {
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto 1fr 2fr;
}.academic_expertise_N .student_votes_s > div:first-child {
    width: 180px;
    height: 180px;
    margin: 0;
}.academic_expertise_N .student_votes_s > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.academic_expertise_N .emp_overview_o {
    padding: 0;
}
}

@media (min-width: 992px) {.academic_expertise_N {
    padding: 9rem 0;
}.academic_expertise_N .student_votes_s {
    padding: 5rem;
    grid-template-columns: auto 1.5fr 3fr;
    gap: 4rem;
}.academic_expertise_N .student_votes_s > div:first-child {
    width: 220px;
    height: 220px;
}.academic_expertise_N .name {
    font-size: calc(19px + 2px);
}.academic_expertise_N .emp_overview_o {
    line-height: 1.8;
    font-size: calc(17px + 1px);
}
}

@media (max-width: 767px) {.academic_expertise_N {
    padding: 5rem 0;
}.academic_expertise_N .student_votes_s {
    gap: 2rem;
    padding: 2.5rem;
}.academic_expertise_N .img_center_n {
    animation: float-photo 5s infinite ease-in-out;
}.academic_expertise_N .emp_overview_o {
    padding: 0;
}.academic_expertise_N .emp_overview_o::before {
    font-size: 3rem;
    top: -1.5rem;
    left: -0.5rem;
}.academic_expertise_N .emp_overview_o::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}}.give_it_a_try_h {
    overflow: hidden;
    position: relative;
    padding: 130px 0;
    background: linear-gradient(155deg, rgb(191,208,204,0.5) 50%, rgb(225,233,231) 50%);
}.give_it_a_try_h::before {
    width: 100%;
    background-size: 30px 30px;
    background-position: 0 0;
    top: 0;
    opacity: 0.04;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    content: '';
}.give_it_a_try_h .learn_learnings_S {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    align-items: flex-start;
    padding: 0 20px;
    display: flex;
    max-width: 1000px;
    gap: 50px;
}.give_it_a_try_h .container p {
    padding: 30px;
    line-height: 1.4;
    z-index: 5;
    font-size: 31px;
    font-weight: 700;
    flex: 1;
    background: #ffffff;
    margin: 0;
    border-radius: 20px 20px 20px 0;
    color: #000000;
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
}.give_it_a_try_h .inquiry_support_D {
    padding: 20px;
    transition: all 0.4s ease;
    position: relative;
    height: 220px;
    display: flex;
    z-index: 5;
    font-size: 20px;
    text-align: center;
    transform: translateY(30px);
    color: #ffffff;
    background: rgb(191,208,204);
    flex: 0 0 220px;
    font-weight: 600;
    justify-content: center;
    border-radius: 20px 20px 0 20px;
    align-items: center;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.give_it_a_try_h .inquiry_support_D::before {
    position: absolute;
    border-radius: 20px 20px 0 20px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    background: rgb(152,173,169);
    content: '';
    z-index: -1;
    opacity: 0;
    left: 0;
}.give_it_a_try_h .inquiry_support_D:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}.give_it_a_try_h .inquiry_support_D:hover::before {
    opacity: 1;
}.give_it_a_try_h .container p::after {
    width: 40px;
    bottom: -10px;
    background: rgb(191,208,204);
    z-index: -1;
    left: -10px;
    content: '';
    height: 40px;
    position: absolute;
    border-radius: 10px;
}.give_it_a_try_h::after {
    content: '';
    height: 200px;
    top: -100px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    right: -100px;
    z-index: 1;
    width: 200px;
}.give_it_a_try_h .learn_learnings_S::after {
    width: 150px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 1;
    left: -75px;
    bottom: -75px;
    height: 150px;
    content: '';
    border-radius: 50%;
}

@media (max-width: 991px) {.give_it_a_try_h {
    padding: 110px 0;
}.give_it_a_try_h .learn_learnings_S {
    gap: 40px;
}.give_it_a_try_h .container p {
    font-size: calc(18px * 1.2);
    padding: 25px;
}.give_it_a_try_h .inquiry_support_D {
    flex: 0 0 180px;
    height: 180px;
}.give_it_a_try_h .container p::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 767px) {.give_it_a_try_h {
    background: linear-gradient(175deg, rgb(191,208,204,0.5) 60%, rgb(225,233,231) 60%);
    padding: 90px 0;
}.give_it_a_try_h .learn_learnings_S {
    flex-direction: column;
    gap: 60px;
}.give_it_a_try_h .container p {
    font-size: 18px;
    width: 100%;
}.give_it_a_try_h .inquiry_support_D {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    align-self: flex-end;
}
}

@media (max-width: 480px) {.give_it_a_try_h {
    padding: 70px 0;
}.give_it_a_try_h .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(15px * 1.2);
    padding: 20px;
}.give_it_a_try_h .inquiry_support_D {
    height: 140px;
    font-size: calc(20px * 0.9);
    width: 140px;
    border-radius: 15px 15px 0 15px;
}.give_it_a_try_h .container p::after {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}}.tySpotlight_W {
    background: linear-gradient(135deg, rgb(225,233,231) 0%, rgb(191,208,204,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.tySpotlight_W::before {
    background: linear-gradient(230deg, rgb(152,173,169,0.5) 10%, transparent 80%);
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    width: 40%;
}.tySpotlight_W::after {
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(191,208,204,0.5) 0%, transparent 70%);
    filter: blur(30px);
    left: -5rem;
    position: absolute;
    animation: pulse 8s infinite ease-in-out;
    content: "";
    height: 20rem;
    z-index: 0;
    bottom: -5rem;
    width: 20rem;
}.tySpotlight_W .container {
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.tySpotlight_W h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    max-width: 90%;
    line-height: 1.3;
    transform-origin: left center;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 34px;
    position: relative;
    font-weight: 700;
}.tySpotlight_W h2::after {
    position: absolute;
    width: 6rem;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(191,208,204) 0%, rgb(152,173,169) 100%);
    height: 0.3rem;
    transform-origin: left;
    bottom: -1rem;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.tySpotlight_W .learn_learnings_S {
    background: #ffffff;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding: 3rem;
    transform: translateY(20px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    position: relative;
}.tySpotlight_W .learn_learnings_S::before {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(152,173,169,0.5) 150%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
}.tySpotlight_W ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tySpotlight_W li {
    position: relative;
    padding-left: 2rem;
}.tySpotlight_W li::before {
    width: 0.6rem;
    transform: rotate(45deg) scale(0);
    left: 0;
    height: 0.6rem;
    top: 0.5rem;
    background: rgb(191,208,204);
    position: absolute;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.tySpotlight_W span {
    position: relative;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.tySpotlight_W {
    padding: 4rem 0;
}.tySpotlight_W h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.tySpotlight_W .learn_learnings_S {
    padding: 2.5rem;
}.tySpotlight_W::before {
    width: 30%;
}
}

@media (max-width: 768px) {.tySpotlight_W {
    padding: 3.5rem 0;
}.tySpotlight_W h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
    line-height: 1.4;
}.tySpotlight_W .learn_learnings_S {
    padding: 2rem;
}.tySpotlight_W .container {
    transform: perspective(1000px) rotateX(1deg);
}.tySpotlight_W::before {
    width: 25%;
}.tySpotlight_W li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.tySpotlight_W {
    padding: 3rem 0;
}.tySpotlight_W h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.7);
}.tySpotlight_W h2::after {
    width: 5rem;
    height: 0.25rem;
    bottom: -0.75rem;
}.tySpotlight_W .learn_learnings_S {
    padding: 1.5rem;
}.tySpotlight_W .container {
    padding: 0 1.5rem;
    transform: none;
}.tySpotlight_W::before {
    display: none;
}.tySpotlight_W li {
    padding-left: 1.5rem;
}.tySpotlight_W li::before {
    width: 0.5rem;
    top: 0.4rem;
    height: 0.5rem;
}.tySpotlight_W span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.cookie_popup_warning_N {
    background: rgb(225,233,231);
    position: fixed;
    border-top: 2px solid rgb(191,208,204);
    width: 100%;
    bottom: 0;
    z-index: 90;
}.cookie_menu_j {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.cookie_popup_warning_N h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_warning_N p {
    font-size: 18px;
}.user_default_y {
    flex-shrink: 0;
    margin-right: 10px;
}.user_default_y svg, .user_default_y svg path, .user_default_y img {
    fill: rgb(191,208,204);
    width: 100px;
    height: 100px;
}.learn_agree_o {
    border-bottom: 2px solid rgb(191,208,204);
    line-height: 35px;
    flex-shrink: 0;
    text-align: center;
    color: rgb(191,208,204);
    cursor: pointer;
    min-width: 120px;
    margin-left: 10px;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}.cookie_popup_warning_N p a {
    text-decoration: none;
    color: rgb(191,208,204);
}#cookie_info_window_2 {
    display: none;
}#cookie_info_window_2:checked ~ .cookie_popup_warning_N {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_popup_warning_N {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_default_y {
    display: none;
}.cookie_menu_j {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_popup_warning_N h5 {
    text-align: center;
}.cookie_popup_warning_N p {
    text-align: center;
}.cookie_guard_l {
    margin-bottom: 20px;
}body .wrapper-skeleton_s .learn_agree_o {
    margin-left: 0;
}}
.wrapper-skeleton_s .cookie_menu_j {
    justify-content: flex-end;
}.wrapper-skeleton_s .learn_agree_o {
    color: #ffffff;
    padding: 10px;
    background: rgb(191,208,204);
    margin-left: 30px;
    font-size: 20px;
}.wrapper-skeleton_s .cookie_guard_l {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-skeleton_s .learn_agree_o {
    margin-bottom: 10px;
    margin-left: 0;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.milestone_cta_d {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(152,173,169));
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}.milestone_cta_d::before {
    top: 0;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(152,173,169,0.5) 0%, transparent 50%);
    pointer-events: none;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
}.milestone_cta_d::after {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 40%, rgb(191,208,204,0.5) 70%, transparent 100%);
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.milestone_cta_d .container {
    z-index: 2;
    position: relative;
}footer .facebook_cta_4 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .connect_team_M {
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 20px;
}footer .connect_team_M:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    fill: rgb(191,208,204);
    transition: transform 0.3s ease;
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(191,208,204,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    text-decoration: none;
    display: flex;
    font-size: 18px;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 400;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(191,208,204);
    text-shadow: 0 0 8px rgb(191,208,204,0.5);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 40px;
    display: grid;
}footer .site_nav_r {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}footer .site_nav_r svg {
    filter: drop-shadow(0 0 5px rgb(191,208,204,0.5));
    transition: filter 0.3s ease;
    margin-bottom: 10px;
    height: 50px;
    width: auto;
}footer .site_nav_r:hover svg {
    filter: drop-shadow(0 0 8px rgb(191,208,204));
}footer .referral_prog_m {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
}footer .main_sitewrap_1 {
    transition: box-shadow 0.3s ease;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 25px;
}footer .main_sitewrap_1:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .main_sitewrap_1::before {
    opacity: 0;
    border-radius: calc(20px + 2px);
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(191,208,204), transparent, rgb(152,173,169), transparent);
    content: "";
    z-index: -1;
    transition: opacity 0.5s ease;
    top: -2px;
    left: -2px;
    bottom: -2px;
}footer .main_sitewrap_1:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .main_sitewrap_1 h5 {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    color: #ffffff;
}footer .main_sitewrap_1 h5::after {
    content: "";
    background: rgb(191,208,204);
    width: 50px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -1px;
}footer .main_sitewrap_1:hover h5::after {
    width: 100px;
}footer .main_pagebar_D {
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px;
}footer .main_pagebar_D a {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-size: calc(18px - 1px);
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
}footer .main_pagebar_D a::before {
    opacity: 0.7;
    border-radius: 50%;
    left: 0;
    height: 6px;
    width: 6px;
    top: 50%;
    background-color: rgb(191,208,204);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    content: "";
    transform: translateY(-50%) scale(0.8);
    position: absolute;
}footer .main_pagebar_D a:hover {
    padding-left: 20px;
    color: rgb(191,208,204);
}footer .main_pagebar_D a:hover::before {
    background-color: rgb(191,208,204);
    opacity: 1;
    box-shadow: 0 0 5px rgb(191,208,204), 0 0 10px rgb(191,208,204,0.5);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,173,169,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    width: 200%;
    height: 200%;
    content: "";
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
}footer .subscribe_holder h5::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,204), transparent);
    bottom: -5px;
    position: absolute;
    width: 100%;
    height: 2px;
}footer .subscribe_holder p {
    opacity: 0.9;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(191,208,204,0.5);
    border-color: rgb(191,208,204);
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .news_box_Y {
    border-radius: 10px;
    background: rgb(191,208,204);
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    padding: 14px 24px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}footer .news_box_Y::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
}footer .news_box_Y:hover {
    transform: translateY(-3px);
    background: rgb(152,173,169);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .news_box_Y:hover::before {
    left: 100%;
}footer .a11y_tools_F {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .subscr_info_T {
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_box_Y {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .facebook_cta_4 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .connect_team_M {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .milestone_cta_d {
    padding: 60px 0 30px;
}footer .connect_team_M {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .main_sitewrap_1, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .main_sitewrap_1 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .main_pagebar_D a {
    font-size: calc(18px - 2px);
}footer .a11y_tools_F {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .milestone_cta_d {
    padding: 40px 0 20px;
}footer .connect_team_M, footer .main_sitewrap_1, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .news_box_Y {
    padding: 12px;
}footer .site_nav_r svg {
    height: 40px;
}footer .referral_prog_m {
    font-size: calc(12px - 1px);
}}.privacy_vaulting_k {
    margin-right: 5%;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background-color: rgb(225,233,231);
    color: #000000;
    margin-left: 5%;
    padding: 40px;
}.privacy_vaulting_k:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.privacy_vaulting_k h1,
.privacy_vaulting_k h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}.privacy_vaulting_k h1 {
    font-weight: 700;
    font-size: 44px;
    color: rgb(191,208,204);
    border-bottom: 3px solid rgb(191,208,204);
    padding-bottom: 10px;
}.privacy_vaulting_k h2 {
    font-size: 37px;
    font-weight: 600;
    color: rgb(152,173,169);
    padding-left: 10px;
    border-left: 5px solid rgb(152,173,169);
}.privacy_vaulting_k ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}.privacy_vaulting_k ul li {
    color: #000000;
    font-size: 13px;
    padding: 10px 0;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_vaulting_k ul li:last-child {
    border-bottom: none;
}.privacy_vaulting_k p {
    margin: 20px 0;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    font-size: 13px;
}.privacy_vaulting_k div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_vaulting_k {
    padding: 20px;
}.privacy_vaulting_k h1 {
    font-size: calc(21px - 10px);
}.privacy_vaulting_k h2 {
    font-size: calc(21px - 10px);
}.privacy_vaulting_k ul li {
    font-size: calc(13px - 2px);
}.privacy_vaulting_k p {
    font-size: calc(13px - 2px);
}}.course_suitability_n {
    position: relative;
    padding: 120px 0;
    background: rgb(225,233,231);
    overflow: hidden;
}.course_suitability_n::before {
    background: radial-gradient(circle at 30% 40%, rgb(191,208,204,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(152,173,169,0.5) 0%, transparent 35%);
    height: 100%;
    content: "";
    opacity: 0.3;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.course_suitability_n .learn_learnings_S {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.course_suitability_n h3 {
    color: #000000;
    font-size: 38px;
    text-align: center;
    left: 50%;
    font-weight: 700;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
}.course_suitability_n h3::before {
    height: 100px;
    position: absolute;
    width: 100px;
    left: -30px;
    top: -20px;
    border-radius: 50%;
    border: 2px solid rgb(191,208,204,0.5);
    content: "";
    z-index: -1;
}.course_suitability_n h3::after {
    position: absolute;
    right: -20px;
    content: "";
    width: 60px;
    border: 2px solid rgb(152,173,169,0.5);
    border-radius: 50%;
    z-index: -1;
    bottom: -15px;
    height: 60px;
}.course_suitability_n ul {
    gap: 50px;
    list-style: none;
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}.course_suitability_n ul li {
    height: 220px;
    transition: all 0.4s ease;
    background: #ffffff;
    flex-direction: column;
    z-index: 2;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    align-items: center;
    width: 220px;
    justify-content: flex-start;
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
    text-align: center;
}.course_suitability_n ul li::before {
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(191,208,204), rgb(152,173,169));
    content: "";
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    position: absolute;
}.course_suitability_n ul li::after {
    content: "";
    opacity: 0.5;
    top: -10px;
    width: calc(100% + 20px);
    border-radius: 50%;
    left: -10px;
    z-index: -2;
    height: calc(100% + 20px);
    position: absolute;
    border: 2px dashed rgb(191,208,204,0.5);
    transition: all 0.4s ease;
}.course_suitability_n ul li:hover {
    transform: scale(1.05);
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.course_suitability_n ul li:hover::before {
    opacity: 1;
}.course_suitability_n ul li:hover::after {
    border-color: rgb(152,173,169);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}.course_suitability_n ul li svg {
    flex-shrink: 0;
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
    margin-top: 45px;
    transition: all 0.4s ease;
}.course_suitability_n ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.course_suitability_n ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(191,208,204);
}.course_suitability_n ul li:hover svg path {
    fill: #ffffff;
}.course_suitability_n ul li > span {
    display: block;
    padding: 0 30px;
    max-height: 100px;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 1200px) {.course_suitability_n ul {
    gap: 40px;
}.course_suitability_n ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.course_suitability_n {
    padding: 100px 0;
}.course_suitability_n h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.course_suitability_n ul {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
}.course_suitability_n ul li {
    width: 220px;
    height: 220px;
}.course_suitability_n ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.course_suitability_n {
    padding: 80px 0;
}.course_suitability_n h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.course_suitability_n ul {
    gap: 30px;
}.course_suitability_n ul li {
    height: 200px;
    width: 200px;
}.course_suitability_n ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.course_suitability_n {
    padding: 60px 0;
}.course_suitability_n .learn_learnings_S {
    padding: 0 20px;
}.course_suitability_n h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.course_suitability_n ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.course_suitability_n ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.course_suitability_n ul li {
    height: 200px;
    width: 200px;
}.course_suitability_n ul li svg {
    margin-top: 35px;
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
}.course_suitability_n ul li > span {
    padding: 0 20px;
}}.contact_panel_I {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(152,173,169,0.5) 0%, 
        rgb(191,208,204,0.5) 100%
    );
}.contact_panel_I::before {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    width: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    content: '';
    height: 200%;
    animation: subtle-pulse 12s infinite alternate;
    z-index: 1;
}.contact_panel_I::after {
    height: 150%;
    z-index: 1;
    right: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    bottom: -30%;
    width: 150%;
    content: '';
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
}.contact_panel_I .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 1rem;
}.contact_panel_I h2 {
    font-weight: 700;
    position: relative;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
}.contact_panel_I h2::after {
    left: 50%;
    height: 3px;
    width: 80px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(191,208,204), 
        transparent
    );
    position: absolute;
    content: '';
    transform: translateX(-50%);
    bottom: -0.5rem;
}.contact_panel_I .request_block_V {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    overflow: hidden;
    align-items: stretch;
    border-radius: 29px;
    border: 1px solid rgba(255,255,255,0.1);
}.contact_panel_I .img_center_n {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_panel_I .img_center_n::before {
    height: 100%;
    position: absolute;
    opacity: 0.6;
    content: '';
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(152,173,169,0.5) 0%, 
        rgb(191,208,204,0.5) 100%
    );
    left: 0;
    mix-blend-mode: color-dodge;
    width: 100%;
}.contact_panel_I .connect_request_6 {
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
}.contact_panel_I .connect_request_6 form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.contact_panel_I .connect_request_6 h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}.contact_panel_I .connect_request_6 input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    font-size: 18px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}.contact_panel_I .connect_request_6 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(191,208,204);
    box-shadow: 0 0 15px rgba(rgb(191,208,204), 0.3);
}.contact_panel_I .connect_request_6 .message_links_k {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact_panel_I .connect_request_6 .message_links_k input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    appearance: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-right: 1rem;
}.contact_panel_I .connect_request_6 .message_links_k input[type="checkbox"]:checked {
    border-color: rgb(191,208,204);
    background: rgb(191,208,204);
}.contact_panel_I .connect_request_6 .message_links_k input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.contact_panel_I .connect_request_6 .message_links_k label {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    align-items: center;
}.contact_panel_I .connect_request_6 .message_links_k a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,208,204);
    margin-left: 0.3rem;
}.contact_panel_I .connect_request_6 .message_links_k a:hover {
    text-decoration: underline;
}.contact_panel_I .connect_request_6 .inquiry_support_D {
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 100%;
    background: rgb(191,208,204);
}.contact_panel_I .connect_request_6 .inquiry_support_D::before {
    transition: all 0.3s ease;
    width: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
}.contact_panel_I .connect_request_6 .inquiry_support_D:hover::before {
    left: 100%;
}.contact_panel_I .connect_request_6 .inquiry_support_D:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_panel_I .request_block_V {
    flex-direction: column;
}.contact_panel_I .img_center_n {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_panel_I .connect_request_6 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_panel_I {
    padding: 3rem 0;
}.contact_panel_I h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.contact_panel_I .connect_request_6 h3 {
    font-size: calc(28px * 0.9);
}.contact_panel_I .connect_request_6 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_panel_I .connect_request_6 .message_links_k {
    align-items: flex-start;
}.contact_panel_I .connect_request_6 .message_links_k input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_panel_I .request_block_V {
    border-radius: 0;
}.contact_panel_I .img_center_n {
    min-height: 250px;
}.contact_panel_I .connect_request_6 {
    padding: 2rem 1.5rem;
}
}