* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.main_top_style {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1234px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-viewport_style {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.footer_classes_style {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_section_style {
    padding: 6rem 0;
    position: relative;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(164,127,158,0.5) 0%, 
        rgb(180,167,179,0.5) 100%
    );
    overflow: hidden;
}.contact_section_style::before {
    z-index: 1;
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
    position: absolute;
    content: '';
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    width: 200%;
    left: -50%;
}.contact_section_style::after {
    right: -30%;
    width: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    height: 150%;
    z-index: 1;
    position: absolute;
    bottom: -30%;
}.contact_section_style .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1rem;
    z-index: 2;
}.contact_section_style h2 {
    color: #ffffff;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}.contact_section_style h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(180,167,179), 
        transparent
    );
    transform: translateX(-50%);
    content: '';
    position: absolute;
    bottom: -0.5rem;
    width: 80px;
    left: 50%;
    height: 3px;
}.contact_section_style .connect_grid_style {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    align-items: stretch;
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
}.contact_section_style .img_clickable_style {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact_section_style .img_clickable_style::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    mix-blend-mode: color-dodge;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(164,127,158,0.5) 0%, 
        rgb(180,167,179,0.5) 100%
    );
    width: 100%;
}.contact_section_style .inquiry_card_style {
    padding: 4rem 3rem;
    flex-direction: column;
    flex: 0 0 60%;
    display: flex;
    justify-content: center;
}.contact_section_style .inquiry_card_style form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.contact_section_style .inquiry_card_style h3 {
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
}.contact_section_style .inquiry_card_style input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}.contact_section_style .inquiry_card_style input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(180,167,179);
    box-shadow: 0 0 15px rgba(rgb(180,167,179), 0.3);
}.contact_section_style .inquiry_card_style .message_query_style {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.contact_section_style .inquiry_card_style .message_query_style input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid #ffffff;
    width: 22px;
    height: 22px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-right: 1rem;
    appearance: none;
}.contact_section_style .inquiry_card_style .message_query_style input[type="checkbox"]:checked {
    border-color: rgb(180,167,179);
    background: rgb(180,167,179);
}.contact_section_style .inquiry_card_style .message_query_style input[type="checkbox"]:checked::after {
    left: 50%;
    top: 50%;
    color: #ffffff;
    position: absolute;
    font-size: 0.8rem;
    content: '✔';
    transform: translate(-50%, -50%);
}.contact_section_style .inquiry_card_style .message_query_style label {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #ffffff;
}.contact_section_style .inquiry_card_style .message_query_style a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(180,167,179);
    transition: color 0.3s ease;
}.contact_section_style .inquiry_card_style .message_query_style a:hover {
    text-decoration: underline;
}.contact_section_style .inquiry_card_style .feedback_request_style {
    cursor: pointer;
    border: none;
    padding: 1rem;
    position: relative;
    background: rgb(180,167,179);
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 17px;
    width: 100%;
}.contact_section_style .inquiry_card_style .feedback_request_style::before {
    content: '';
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.3s ease;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
}.contact_section_style .inquiry_card_style .feedback_request_style:hover::before {
    left: 100%;
}.contact_section_style .inquiry_card_style .feedback_request_style:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_section_style .connect_grid_style {
    flex-direction: column;
}.contact_section_style .img_clickable_style {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_section_style .inquiry_card_style {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_section_style {
    padding: 3rem 0;
}.contact_section_style h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 2rem;
}.contact_section_style .inquiry_card_style h3 {
    font-size: calc(33px * 0.9);
}.contact_section_style .inquiry_card_style input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_section_style .inquiry_card_style .message_query_style {
    align-items: flex-start;
}.contact_section_style .inquiry_card_style .message_query_style input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_section_style .connect_grid_style {
    border-radius: 0;
}.contact_section_style .img_clickable_style {
    min-height: 250px;
}.contact_section_style .inquiry_card_style {
    padding: 2rem 1.5rem;
}}.study_process_style {
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(249, 249, 249, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.study_process_style::before {
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(180,167,179,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(180,167,179,0.5) 1px, transparent 1px);
    animation: patternMove 60s linear infinite;
    content: "";
    opacity: 0.15;
    width: 100%;
    left: 0;
    background-size: 50px 50px;
    height: 100%;
    z-index: 1;
}.study_process_style::after {
    right: -5%;
    pointer-events: none;
    opacity: 0.1;
    z-index: 0;
    height: 60%;
    content: "";
    top: -10%;
    filter: blur(70px);
    width: 30%;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(180,167,179,0.5) 0%,
        rgb(164,127,158,0.5) 50%,
        transparent 100%
    );
    transform: rotate(-5deg);
}.study_process_style .method_edu_style {
    padding: 0 20px;
    max-width: 1200px;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.study_process_style h2 {
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    color: #000000;
    transform: translateX(0);
}.study_process_style h2::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -12px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    content: "";
    transform: scaleX(1);
}.study_process_style:hover h2::after {
    transform: scaleX(1.5);
}.study_process_style .info_wrapper_style {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(0) perspective(1000px) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    z-index: 2;
    position: relative;
    padding: 40px;
    border-left: 6px solid rgb(180,167,179);
    background: #ffffff;
}.study_process_style .info_wrapper_style::before {
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(180,167,179,0.5), 0.02) 50%, transparent 52%);
    opacity: 0.8;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    transition: opacity 0.5s ease;
}.study_process_style .info_wrapper_style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
}.study_process_style .info_wrapper_style:hover::before {
    opacity: 0.3;
}.study_process_style p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    z-index: 3;
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 16px;
}.study_process_style .info_wrapper_style::after {
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    position: absolute;
    content: "";
    height: 160px;
    border-radius: 50%;
    width: 160px;
    background: linear-gradient(45deg, transparent, rgb(180,167,179,0.5) 70%);
    top: -80px;
    opacity: 0.1;
    right: -80px;
}.study_process_style .info_wrapper_style:hover::after {
    transform: scale(1.2) rotate(10deg);
}

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

@media (max-width: 991px) {.study_process_style {
    padding: 80px 0;
}.study_process_style h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.study_process_style .info_wrapper_style {
    padding: 30px;
}
}

@media (max-width: 767px) {.study_process_style {
    padding: 60px 0;
}.study_process_style h2 {
    text-align: center;
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.study_process_style h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.study_process_style:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.study_process_style .info_wrapper_style {
    border-top: 4px solid rgb(180,167,179);
    padding: 25px 20px;
    border-left: none;
}.study_process_style p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.study_process_style {
    padding: 50px 0;
}.study_process_style h2 {
    font-size: calc(38px * 0.75);
    margin-bottom: 20px;
}.study_process_style .info_wrapper_style {
    padding: 20px 15px;
}.study_process_style p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}

@media (min-width: 1400px) {.study_process_style .method_edu_style {
    max-width: 1320px;
}.study_process_style h2 {
    font-size: calc(38px * 1.1);
}.study_process_style .info_wrapper_style {
    padding: 50px;
}}.title_opener_style {
    overflow: hidden;
    position: relative;
    background-color: #000000;
    width: 100%;
    min-height: 600px;
    height: 100vh;
}.title_opener_style .method_edu_style {
    position: relative;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    height: 100%;
}.title_opener_style .master_zone_style {
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.title_opener_style .master_zone_style::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    content: '';
}.title_opener_style .start_base_style {
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(0);
    position: relative;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    height: 100%;
    animation: slide-transition 35s infinite;
}.title_opener_style .learning_lead_style {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    overflow: hidden;
}.title_opener_style .learning_lead_style img {
    filter: contrast(1.1) brightness(0.9);
    width: 100%;
    height: 100%;
    transition: transform 8s ease;
    object-fit: cover;
    transform-origin: center center;
    will-change: transform;
    animation: slide-zoom 16s infinite alternate;
    position: absolute;
}.title_opener_style .learning_lead_style:nth-child(2n) img {
    animation-delay: -3s;
}.title_opener_style .learning_lead_style:nth-child(3n) img {
    animation-delay: -6s;
}.title_opener_style .learning_lead_style:nth-child(4n) img {
    animation-delay: -9s;
}.title_opener_style .info_wrapper_style {
    animation: slide-in 1s forwards 0.5s;
    max-width: 600px;
    position: relative;
    border-left: 4px solid rgb(180,167,179);
    backdrop-filter: blur(10px);
    border-radius: 0 22px 22px 0;
    transform: translateX(50px);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3.5rem;
    width: 45%;
    opacity: 0;
    z-index: 5;
    margin-right: 8%;
}.title_opener_style .info_wrapper_style::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
    position: absolute;
    content: '';
    top: 0;
    left: -4px;
    animation: border-reveal 1.5s forwards 1s;
    height: 0;
}.title_opener_style .info_wrapper_style::after {
    animation: dot-appear 0.5s forwards 2s;
    box-shadow: 0 0 15px rgb(180,167,179);
    width: 20px;
    background-color: rgb(180,167,179);
    border-radius: 50%;
    height: 20px;
    left: -12px;
    content: '';
    opacity: 0;
    position: absolute;
    top: 30px;
}.title_opener_style .info_wrapper_style h1 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 45px;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
}.title_opener_style .info_wrapper_style h1::after {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(180,167,179), transparent);
    height: 3px;
    content: '';
    animation: line-expand 1.2s forwards 1.5s;
}.title_opener_style .info_wrapper_style p {
    opacity: 0.9;
    animation: fade-up 1s forwards 1.7s;
    transform: translateY(20px);
    font-size: 18px;
    margin-bottom: 2rem;
    color: #ffffff;
    opacity: 0;
    line-height: 1.7;
}.title_opener_style .info_wrapper_style .feedback_request_style {
    transform: translateY(20px);
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 0.9rem 2.5rem;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    animation: fade-up 1s forwards 1.9s;
    background-color: rgb(180,167,179);
}.title_opener_style .info_wrapper_style .feedback_request_style::before {
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s ease;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
}.title_opener_style .info_wrapper_style .feedback_request_style:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: rgb(164,127,158);
}.title_opener_style .info_wrapper_style .feedback_request_style:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.title_opener_style .info_wrapper_style {
    margin-right: 5%;
    width: 50%;
    padding: 3rem;
}
}

@media (max-width: 992px) {.title_opener_style .master_zone_style::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.title_opener_style .info_wrapper_style {
    padding: 2.5rem;
    width: 60%;
}.title_opener_style .info_wrapper_style h1 {
    font-size: calc(45px * 0.9);
}
}

@media (max-width: 768px) {.title_opener_style .method_edu_style {
    justify-content: center;
}.title_opener_style .master_zone_style {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_opener_style .master_zone_style::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.title_opener_style .info_wrapper_style {
    margin: 0;
    backdrop-filter: blur(5px);
    max-width: 500px;
    border-top: 4px solid rgb(180,167,179);
    border-radius: 22px;
    width: 85%;
    border-left: none;
}.title_opener_style .info_wrapper_style::before {
    background: linear-gradient(to right, rgb(180,167,179), rgb(164,127,158));
    left: 0;
    width: 0;
    top: -4px;
    animation: width-reveal 1.5s forwards 1s;
    height: 4px;
}.title_opener_style .info_wrapper_style::after {
    left: 30px;
    top: -12px;
}.title_opener_style .info_wrapper_style h1 {
    text-align: center;
    font-size: 45px;
    width: 100%;
}.title_opener_style .info_wrapper_style p {
    text-align: center;
}.title_opener_style .info_wrapper_style .feedback_request_style {
    margin: 0 auto;
    display: block;
    text-align: center;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.title_opener_style {
    height: 80vh;
}.title_opener_style .info_wrapper_style {
    padding: 2rem;
    width: 90%;
}.title_opener_style .info_wrapper_style h1 {
    font-size: calc(45px * 0.9);
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.title_opener_style .info_wrapper_style p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.title_opener_style .info_wrapper_style .feedback_request_style {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.title_opener_style {
    height: 70vh;
}.title_opener_style .info_wrapper_style {
    padding: 1.5rem;
}.title_opener_style .info_wrapper_style h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1rem;
}.title_opener_style .info_wrapper_style p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.85);
}.title_opener_style .info_wrapper_style .feedback_request_style {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.title_opener_style {
    min-height: 450px;
    height: auto;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.title_opener_style .info_wrapper_style {
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}
    
    @media (max-width: 768px) {.title_opener_style .info_wrapper_style {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}
}

.title_opener_style .start_base_style {
    --slide-count: 2;
}.title_opener_style:has(.learning_lead_style:nth-child(3)) .start_base_style {
    --slide-count: 3;
}.title_opener_style:has(.learning_lead_style:nth-child(4)) .start_base_style {
    --slide-count: 4;
}.title_opener_style:has(.learning_lead_style:nth-child(5)) .start_base_style {
    --slide-count: 5;
}.title_opener_style:has(.learning_lead_style:nth-child(n+6)) .start_base_style {
    --slide-count: 5;
}.pricing_frame_style {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_frame_style::before {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    top: 0;
    left: 0;
}.pricing_frame_style .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.pricing_frame_style .plan_options_style {
    position: relative;
}.pricing_frame_style h2 {
    margin-bottom: 20px;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    position: relative;
    font-size: 34px;
}.pricing_frame_style h2::after {
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    background: rgb(164,127,158);
    position: absolute;
    box-shadow: 0 0 10px rgb(164,127,158,0.5);
    height: 3px;
    left: 50%;
}.pricing_frame_style .learning_price_style {
    text-align: center;
    max-width: 800px;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    margin: 0 auto 50px;
    letter-spacing: 0.3px;
    font-size: calc(16px * 1.1);
    transform: translateY(20px);
}.pricing_frame_style .class_rates_style {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    perspective: 1000px;
    display: grid;
    margin: 0;
}.pricing_frame_style .class_rates_style li {
    transform: translateY(40px);
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.pricing_frame_style .class_rates_style li:nth-child(1) {
    --li-index: 1;
}.pricing_frame_style .class_rates_style li:nth-child(2) {
    --li-index: 2;
}.pricing_frame_style .class_rates_style li:nth-child(3) {
    --li-index: 3;
}.pricing_frame_style .class_rates_style li:nth-child(4) {
    --li-index: 4;
}.pricing_frame_style .cert_cost_style {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_frame_style .cert_cost_style:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_frame_style .package_pricing_style {
    padding: 40px 30px;
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 12px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_frame_style .cert_cost_style:hover .package_pricing_style {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(164,127,158,0.5);
}.pricing_frame_style .package_pricing_style::before {
    height: 200%;
    z-index: 0;
    top: -50%;
    position: absolute;
    opacity: 0;
    width: 200%;
    content: "";
    left: -50%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.8);
    background: radial-gradient(
        circle at center,
        rgba(rgb(164,127,158), 0.05) 0%,
        transparent 70%
    );
}.pricing_frame_style .cert_cost_style:hover .package_pricing_style::before {
    opacity: 1;
    transform: scale(1);
}.pricing_frame_style .price_options_style {
    z-index: 2;
    position: relative;
}.pricing_frame_style .price_options_style h4 {
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    font-size: calc(23px * 1.15);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.pricing_frame_style .cert_cost_style:hover .price_options_style h4 {
    color: rgb(164,127,158);
    transform: translateY(-5px);
}.pricing_frame_style .price_options_style h4::after {
    width: 50px;
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(164,127,158);
    content: "";
    bottom: 0;
    position: absolute;
}.pricing_frame_style .cert_cost_style:hover .price_options_style h4::after {
    width: 80px;
}.pricing_frame_style .price_options_style p {
    max-height: 150px;
    font-size: 16px;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    margin-bottom: 25px;
    scrollbar-color: rgb(164,127,158) rgba(255,255,255,0.1);
}.pricing_frame_style .price_options_style p::-webkit-scrollbar {
    width: 4px;
}.pricing_frame_style .price_options_style p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.pricing_frame_style .price_options_style p::-webkit-scrollbar-thumb {
    background: rgb(164,127,158);
    border-radius: 10px;
}.pricing_frame_style .study_pricing_style {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(164,127,158) 0%, 
        rgb(180,167,179) 100%);
    color: #ffffff;
    overflow: hidden;
    font-size: calc(23px * 1.5);
    border-radius: 8px;
}.pricing_frame_style .cert_cost_style:hover .study_pricing_style {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.pricing_frame_style .study_pricing_style::before {
    top: 0;
    width: 70%;
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    left: -100%;
    content: "";
}.pricing_frame_style .cert_cost_style:hover .study_pricing_style::before {
    left: 200%;
}

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

@media (min-width: 768px) {.pricing_frame_style .class_rates_style {
    grid-template-columns: repeat(2, 1fr);
}.pricing_frame_style h2 {
    font-size: calc(34px * 1.1);
}
}

@media (min-width: 992px) {.pricing_frame_style {
    padding: 150px 0;
}.pricing_frame_style .class_rates_style {
    grid-template-columns: repeat(4, 1fr);
}.pricing_frame_style .package_pricing_style {
    padding: 40px 25px;
}.pricing_frame_style h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 1.2);
}.pricing_frame_style .learning_price_style {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.pricing_frame_style {
    padding: 80px 0;
}.pricing_frame_style h2 {
    font-size: calc(34px * 0.9);
}.pricing_frame_style .learning_price_style {
    margin-bottom: 40px;
    font-size: 16px;
}.pricing_frame_style .package_pricing_style {
    padding: 30px 20px;
}.pricing_frame_style .price_options_style p {
    max-height: 120px;
}.pricing_frame_style .study_pricing_style {
    padding: 6px 15px;
    font-size: calc(23px * 1.2);
}}.our_mission_style {
    padding: 6rem 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our_mission_style::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    right: 0;
    position: absolute;
    content: "";
    top: 0;
}.our_mission_style::after {
    width: 200px;
    position: absolute;
    top: -50px;
    opacity: 0.6;
    border: 2px solid rgb(180,167,179,0.5);
    z-index: 1;
    right: -50px;
    animation: rotate 20s linear infinite;
    content: "";
    height: 200px;
    border-radius: 50%;
}.our_mission_style .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.our_mission_style .info_wrapper_style {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgb(180,167,179,0.5);
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    padding: 3rem;
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(30, 30, 40, 0.75) 100%);
    position: relative;
    max-width: 900px;
}.our_mission_style .info_wrapper_style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(180,167,179);
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_style .info_wrapper_style::before {
    left: 0;
    opacity: 0.15;
    content: "";
    background: radial-gradient(circle at top right, 
        rgb(180,167,179,0.5) 0%, 
        transparent 70%);
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.our_mission_style .info_wrapper_style::after {
    z-index: 3;
    bottom: -10px;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(164,127,158,0.5), 
        transparent);
    content: "";
    right: 20px;
    position: absolute;
    width: 40%;
}.our_mission_style h1 {
    color: rgb(180,167,179);
    display: inline-block;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
}.our_mission_style h1::after {
    left: 0;
    animation: expandWidth 1.5s ease-out forwards;
    background: linear-gradient(to right, 
        rgb(180,167,179), 
        rgb(164,127,158,0.5));
    height: 3px;
    bottom: -10px;
    position: absolute;
    width: 60%;
    content: "";
    transform-origin: left center;
}.our_mission_style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our_mission_style li {
    animation: fadeIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation-delay: 0.3s;
    position: relative;
}.our_mission_style li:last-child {
    animation-delay: 0.6s;
}.our_mission_style h4 {
    font-weight: 600;
    position: relative;
    color: rgb(164,127,158);
    font-size: 19px;
    opacity: 0;
    animation: slideRight 0.8s ease-out 0.4s forwards;
    transform: translateX(-10px);
    margin-bottom: 1rem;
}.our_mission_style h4::before {
    transform: scaleX(0);
    position: absolute;
    transform-origin: right center;
    background-color: rgb(164,127,158);
    content: "";
    height: 1px;
    left: -25px;
    top: 50%;
    animation: expandWidth 1s ease-out 0.8s forwards;
    width: 15px;
}.our_mission_style span {
    font-size: 13px;
    line-height: 1.8;
    border-left: 1px solid rgb(180,167,179,0.5);
    padding-left: 0.5rem;
    text-align: justify;
    display: block;
    color: #ffffff;
    position: relative;
}.our_mission_style span::before {
    top: 0;
    position: absolute;
    opacity: 0.8;
    background: rgb(180,167,179);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -5px;
}.our_mission_style span::after {
    opacity: 0.8;
    height: 10px;
    border-radius: 50%;
    left: -5px;
    bottom: 0;
    position: absolute;
    background: rgb(164,127,158);
    content: "";
    width: 10px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.our_mission_style {
    padding: 4rem 0;
}.our_mission_style .info_wrapper_style {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(1deg);
}
}

@media (max-width: 767px) {.our_mission_style {
    padding: 3rem 0;
}.our_mission_style .info_wrapper_style {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(180,167,179,0.5);
    padding: 2rem;
}.our_mission_style h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.our_mission_style span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.our_mission_style {
    padding: 2.5rem 0;
}.our_mission_style .container {
    padding: 0 1rem;
}.our_mission_style .info_wrapper_style {
    padding: 1.5rem;
}.our_mission_style h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1.5rem;
}.our_mission_style h4 {
    font-size: calc(19px * 0.9);
}.our_mission_style span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.our_mission_style .info_wrapper_style::after {
    width: 30%;
}}.cookieWarningContainer_style {
    left: 50%;
    overflow: hidden;
    border-radius: 25px;
    align-items: center;
    width: 90%;
    background: rgb(221,219,221);
    bottom: 20px;
    padding: 20px;
    z-index: 1050;
    position: fixed;
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: Arial, sans-serif;
    max-width: 600px;
    flex-direction: column;
    transform: translateX(-50%);
}.edu_approve_style {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}.cookie_comply_style {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cookie_comply_style svg, .cookie_comply_style svg path, .cookie_comply_style img {
    fill: rgb(180,167,179);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieWarningContainer_style h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(180,167,179);
    font-size: 18px;
}.cookieWarningContainer_style p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}.cookie_overlay_style {
    background: rgb(180,167,179);
    display: inline-block;
    text-align: center;
    color: #ffffff;
    width: calc(50% - 10px);
    font-size: 15px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-decoration: none;
    border-radius: 10px;
}.cookie_overlay_style:hover {
    background: rgb(164,127,158);
    transform: translateY(-3px);
}.cookie_button.edu_cookies_style {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_cookies_style:hover {
    background: rgb(164,127,158,0.5);
}.cookieWarningContainer_style p a {
    color: rgb(180,167,179);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.cookieWarningContainer_style p a:hover {
    color: rgb(164,127,158);
}
@media only screen and (max-width: 600px) {.cookieWarningContainer_style {
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    border-radius: 0;
}.edu_approve_style {
    padding: 15px;
}.cookie_comply_style svg {
    height: 50px;
    width: 50px;
}.cookieWarningContainer_style h5 {
    font-size: calc(18px - 2px);
}.cookieWarningContainer_style p {
    font-size: calc(18px - 2px);
}.cookie_overlay_style {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
    width: calc(100% - 10px);
}}
#cookie_banner_box_style {
    display: none;
}#cookie_banner_box_style:checked ~ .cookieWarningContainer_style {
    visibility: hidden;
    opacity: 0;
}.help_desk_info_style {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, #ffffff 100%);
    perspective: 1000px;
    position: relative;
}.help_desk_info_style::before {
    top: 0;
    transform: translateZ(-10px);
    opacity: 0.05;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(164,127,158,0.5) 0px,
            transparent 2px,
            transparent 10px,
            rgb(164,127,158,0.5) 12px
        );
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    position: absolute;
}.help_desk_info_style::after {
    left: 0;
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    z-index: 1;
    height: 10px;
    bottom: -5px;
    position: absolute;
    content: "";
}.help_desk_info_style h1 {
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
    transform: translateZ(5px);
    color: #000000;
    font-weight: 700;
    font-size: 48px;
    text-align: left;
    position: relative;
    z-index: 2;
}.help_desk_info_style h1::after {
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(1);
    left: 0;
    height: 4px;
    width: 80px;
    bottom: -10px;
    background: rgb(180,167,179);
}.help_desk_info_style h1:hover::after {
    transform: scaleX(1.5);
}.help_desk_info_style .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
}.help_desk_info_style .reach_section_style {
    grid-template-columns: 1fr;
    gap: 2rem;
    transform-style: preserve-3d;
    display: grid;
}.help_desk_info_style .reach_section_style > div {
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(10px);
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.help_desk_info_style .reach_section_style > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-5px);
}.help_desk_info_style .reach_section_style > div::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
    height: 100%;
    opacity: 0.8;
    left: 0;
    content: "";
    width: 4px;
}.help_desk_info_style .reach_section_style > div > div {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.01em;
}.help_desk_info_style h6 {
    gap: 0.5rem;
    display: flex;
    color: #000000;
    align-items: center;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 16px;
}.help_desk_info_style span {
    display: block;
    font-size: calc(15px * 1.05);
    margin-left: 1.8rem;
    border-bottom: 1px dashed rgb(164,127,158,0.5);
    color: #000000;
    padding-bottom: 0.5rem;
}.help_desk_info_style .talk_team_style {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.help_desk_info_style .talk_team_style > div {
    transition: transform 0.3s ease;
}.help_desk_info_style .talk_team_style > div:hover {
    transform: translateX(5px);
}.help_desk_info_style .contact_assistance_style {
    overflow: hidden;
    text-decoration: none;
    transition: color 0.3s ease;
    align-items: center;
    position: relative;
    color: #000000;
    font-size: calc(15px * 1.05);
    font-weight: 600;
    gap: 0.5rem;
    display: flex;
}.help_desk_info_style .contact_assistance_style::after {
    background: rgb(180,167,179);
    transform: scaleX(0);
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 2px;
    width: 100%;
    transform-origin: right;
}.help_desk_info_style .contact_assistance_style:hover {
    color: rgb(180,167,179);
}.help_desk_info_style .contact_assistance_style:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.help_desk_info_style svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 20px;
    height: 20px;
}.help_desk_info_style .contact_assistance_style:hover svg {
    transform: scale(1.15) rotate(5deg);
}.help_desk_info_style svg path {
    fill: rgb(180,167,179);
    transition: fill 0.3s ease;
}.help_desk_info_style .contact_assistance_style:hover svg path {
    fill: rgb(164,127,158);
}

@media (min-width: 768px) {.help_desk_info_style {
    padding: 6rem 3rem;
}.help_desk_info_style .reach_section_style {
    grid-template-columns: repeat(2, 1fr);
}.help_desk_info_style h1 {
    margin-bottom: 3rem;
    font-size: calc(48px * 1.1);
}.help_desk_info_style h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.help_desk_info_style {
    padding: 7rem 4rem;
}.help_desk_info_style .reach_section_style {
    grid-template-columns: 2fr 1fr 1fr;
}.help_desk_info_style .reach_section_style > div {
    padding: 2.5rem;
}.help_desk_info_style h1 {
    font-size: calc(48px * 1.2);
}.help_desk_info_style h6 {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.help_desk_info_style {
    padding: 4rem 1.5rem;
}.help_desk_info_style h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2rem;
}.help_desk_info_style .reach_section_style > div {
    padding: 1.5rem;
}.help_desk_info_style span {
    margin-left: 1.5rem;
}.help_desk_info_style .talk_team_style {
    gap: 1rem;
}
}

@media (max-width: 480px) {.help_desk_info_style {
    padding: 3rem 1rem;
}.help_desk_info_style h1 {
    font-size: calc(48px * 0.8);
}.help_desk_info_style .reach_section_style > div {
    padding: 1.25rem;
}.help_desk_info_style h6 {
    font-size: calc(16px * 0.95);
}.help_desk_info_style span {
    margin-left: 1.2rem;
    font-size: 15px;
}.help_desk_info_style .contact_assistance_style {
    font-size: 15px;
}.help_desk_info_style svg {
    width: 18px;
    height: 18px;
}}header {
    position: relative;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(221,219,221), #ffffff);
}header::before {
    opacity: 0.5;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(180,167,179,0.5) 65%, 
        rgb(180,167,179,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(164,127,158,0.5) 75%, 
        rgb(164,127,158,0.5) 80%, 
        transparent 80%);
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}header .container {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 3%;
    margin: 0;
    z-index: 1;
}header .head_mentor_style {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    display: flex;
}header .main_info_style {
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgb(180,167,179,0.5), rgb(164,127,158,0.5));
    border-radius: 19px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
}header .main_info_style::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    position: absolute;
    transition: opacity 0.3s ease;
    left: -50%;
    width: 200%;
    height: 200%;
    content: '';
    opacity: 0;
    top: -50%;
}header .main_info_style:hover::before {
    opacity: 1;
}header .main_info_style svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
}header .main_info_style:hover svg {
    transform: scale(1.03);
}header .header_pagewrap_style {
    gap: 0.6rem;
    width: 100%;
    margin-top: 0.5rem;
    max-width: 800px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}header .first_lesson_style {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 20px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
}header .first_lesson_style::before {
    width: 100%;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(to right, rgb(180,167,179), rgb(164,127,158));
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}header .first_lesson_style:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(180,167,179);
}header .first_lesson_style:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_info_style {
    padding: 0.5rem 1.2rem;
}header .main_info_style svg {
    width: 140px;
}header .header_pagewrap_style {
    gap: 0.5rem;
}header .first_lesson_style {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head_mentor_style {
    gap: 1.5rem;
}header .main_info_style {
    padding: 0.4rem 1rem;
}header .main_info_style svg {
    width: 130px;
}header .header_pagewrap_style {
    gap: 0.5rem;
}header .first_lesson_style {
    font-size: calc(20px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_mentor_style {
    gap: 1rem;
}header .main_info_style svg {
    width: 120px;
}header .header_pagewrap_style {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: flex-start;
    gap: 0.4rem;
}header .header_pagewrap_style::-webkit-scrollbar {
    height: 3px;
}header .header_pagewrap_style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(180,167,179);
}header .first_lesson_style {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(180,167,179);
}header .top_plank .top_menu_style div svg, header .top_plank .top_menu_style div svg path {
    fill: #ffffff;
}header .top_plank .top_menu_style div span {
    color: #ffffff;
}header .top_plank .top_menu_style {
    font-size: 12px;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    line-height: 21px;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .top_menu_style div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .top_menu_style div img, header .top_plank .top_menu_style div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.footer_classes_style {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 80px 0 40px;
}.footer_classes_style::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(8px);
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}footer {
    position: relative;
}.footer_classes_style .container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}.footer_classes_style .company_holder {
    position: relative;
    padding-right: 40px;
}.footer_classes_style .company_holder::after {
    top: 20%;
    position: absolute;
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(164,127,158,0.5), 
        transparent);
    right: 0;
    content: "";
}.footer_classes_style .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    font-size: calc(36px * 0.9);
}.footer_classes_style .company_holder h3::after {
    width: 40px;
    height: 3px;
    background: rgb(180,167,179);
    left: 0;
    bottom: -8px;
    border-radius: 10px;
    position: absolute;
    content: "";
}.footer_classes_style .equity_info_style {
    max-width: 90%;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    line-height: 1.6;
}.footer_classes_style .program_foot_style {
    justify-content: flex-end;
    display: flex;
}.footer_classes_style .nav_section_style {
    display: flex;
    gap: 60px;
}.footer_classes_style .header_pagewrap_style {
    position: relative;
}.footer_classes_style .header_pagewrap_style h5 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}.footer_classes_style .header_pagewrap_style h5::after {
    position: absolute;
    background: rgb(180,167,179);
    width: 30px;
    border-radius: 10px;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
}.footer_classes_style .header_pagewrap_style .nav_section_style {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.footer_classes_style .header_pagewrap_style .nav_section_style a {
    color: #ffffff;
    position: relative;
    opacity: 0.7;
    padding-left: 0;
    text-decoration: none;
    font-size: calc(13px * 0.95);
    transition: all 0.3s ease;
}.footer_classes_style .header_pagewrap_style .nav_section_style a::before {
    transition: all 0.3s ease;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(180,167,179);
    opacity: 0;
}.footer_classes_style .header_pagewrap_style .nav_section_style a:hover {
    padding-left: 12px;
    opacity: 1;
    color: rgb(180,167,179);
}.footer_classes_style .header_pagewrap_style .nav_section_style a:hover::before {
    width: 8px;
    opacity: 1;
}.fellow_prog_style {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}.fellow_prog_style .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.fellow_prog_style .footer_clients_style {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(180,167,179,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(180,167,179);
    }
}

@media (max-width: 991px) {.footer_classes_style {
    padding: 60px 0 30px;
}.footer_classes_style .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.footer_classes_style .company_holder {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding-right: 0;
}.footer_classes_style .company_holder::after {
    display: none;
}.footer_classes_style .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.footer_classes_style .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.footer_classes_style .equity_info_style {
    max-width: 100%;
    text-align: center;
}.footer_classes_style .program_foot_style {
    justify-content: center;
}
}

@media (max-width: 767px) {.footer_classes_style {
    padding: 50px 0 20px;
}.footer_classes_style .nav_section_style {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.footer_classes_style .header_pagewrap_style {
    text-align: center;
}.footer_classes_style .header_pagewrap_style h5 {
    text-align: center;
}.footer_classes_style .header_pagewrap_style h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_classes_style .header_pagewrap_style .nav_section_style {
    align-items: center;
}.footer_classes_style .header_pagewrap_style .nav_section_style a {
    text-align: center;
}.footer_classes_style .header_pagewrap_style .nav_section_style a::before {
    display: none;
}.footer_classes_style .header_pagewrap_style .nav_section_style a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.footer_classes_style {
    padding: 40px 0 20px;
}.footer_classes_style .company_holder h3 {
    font-size: calc(36px * 0.8);
}.footer_classes_style .equity_info_style {
    font-size: calc(13px * 0.9);
}.fellow_prog_style .footer_clients_style {
    font-size: calc(15px * 0.9);
}}

.footer_classes_style::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.footer_classes_style::after {
    box-shadow: 0 0 40px rgb(180,167,179,0.5);
}.footer_classes_style .container::before {
    filter: blur(30px);
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(164,127,158,0.5), 
        transparent 70%
    );
    content: "";
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse;
    height: 150px;
    width: 150px;
    left: -75px;
    bottom: -75px;
}.footer_classes_style .header_pagewrap_style::before {
    left: -15px;
    position: absolute;
    content: "";
    background: rgb(180,167,179);
    opacity: 0.7;
    top: 10px;
    height: 5px;
    border-radius: 50%;
    width: 5px;
}.footer_classes_style .header_pagewrap_style:hover::before {
    animation: glow 2s infinite;
}.footer_classes_style .company_holder::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(180,167,179,0.5), 
        transparent);
    left: 0;
    width: 100px;
    position: absolute;
    bottom: -20px;
    height: 1px;
}

@media (max-width: 991px) {.footer_classes_style .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(180,167,179,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}

.footer_classes_style .header_pagewrap_style .nav_section_style a::after {
    background: rgb(180,167,179);
    height: 1px;
    position: absolute;
    width: 0;
    bottom: -2px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.footer_classes_style .header_pagewrap_style .nav_section_style a:hover::after {
    width: 100%;
}.footer_classes_style .header_pagewrap_style .nav_section_style a:nth-child(odd):hover {
    transform: translateX(2px);
}.footer_classes_style .header_pagewrap_style .nav_section_style a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(164,127,158,0.5), 
            transparent);
    left: 0;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
}.footer_classes_style::before {
    background-blend-mode: overlay;
}}

.footer_classes_style .company_holder h3::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    height: 1px;
    background: rgb(180,167,179);
    left: -30px;
    width: 20px;
    top: 50%;
}

@media (max-width: 991px) {.footer_classes_style .company_holder h3::before {
    display: none;
}}

.fellow_prog_style {
    overflow: hidden;
    position: relative;
}.fellow_prog_style::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(164,127,158,0.5), 
        transparent);
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
}.fellow_prog_style::after {
    left: 35%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(164,127,158,0.5), 
        transparent);
    opacity: 0.3;
    width: 30%;
    position: absolute;
    content: "";
    bottom: 0;
}.fellow_prog_style .footer_clients_style {
    transition: all 0.3s ease;
    position: relative;
}.fellow_prog_style .footer_clients_style:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.privacy_area_style {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(255,255,255,0.95) 100%);
}.privacy_area_style::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(164,127,158,0.5) 0%, transparent 70%);
}.privacy_area_style::after {
    position: absolute;
    height: 15rem;
    background: linear-gradient(45deg, rgb(180,167,179,0.5) 0%, transparent 80%);
    bottom: -5rem;
    width: 15rem;
    border-radius: 50%;
    content: "";
    z-index: 0;
    right: -5rem;
    filter: blur(30px);
}.privacy_area_style .container {
    background: rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateX(0.5deg);
    z-index: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}.privacy_area_style h1 {
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(-5px);
    font-size: 46px;
}.privacy_area_style h1::after {
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    content: "";
    width: 80px;
    bottom: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
}.privacy_area_style:hover h1::after {
    transform: scaleX(1.5);
}.privacy_area_style h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(180,167,179);
    font-size: 31px;
}.privacy_area_style h3 {
    margin: 2rem 0 1.2rem;
    position: relative;
    border-left: 2px solid rgb(164,127,158);
    color: #000000;
    padding-left: 0.8rem;
    font-size: calc(31px * 0.85);
    font-weight: 600;
}.privacy_area_style h4 {
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(164,127,158,0.5);
    font-size: calc(31px * 0.7);
    padding-left: 0.6rem;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy_area_style p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.8;
    position: relative;
}.privacy_area_style p:hover {
    transform: translateX(5px);
}.privacy_area_style strong {
    position: relative;
    color: rgb(180,167,179);
    padding-bottom: 2px;
    font-weight: 700;
}.privacy_area_style strong::after {
    height: 1px;
    background-color: rgb(180,167,179,0.5);
    position: absolute;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
}.privacy_area_style strong:hover::after {
    transform: scaleX(1);
}.privacy_area_style ul {
    border-radius: 10px;
    margin: 1.5rem 0 2rem 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(221,219,221), 0.3), transparent);
    padding: 1.5rem;
}.privacy_area_style ul::before {
    border-radius: 10px 0 0 10px;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}.privacy_area_style li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    font-size: 15px;
    margin-bottom: 1.2rem;
    color: #000000;
    position: relative;
    padding-left: 1.8rem;
}.privacy_area_style li:last-child {
    margin-bottom: 0;
}.privacy_area_style li:hover {
    transform: translateX(5px);
}.privacy_area_style li::before {
    background: linear-gradient(135deg, rgb(164,127,158) 0%, rgb(180,167,179) 100%);
    top: 0.5rem;
    position: absolute;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: transform 0.3s ease, background 0.3s ease;
}.privacy_area_style li:hover::before {
    background: linear-gradient(135deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    transform: scale(1.5);
}.privacy_area_style span {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    border-left: 3px solid rgb(164,127,158,0.5);
    display: block;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    font-size: 15px;
}.privacy_area_style span:hover {
    transform: translateY(-3px);
    border-left-color: rgb(180,167,179);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

@media (max-width: 992px) {.privacy_area_style {
    padding: 3rem 1.5rem;
}.privacy_area_style .container {
    transform: none;
    padding: 1.5rem;
}.privacy_area_style h1 {
    font-size: calc(46px * 0.9);
}.privacy_area_style h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.privacy_area_style {
    padding: 2rem 1rem;
}.privacy_area_style .container {
    padding: 1.2rem;
}.privacy_area_style h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_area_style h2 {
    font-size: calc(31px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_area_style h3 {
    font-size: calc(31px * 0.7);
}.privacy_area_style h4 {
    font-size: calc(31px * 0.6);
}.privacy_area_style ul {
    padding: 1.2rem;
    margin-left: 0;
}.privacy_area_style p, 
    .privacy_area_style li, 
    .privacy_area_style span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.privacy_area_style {
    padding: 1.5rem 0.8rem;
}.privacy_area_style .container {
    padding: 1rem;
}.privacy_area_style h1 {
    font-size: calc(46px * 0.7);
}.privacy_area_style h2 {
    padding-left: 0.8rem;
    font-size: calc(31px * 0.7);
}.privacy_area_style h3 {
    font-size: calc(31px * 0.6);
}.privacy_area_style h4 {
    font-size: calc(31px * 0.5);
}.privacy_area_style ul {
    padding: 1rem;
}.privacy_area_style li {
    padding-left: 1.5rem;
}.privacy_area_style p, 
    .privacy_area_style li, 
    .privacy_area_style span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_area_style span {
    padding: 0.8rem 1rem;
}}.customer_comments_style {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(180deg, rgb(221,219,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    position: relative;
}.customer_comments_style::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,167,179,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(164,127,158,0.5) 0%, transparent 15%);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.6;
    content: "";
}.customer_comments_style::after {
    background-size: 30px 30px;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    z-index: 1;
    opacity: 0.2;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.customer_comments_style .container {
    z-index: 2;
    position: relative;
}.customer_comments_style h2 {
    letter-spacing: 2px;
    font-weight: 700;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #000000;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 34px;
    left: 50%;
    margin-bottom: 4rem;
}.customer_comments_style h2::before, 
.customer_comments_style h2::after {
    animation: neonPulse 2s infinite alternate;
    background: rgb(180,167,179);
    position: absolute;
    width: 50px;
    height: 3px;
    top: 50%;
    content: "";
}.customer_comments_style h2::before {
    left: -30px;
}.customer_comments_style h2::after {
    right: -30px;
}.customer_comments_style .user_feedback_style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    gap: 2rem;
}.customer_comments_style .user_voices_style {
    border-radius: 10px;
    flex: 0 0 calc(33.333% - 2rem);
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    min-width: 280px;
    max-width: calc(33.333% - 2rem);
    transform: translateZ(0) rotateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.customer_comments_style .user_voices_style::before {
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(180,167,179), rgb(164,127,158)) border-box;
    transition: opacity 0.5s ease;
    border-radius: 10px;
    mask-composite: exclude;
    inset: 0;
    content: "";
    opacity: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
}.customer_comments_style .user_voices_style:hover {
    transform: translateZ(20px) rotateY(5deg);
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}.customer_comments_style .user_voices_style:hover::before {
    opacity: 1;
    animation: borderGlow 1.5s infinite alternate;
}.customer_comments_style .user_voices_style:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.customer_comments_style .user_voices_style img {
    border-radius: 50%;
    position: relative;
    width: 90px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    object-fit: cover;
    z-index: 2;
    height: 90px;
}.customer_comments_style .user_voices_style:hover img {
    transform: scale(1.05);
    border-color: rgb(180,167,179);
    box-shadow: 0 0 15px rgb(180,167,179,0.5);
}.customer_comments_style .user_voices_style p {
    text-align: center;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(14px * 1.1);
}.customer_comments_style .user_voices_style .description {
    z-index: 2;
    padding-top: 1rem;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 1rem;
    text-align: center;
}.customer_comments_style .user_voices_style .description::after {
    height: 2px;
    background: rgb(164,127,158,0.5);
    top: 0;
    transition: all 0.3s ease;
    content: "";
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.customer_comments_style .user_voices_style:hover .description::after {
    box-shadow: 0 0 10px rgb(180,167,179,0.5);
    background: rgb(180,167,179);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(180,167,179), 0 0 10px rgb(180,167,179,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(180,167,179), 0 0 30px rgb(180,167,179,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.customer_comments_style {
    padding: 4rem 0;
}.customer_comments_style h2 {
    margin-bottom: 3rem;
}.customer_comments_style .user_voices_style {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
}

@media (max-width: 767px) {.customer_comments_style h2 {
    font-size: calc(34px * 0.9);
}.customer_comments_style h2::before,
    .customer_comments_style h2::after {
    width: 30px;
}.customer_comments_style h2::before {
    left: -15px;
}.customer_comments_style h2::after {
    right: -15px;
}.customer_comments_style .user_feedback_style {
    flex-direction: column;
    gap: 1.5rem;
}.customer_comments_style .user_voices_style {
    max-width: 100%;
    padding: 1.5rem;
    flex: 1 1 100%;
}.customer_comments_style .user_voices_style,
    .customer_comments_style .user_voices_style:hover,
    .customer_comments_style .user_voices_style:nth-child(even):hover {
    transform: none;
}.customer_comments_style .user_voices_style img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.customer_comments_style {
    padding: 3rem 0;
}.customer_comments_style h2 {
    font-size: calc(34px * 0.8);
}.customer_comments_style .user_voices_style {
    padding: 1.25rem;
}.customer_comments_style .user_voices_style img {
    height: 60px;
    width: 60px;
}}.appMessage_style {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, #ffffff 100%);
}.appMessage_style::before {
    left: -5%;
    background: 
        linear-gradient(120deg, rgb(180,167,179,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(164,127,158,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 120%;
    pointer-events: none;
    height: 120%;
    top: -10%;
    content: "";
    position: absolute;
    transform: rotate(-5deg) skewX(5deg);
}.appMessage_style::after {
    background: linear-gradient(135deg, rgb(180,167,179,0.5) 0%, rgb(164,127,158,0.5) 100%);
    position: absolute;
    height: 60%;
    transform: rotate(15deg);
    width: 60%;
    content: "";
    bottom: -20%;
    z-index: 0;
    filter: blur(80px);
    right: -20%;
    opacity: 0.2;
}.appMessage_style .container {
    max-width: 1200px;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    width: 90%;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.appMessage_style .method_edu_style {
    transform-style: preserve-3d;
    position: relative;
    background-color: #ffffff;
    padding: calc(2rem + 3vw);
    transform: translateZ(0) rotateX(2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transition: transform 0.5s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.appMessage_style .method_edu_style::before {
    bottom: 20px;
    right: 20px;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    top: 20px;
    border: 1px solid rgb(180,167,179,0.5);
    content: "";
    transform: translateZ(-10px);
    left: 20px;
}.appMessage_style .method_edu_style:hover {
    transform: translateZ(10px) rotateX(0deg);
}.appMessage_style .method_edu_style > div:first-child {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    position: relative;
}.appMessage_style .method_edu_style > div:first-child::after {
    transform: scaleX(1);
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
}.appMessage_style .method_edu_style:hover > div:first-child::after {
    transform: scaleX(1.5);
}.appMessage_style h5 {
    transform: translateZ(30px);
    position: relative;
    font-size: 19px;
    line-height: 1.4;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: 0;
}.appMessage_style .method_edu_style:hover h5 {
    transform: translateZ(40px);
}.appMessage_style .method_edu_style > div:last-child {
    transform: translateZ(10px);
    position: relative;
    transition: transform 0.5s ease;
}.appMessage_style .method_edu_style:hover > div:last-child {
    transform: translateZ(20px);
}.appMessage_style p {
    transition: color 0.3s ease, transform 0.5s ease;
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    transform: translateZ(0);
    margin: 0;
    line-height: 1.8;
}.appMessage_style a {
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.appMessage_style a::before {
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    bottom: 0;
    opacity: 0;
    content: "";
    width: 100%;
    left: 0;
    transform: translateY(10px);
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(180,167,179,0.5) 95%, 
        rgb(180,167,179,0.5) 100%
    );
}.appMessage_style a:hover::before {
    opacity: 0.2;
    transform: translateY(0);
}.appMessage_style a:hover p {
    color: rgb(180,167,179);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.appMessage_style {
    padding: 4rem 0;
}.appMessage_style .method_edu_style {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.appMessage_style h5 {
    line-height: 1.5;
    font-size: calc(19px * 0.9);
}.appMessage_style p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.appMessage_style {
    min-height: auto;
}.appMessage_style .container {
    width: 95%;
}.appMessage_style .method_edu_style {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.5rem;
    transform: none;
}.appMessage_style .method_edu_style::before {
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
}.appMessage_style .method_edu_style > div:first-child::after {
    width: 60px;
    height: 3px;
}.appMessage_style h5 {
    transform: none;
    font-size: calc(19px * 0.85);
}.appMessage_style p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.appMessage_style .method_edu_style:hover h5,
    .appMessage_style .method_edu_style:hover > div:last-child,
    .appMessage_style .method_edu_style:hover {
    transform: none;
}
}

@media (max-width: 480px) {.appMessage_style {
    padding: 3rem 0;
}.appMessage_style .method_edu_style {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
}.appMessage_style h5 {
    line-height: 1.4;
    font-size: calc(19px * 0.8);
}.appMessage_style p {
    line-height: 1.5;
    font-size: calc(15px * 0.85);
}.appMessage_style .method_edu_style > div:first-child {
    margin-bottom: 1.5rem;
}.appMessage_style .method_edu_style > div:first-child::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}}.program_results_style {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
}.program_results_style::before {
    transform: rotate(-15deg) translateZ(0);
    right: -10%;
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    top: -5%;
    width: 45%;
    background: linear-gradient(230deg, rgb(180,167,179,0.5) 0%, rgb(164,127,158,0.5) 100%);
    height: 70%;
    content: "";
    opacity: 0.25;
    pointer-events: none;
}.program_results_style::after {
    opacity: 0.2;
    transform: rotate(10deg) translateZ(0);
    bottom: -5%;
    height: 60%;
    content: "";
    left: -10%;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(120deg, rgb(164,127,158,0.5) 0%, rgb(180,167,179,0.5) 80%);
    width: 40%;
    filter: blur(50px);
}.program_results_style .container {
    gap: 40px;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.program_results_style .img_clickable_style {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    object-fit: cover;
    height: auto;
    will-change: transform;
    width: 100%;
}.program_results_style .img_clickable_style:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.program_results_style .method_edu_style {
    display: flex;
    position: relative;
    align-items: center;
}.program_results_style .info_wrapper_style {
    padding: 30px 10px 30px 40px;
    transform: translateZ(0);
    position: relative;
}.program_results_style .info_wrapper_style::before {
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(to bottom, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    transform: scaleY(0.95);
    top: 0;
    width: 8px;
    content: "";
    left: 0;
    height: 100%;
}.program_results_style h1 {
    font-size: 47px;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
    transform: translateZ(0);
    font-weight: 700;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    color: #000000;
    background-clip: text !important;
    background: linear-gradient(90deg, #000000 60%, rgb(180,167,179) 100%);
}.program_results_style ul {
    padding: 0;
    gap: 18px;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
}.program_results_style li {
    position: relative;
    transition: transform 0.4s ease-out;
    padding: 10px 0 10px 40px;
}.program_results_style li:hover {
    transform: translateX(5px);
}.program_results_style li:nth-child(odd)::before {
    content: "";
    height: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(164,127,158,0.5) 0%, transparent 100%);
    z-index: -1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0.1;
    position: absolute;
    transform-origin: left;
    width: 100%;
    top: 0;
    left: 0;
}.program_results_style li:nth-child(odd):hover::before {
    transform: scaleX(1);
}.program_results_style li:nth-child(even)::before {
    background: linear-gradient(90deg, rgb(180,167,179,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    transform-origin: left;
    opacity: 0.1;
    content: "";
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.program_results_style li:nth-child(even):hover::before {
    transform: scaleX(1);
}.program_results_style li p {
    line-height: 1.5;
    align-items: flex-start;
    display: flex;
    font-size: calc(18px * 1.05);
    color: #000000;
    margin: 0;
}.program_results_style svg {
    left: 0;
    transform-origin: center;
    position: absolute;
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
    top: 12px;
}.program_results_style li:hover svg {
    transform: scale(1.15);
}.program_results_style svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,167,179);
}.program_results_style li:nth-child(even) svg path {
    fill: rgb(164,127,158);
}.program_results_style li:hover svg path:first-child {
    fill: rgb(180,167,179);
}.program_results_style li:hover svg path:last-child {
    fill: rgb(164,127,158);
}

@media (max-width: 992px) {.program_results_style {
    padding: 80px 0;
}.program_results_style .container {
    gap: 30px;
    grid-template-columns: 1fr;
}.program_results_style .img_clickable_style {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12), 
                    -5px -5px 20px rgba(255, 255, 255, 0.8);
    max-height: 400px;
    object-position: center;
    margin: 0 auto;
}.program_results_style .info_wrapper_style {
    padding: 20px 10px 20px 30px;
}.program_results_style h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.85);
}
}

@media (max-width: 768px) {.program_results_style {
    padding: 60px 0;
}.program_results_style .img_clickable_style {
    max-height: 350px;
}.program_results_style h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.75);
}.program_results_style li {
    padding: 8px 0 8px 35px;
}.program_results_style svg {
    width: 24px;
    height: 24px;
    top: 10px;
}.program_results_style ul {
    gap: 12px;
}.program_results_style .info_wrapper_style::before {
    width: 6px;
}
}

@media (max-width: 576px) {.program_results_style {
    padding: 50px 0;
}.program_results_style .container {
    gap: 25px;
    padding: 0 15px;
}.program_results_style .img_clickable_style {
    max-height: 280px;
}.program_results_style h1 {
    margin-bottom: 15px;
    font-size: calc(47px * 0.65);
}.program_results_style li p {
    font-size: 18px;
}.program_results_style .info_wrapper_style {
    padding: 15px 5px 15px 20px;
}.program_results_style .info_wrapper_style::before {
    width: 5px;
}}.instructor_history_style {
    overflow: hidden;
    padding: 5rem 2rem;
    perspective: 1000px;
    background: rgb(221,219,221);
    position: relative;
}.instructor_history_style::before {
    opacity: 0.4;
    top: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(164,127,158,0.5) 0deg,
        rgb(180,167,179,0.5) 90deg,
        rgb(221,219,221) 180deg,
        rgb(180,167,179,0.5) 270deg,
        rgb(164,127,158,0.5) 360deg
    );
    width: 100%;
    z-index: 1;
    left: 0;
    filter: blur(60px);
    content: "";
    height: 100%;
    position: absolute;
}.instructor_history_style .user_voices_style {
    display: flex;
    flex-direction: row;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    gap: 0;
}.instructor_history_style .img_clickable_style {
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    position: relative;
    width: 40%;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(0.8);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
}.instructor_history_style .img_clickable_style::after {
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(180,167,179,0.5) 100%
    );
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    transition: opacity 0.6s ease;
}.instructor_history_style .img_clickable_style:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_history_style .img_clickable_style:hover::after {
    opacity: 0;
}.instructor_history_style .job_profile_style {
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
    transform: rotateY(-5deg) translateZ(30px);
}.instructor_history_style .job_profile_style::before {
    height: 200%;
    position: absolute;
    transition: transform 0.8s ease;
    top: -50%;
    transform: scale(0);
    opacity: 0.1;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(164,127,158,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    content: "";
}.instructor_history_style .job_profile_style:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_history_style .job_profile_style:hover::before {
    transform: scale(1);
}.instructor_history_style .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(180,167,179);
    font-size: 30px;
    display: inline-block;
}.instructor_history_style .name::after {
    position: absolute;
    left: 0;
    background: rgb(164,127,158);
    height: 3px;
    content: "";
    bottom: -5px;
    width: 0;
    transition: width 0.4s ease-in-out;
}.instructor_history_style .job_profile_style:hover .name::after {
    width: 100%;
}.instructor_history_style .job_profile_style > div:nth-child(2) {
    color: rgb(164,127,158);
    margin-bottom: 2rem;
    opacity: 0.9;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
}.instructor_history_style .career_details_style {
    font-style: italic;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(180,167,179,0.5);
    position: relative;
    font-weight: 400;
    padding-left: 2rem;
    font-size: 13px;
}.instructor_history_style .career_details_style::before {
    left: -10px;
    color: rgb(164,127,158,0.5);
    content: "";
    position: absolute;
    opacity: 0.3;
    top: -20px;
    font-size: 5rem;
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(180,167,179,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.instructor_history_style .img_clickable_style:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.instructor_history_style .user_voices_style {
    flex-direction: column;
}.instructor_history_style .img_clickable_style,
    .instructor_history_style .job_profile_style {
    transform: none;
    width: 100%;
}.instructor_history_style .img_clickable_style {
    margin-bottom: 2rem;
    height: 300px;
}.instructor_history_style .img_clickable_style:hover,
    .instructor_history_style .job_profile_style:hover {
    transform: translateY(-10px);
}}.course_structure_style {
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.course_structure_style::before {
    width: 35%;
    opacity: 0.5;
    content: "";
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(225deg, rgb(180,167,179,0.5) 0%, rgb(164,127,158,0.5) 100%);
    filter: blur(20px);
    top: -10%;
}.course_structure_style::after {
    background: linear-gradient(45deg, rgb(164,127,158,0.5) 0%, rgb(180,167,179,0.5) 100%);
    width: 25%;
    height: 50%;
    bottom: -5%;
    content: "";
    z-index: 1;
    position: absolute;
    transform: rotate(10deg) translateZ(0);
    filter: blur(15px);
    left: -2%;
    opacity: 0.4;
}.course_structure_style .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_structure_style .job_classes_style {
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    gap: 2rem;
}.course_structure_style .img_clickable_style {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    position: relative;
    transform-origin: top center;
    overflow: hidden;
}.course_structure_style .img_clickable_style::before {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    right: 0;
    position: absolute;
    z-index: 1;
}.course_structure_style .img_clickable_style::after {
    background: rgb(180,167,179);
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
}.course_structure_style .info_wrapper_style {
    padding: 2.5rem 2rem;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-40px);
    background: #ffffff;
}.course_structure_style .info_wrapper_style h3 {
    position: relative;
    opacity: 0;
    font-size: calc(22px * 1.1);
    animation-delay: 0.3s;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.course_structure_style .info_wrapper_style h3::after {
    animation-delay: 0.6s;
    transform: scaleX(0);
    width: 60px;
    display: block;
    margin-top: 1rem;
    content: "";
    transform-origin: left;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 3px;
    background: rgb(180,167,179);
}.course_structure_style .info_wrapper_style p.description {
    margin-bottom: 1.5rem;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.7;
    animation-delay: 0.5s;
    color: #000000;
}.course_structure_style .info_wrapper_style span.description {
    display: none;
}.course_structure_style .info_wrapper_style div {
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
    max-height: 300px;
}.course_structure_style .info_wrapper_style div::-webkit-scrollbar {
    width: 6px;
}.course_structure_style .info_wrapper_style div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_structure_style .info_wrapper_style div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(180,167,179,0.5);
}.course_structure_style .info_wrapper_style div::-webkit-scrollbar-thumb:hover {
    background: rgb(180,167,179);
}

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

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

@media (min-width: 768px) {.course_structure_style {
    padding: 7rem 0;
}.course_structure_style .job_classes_style {
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
    gap: 0;
    transition: transform 0.5s ease;
}.course_structure_style .job_classes_style:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_structure_style .img_clickable_style {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course_structure_style .info_wrapper_style {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.course_structure_style .info_wrapper_style h3 {
    font-size: 38px;
    margin-bottom: 2rem;
}.course_structure_style .info_wrapper_style div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_structure_style {
    padding: 8rem 0;
}.course_structure_style .job_classes_style {
    grid-template-columns: 40% 60%;
}.course_structure_style .img_clickable_style {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_structure_style .img_clickable_style:hover {
    transform: scale(1.03);
}.course_structure_style .info_wrapper_style {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.course_structure_style .info_wrapper_style h3 {
    margin-bottom: 2.5rem;
}.course_structure_style .info_wrapper_style div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_structure_style .job_classes_style {
    grid-template-columns: 45% 55%;
}.course_structure_style .info_wrapper_style {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.course_structure_style .job_classes_style:hover .img_clickable_style {
    transform: scale(1.05);
}}.data_analysis_style {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    padding: 130px 0 160px;
    color: #ffffff;
}.data_analysis_style::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -3;
    width: 100%;
    content: '';
    left: 0;
    background-color: #000000;
    opacity: 0.92;
}.data_analysis_style::after {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -2;
    width: 100%;
    content: '';
    opacity: 0.4;
    background: radial-gradient(ellipse at bottom right, rgb(180,167,179,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(164,127,158,0.5) 0%, transparent 60%);
}.data_analysis_style .container {
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}.data_analysis_style .value_elevation_style {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
}.data_analysis_style .boost_growth_style {
    position: relative;
    z-index: 2;
}.data_analysis_style .boost_growth_style svg {
    width: 100px;
    height: 100px;
    fill: rgb(180,167,179);
    filter: drop-shadow(0 0 15px rgb(180,167,179,0.5));
}.data_analysis_style .boost_growth_style svg path {
    fill: rgb(180,167,179);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_analysis_style .fast_statistics_style {
    position: relative;
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}.data_analysis_style .fast_statistics_style::after {
    background: linear-gradient(to right, rgb(180,167,179), rgb(164,127,158));
    content: '';
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
}.data_analysis_style .key_pros_style {
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    font-size: 13px;
    max-width: 90%;
    margin-bottom: 0;
}.data_analysis_style .fast_gain_style {
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    display: flex;
}.data_analysis_style .edge_statistics_style {
    overflow: hidden;
    transition: all 0.4s ease;
    flex: 1 1 calc(25% - 20px);
    min-width: 220px;
    border-radius: 30px 30px 30px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transform: translateY(0);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 30px;
}.data_analysis_style .edge_statistics_style:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.data_analysis_style .edge_statistics_style:hover {
    transform: translateY(-10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.data_analysis_style .edge_statistics_style::before {
    transition: all 0.4s ease;
    width: 100px;
    content: '';
    top: -50px;
    position: absolute;
    opacity: 0.2;
    right: -50px;
    background: linear-gradient(to right, rgb(180,167,179,0.5), transparent);
    border-radius: 50%;
    height: 100px;
}.data_analysis_style .edge_statistics_style:hover::before {
    transform: scale(1.2);
    opacity: 0.4;
}.data_analysis_style .statistics_advance_style {
    margin-bottom: 20px;
}.data_analysis_style .statistics_advance_style svg {
    filter: drop-shadow(0 0 5px rgb(180,167,179,0.5));
    width: 40px;
    fill: rgb(180,167,179);
    height: 40px;
}.data_analysis_style .statistics_advance_style svg path {
    stroke-width: 0.5;
    fill: rgb(180,167,179);
    stroke: #ffffff;
}.data_analysis_style .edge_statistics_style span {
    color: #ffffff;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
}.data_analysis_style .edge_statistics_style p {
    opacity: 0.9;
    font-size: calc(13px * 0.9);
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}.data_analysis_style .fast_gain_style::after {
    width: 120%;
    left: -10%;
    border-radius: 50%;
    opacity: 0.05;
    content: '';
    background: rgb(180,167,179,0.5);
    position: absolute;
    height: 120px;
}.data_analysis_style .fast_gain_style::after {
    top: -70px;
    background: rgb(164,127,158,0.5);
}

@media screen and (max-width: 992px) {.data_analysis_style {
    padding: 100px 0 120px;
}.data_analysis_style .fast_statistics_style {
    text-align: center;
}.data_analysis_style .fast_statistics_style::after {
    left: 50%;
    transform: translateX(-50%);
}.data_analysis_style .key_pros_style {
    max-width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 768px) {.data_analysis_style {
    padding: 80px 0 100px;
}.data_analysis_style .boost_growth_style svg {
    width: 80px;
    height: 80px;
}.data_analysis_style .fast_statistics_style {
    padding-bottom: 15px;
    font-size: calc(29px * 0.9);
    margin-bottom: 15px;
}.data_analysis_style .key_pros_style {
    font-size: calc(13px * 0.95);
}.data_analysis_style .edge_statistics_style {
    min-width: 200px;
    flex: 1 1 calc(50% - 20px);
}
}

@media screen and (max-width: 576px) {.data_analysis_style {
    padding: 60px 0 80px;
}.data_analysis_style .boost_growth_style svg {
    width: 70px;
    height: 70px;
}.data_analysis_style .fast_statistics_style {
    font-size: calc(29px * 0.8);
}.data_analysis_style .edge_statistics_style {
    flex: 1 1 100%;
    margin: 7px 0;
}.data_analysis_style .edge_statistics_style span {
    font-size: calc(18px * 0.95);
}}

.data_analysis_style .edge_statistics_style::after {
    position: absolute;
    left: -15px;
    border-radius: 50%;
    bottom: -15px;
    background: linear-gradient(to right, rgb(164,127,158,0.5), transparent);
    transition: all 0.4s ease;
    content: '';
    opacity: 0.2;
    height: 30px;
    width: 30px;
}.data_analysis_style .edge_statistics_style:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}.data_analysis_style .edge_statistics_style:nth-child(1) {
    transform: rotate(-2deg);
}.data_analysis_style .edge_statistics_style:nth-child(2) {
    transform: rotate(1deg);
}.data_analysis_style .edge_statistics_style:nth-child(3) {
    transform: rotate(-1deg);
}.data_analysis_style .edge_statistics_style:nth-child(4) {
    transform: rotate(2deg);
}.data_analysis_style .edge_statistics_style:hover {
    transform: translateY(-10px) rotate(0deg);
}.data_analysis_style .stat_item_inner {
    transform: rotate(0deg);
}