* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.chrome_ext_ex {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.wrapper-canvas_ex {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.main_learning_ex {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 2%;
}::-webkit-scrollbar-track {
    background: rgb(178,132,143);
    border: 1px ridge rgb(210,220,218);
    border-radius: 18.8vw;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: all, background, border-radius 2.5s linear;
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(178,132,143,0.5);
}.container {
    width: 1257px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_intro_ex {
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgba(245, 245, 245, 0.9) 100%);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.title_intro_ex::before {
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0.15;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(195,186,171,0.5) 0%, transparent 40%);
    height: 100%;
}.title_intro_ex::after {
    right: 0;
    content: "";
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(178,132,143,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 70%;
    z-index: 1;
    transform: translateY(20%) rotate(-5deg);
    width: 50%;
}.title_intro_ex .approach_edu_ex {
    padding: 2rem;
    z-index: 2;
    min-height: 100vh;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.title_intro_ex h1 {
    animation: titleFadeIn 1.2s ease-out forwards;
    color: #000000;
    position: relative;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    transform: translateX(1rem);
    margin-bottom: 2rem;
    grid-column: 1 / 3;
    font-weight: 700;
    font-size: 45px;
}.title_intro_ex h1::after {
    content: "";
    width: 8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    animation: lineGrow 1.4s ease-out forwards;
    transform-origin: left;
    height: 0.3rem;
    transform: scaleX(0);
    bottom: -0.5rem;
    left: 0;
}.title_intro_ex .text_box_wrapper_ex {
    justify-content: center;
    flex-direction: column;
    display: flex;
    transform: translateY(-2rem);
    z-index: 3;
    perspective: 1000px;
}.title_intro_ex .intro_title_ex {
    border-left: 4px solid rgb(195,186,171);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    animation: cardReveal 1s ease-out forwards;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transform: rotateY(-5deg) translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
}.title_intro_ex .intro_title_ex:hover {
    transform: rotateY(0deg) translateZ(20px);
}.title_intro_ex .intro_title_ex p {
    position: relative;
    line-height: 1.6;
    transform: translateZ(20px);
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(15px * 1.2);
}.title_intro_ex .intro_title_ex p::after {
    height: 1px;
    bottom: -1rem;
    background: linear-gradient(90deg, transparent, rgb(178,132,143,0.5));
    right: 0;
    content: "";
    position: absolute;
    width: 70%;
}.title_intro_ex svg {
    width: 100px;
    transform: translateZ(30px);
    transition: transform 0.5s ease, filter 0.5s ease;
    margin: 0.5rem 0 2rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    height: 100px;
}.title_intro_ex svg:hover {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transform: translateZ(30px) scale(1.05);
}.title_intro_ex svg path {
    fill: rgb(195,186,171);
    transition: fill 0.3s ease;
}.title_intro_ex svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_intro_ex svg:hover path {
    fill: rgb(178,132,143);
}.title_intro_ex svg:hover text {
    fill: rgb(178,132,143);
}.title_intro_ex .help_query_ex {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 1rem 2rem;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    border: none;
    background: linear-gradient(135deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    z-index: 5;
    transform: translateZ(40px);
    font-weight: 600;
}.title_intro_ex .help_query_ex::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
}.title_intro_ex .help_query_ex:hover {
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(40px) translateY(-5px);
}.title_intro_ex .help_query_ex:hover::before {
    left: 100%;
}.title_intro_ex .image_cell_ex {
    height: 100%;
    z-index: 2;
    transform: translateX(1rem) translateY(-2rem);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    animation: photoReveal 1.5s ease-out forwards;
}.title_intro_ex .image_cell_ex::before {
    width: 100%;
    z-index: 3;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 30%, rgb(195,186,171,0.5) 100%);
}.title_intro_ex .image_cell_ex::after {
    opacity: 0.8;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

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

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.title_intro_ex .approach_edu_ex {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_intro_ex h1 {
    grid-column: 1 / 2;
    font-size: calc(45px * 0.9);
}.title_intro_ex .text_box_wrapper_ex {
    transform: translateY(0);
    order: 2;
}.title_intro_ex .image_cell_ex {
    min-height: 300px;
    transform: translateX(0) translateY(0);
    order: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 768px) {.title_intro_ex {
    min-height: auto;
}.title_intro_ex .approach_edu_ex {
    min-height: auto;
    padding: 1.5rem;
}.title_intro_ex h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
    text-align: center;
}.title_intro_ex h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_intro_ex .intro_title_ex {
    padding: 1.5rem;
    transform: rotateY(0) translateZ(0);
}.title_intro_ex .image_cell_ex {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.title_intro_ex svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 480px) {.title_intro_ex h1 {
    font-size: calc(45px * 0.7);
}.title_intro_ex .intro_title_ex p {
    font-size: 15px;
}.title_intro_ex .image_cell_ex {
    min-height: 200px;
}.title_intro_ex svg {
    height: 60px;
    width: 60px;
}.title_intro_ex .help_query_ex {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.title_intro_ex .help_query_ex::before {
    display: none;
}.title_intro_ex .intro_title_ex:hover {
    transform: rotateY(0) translateZ(0);
}.title_intro_ex svg:hover {
    transform: translateZ(0);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.title_intro_ex .help_query_ex:hover {
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}}header {
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 2px solid rgb(210,220,218);
}header:before {
    top: 0;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    height: 4px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,186,171), rgb(178,132,143), rgb(195,186,171));
    background-size: 200% 100%;
    content: '';
}header .first_teach_ex {
    width: 100%;
    padding: 0;
}header .container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .header_page_ex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .main_primary_ex {
    align-items: center;
    display: flex;
    gap: 35px;
}header .main_pro_ex {
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    font-weight: 600;
}header .main_pro_ex:before {
    transition: transform 0.3s ease;
    left: -15px;
    content: '';
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%) scale(0);
    width: 6px;
    background-color: rgb(195,186,171);
    position: absolute;
    height: 6px;
}header .main_pro_ex:after {
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgb(195,186,171);
    width: 100%;
    content: '';
    height: 2px;
    transform-origin: center;
    transform: scaleX(0);
}header .main_pro_ex:hover {
    color: rgb(195,186,171);
}header .main_pro_ex:hover:before {
    transform: translateY(-50%) scale(1);
}header .main_pro_ex:hover:after {
    transform: scaleX(1);
}header .header_top_ex {
    position: relative;
    padding: 5px 10px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}header .header_top_ex:before {
    border: 2px solid transparent;
    height: 100%;
    background: linear-gradient(to right, rgb(195,186,171), rgb(178,132,143)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    mask-composite: exclude;
    width: 100%;
    top: 0;
    border-radius: 10px;
    position: absolute;
    left: 0;
    -webkit-mask-composite: xor;
}header .header_top_ex:hover:before {
    opacity: 1;
}header .header_top_ex svg {
    width: auto;
    height: 42px;
    transition: transform 0.3s ease;
}header .header_top_ex:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .main_primary_ex {
    gap: 20px;
}header .main_pro_ex:before {
    left: -10px;
}header .header_top_ex svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_primary_ex {
    position: absolute;
    width: 100%;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    top: 100%;
    overflow: hidden;
    gap: 0;
    transition: max-height 0.4s ease;
    padding: 0;
    border-bottom: 3px solid rgb(195,186,171);
    left: 0;
    background-color: #ffffff;
    max-height: 0;
}header .menu.active {
    max-height: 400px;
}header .main_pro_ex {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(210,220,218);
    width: 100%;
}header .main_pro_ex:last-child {
    border-bottom: none;
}header .main_pro_ex:before {
    left: 5px;
}header .header_page_ex {
    padding: 5px 0;
}header .header_top_ex {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .header_top_ex svg {
    height: 32px;
}}.privacy_vault_ex {
    padding: 30px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}.privacy_vault_ex h1 {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    color: rgb(195,186,171);
    font-weight: 700;
    border-bottom: 2px solid rgb(195,186,171);
    margin-bottom: 20px;
    font-size: 42px;
    padding-bottom: 10px;
}.privacy_vault_ex h2 {
    padding-bottom: 5px;
    font-size: 36px;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgb(178,132,143);
    color: rgb(178,132,143);
    font-family: Arial, sans-serif;
}.privacy_vault_ex h3, .privacy_vault_ex h4, .privacy_vault_ex h5, .privacy_vault_ex h6 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}.privacy_vault_ex ul, .privacy_vault_ex ol {
    padding-left: 0;
    font-size: 12px;
    padding: 10px 0;
    color: #000000;
    font-family: Arial, sans-serif;
    list-style: none;
    list-style-position: inside;
}.privacy_vault_ex li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}.privacy_vault_ex li::before {
    position: absolute;
    content: "•";
    top: 0;
    left: 0;
    color: rgb(195,186,171);
    line-height: 1em;
    font-size: 1.2em;
}.privacy_vault_ex section {
    background: none;
}.privacy_vault_ex p, .privacy_vault_ex span, .privacy_vault_ex div {
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy_vault_ex {
    padding: 20px 10px;
}.privacy_vault_ex h1 {
    font-size: calc(20px - 4px);
    margin-bottom: 15px;
    margin-top: 20px;
}.privacy_vault_ex h2 {
    font-size: calc(20px - 4px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy_vault_ex ul, .privacy_vault_ex ol {
    padding-left: 10px;
}.privacy_vault_ex li {
    padding-left: 15px;
}}.course_summary_ex {
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    background-color: rgb(210,220,218);
    min-height: 100vh;
}.course_summary_ex .learn_more_ex {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.course_summary_ex .knowledge_ex {
    display: flex;
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    width: 500%;
}.course_summary_ex .learn_more_ex:hover .knowledge_ex {
    animation-play-state: paused;
}.course_summary_ex .lesson_path_ex {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 20%;
}.course_summary_ex .lesson_path_ex img {
    filter: brightness(0.8) saturate(1.3);
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
    width: 100%;
    transform-origin: center;
}.course_summary_ex .lesson_path_ex::before {
    position: absolute;
    background: 
        linear-gradient(0deg, 
            rgb(195,186,171,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(178,132,143,0.5) 100%),
        linear-gradient(90deg, 
            rgb(195,186,171,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(178,132,143,0.5) 100%);
    inset: 0;
    z-index: 2;
    content: '';
    opacity: 0.7;
}.course_summary_ex .lesson_path_ex::after {
    mix-blend-mode: overlay;
    inset: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(195,186,171,0.5) 0px,
            rgb(195,186,171,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
    z-index: 3;
    opacity: 0.3;
    position: absolute;
    content: '';
}.course_summary_ex .container {
    max-width: 1200px;
    z-index: 4;
    position: relative;
    width: 90%;
    margin: 0 auto;
}.course_summary_ex .approach_edu_ex {
    padding: 0.5rem;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(8px);
    width: 100%;
    margin-left: 0;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgb(195,186,171,0.5) 0%,
        rgb(178,132,143,0.5) 100%
    );
}.course_summary_ex .education_map_ex {
    position: relative;
    overflow: hidden;
    background: rgb(210,220,218);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
}.course_summary_ex .education_map_ex::before {
    content: '';
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(195,186,171,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(178,132,143,0.5) 0%,
            transparent 70%
        );
    position: absolute;
    opacity: 0.15;
    z-index: -1;
}.course_summary_ex .education_map_ex h3 {
    position: relative;
    color: rgb(195,186,171);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 36px;
}.course_summary_ex .education_map_ex h3::after {
    left: 0;
    content: '';
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, 
        rgb(195,186,171), 
        rgb(178,132,143));
    bottom: -10px;
    transition: width 0.3s ease, transform 0.3s ease;
    position: absolute;
    border-radius: 10px;
}.course_summary_ex .education_map_ex:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.course_summary_ex .education_map_ex p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
}.course_summary_ex .education_map_ex .help_query_ex {
    position: relative;
    box-shadow: 0 5px 15px rgb(195,186,171,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(to right, 
        rgb(195,186,171), 
        rgb(178,132,143));
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}.course_summary_ex .education_map_ex .help_query_ex::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, 
        rgb(178,132,143), 
        rgb(195,186,171));
    width: 100%;
    opacity: 0;
    content: '';
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
}.course_summary_ex .education_map_ex .help_query_ex:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(178,132,143,0.5);
}.course_summary_ex .education_map_ex .help_query_ex:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_summary_ex .education_map_ex {
    padding: 2.5rem;
}.course_summary_ex .approach_edu_ex {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_summary_ex .approach_edu_ex {
    max-width: 650px;
}.course_summary_ex .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_summary_ex {
    flex-direction: column;
    padding: 0;
    min-height: auto;
}.course_summary_ex .learn_more_ex {
    height: 350px;
    position: relative;
}.course_summary_ex .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course_summary_ex .approach_edu_ex {
    max-width: 100%;
    margin: 0 auto;
}.course_summary_ex .education_map_ex {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_summary_ex .learn_more_ex {
    height: 300px;
}.course_summary_ex .knowledge_ex {
    animation-duration: 25s;
}.course_summary_ex .container {
    padding: 2.5rem 1rem;
}.course_summary_ex .education_map_ex {
    padding: 1.8rem;
}.course_summary_ex .education_map_ex h3 {
    font-size: calc(36px * 0.9);
}.course_summary_ex .education_map_ex p {
    font-size: calc(18px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course_summary_ex .learn_more_ex {
    height: 250px;
}.course_summary_ex .knowledge_ex {
    animation-duration: 20s;
}.course_summary_ex .container {
    padding: 2rem 0.8rem;
}.course_summary_ex .education_map_ex {
    padding: 1.5rem;
}.course_summary_ex .education_map_ex h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course_summary_ex .education_map_ex p {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
    margin-bottom: 1.2rem;
}.course_summary_ex .education_map_ex .help_query_ex {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.course_summary_ex .knowledge_ex,
    .course_summary_ex .lesson_path_ex img,
    .course_summary_ex .lesson_path_ex::after {
    animation: none;
}}.who_we_are_ex {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.who_we_are_ex::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,186,171,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    top: 0;
}.who_we_are_ex::after {
    transform: rotate(15deg);
    opacity: 0.3;
    height: 250px;
    bottom: -50px;
    border: 3px solid rgb(178,132,143);
    position: absolute;
    width: 250px;
    right: -50px;
    z-index: 1;
    content: "";
}.who_we_are_ex .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_are_ex .text_box_wrapper_ex {
    border-left: 4px solid rgb(178,132,143);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    opacity: 0;
    padding: 40px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s ease-out forwards;
}.who_we_are_ex .text_box_wrapper_ex::before {
    left: 30px;
    z-index: -1;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
    background-color: rgb(178,132,143);
    position: absolute;
    width: 80px;
    top: -15px;
}.who_we_are_ex h5 {
    margin: 0 0 15px 0;
    transform: translateX(-10px);
    font-size: 20px;
    animation: slideRight 0.6s ease-out 0.3s forwards;
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    color: rgb(178,132,143);
    letter-spacing: 2px;
}.who_we_are_ex h5::after {
    height: 2px;
    position: absolute;
    animation: expandLine 0.6s ease-out 0.9s forwards;
    content: "";
    transform-origin: left;
    background: linear-gradient(to right, rgb(178,132,143), transparent);
    bottom: -5px;
    transform: scaleX(0);
    left: 0;
    width: 100%;
}.who_we_are_ex p {
    margin: 0 0 20px 0;
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(18px * 1.2);
    animation: fadeIn 0.6s ease-out 0.6s forwards;
}.who_we_are_ex p b {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: calc(20px * 1.1);
    display: inline-block;
    padding-right: 15px;
}.who_we_are_ex p b::after {
    right: 0;
    content: "";
    height: 8px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(178,132,143);
    width: 8px;
}.who_we_are_ex ol {
    list-style: none;
    opacity: 0;
    transform: translateY(20px);
    padding: 0;
    position: relative;
    margin: 0;
    animation: fadeIn 0.8s ease-out 0.9s forwards;
}.who_we_are_ex ol li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    max-height: 400px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    scrollbar-color: rgb(178,132,143) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    overflow-y: auto;
}.who_we_are_ex ol li::-webkit-scrollbar {
    width: 6px;
}.who_we_are_ex ol li::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}.who_we_are_ex ol li::-webkit-scrollbar-thumb {
    background-color: rgb(178,132,143);
    border-radius: 3px;
}.who_we_are_ex ol li::before {
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    content: "";
    background-color: rgb(178,132,143);
}

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

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

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

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

@media (max-width: 992px) {.who_we_are_ex {
    padding: 80px 0;
}.who_we_are_ex .text_box_wrapper_ex {
    padding: 30px;
}.who_we_are_ex h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 10px;
}.who_we_are_ex p {
    font-size: 18px;
}.who_we_are_ex ol li {
    max-height: 300px;
}
}

@media (max-width: 768px) {.who_we_are_ex {
    padding: 60px 0;
}.who_we_are_ex::after {
    bottom: -30px;
    width: 150px;
    height: 150px;
    right: -30px;
}.who_we_are_ex .text_box_wrapper_ex {
    padding: 25px 20px;
}.who_we_are_ex h5 {
    font-size: calc(20px * 0.85);
}.who_we_are_ex p b {
    font-size: 20px;
}.who_we_are_ex ol li {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.who_we_are_ex {
    padding: 50px 0;
}.who_we_are_ex .text_box_wrapper_ex::before {
    top: -10px;
    left: 20px;
    width: 60px;
}.who_we_are_ex .text_box_wrapper_ex {
    padding: 20px 15px;
}.who_we_are_ex h5 {
    font-size: calc(20px * 0.8);
    letter-spacing: 1px;
}.who_we_are_ex p {
    margin-bottom: 15px;
    font-size: calc(18px * 0.95);
}.who_we_are_ex ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    max-height: 200px;
}}.gratSpace_ex {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgb(178,132,143,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 120px 0 80px;
}.gratSpace_ex::before {
    height: 100%;
    transform: translateZ(-10px);
    position: absolute;
    z-index: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(178,132,143,0.5) 0px,
        rgb(178,132,143,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.07;
}.gratSpace_ex::after {
    position: absolute;
    bottom: -50px;
    animation: floating 8s infinite ease-in-out;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(195,186,171,0.5) 0%, transparent 70%);
    right: -50px;
    height: 200px;
    content: "";
    opacity: 0.4;
    width: 200px;
}.gratSpace_ex .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    transform-style: preserve-3d;
    position: relative;
}.gratSpace_ex h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 38px;
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    animation: slideIn 0.8s ease-out forwards;
}.gratSpace_ex h2::after {
    bottom: -12px;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    background: linear-gradient(90deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    position: absolute;
    width: 120px;
    transform: scaleX(0);
    height: 4px;
    content: "";
    transform-origin: left;
}.gratSpace_ex .approach_edu_ex {
    padding: 40px;
    transition: transform 0.5s ease;
    animation: fadeIn 1s 0.3s both;
    border-left: 5px solid rgb(195,186,171);
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    background: #ffffff;
}.gratSpace_ex .approach_edu_ex:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.gratSpace_ex ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratSpace_ex li {
    padding-left: 30px;
    position: relative;
}.gratSpace_ex li::before {
    left: 0;
    box-shadow: 0 0 0 4px rgb(178,132,143,0.5);
    height: 8px;
    content: "";
    position: absolute;
    top: 8px;
    background-color: rgb(178,132,143);
    border-radius: 50%;
    animation: pulse 3s infinite;
    width: 8px;
}.gratSpace_ex span {
    display: block;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: all 0.3s;
}.gratSpace_ex .approach_edu_ex::after {
    transform: rotate(15deg);
    opacity: 0.9;
    border-radius: 10px;
    width: 60px;
    right: 30px;
    height: 60px;
    animation: float 6s infinite ease-in-out;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    position: absolute;
    top: -10px;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(178,132,143,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(178,132,143), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(178,132,143), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.gratSpace_ex {
    padding: 80px 0 60px;
}.gratSpace_ex h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.gratSpace_ex .approach_edu_ex {
    padding: 30px;
}.gratSpace_ex h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratSpace_ex {
    padding: 60px 0 40px;
}.gratSpace_ex h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.gratSpace_ex .approach_edu_ex {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.gratSpace_ex .approach_edu_ex:hover {
    transform: translateZ(8px) rotateX(0deg);
}.gratSpace_ex li {
    padding-left: 25px;
}.gratSpace_ex span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.gratSpace_ex .approach_edu_ex::after {
    top: -5px;
    height: 40px;
    right: 20px;
    width: 40px;
}
}

@media (max-width: 575px) {.gratSpace_ex {
    padding: 50px 0 30px;
}.gratSpace_ex h2 {
    line-height: 1.4;
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.gratSpace_ex h2::after {
    width: 80px;
    height: 3px;
}.gratSpace_ex .approach_edu_ex {
    transform: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
}.gratSpace_ex .approach_edu_ex:hover {
    transform: translateY(-3px);
}.gratSpace_ex li {
    padding-left: 20px;
}.gratSpace_ex li::before {
    top: 7px;
    width: 6px;
    height: 6px;
}.gratSpace_ex span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.gratSpace_ex .approach_edu_ex::after {
    display: none;
}}.target_audience_ex {
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.target_audience_ex::before {
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,186,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(178,132,143,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 0;
    opacity: 0.6;
}.target_audience_ex::after {
    content: "";
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    position: absolute;
    background-size: 120px 120px;
    width: 100%;
    top: 0;
    opacity: 0.03;
    z-index: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
}.target_audience_ex .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.target_audience_ex .approach_edu_ex {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 24px;
    transform: translateY(0);
}.target_audience_ex .approach_edu_ex:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.target_audience_ex .approach_edu_ex::before {
    right: -100px;
    width: 200px;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    content: "";
    filter: blur(30px);
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    top: -100px;
    height: 200px;
}.target_audience_ex .approach_edu_ex::after {
    border-radius: 50%;
    filter: blur(25px);
    width: 150px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    position: absolute;
    left: -75px;
    background: linear-gradient(225deg, rgb(178,132,143) 0%, rgb(195,186,171) 100%);
    height: 150px;
    opacity: 0.1;
    bottom: -75px;
    content: "";
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.target_audience_ex h4 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
}.target_audience_ex h4::after {
    background: linear-gradient(90deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    height: 4px;
    bottom: 0;
    position: absolute;
}.target_audience_ex div p {
    align-items: center;
    border-left: 3px solid rgb(195,186,171);
    margin-bottom: 25px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-size: calc(14px + 2px);
    padding: 15px 20px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}.target_audience_ex div p:last-child {
    margin-bottom: 0;
}.target_audience_ex div p:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.target_audience_ex div p svg {
    margin-right: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    min-width: 24px;
}.target_audience_ex div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.target_audience_ex div p svg path {
    fill: rgb(195,186,171);
}.target_audience_ex div p::after {
    background: linear-gradient(90deg, rgb(195,186,171) 0%, transparent 100%);
    left: 0;
    transition: width 0.5s ease;
    content: "";
    bottom: 0;
    height: 1px;
    width: 0;
    position: absolute;
}.target_audience_ex div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.target_audience_ex {
    padding: 80px 0;
}.target_audience_ex .approach_edu_ex {
    padding: 40px 30px;
}.target_audience_ex h4 {
    margin-bottom: 30px;
    font-size: calc(35px - 2px);
}.target_audience_ex div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 14px;
}
}

@media (max-width: 767px) {.target_audience_ex {
    padding: 60px 0;
}.target_audience_ex .approach_edu_ex {
    padding: 30px 20px;
}.target_audience_ex h4 {
    font-size: calc(35px - 4px);
    margin-bottom: 25px;
    padding-bottom: 12px;
}.target_audience_ex h4::after {
    width: 60px;
    height: 3px;
}.target_audience_ex div p {
    font-size: calc(14px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.target_audience_ex div p svg {
    min-width: 20px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.target_audience_ex::before,
    .target_audience_ex::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.target_audience_ex {
    padding: 40px 0;
}.target_audience_ex .approach_edu_ex {
    padding: 25px 15px;
}.target_audience_ex h4 {
    font-size: calc(35px - 6px);
}.target_audience_ex div p {
    padding: 8px 10px;
    font-size: calc(14px - 2px);
}.target_audience_ex div p svg {
    min-width: 18px;
    margin-right: 8px;
    height: 18px;
    width: 18px;
}}.study_process_ex {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgb(178,132,143,0.5) 100%);
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
}.study_process_ex::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(195,186,171,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(195,186,171,0.5) 12px
    );
    animation: patternShift 20s infinite linear;
    right: -5%;
    position: absolute;
    bottom: -5%;
    top: -5%;
    z-index: 1;
    opacity: 0.05;
    pointer-events: none;
    transform: rotateX(45deg) rotateZ(-2deg);
    left: -5%;
    content: "";
}.study_process_ex::after {
    opacity: 0.2;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(195,186,171,0.5) 0%,
        transparent 60%
    );
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}.study_process_ex .container.approach_edu_ex {
    margin: 0 auto;
    background: #ffffff;
    max-width: 1140px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(195,186,171);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.study_process_ex .container.approach_edu_ex:hover {
    transform: translateY(-5px) rotateX(2deg);
}.study_process_ex .container.approach_edu_ex > div {
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}.study_process_ex .container.approach_edu_ex > div::before {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(195,186,171) 0%,
        rgb(178,132,143) 100%
    );
    height: 5px;
    position: absolute;
}.study_process_ex h3 {
    margin-bottom: 2rem;
    line-height: 1.2;
    transform: translateZ(10px);
    position: relative;
    letter-spacing: -0.01em;
    display: inline-block;
    color: #000000;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
}.study_process_ex h3::after {
    bottom: -10px;
    position: absolute;
    width: 0;
    left: 0;
    height: 3px;
    background: rgb(178,132,143);
    content: "";
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.study_process_ex .container.approach_edu_ex:hover h3::after {
    width: 100%;
}.study_process_ex p {
    max-width: 90%;
    z-index: 2;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}.study_process_ex p span {
    padding-left: 1rem;
    opacity: 0;
    animation: textFadeIn 1s ease-out forwards;
    display: inline-block;
    position: relative;
    border-left: 2px solid rgb(195,186,171,0.5);
    transform: translateY(20px);
}

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

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) {.study_process_ex .container.approach_edu_ex > div {
    padding: 4.5rem;
}.study_process_ex h3 {
    padding-left: 20px;
    margin-left: -20px;
}.study_process_ex p {
    max-width: 80%;
    margin-left: 2rem;
    font-size: calc(17px + 0.1rem);
    line-height: 1.9;
}.study_process_ex p span {
    border-left-width: 3px;
    padding-left: 1.5rem;
}.study_process_ex .container.approach_edu_ex {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.study_process_ex .container.approach_edu_ex:hover {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 991.98px) {.study_process_ex {
    padding: 5rem 0;
}.study_process_ex .container.approach_edu_ex > div {
    padding: 3rem 2.5rem;
}.study_process_ex h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}.study_process_ex p {
    max-width: 100%;
}
}

@media (max-width: 767.98px) {.study_process_ex {
    padding: 4rem 0;
}.study_process_ex .container.approach_edu_ex {
    margin: 0 15px;
}.study_process_ex .container.approach_edu_ex > div {
    padding: 2.5rem 1.5rem;
}.study_process_ex h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.study_process_ex p span {
    padding-left: 0.75rem;
    border-left-width: 1px;
}
}

@media (max-width: 575.98px) {.study_process_ex {
    padding: 3rem 0;
}.study_process_ex .container.approach_edu_ex > div {
    padding: 2rem 1.25rem;
}.study_process_ex h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}.study_process_ex p {
    font-size: calc(17px - 0.05rem);
    line-height: 1.7;
}
}

@media (hover: hover) {.study_process_ex .container.approach_edu_ex {
    cursor: default;
}.study_process_ex .container.approach_edu_ex::after {
    inset: 0;
    background: linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.03) 100%
        );
    content: "";
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}.study_process_ex .container.approach_edu_ex:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.study_process_ex .container.approach_edu_ex:hover {
    transform: translateY(-5px);
}.study_process_ex::before {
    animation: none;
}.study_process_ex p span {
    animation: none;
    transform: none;
    opacity: 1;
}}.customer_feedback_ex {
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(178,132,143,0.5), 0.05), rgba(rgb(195,186,171,0.5), 0.1));
    overflow: hidden;
    padding: 5rem 0;
}.customer_feedback_ex::before {
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    width: 300px;
    position: absolute;
    background: radial-gradient(circle at center, rgba(rgb(195,186,171,0.5), 0.15), transparent 70%);
    z-index: 0;
    top: -5%;
    height: 300px;
}.customer_feedback_ex::after {
    width: 250px;
    bottom: -5%;
    z-index: 0;
    left: -5%;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    height: 250px;
    background: radial-gradient(circle at center, rgba(rgb(178,132,143,0.5), 0.12), transparent 70%);
}.customer_feedback_ex .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.customer_feedback_ex h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 3.5rem;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 33px;
}.customer_feedback_ex h2::after {
    height: 3px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(195,186,171), transparent);
    width: 100px;
    left: 50%;
}.customer_feedback_ex .alumni_reviews_ex {
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
}.customer_feedback_ex .success_feedback_ex {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    display: flex;
    background: linear-gradient(145deg, #ffffff, rgba(rgb(255, 255, 255, 0.5), 0.85));
    position: relative;
    padding: 1.8rem;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    border-radius: 8px;
}.customer_feedback_ex .success_feedback_ex::before {
    height: 0;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(195,186,171), rgb(178,132,143));
    width: 5px;
    position: absolute;
    left: 0;
}.customer_feedback_ex .success_feedback_ex:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.customer_feedback_ex .success_feedback_ex:hover::before {
    height: 100%;
}.customer_feedback_ex .success_feedback_ex div {
    margin-bottom: 1.2rem;
    align-items: center;
    display: flex;
}.customer_feedback_ex .success_feedback_ex img {
    box-shadow: 0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    height: 60px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.customer_feedback_ex .success_feedback_ex:hover img {
    transform: scale(1.05);
}.customer_feedback_ex .success_feedback_ex h4 {
    color: #000000;
    font-size: calc(20px - 2px);
    margin-left: 1rem;
    font-weight: 600;
}.customer_feedback_ex .success_feedback_ex .description {
    margin: 0;
    color: #000000;
    font-size: 12px;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
}.customer_feedback_ex .success_feedback_ex .description::before {
    left: 0;
    top: -5px;
    font-size: 2.5rem;
    content: "";
    position: absolute;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgba(rgb(195,186,171,0.5), 0.3);
}.customer_feedback_ex a {
    margin-left: auto;
    max-width: 200px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    font-size: 19px;
    margin-top: 3rem;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(195,186,171), rgb(178,132,143));
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(rgb(195,186,171,0.5), 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 2rem;
}.customer_feedback_ex a::before {
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(rgb(255, 255, 255, 0.5), 0.2), 
                transparent);
    width: 100%;
    left: -100%;
    top: 0;
    content: "";
}.customer_feedback_ex a:hover {
    box-shadow: 0 6px 20px rgba(rgb(195,186,171,0.5), 0.4);
    transform: translateY(-3px);
}.customer_feedback_ex a:hover::before {
    left: 100%;
}

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

@media (max-width: 768px) {.customer_feedback_ex {
    padding: 3.5rem 0;
}.customer_feedback_ex h2 {
    margin-bottom: 2.5rem;
    font-size: calc(33px - 6px);
}.customer_feedback_ex .alumni_reviews_ex {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
}.customer_feedback_ex .success_feedback_ex {
    padding: 1.5rem;
}.customer_feedback_ex .success_feedback_ex img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 576px) {.customer_feedback_ex {
    padding: 3rem 0;
}.customer_feedback_ex h2 {
    margin-bottom: 2rem;
    font-size: calc(33px - 8px);
}.customer_feedback_ex .alumni_reviews_ex {
    grid-template-columns: 1fr;
    gap: 1rem;
}.customer_feedback_ex .success_feedback_ex {
    padding: 1.3rem;
}.customer_feedback_ex .success_feedback_ex img {
    height: 45px;
    width: 45px;
}.customer_feedback_ex .success_feedback_ex h4 {
    font-size: calc(22px + 1px);
}.customer_feedback_ex .success_feedback_ex .description {
    font-size: calc(12px - 1px);
}.customer_feedback_ex a {
    padding: 0.8rem 1.5rem;
    font-size: calc(19px - 1px);
}}.education_experience_ex {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgb(195,186,171,0.5) 50%, rgb(210,220,218) 100%);
}.education_experience_ex::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,186,171,0.5) 0,
        rgb(195,186,171,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.education_experience_ex::after {
    position: absolute;
    opacity: 0.4;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,186,171,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(178,132,143,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    filter: blur(60px);
    left: 0;
    height: 100%;
}.education_experience_ex .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.education_experience_ex .success_feedback_ex {
    align-items: center;
    border-radius: 29px;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    padding: 60px 40px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}.education_experience_ex .success_feedback_ex::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
    transition: opacity 0.6s ease;
    inset: 0;
    opacity: 0;
    z-index: 1;
    transform: rotate(-45deg) scale(2);
    position: absolute;
}.education_experience_ex .success_feedback_ex:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.education_experience_ex .image_cell_ex {
    overflow: hidden;
    transition: all 0.5s ease;
    width: 180px;
    border-radius: 10px;
    transform: rotate(-3deg);
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(195,186,171,0.5);
    height: 180px;
}.education_experience_ex .image_cell_ex::before {
    z-index: 3;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    height: 100%;
    position: absolute;
}.education_experience_ex .image_cell_ex::after {
    opacity: 0.15;
    width: 200%;
    z-index: 1;
    height: 200%;
    animation: rotate 15s linear infinite;
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(195,186,171,0.5) 90deg,
            transparent 180deg,
            rgb(178,132,143,0.5) 270deg,
            transparent 360deg
        );
    left: -50%;
    mix-blend-mode: overlay;
    content: "";
    top: -50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_experience_ex .name {
    text-align: center;
    margin-bottom: 10px;
    font-size: 37px;
    font-weight: 700;
    z-index: 2;
    color: #000000;
    position: relative;
}.education_experience_ex .name::after {
    bottom: -8px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(195,186,171) 50%,
        transparent 100%
    );
    content: "";
    position: absolute;
}.education_experience_ex .success_feedback_ex span:not(.name) {
    z-index: 2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}.education_experience_ex .work_milestones_ex {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    max-width: 85%;
    color: #000000;
    border-left: 3px solid rgb(195,186,171);
    backdrop-filter: blur(5px);
    margin: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 30px;
    line-height: 1.8;
    z-index: 2;
    border-right: 3px solid rgb(178,132,143);
}.education_experience_ex .work_milestones_ex::before,
.education_experience_ex .work_milestones_ex::after {
    height: 40px;
    position: absolute;
    background: rgb(195,186,171,0.5);
    opacity: 0.1;
    content: "";
    width: 40px;
}.education_experience_ex .work_milestones_ex::before {
    top: -5px;
    border-left: 3px solid rgb(195,186,171);
    border-top: 3px solid rgb(195,186,171);
    left: -5px;
}.education_experience_ex .work_milestones_ex::after {
    right: -5px;
    border-right: 3px solid rgb(178,132,143);
    bottom: -5px;
    border-bottom: 3px solid rgb(178,132,143);
}.education_experience_ex .success_feedback_ex:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.education_experience_ex .success_feedback_ex:hover .image_cell_ex {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(195,186,171,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.education_experience_ex {
    padding: 80px 0;
}.education_experience_ex .success_feedback_ex {
    padding: 50px 30px;
}.education_experience_ex .image_cell_ex {
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
}.education_experience_ex .work_milestones_ex {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.education_experience_ex {
    padding: 60px 0;
}.education_experience_ex .success_feedback_ex {
    padding: 40px 25px;
}.education_experience_ex .image_cell_ex {
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}.education_experience_ex .name {
    font-size: calc(37px * 0.9);
}.education_experience_ex .success_feedback_ex span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(20px * 0.95);
}.education_experience_ex .work_milestones_ex {
    font-size: calc(13px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.education_experience_ex {
    padding: 50px 0;
}.education_experience_ex .success_feedback_ex {
    padding: 35px 20px;
}.education_experience_ex .image_cell_ex {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}.education_experience_ex .name {
    font-size: calc(37px * 0.8);
}.education_experience_ex .success_feedback_ex span:not(.name) {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
    letter-spacing: 1px;
}.education_experience_ex .work_milestones_ex {
    max-width: 100%;
    padding: 15px;
    font-size: calc(13px * 0.9);
}}.connect_form_ex {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.connect_form_ex::before {
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
}.connect_form_ex::after {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    animation: gradientShift 15s ease infinite;
    z-index: 2;
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, transparent 50%, rgb(178,132,143,0.5) 100%);
    height: 100%;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.connect_form_ex .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.connect_form_ex .connect_message_ex {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}.connect_form_ex .connect_message_ex::before {
    height: 200%;
    background: radial-gradient(circle, rgb(195,186,171,0.5) 0%, transparent 30%);
    opacity: 0.1;
    left: -50%;
    content: '';
    width: 200%;
    animation: rotate 30s linear infinite;
    top: -50%;
    pointer-events: none;
    position: absolute;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.connect_form_ex .query_inquiry_ex {
    flex: 1;
    padding: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(195,186,171,0.5) 0%, rgb(178,132,143,0.5) 100%);
}.connect_form_ex .query_inquiry_ex::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    content: '';
    right: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    width: 100px;
}.connect_form_ex .query_inquiry_ex h3 {
    position: relative;
    font-size: 35px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}.connect_form_ex .query_inquiry_ex h3::after {
    background: #ffffff;
    width: 80px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 3px;
    border-radius: 10px;
}.connect_form_ex .query_inquiry_ex div {
    transform: translateX(0);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}.connect_form_ex .query_inquiry_ex div:hover {
    transform: translateX(10px);
}.connect_form_ex .query_inquiry_ex div::before {
    left: 0;
    height: 0;
    content: '';
    background: #ffffff;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    width: 5px;
}.connect_form_ex .query_inquiry_ex div:hover::before {
    height: 80%;
    top: 10%;
}.connect_form_ex .query_inquiry_ex svg {
    height: 24px;
    width: 24px;
    fill: #ffffff;
    margin-right: 15px;
}.connect_form_ex .query_inquiry_ex svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_form_ex .query_inquiry_ex div:hover svg path {
    fill: rgb(178,132,143);
}.connect_form_ex .query_inquiry_ex span {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
}.connect_form_ex .query_inquiry_ex span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.connect_form_ex .query_inquiry_ex span a:hover {
    color: rgb(178,132,143);
}.connect_form_ex .query_box_ex {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    flex: 1.2;
    padding: 50px;
    backdrop-filter: blur(10px);
}.connect_form_ex .query_box_ex::before {
    top: -100px;
    height: 200px;
    right: -100px;
    animation: pulse 4s ease-in-out infinite alternate;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(178,132,143,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.connect_form_ex .query_box_ex h3 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 35px;
}.connect_form_ex .query_box_ex h3::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    background: rgb(178,132,143);
}.connect_form_ex .query_box_ex form {
    display: flex;
    flex-direction: column;
}.connect_form_ex .query_box_ex input[type="text"],
.connect_form_ex .query_box_ex input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
}.connect_form_ex .query_box_ex input[type="text"]:focus,
.connect_form_ex .query_box_ex input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(178,132,143,0.5);
    border-color: rgb(178,132,143);
    outline: none;
}.connect_form_ex .query_box_ex input[type="text"]::placeholder,
.connect_form_ex .query_box_ex input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.connect_form_ex .query_box_ex .help_widget_ex {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}.connect_form_ex .query_box_ex .help_widget_ex input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form_ex .query_box_ex .help_widget_ex label {
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}.connect_form_ex .query_box_ex .help_widget_ex label::before {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    top: 2px;
    height: 18px;
    position: absolute;
    width: 18px;
    left: 0;
    transition: all 0.3s ease;
    content: '';
}.connect_form_ex .query_box_ex .help_widget_ex label::after {
    position: absolute;
    transform: rotate(-45deg) scale(0);
    width: 8px;
    left: 5px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    transition: all 0.2s ease;
    content: '';
    height: 4px;
    border-left: 2px solid #ffffff;
    top: 9px;
}.connect_form_ex .query_box_ex .help_widget_ex input[type="checkbox"]:checked + label::before {
    background: rgb(178,132,143,0.5);
    border-color: rgb(178,132,143);
}.connect_form_ex .query_box_ex .help_widget_ex input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.connect_form_ex .query_box_ex .help_widget_ex label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(178,132,143);
}.connect_form_ex .query_box_ex .help_widget_ex label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.connect_form_ex .query_box_ex .help_query_ex {
    background: linear-gradient(90deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 15px 30px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    border-radius: 18px;
}.connect_form_ex .query_box_ex .help_query_ex::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}.connect_form_ex .query_box_ex .help_query_ex:hover::before {
    left: 100%;
}.connect_form_ex .query_box_ex .help_query_ex:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.connect_form_ex {
    padding: 80px 0;
}.connect_form_ex .connect_message_ex {
    flex-direction: column;
}.connect_form_ex .query_inquiry_ex,
    .connect_form_ex .query_box_ex {
    padding: 40px;
}.connect_form_ex .query_inquiry_ex {
    text-align: center;
}.connect_form_ex .query_inquiry_ex h3::after {
    transform: translateX(-50%);
    left: 50%;
}.connect_form_ex .query_inquiry_ex div {
    justify-content: center;
    padding-left: 0;
}.connect_form_ex .query_inquiry_ex div::before {
    display: none;
}
}

@media (max-width: 768px) {.connect_form_ex {
    padding: 60px 0;
}.connect_form_ex .query_inquiry_ex,
    .connect_form_ex .query_box_ex {
    padding: 30px;
}.connect_form_ex .query_inquiry_ex h3,
    .connect_form_ex .query_box_ex h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.connect_form_ex .query_inquiry_ex div {
    margin-bottom: 20px;
}.connect_form_ex .query_box_ex input[type="text"],
    .connect_form_ex .query_box_ex input[type="email"] {
    padding: 12px 15px;
}.connect_form_ex .query_box_ex .help_query_ex {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.connect_form_ex {
    padding: 40px 0;
}.connect_form_ex .container {
    padding: 0 10px;
}.connect_form_ex .query_inquiry_ex,
    .connect_form_ex .query_box_ex {
    padding: 20px;
}.connect_form_ex .query_inquiry_ex h3,
    .connect_form_ex .query_box_ex h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.connect_form_ex .query_inquiry_ex svg {
    height: 20px;
    width: 20px;
}.connect_form_ex .query_box_ex .help_widget_ex label {
    font-size: calc(16px * 0.9);
}.connect_form_ex .query_box_ex .help_query_ex {
    width: 100%;
}}.follow_ex {
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.follow_ex::before {
    left: -50%;
    height: 200%;
    pointer-events: none;
    background-size: 30px 30px;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 1px),
                radial-gradient(circle at 30% 70%, rgba(255,255,255,0.1) 1px, transparent 1px);
    width: 200%;
    top: -50%;
    z-index: -1;
    content: "";
    opacity: 0.4;
    position: absolute;
    transform: rotate(-15deg);
}.follow_ex::after {
    top: 0;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(195,186,171,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: -2;
}.follow_ex .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.follow_ex .approach_edu_ex {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-left: 3px solid rgb(178,132,143);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
}.follow_ex h3 {
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 1.5rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-size: calc(18px * 1.1);
}.follow_ex h3::before {
    content: "";
    background: linear-gradient(to bottom, rgb(178,132,143), transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
}.follow_ex .input_holder {
    transform: translateZ(0);
    gap: 1.25rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 650px;
}.follow_ex .input_holder div {
    position: relative;
    width: 100%;
}.follow_ex .input_holder div::before {
    width: 100%;
    left: 0;
    content: "";
    transition: opacity 0.3s ease-out;
    pointer-events: none;
    top: 0;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(178,132,143,0.5), transparent);
}.follow_ex .input_holder div:focus-within::before {
    opacity: 0.3;
}.follow_ex .enroll_today_ex {
    padding: 1rem 1.25rem;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
}.follow_ex .enroll_today_ex:focus {
    background: rgba(255,255,255,0.15);
    outline: none;
    border-color: rgb(178,132,143);
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgb(178,132,143,0.5);
}.follow_ex .enroll_today_ex::placeholder {
    color: rgba(255,255,255,0.6);
}.follow_ex .email_cta_ex {
    cursor: pointer;
    position: relative;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    align-self: flex-start;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    border-radius: 10px;
    padding: 0.9rem 2rem;
    border: none;
    font-weight: 600;
}.follow_ex .email_cta_ex::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    transition: left 0.6s ease;
    position: absolute;
}.follow_ex .email_cta_ex:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.follow_ex .email_cta_ex:hover::before {
    left: 100%;
}.follow_ex .email_cta_ex:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

@media (min-width: 768px) {.follow_ex {
    padding: 5rem 3rem;
}.follow_ex .approach_edu_ex {
    padding: 3rem;
    grid-template-columns: 1.2fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
}.follow_ex h3 {
    padding-right: 2rem;
    font-size: 18px;
}.follow_ex .input_holder {
    align-items: stretch;
    flex-direction: row;
}.follow_ex .input_holder div {
    flex: 1;
}.follow_ex .enroll_today_ex {
    height: 100%;
}
}

@media (min-width: 992px) {.follow_ex {
    padding: 6rem 4rem;
}.follow_ex::before {
    background-size: 40px 40px;
}.follow_ex .approach_edu_ex {
    grid-template-columns: 1.5fr 1fr;
    padding: 3.5rem;
    gap: 3rem;
}.follow_ex h3 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.follow_ex .approach_edu_ex {
    padding: 2rem 1.5rem;
}.follow_ex h3 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.follow_ex .email_cta_ex {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.follow_ex {
    padding: 3rem 1.5rem;
}.follow_ex .approach_edu_ex {
    padding: 1.5rem;
}.follow_ex h3 {
    padding-left: 1rem;
    font-size: calc(18px * 0.85);
}.follow_ex .enroll_today_ex {
    padding: 0.9rem 1rem;
}}.data_insights_ex {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.data_insights_ex::before {
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background-color: rgb(195,186,171);
    width: 100%;
    left: 0;
    opacity: 0.15;
    height: 100%;
}.data_insights_ex::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(195,186,171) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(178,132,143) 0%, transparent 50%);
    opacity: 0.1;
}.data_insights_ex .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0;
    position: relative;
    z-index: 5;
}.data_insights_ex .advantage_statistics_ex {
    display: grid;
    height: 600px;
    grid-template-columns: 350px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.data_insights_ex .value_elevation_ex {
    align-items: center;
    background: linear-gradient(135deg, rgb(195,186,171), rgb(178,132,143));
    grid-column: 1;
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
}.data_insights_ex .value_elevation_ex::before {
    animation: movePattern 20s linear infinite;
    width: 200%;
    top: -50%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 200%;
    left: -50%;
    position: absolute;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.data_insights_ex .value_elevation_ex svg {
    fill: #ffffff;
    position: relative;
    width: 120px;
    height: 120px;
    z-index: 1;
}.data_insights_ex .value_elevation_ex svg path {
    fill: #ffffff;
}.data_insights_ex .statistics_value_ex {
    left: 40px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 2px;
    top: 40px;
    position: absolute;
    font-size: 33px;
    margin: 0;
    max-width: 250px;
}.data_insights_ex .expert_upgrade_ex {
    position: absolute;
    font-size: 16px;
    line-height: 1.6;
    bottom: 40px;
    left: 40px;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    max-width: 270px;
}.data_insights_ex .fast_benefits_ex {
    flex-direction: column;
    position: relative;
    grid-column: 2;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, rgb(178,132,143,0.5) 100%);
}.data_insights_ex .fast_benefits_ex::before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    top: 0;
    height: 100%;
}.data_insights_ex .statistics_expert_ex {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    padding: 0 40px 0 40px;
    height: 20%;
}.data_insights_ex .statistics_expert_ex:hover {
    background: rgba(255, 255, 255, 0.15);
}.data_insights_ex .statistics_expert_ex::after {
    right: 40px;
    bottom: 0;
    height: 1px;
    left: 40px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
}.data_insights_ex .statistics_expert_ex:last-child::after {
    display: none;
}.data_insights_ex .knowledge_gains_ex {
    height: 80px;
    align-items: center;
    transition: all 0.3s ease;
    flex: 0 0 80px;
    border-radius: 50%;
    margin-right: 30px;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    justify-content: center;
}.data_insights_ex .statistics_expert_ex:hover .knowledge_gains_ex {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}.data_insights_ex .knowledge_gains_ex svg {
    fill: rgb(195,186,171);
    width: 40px;
    height: 40px;
}.data_insights_ex .knowledge_gains_ex svg path {
    fill: rgb(195,186,171);
}.data_insights_ex .statistics_expert_ex:nth-child(even) .knowledge_gains_ex svg,
.data_insights_ex .statistics_expert_ex:nth-child(even) .knowledge_gains_ex svg path {
    fill: rgb(178,132,143);
}.data_insights_ex .statistics_expert_ex span {
    min-width: 100px;
    margin-right: 20px;
    font-weight: 700;
    font-size: calc(33px * 1.3);
}.data_insights_ex .statistics_expert_ex p {
    font-size: 16px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    flex: 1;
}

@media screen and (max-width: 1200px) {.data_insights_ex .advantage_statistics_ex {
    grid-template-columns: 300px 1fr;
    height: 550px;
}.data_insights_ex .statistics_value_ex {
    top: 30px;
    max-width: 240px;
    font-size: 33px;
    left: 30px;
}.data_insights_ex .expert_upgrade_ex {
    max-width: 240px;
    left: 30px;
    bottom: 30px;
}.data_insights_ex .value_elevation_ex svg {
    width: 100px;
    height: 100px;
}.data_insights_ex .statistics_expert_ex {
    padding: 0 30px;
}.data_insights_ex .statistics_expert_ex::after {
    right: 30px;
    left: 30px;
}.data_insights_ex .knowledge_gains_ex {
    height: 70px;
    margin-right: 25px;
    flex: 0 0 70px;
}.data_insights_ex .knowledge_gains_ex svg {
    width: 35px;
    height: 35px;
}.data_insights_ex .statistics_expert_ex span {
    min-width: 90px;
    font-size: calc(33px * 1.2);
}
}

@media screen and (max-width: 992px) {.data_insights_ex {
    padding: 80px 0;
}.data_insights_ex .advantage_statistics_ex {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.data_insights_ex .value_elevation_ex {
    padding: 30px;
    height: 200px;
    grid-row: 1;
}.data_insights_ex .statistics_value_ex {
    left: auto;
    max-width: 100%;
    font-size: 33px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    top: auto;
}.data_insights_ex .expert_upgrade_ex {
    text-align: center;
    position: relative;
    margin: 0 auto;
    bottom: auto;
    max-width: 500px;
    left: auto;
}.data_insights_ex .value_elevation_ex svg {
    width: 150px;
    position: absolute;
    top: 50%;
    height: 150px;
    opacity: 0.2;
    transform: translateY(-50%);
    right: 30px;
}.data_insights_ex .fast_benefits_ex {
    grid-row: 2;
}.data_insights_ex .statistics_expert_ex {
    height: auto;
    padding: 20px 30px;
}
}

@media screen and (max-width: 768px) {.data_insights_ex {
    padding: 60px 0;
}.data_insights_ex .value_elevation_ex {
    padding: 20px;
    height: 180px;
}.data_insights_ex .statistics_value_ex {
    font-size: calc(33px * 0.9);
}.data_insights_ex .expert_upgrade_ex {
    max-width: 400px;
    font-size: calc(16px * 0.95);
}.data_insights_ex .value_elevation_ex svg {
    right: 20px;
    height: 120px;
    width: 120px;
}.data_insights_ex .statistics_expert_ex {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
}.data_insights_ex .knowledge_gains_ex {
    flex: 0 0 60px;
    margin: 0 0 15px 0;
    height: 60px;
}.data_insights_ex .knowledge_gains_ex svg {
    height: 30px;
    width: 30px;
}.data_insights_ex .statistics_expert_ex span {
    font-size: calc(33px * 1.1);
    margin: 0 0 10px 0;
}.data_insights_ex .statistics_expert_ex p {
    font-size: calc(16px * 0.9);
}.data_insights_ex .statistics_expert_ex::after {
    left: 20px;
    right: 20px;
}
}

@media screen and (max-width: 576px) {.data_insights_ex .value_elevation_ex {
    height: 160px;
}.data_insights_ex .statistics_value_ex {
    font-size: calc(33px * 0.8);
}.data_insights_ex .expert_upgrade_ex {
    font-size: calc(16px * 0.9);
}.data_insights_ex .value_elevation_ex svg {
    width: 100px;
    height: 100px;
}.data_insights_ex .knowledge_gains_ex {
    height: 50px;
    flex: 0 0 50px;
}.data_insights_ex .knowledge_gains_ex svg {
    height: 25px;
    width: 25px;
}}.cookie_message_popup_ex {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(195,186,171);
    background: rgb(210,220,218);
    z-index: 90;
    width: 100%;
}.cookies_tech_ex {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_message_popup_ex h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#policyAlertWindow_ex {
    display: none;
}#policyAlertWindow_ex:checked ~ .cookie_message_popup_ex {
    opacity: 0;
    visibility: hidden;
}.cookie_message_popup_ex p {
    font-size: 18px;
}.data_comply_ex {
    margin-right: 10px;
    flex-shrink: 0;
}.data_comply_ex svg, .data_comply_ex svg path, .data_comply_ex img {
    width: 100px;
    fill: rgb(195,186,171);
    height: 100px;
}.data_settings_ex {
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(195,186,171);
    color: rgb(195,186,171);
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 35px;
    text-align: center;
}.cookie_message_popup_ex p a {
    color: rgb(195,186,171);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_message_popup_ex {
    padding: 20px;
}}

.wrapper-canvas_ex .cookie_message_popup_ex {
    background: rgb(178,132,143);
    border: none;
    box-shadow: rgb(178,132,143,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.wrapper-canvas_ex .data_settings_ex {
    border: none;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    background: rgb(195,186,171);
    font-size: 20px;
}.wrapper-canvas_ex .cookie_preference_ex h5, .wrapper-canvas_ex .cookie_preference_ex p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.data_comply_ex {
    display: none;
}.cookies_tech_ex {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_message_popup_ex h5 {
    text-align: center;
}.cookie_message_popup_ex p {
    text-align: center;
}.cookie_preference_ex {
    margin-bottom: 20px;
}body .wrapper-canvas_ex .data_settings_ex {
    margin-bottom: 10px;
    margin-left: 0;
}}.pricing_suite_ex {
    position: relative;
    background: linear-gradient(145deg, rgb(210,220,218), #ffffff);
    overflow: hidden;
    padding: 6rem 0;
}.pricing_suite_ex::before {
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.pricing_suite_ex .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}.pricing_suite_ex .rate_packages_ex {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.pricing_suite_ex .value_pricing_ex {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    text-align: center;
}.pricing_suite_ex .value_pricing_ex h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(195,186,171);
    font-size: 33px;
    position: relative;
}.pricing_suite_ex .value_pricing_ex h2::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(195,186,171), transparent);
    width: 60%;
}.pricing_suite_ex .value_pricing_ex .learn_fees_ex {
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}.pricing_suite_ex .promo_cost_ex {
    gap: 2rem;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_suite_ex .package_deal_ex {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    text-decoration: none;
    transform: translateY(30px);
    opacity: 0;
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    will-change: transform, opacity;
}.pricing_suite_ex .package_deal_ex:nth-child(1) {
    --i: 1;
}.pricing_suite_ex .package_deal_ex:nth-child(2) {
    --i: 2;
}.pricing_suite_ex .package_deal_ex:nth-child(3) {
    --i: 3;
}.pricing_suite_ex .package_deal_ex:nth-child(4) {
    --i: 4;
}.pricing_suite_ex .package_deal_ex:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_suite_ex .plan_fee_ex {
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    display: flex;
    background: #ffffff;
    flex-direction: column;
    position: relative;
}.pricing_suite_ex .package_deal_ex:hover .plan_fee_ex {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_suite_ex .monthly_rate_ex {
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    padding: 2.5rem 2rem;
}.pricing_suite_ex .monthly_rate_ex::before {
    width: 120px;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    transform: translate(30px, -30px);
    height: 120px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(195,186,171,0.5) 50%);
}.pricing_suite_ex .package_deal_ex:hover .monthly_rate_ex::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing_suite_ex .package_deal_ex h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(23px + 0.2rem);
    transition: color 0.3s ease;
}.pricing_suite_ex .package_deal_ex:hover h3 {
    color: rgb(195,186,171);
}.pricing_suite_ex .class_deals_ex {
    color: rgb(195,186,171);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(21px + 0.8rem);
}.pricing_suite_ex .class_deals_ex::before {
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    background: rgb(178,132,143);
    left: 0;
    height: 3px;
}.pricing_suite_ex .package_deal_ex:hover .class_deals_ex::before {
    width: 80px;
}.pricing_suite_ex .package_deal_ex p {
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    -ms-word-break: break-all;
    word-break: break-word;
}.pricing_suite_ex .image_cell_ex {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}.pricing_suite_ex .image_cell_ex::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
}.pricing_suite_ex .package_deal_ex:hover .image_cell_ex {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_suite_ex .promo_cost_ex {
    grid-template-columns: repeat(2, 1fr);
}.pricing_suite_ex .value_pricing_ex {
    padding: 3rem;
}.pricing_suite_ex .monthly_rate_ex {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_suite_ex .rate_packages_ex {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing_suite_ex .value_pricing_ex {
    justify-content: center;
    flex-direction: column;
    display: flex;
    order: 2;
    height: 100%;
    text-align: left;
    padding: 4rem 3rem;
}.pricing_suite_ex .value_pricing_ex h2::after {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(195,186,171), transparent);
    transform: none;
}.pricing_suite_ex .value_pricing_ex .learn_fees_ex {
    margin: 0;
    max-width: 100%;
}.pricing_suite_ex .promo_cost_ex {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing_suite_ex .promo_cost_ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_suite_ex .monthly_rate_ex {
    padding: 3rem 2.5rem;
}.pricing_suite_ex .value_pricing_ex h2 {
    font-size: calc(33px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_suite_ex {
    padding: 4rem 0;
}.pricing_suite_ex .value_pricing_ex h2 {
    font-size: calc(33px - 0.2rem);
}.pricing_suite_ex .value_pricing_ex .learn_fees_ex {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.pricing_suite_ex .package_deal_ex h3 {
    font-size: 23px;
}.pricing_suite_ex .class_deals_ex {
    font-size: calc(21px + 0.5rem);
}.pricing_suite_ex .image_cell_ex {
    height: 160px;
}}.chrome_ext_ex {
    z-index: 1;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000 0%, rgb(195,186,171,0.5) 100%);
    padding: 5rem 0 1rem;
    position: relative;
    color: #ffffff;
}.chrome_ext_ex::before {
    content: '';
    bottom: 0;
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(195,186,171,0.5) 0%, transparent 50%);
}.chrome_ext_ex::after {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(195,186,171), transparent);
    left: 0;
    position: absolute;
    height: 3px;
    z-index: 2;
    content: '';
    animation: glowLine 3s infinite alternate;
    right: 0;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.chrome_ext_ex .container {
    position: relative;
    z-index: 2;
}.chrome_ext_ex .inclusion_ex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}.chrome_ext_ex .talk_support_ex {
    border-radius: 27px;
    flex-wrap: wrap;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgb(178,132,143,0.5);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 1rem;
}.chrome_ext_ex .talk_support_ex::before {
    top: -2px;
    position: absolute;
    height: 2px;
    animation: scanLine 4s infinite linear;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgb(178,132,143), transparent);
    content: '';
    transform: translateX(-50%);
    left: 50%;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.chrome_ext_ex .info_item {
    text-align: center;
    max-width: 300px;
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
}.chrome_ext_ex .info_item:hover {
    transform: translateY(-5px);
}.chrome_ext_ex .info_item p, 
.chrome_ext_ex .info_item a {
    padding: 0.75rem;
    text-decoration: none;
    border: 1px solid transparent;
    align-items: center;
    font-size: calc(12px - 2px);
    display: flex;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    justify-content: center;
}.chrome_ext_ex .info_item svg {
    fill: rgb(178,132,143);
    height: 1.25rem;
    transition: fill 0.3s ease;
    width: 1.25rem;
}.chrome_ext_ex .info_item a:hover {
    background: #000000;
    border-color: rgb(195,186,171,0.5);
    box-shadow: 0 0 15px rgb(195,186,171,0.5);
}.chrome_ext_ex .info_item a:hover svg {
    fill: rgb(195,186,171);
}.chrome_ext_ex .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}.chrome_ext_ex .head_top_ex {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}.chrome_ext_ex .head_top_ex svg {
    height: auto;
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(195,186,171,0.5));
    transition: filter 0.3s ease;
}.chrome_ext_ex .head_top_ex svg:hover {
    filter: drop-shadow(0 0 10px rgb(195,186,171));
}.chrome_ext_ex .trophy_case_ex {
    opacity: 0.7;
    max-width: 280px;
    font-size: calc(14px - 1px);
    color: #ffffff;
    line-height: 1.5;
}.chrome_ext_ex .main_primary_ex {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.chrome_ext_ex .main_primary_ex h5 {
    color: #ffffff;
    font-size: 21px;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
}.chrome_ext_ex .main_primary_ex h5::after {
    left: 0;
    background: rgb(178,132,143);
    transition: width 0.3s ease;
    bottom: 0;
    content: '';
    width: 40px;
    position: absolute;
    height: 2px;
}.chrome_ext_ex .main_primary_ex:hover h5::after {
    width: 80px;
}.chrome_ext_ex .head_class_ex {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.chrome_ext_ex .head_class_ex a {
    color: #ffffff;
    padding-left: 1rem;
    opacity: 0.8;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.chrome_ext_ex .head_class_ex a::before {
    transition: all 0.3s ease;
    width: 5px;
    content: '';
    position: absolute;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(178,132,143);
    top: 50%;
    left: 0;
}.chrome_ext_ex .head_class_ex a:hover {
    color: rgb(195,186,171);
    transform: translateX(5px);
    opacity: 1;
}.chrome_ext_ex .head_class_ex a:hover::before {
    background: rgb(195,186,171);
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(195,186,171);
}.chrome_ext_ex .subscribe_holder {
    border: 1px solid rgb(178,132,143,0.5);
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border-radius: 27px;
    padding: 1.5rem;
    gap: 1.25rem;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}.chrome_ext_ex .subscribe_holder::before {
    left: 0;
    opacity: 0.1;
    bottom: 0;
    background: radial-gradient(circle at top right, rgb(195,186,171,0.5) 0%, transparent 70%);
    z-index: -1;
    right: 0;
    content: '';
    top: 0;
    position: absolute;
}.chrome_ext_ex .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}.chrome_ext_ex .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: calc(12px - 1px);
}.chrome_ext_ex .input_holder {
    position: relative;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.chrome_ext_ex .input_holder input[type="email"] {
    flex: 1;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgb(178,132,143,0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    font-size: 12px;
}.chrome_ext_ex .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(195,186,171,0.5);
    outline: none;
    border-color: rgb(195,186,171);
}.chrome_ext_ex .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.chrome_ext_ex .email_cta_ex {
    border: none;
    width: 100%;
    padding: 0.875rem 1.5rem;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgb(195,186,171);
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
}.chrome_ext_ex .email_cta_ex::before {
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
}.chrome_ext_ex .email_cta_ex:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(178,132,143,0.5);
    background: rgb(178,132,143);
}.chrome_ext_ex .email_cta_ex:hover::before {
    left: 100%;
}.chrome_ext_ex .idea_pool_ex {
    padding-top: 1.5rem;
    position: relative;
    border-top: 1px solid rgb(178,132,143,0.5);
    text-align: center;
    margin-top: 3rem;
}.chrome_ext_ex .idea_pool_ex::before {
    background: linear-gradient(90deg, transparent, rgb(178,132,143,0.5), transparent);
    width: 100%;
    content: '';
    left: 0;
    height: 1px;
    top: -1px;
    position: absolute;
}.chrome_ext_ex .grade_help_ex {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 1024px) {.chrome_ext_ex {
    padding: 4rem 0 1rem;
}.chrome_ext_ex .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.chrome_ext_ex .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.chrome_ext_ex .input_holder {
    flex-direction: row;
}.chrome_ext_ex .email_cta_ex {
    width: auto;
}
}

@media (max-width: 768px) {.chrome_ext_ex {
    padding: 3rem 0 1rem;
}.chrome_ext_ex .talk_support_ex {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.chrome_ext_ex .info_item {
    min-width: 100%;
}.chrome_ext_ex .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.chrome_ext_ex .subscribe_holder {
    grid-column: auto;
}.chrome_ext_ex .head_top_ex {
    text-align: center;
    align-items: center;
}.chrome_ext_ex .trophy_case_ex {
    max-width: 100%;
    text-align: center;
}.chrome_ext_ex .main_primary_ex h5 {
    text-align: center;
}.chrome_ext_ex .main_primary_ex h5::after {
    transform: translateX(-50%);
    left: 50%;
}.chrome_ext_ex .head_class_ex {
    align-items: center;
}.chrome_ext_ex .head_class_ex a {
    text-align: center;
}.chrome_ext_ex .head_class_ex a:hover {
    transform: translateY(-2px);
}.chrome_ext_ex .input_holder {
    flex-direction: column;
}.chrome_ext_ex .email_cta_ex {
    width: 100%;
}
}

@media (max-width: 480px) {.chrome_ext_ex {
    padding: 2.5rem 0 1rem;
}.chrome_ext_ex .info_item p, 
    .chrome_ext_ex .info_item a {
    font-size: calc(12px - 3px);
}.chrome_ext_ex .main_primary_ex h5, 
    .chrome_ext_ex .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.chrome_ext_ex .head_class_ex a, 
    .chrome_ext_ex .subscribe_holder p {
    font-size: calc(12px - 2px);
}.chrome_ext_ex .grade_help_ex {
    font-size: calc(14px - 2px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(195,186,171);
}header .top_plank .edu_panel_ex div svg, header .top_plank .edu_panel_ex div svg path {
    fill: #ffffff;
}header .top_plank .edu_panel_ex div span {
    color: #ffffff;
}header .top_plank .edu_panel_ex {
    padding: 15px 0 10px 0;
    font-size: 16px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    width: 100%;
}header .top_plank .edu_panel_ex div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .edu_panel_ex div img, header .top_plank .edu_panel_ex div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.training_results_ex {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgba(rgb(210,220,218), 0.95), rgba(rgb(195,186,171,0.5), 0.15));
}.training_results_ex::before {
    width: 100%;
    opacity: 0.15;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(178,132,143,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(195,186,171,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}.training_results_ex h5 {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-left: auto;
    font-weight: 700;
    line-height: 1.4;
    margin-right: auto;
    transform-style: preserve-3d;
    position: relative;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    max-width: 800px;
    transform: translateZ(10px);
}.training_results_ex h5::after {
    bottom: -15px;
    height: 3px;
    z-index: 1;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,186,171), rgb(178,132,143));
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.training_results_ex .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.training_results_ex .approach_edu_ex {
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 40px;
    display: flex;
    transform: rotateX(2deg) rotateY(-2deg);
    flex-direction: column;
    transform-style: preserve-3d;
}.training_results_ex .approach_edu_ex:hover {
    transform: rotateX(0) rotateY(0);
}.training_results_ex .approach_edu_ex > div:first-child {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.5s ease;
    transform: translateZ(30px);
}.training_results_ex .approach_edu_ex > div:first-child::before {
    height: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(195,186,171,0.5), transparent);
    transition: opacity 0.5s ease;
    top: 0;
}.training_results_ex .approach_edu_ex > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.training_results_ex .approach_edu_ex > div:first-child:hover::before {
    opacity: 0.3;
}.training_results_ex .image_cell_ex {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    transition: filter 0.5s ease;
    height: auto;
}.training_results_ex .text_box_wrapper_ex {
    transform: translateZ(20px);
    padding: 35px;
    background: rgba(#ffffff, 0.95);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.training_results_ex .text_box_wrapper_ex:hover {
    transform: translateZ(25px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.training_results_ex ul {
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    gap: 24px;
    padding: 0;
}.training_results_ex li {
    transition: transform 0.3s ease;
    padding-left: 40px;
    position: relative;
}.training_results_ex li:hover {
    transform: translateX(5px);
}.training_results_ex li::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(195,186,171), rgb(178,132,143));
    height: 0;
    width: 4px;
    position: absolute;
    top: 0;
    transition: height 0.4s ease;
    border-radius: 2px;
    content: "";
}.training_results_ex li:hover::before {
    height: 100%;
}.training_results_ex li p {
    font-size: 15px;
    margin: 0;
    position: relative;
    align-items: flex-start;
    color: #000000;
    display: flex;
    line-height: 1.6;
}.training_results_ex li svg {
    height: 24px;
    transform: translateY(-2px);
    width: 24px;
    flex-shrink: 0;
    margin-right: 16px;
    transition: transform 0.3s ease;
}.training_results_ex li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.training_results_ex svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,186,171);
}.training_results_ex li:hover svg path {
    fill: rgb(178,132,143);
}

@media screen and (min-width: 768px) {.training_results_ex .approach_edu_ex {
    flex-direction: row;
    align-items: stretch;
}.training_results_ex .approach_edu_ex > div:first-child {
    max-height: 480px;
    width: 45%;
}.training_results_ex .image_cell_ex {
    height: 100%;
}.training_results_ex .text_box_wrapper_ex {
    display: flex;
    width: 55%;
    align-items: center;
}.training_results_ex ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.training_results_ex {
    padding: 150px 0;
}.training_results_ex h5 {
    margin-bottom: 80px;
    font-size: calc(24px * 1.1);
}.training_results_ex .approach_edu_ex {
    gap: 60px;
}.training_results_ex .approach_edu_ex > div:first-child {
    width: 40%;
}.training_results_ex .text_box_wrapper_ex {
    width: 60%;
    padding: 50px;
}
}

@media screen and (max-width: 767px) {.training_results_ex {
    padding: 80px 0;
}.training_results_ex h5 {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: calc(24px * 0.9);
}.training_results_ex .approach_edu_ex {
    transform: none;
}.training_results_ex .text_box_wrapper_ex {
    padding: 25px;
}.training_results_ex li {
    padding-left: 30px;
}.training_results_ex li p {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}.training_results_ex li svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}