* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1191px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-section_65410 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.site_navbar_83694 {
    flex: 1 0 auto;
}.law_res_52873 {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(228,228,226);
    border-radius: 16.9vh;
    margin: 2px 0;
    background: rgb(200,195,177);
}::-webkit-scrollbar-thumb {
    background: rgb(200,195,177,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(169,121,145);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(200,195,177);
    box-shadow: inset 1px 5px 15px 6px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}html {
    scrollbar-color: rgb(228,228,226) rgb(169,121,145);
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor_profile_83012 {
    background: rgb(228,228,226);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.instructor_profile_83012::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(200,195,177,0.5) 100%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}.instructor_profile_83012::after {
    width: 40%;
    content: "";
    opacity: 0.5;
    height: 70%;
    background: rgb(169,121,145,0.5);
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.instructor_profile_83012 .learner_stories_01463 {
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.instructor_profile_83012 .img_header_37968 {
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/4;
    position: relative;
    filter: grayscale(100%);
}.instructor_profile_83012 .img_header_37968::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(200,195,177,0.5) 100%);
    top: 0;
}.instructor_profile_83012 .img_header_37968:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.instructor_profile_83012 .work_table_27809 {
    padding: 2rem;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.instructor_profile_83012 .work_table_27809::before {
    content: "";
    left: 0;
    height: 0;
    transition: height 0.8s ease-out;
    top: 0;
    width: 2px;
    background: rgb(200,195,177);
    position: absolute;
}.instructor_profile_83012 .learner_stories_01463:hover .work_table_27809::before {
    height: 100%;
}.instructor_profile_83012 .name {
    color: #000000;
    font-size: 43px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
}.instructor_profile_83012 .name::after {
    bottom: 0;
    content: "";
    left: 0;
    transition: transform 0.6s ease-out 0.2s;
    height: 1px;
    width: 100%;
    background: rgb(169,121,145);
    position: absolute;
    transform: translateX(-101%);
}.instructor_profile_83012 .learner_stories_01463:hover .name::after {
    transform: translateX(0);
}.instructor_profile_83012 .work_table_27809 > div:nth-child(2) {
    text-transform: uppercase;
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    letter-spacing: 3px;
    opacity: 0;
    color: rgb(169,121,145);
    font-size: 21px;
    font-weight: 400;
    transform: translateY(20px);
}.instructor_profile_83012 .learner_stories_01463:hover .work_table_27809 > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.instructor_profile_83012 .career_area_07953 {
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-weight: 300;
}.instructor_profile_83012 .learner_stories_01463:hover .career_area_07953 {
    transform: translateY(0);
    opacity: 1;
}.instructor_profile_83012 .career_area_07953::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(200,195,177);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.instructor_profile_83012:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.instructor_profile_83012 .learner_stories_01463 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.instructor_profile_83012 .img_header_37968 {
    aspect-ratio: 16/9;
    max-height: 300px;
}.instructor_profile_83012 .work_table_27809 {
    padding: 1rem 0;
}.instructor_profile_83012 .work_table_27809::before {
    height: 2px;
    width: 0;
    transition: width 0.8s ease-out;
}.instructor_profile_83012 .learner_stories_01463:hover .work_table_27809::before {
    height: 2px;
    width: 100%;
}}.law_res_52873 {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.law_res_52873::before {
    backdrop-filter: blur(8px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(200,195,177,0.5) 100%);
}.law_res_52873 .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    gap: 3rem;
}.law_res_52873 .company_holder {
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(200,195,177);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(200,195,177);
    }
    50% {
        border-left-color: rgb(169,121,145);
    }
    100% {
        border-left-color: rgb(200,195,177);
    }
}

.law_res_52873 .company_holder h3 {
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(30px * 1.2);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(169,121,145));
    -webkit-text-fill-color: transparent;
}.law_res_52873 .eco_foot_81670 {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 1rem;
    font-size: 13px;
}.law_res_52873 .study_bottom_46782 {
    display: flex;
    justify-content: flex-end;
}.law_res_52873 .top_guide_54078 {
    display: flex;
    gap: 4rem;
}.law_res_52873 .head_pagewrap_83670 {
    position: relative;
}.law_res_52873 .head_pagewrap_83670::before {
    border-top: 1px solid rgb(200,195,177);
    position: absolute;
    opacity: 0.4;
    height: 40px;
    border-left: 1px solid rgb(200,195,177);
    content: "";
    top: -10px;
    width: 40px;
    left: -20px;
}.law_res_52873 .head_pagewrap_83670::after {
    border-right: 1px solid rgb(200,195,177);
    right: -20px;
    border-bottom: 1px solid rgb(200,195,177);
    bottom: -10px;
    position: absolute;
    content: "";
    width: 40px;
    opacity: 0.4;
    height: 40px;
}.law_res_52873 .head_pagewrap_83670 h5 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: rgb(169,121,145);
    letter-spacing: 1px;
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 a {
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    font-size: 13px;
    text-decoration: none;
    padding-left: 1rem;
    transition: all 0.3s ease;
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 a::before {
    width: 5px;
    content: "";
    border-radius: 50%;
    background-color: rgb(200,195,177);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 5px;
    transition: all 0.3s ease;
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 a:hover {
    color: rgb(200,195,177);
    opacity: 1;
    transform: translateX(5px);
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(169,121,145);
}.exam_prep_23450 {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}.exam_prep_23450::before {
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(200,195,177), transparent);
    top: 0;
    opacity: 0.5;
}.exam_prep_23450 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.exam_prep_23450 .student_aid_63902 {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

@media screen and (max-width: 992px) {.law_res_52873 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.law_res_52873 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.law_res_52873 .study_bottom_46782 {
    justify-content: flex-start;
}.law_res_52873 .top_guide_54078 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.law_res_52873 {
    padding: 3rem 0 2rem;
}.law_res_52873 .top_guide_54078 {
    flex-direction: column;
    gap: 2rem;
}.law_res_52873 .head_pagewrap_83670::before,
    .law_res_52873 .head_pagewrap_83670::after {
    display: none;
}.law_res_52873 .head_pagewrap_83670 {
    margin-bottom: 1.5rem;
}.exam_prep_23450 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.law_res_52873 .company_holder h3 {
    font-size: 30px;
}.law_res_52873 .head_pagewrap_83670 h5 {
    font-size: calc(18px * 1.1);
}.law_res_52873 .head_pagewrap_83670 .top_guide_54078 a {
    font-size: calc(13px * 0.9);
}}.plan_87246 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(228,228,226);
}.plan_87246::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    content: "";
    top: 0;
}.plan_87246 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
}.plan_87246 .study_pricing_98207 {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.plan_87246 .plan_rates_42961 {
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
}.plan_87246 .plan_rates_42961 h2 {
    font-size: 28px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.plan_87246 .plan_rates_42961 h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(200,195,177), rgb(169,121,145));
    left: 50%;
    height: 3px;
    width: 80px;
    bottom: -10px;
}.plan_87246 .package_deals_70958 {
    color: #000000;
    line-height: 1.6;
    margin-top: 30px;
    font-size: calc(17px + 0.1rem);
}.plan_87246 .fee_offers_32674 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: translateY(30px);
    margin-top: 20px;
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    display: grid;
    opacity: 0;
}.plan_87246 .cert_cost_91082 {
    color: inherit;
    will-change: transform;
    z-index: 1;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.plan_87246 .cert_cost_91082:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_87246 .promo_cost_30579 {
    overflow: hidden;
    border-radius: 11px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    min-height: 420px;
    flex-direction: column;
    background: #ffffff;
    position: relative;
}.plan_87246 .cert_cost_91082:hover .promo_cost_30579 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.plan_87246 .cert_cost_91082:nth-child(odd) .promo_cost_30579::before {
    left: 0;
    top: 0;
    transform: scaleY(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: bottom;
    width: 5px;
    background: rgb(200,195,177);
    height: 100%;
    position: absolute;
}.plan_87246 .cert_cost_91082:nth-child(even) .promo_cost_30579::before {
    right: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(169,121,145);
    width: 5px;
    transform-origin: bottom;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    content: "";
    top: 0;
}.plan_87246 .cert_cost_91082:hover .promo_cost_30579::before {
    transform: scaleY(1);
}.plan_87246 .lesson_plans_07543 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 30px;
    flex: 1;
    z-index: 1;
}.plan_87246 .lesson_plans_07543 h3 {
    font-size: calc(18px + 0.2rem);
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}.plan_87246 .cert_cost_91082:hover .lesson_plans_07543 h3 {
    color: rgb(200,195,177);
}.plan_87246 .cert_cost_91082:nth-child(even):hover .lesson_plans_07543 h3 {
    color: rgb(169,121,145);
}.plan_87246 .discount_plan_13876 {
    color: rgb(200,195,177);
    display: inline-block;
    position: relative;
    font-size: calc(18px + 0.5rem);
    margin: 10px 0 20px;
    font-weight: 700;
    padding-bottom: 10px;
}.plan_87246 .cert_cost_91082:nth-child(even) .discount_plan_13876 {
    color: rgb(169,121,145);
}.plan_87246 .discount_plan_13876::after {
    width: 40px;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    height: 3px;
    position: absolute;
    content: "";
    background: currentColor;
}.plan_87246 .lesson_plans_07543 p {
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    word-break: break-word;
    margin-top: auto;
}.plan_87246 .img_header_37968 {
    width: 100%;
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
    transform-origin: center;
}.plan_87246 .cert_cost_91082:hover .img_header_37968 {
    transform: scale(1.05);
}.plan_87246 .img_header_37968::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    left: 0;
    height: 40%;
    content: "";
    position: absolute;
    opacity: 0;
    bottom: 0;
    width: 100%;
}.plan_87246 .cert_cost_91082:hover .img_header_37968::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.plan_87246 .study_pricing_98207 {
    grid-template-columns: 1fr;
}.plan_87246 .fee_offers_32674 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.plan_87246 {
    padding: 150px 0;
}.plan_87246 .study_pricing_98207 {
    grid-template-columns: 1fr;
    gap: 80px;
}.plan_87246 .fee_offers_32674 {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.plan_87246 .promo_cost_30579 {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.plan_87246 .fee_offers_32674 {
    gap: 40px;
}
}

@media (max-width: 767px) {.plan_87246 {
    padding: 80px 0;
}.plan_87246 .plan_rates_42961 h2 {
    font-size: calc(28px - 0.4rem);
}.plan_87246 .package_deals_70958 {
    font-size: 17px;
}.plan_87246 .lesson_plans_07543 {
    padding: 30px 20px;
}.plan_87246 .promo_cost_30579 {
    min-height: 400px;
}.plan_87246 .img_header_37968 {
    height: 160px;
}
}

@media (max-width: 480px) {.plan_87246 {
    padding: 60px 0;
}.plan_87246 .study_pricing_98207 {
    gap: 40px;
}.plan_87246 .fee_offers_32674 {
    gap: 25px;
}.plan_87246 .lesson_plans_07543 h3 {
    font-size: 18px;
}.plan_87246 .discount_plan_13876 {
    font-size: 18px;
}.plan_87246 .lesson_plans_07543 p {
    font-size: calc(17px - 0.1rem);
}}.our_mission_49265 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_mission_49265::before {
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,195,177,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
}.our_mission_49265::after {
    content: "";
    position: absolute;
    top: -50%;
    transform: rotate(-15deg);
    width: 80%;
    right: -20%;
    filter: blur(80px);
    height: 200%;
    background: rgb(169,121,145,0.5);
    z-index: 0;
    opacity: 0.5;
}.our_mission_49265 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.our_mission_49265 .text_box_content_67413 {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 
              0 8px 22px -6px rgba(0,0,0,0.22),
              0 1px 3px rgba(255,255,255,0.1) inset;
    border-left: 4px solid rgb(200,195,177);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 45px 55px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.our_mission_49265 .text_box_content_67413:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.our_mission_49265 h5 {
    transition: transform 0.4s ease-out;
    font-weight: 700;
    transform: translateX(0);
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
}.our_mission_49265 h5::after {
    position: absolute;
    width: 0;
    background: rgb(200,195,177);
    height: 2px;
    bottom: -8px;
    transition: width 0.4s ease-out;
    content: "";
    left: 0;
}.our_mission_49265 .text_box_content_67413:hover h5 {
    transform: translateX(5px);
}.our_mission_49265 .text_box_content_67413:hover h5::after {
    width: 100%;
}.our_mission_49265 p {
    font-weight: 400;
    font-size: calc(17px * 1.2);
    margin-bottom: 25px;
    color: #ffffff;
    letter-spacing: 0.5px;
}.our_mission_49265 p b {
    color: rgb(200,195,177);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transform: translateY(0);
    font-size: calc(17px * 1.6);
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.our_mission_49265 .text_box_content_67413:hover p b {
    transform: translateY(-5px);
}.our_mission_49265 ol {
    list-style-type: none;
    margin: 0;
    counter-reset: item;
    padding-left: 25px;
}.our_mission_49265 ol li {
    line-height: 1.8;
    text-align: justify;
    position: relative;
    font-weight: 400;
    padding-left: 15px;
    font-size: 17px;
    margin-bottom: 15px;
    color: #ffffff;
}.our_mission_49265 ol li::before {
    left: -25px;
    position: absolute;
    background: rgb(200,195,177);
    transform: scale(0.8);
    height: 8px;
    top: 12px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 15px rgb(200,195,177);
    width: 8px;
}.our_mission_49265 .text_box_content_67413:hover ol li::before {
    transform: scale(1.2);
}.our_mission_49265 .text_box_content_67413 div:nth-child(1),
.our_mission_49265 .text_box_content_67413 div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.our_mission_49265 .text_box_content_67413:hover div:nth-child(1) {
    transform: translateY(-5px);
}.our_mission_49265 .text_box_content_67413:hover div:nth-child(2) {
    transform: translateY(-3px);
}

@media (max-width: 992px) {.our_mission_49265 {
    padding: 90px 0;
}.our_mission_49265 .text_box_content_67413 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 35px 40px;
}.our_mission_49265 p b {
    font-size: calc(17px * 1.4);
}
}

@media (max-width: 768px) {.our_mission_49265 {
    padding: 70px 0;
}.our_mission_49265 .text_box_content_67413 {
    padding: 30px;
    border-left-width: 3px;
}.our_mission_49265 h5 {
    font-size: calc(22px * 0.9);
}.our_mission_49265 p b {
    font-size: calc(17px * 1.3);
}.our_mission_49265 ol li {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.our_mission_49265 {
    padding: 60px 0;
}.our_mission_49265 .text_box_content_67413 {
    padding: 25px 20px;
    border-left-width: 2px;
}.our_mission_49265 h5 {
    font-size: calc(22px * 0.85);
}.our_mission_49265 p b {
    font-size: calc(17px * 1.2);
}.our_mission_49265 ol li {
    line-height: 1.6;
    padding-left: 10px;
    font-size: calc(17px * 0.9);
}.our_mission_49265 ol li::before {
    width: 6px;
    left: -20px;
    height: 6px;
}}.cookieDisclosurePanel_09461 {
    bottom: 0;
    padding: 20px 0;
    background: rgb(228,228,226);
    width: 100%;
    z-index: 90;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(200,195,177);
}.edu_consent_49360 {
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0 20px;
    display: flex;
}#cookiePolicyPrompt_32481 {
    display: none;
}#cookiePolicyPrompt_32481:checked ~ .cookieDisclosurePanel_09461 {
    visibility: hidden;
    opacity: 0;
}.cookieDisclosurePanel_09461 h5 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 23px;
    color: rgb(200,195,177);
    letter-spacing: 1px;
    text-transform: uppercase;
}.cookieDisclosurePanel_09461 p {
    font-size: 17px;
    max-width: 500px;
    color: #000000;
}.visitor_acceptance_85061 {
    flex-shrink: 0;
    margin-right: 20px;
}.visitor_acceptance_85061 svg, .visitor_acceptance_85061 svg path {
    height: 80px;
    width: 80px;
    fill: rgb(200,195,177);
}.track_bar_70615 {
    margin-left: 10px;
    min-width: 140px;
    transition: border 0.2s;
    background: rgb(200,195,177);
    flex-shrink: 0;
    font-weight: 600;
    text-align: center;
    padding: 12px 24px;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}.cookie_button.cookie_all_97063 {
    background: rgb(200,195,177);
}.cookie_button.cookie_guide_26493 {
    background: rgb(169,121,145);
}.track_bar_70615:hover {
    border: 2px solid #ffffff;
}.cookieDisclosurePanel_09461 p a {
    text-decoration: underline;
    color: rgb(200,195,177);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.edu_consent_49360 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.visitor_acceptance_85061 {
    display: none;
}.edu_consent_49360 {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}.cookieDisclosurePanel_09461 h5, .cookieDisclosurePanel_09461 p {
    text-align: center;
}.manage_cookies_52697 {
    margin-bottom: 20px;
}.track_bar_70615 {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
.wrapper-section_65410 .cookieDisclosurePanel_09461 {
    border: none;
    background: rgb(169,121,145);
    padding: 30px 0;
}.wrapper-section_65410 .track_bar_70615 {
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(200,195,177);
    margin-left: 0;
}.wrapper-section_65410 .manage_cookies_52697 h5, .wrapper-section_65410 .manage_cookies_52697 p {
    color: #ffffff;
}.title_welcome_53971 {
    position: relative;
    background: linear-gradient(135deg, rgb(228,228,226), rgba(0, 0, 0, 0.5));
    align-items: center;
    overflow: hidden;
    padding: 4rem 1rem;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}.title_welcome_53971 > div {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
}.title_welcome_53971 .virtual_classes_40917 {
    perspective: 1000px;
    position: relative;
    margin-bottom: 2rem;
    transform: translateZ(0);
}.title_welcome_53971 .edu_base_19843 {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: rgb(200,195,177);
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
    line-height: 1.2;
    transform: translateZ(20px);
    padding: 1rem 0;
    transition: transform 0.5s ease;
    font-size: clamp(2rem, 5vw, 41px);
}.title_welcome_53971 .edu_base_19843::before {
    left: 0;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(200,195,177), rgb(169,121,145));
    bottom: 0;
    transform-origin: left;
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
    content: "";
    height: 4px;
}.title_welcome_53971 .edu_base_19843:hover::before {
    transform: scaleX(1);
}.title_welcome_53971 .main_open_30916 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 3rem 2rem;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.title_welcome_53971 .main_open_30916::before {
    background: linear-gradient(135deg, rgb(169,121,145,0.5), rgb(200,195,177,0.5));
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.85;
}.title_welcome_53971 .main_open_30916:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.title_welcome_53971 .main_open_30916 > div {
    display: grid;
    z-index: 2;
    position: relative;
    gap: 2rem;
}.title_welcome_53971 .main_open_30916 p {
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    line-height: 1.6;
    border-left: 3px solid rgb(169,121,145);
    max-width: 80%;
    font-weight: 600;
    margin: 0 0 1rem;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}.title_welcome_53971 .main_open_30916 p:hover {
    transform: translateX(5px);
}.title_welcome_53971 .main_open_30916 h3 {
    color: #ffffff;
    line-height: 1.5;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    padding-top: 1rem;
    max-width: 90%;
    position: relative;
    margin: 1rem 0 0;
    font-weight: 400;
}.title_welcome_53971 .main_open_30916 h3::before {
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 50px;
    transition: width 0.3s ease;
    top: 0;
    background: rgb(169,121,145);
    content: "";
    height: 3px;
}.title_welcome_53971 .main_open_30916 h3:hover::before {
    width: 80px;
}.title_welcome_53971::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: -50%;
    z-index: 1;
    transform: rotate(-15deg);
    background: rgb(200,195,177,0.5);
    pointer-events: none;
    right: -50%;
}

@media (min-width: 768px) {.title_welcome_53971 {
    padding: 6rem 2rem;
}.title_welcome_53971 .main_open_30916 {
    padding: 4rem 3rem;
}.title_welcome_53971 .main_open_30916 > div {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}.title_welcome_53971::before {
    background: linear-gradient(90deg, rgb(200,195,177), transparent);
    bottom: 0;
    height: 5px;
    left: 0;
    width: 40%;
    position: absolute;
    content: "";
}
}

@media (min-width: 992px) {.title_welcome_53971 {
    padding: 8rem 3rem;
}.title_welcome_53971 > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.title_welcome_53971 .edu_base_19843 {
    font-size: 41px;
    max-width: 80%;
}.title_welcome_53971 .main_open_30916 {
    padding: 5rem 4rem;
    background-position: center !important;
}.title_welcome_53971 .main_open_30916 > div {
    max-width: 85%;
}.title_welcome_53971 .main_open_30916 p {
    font-size: 1.5rem;
}.title_welcome_53971 .main_open_30916 h3 {
    font-size: 1.3rem;
}.title_welcome_53971::after {
    right: -30%;
    top: -30%;
}
}

@media (max-width: 767px) {.title_welcome_53971 {
    padding: 3rem 1rem;
}.title_welcome_53971 .edu_base_19843 {
    font-size: 2rem;
    padding: 0.5rem 0;
}.title_welcome_53971 .main_open_30916 {
    padding: 2rem 1.5rem;
}.title_welcome_53971 .main_open_30916 p {
    max-width: 100%;
    font-size: 1rem;
}.title_welcome_53971 .main_open_30916 h3 {
    max-width: 100%;
    font-size: 1.1rem;
}}.get_in_touch_19728 {
    padding: 100px 0;
    position: relative;
}.get_in_touch_19728::before {
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(200,195,177,0.5) 0%, rgb(169,121,145,0.5) 100%);
    position: absolute;
    width: 100%;
}.get_in_touch_19728 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.get_in_touch_19728 .help_help_57023 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.get_in_touch_19728 .connect_feedback_02465 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    border-radius: 26px;
    grid-gap: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
}.get_in_touch_19728 .connect_feedback_02465 h3 {
    grid-column: 1 / -1;
    font-size: 29px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}.get_in_touch_19728 .connect_feedback_02465 h3::after {
    bottom: -15px;
    background: rgb(200,195,177);
    position: absolute;
    border-radius: 2px;
    height: 4px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    width: 80px;
}.get_in_touch_19728 .connect_feedback_02465 div {
    transition: all 0.3s ease;
    background: rgb(228,228,226);
    padding: 30px 20px;
    flex-direction: column;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    display: flex;
}.get_in_touch_19728 .connect_feedback_02465 div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.get_in_touch_19728 .connect_feedback_02465 svg {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}.get_in_touch_19728 .connect_feedback_02465 svg path {
    fill: rgb(200,195,177);
}.get_in_touch_19728 .connect_feedback_02465 span {
    color: #000000;
    font-size: 12px;
}.get_in_touch_19728 .connect_feedback_02465 a {
    color: rgb(200,195,177);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.get_in_touch_19728 .connect_feedback_02465 a:hover {
    color: rgb(169,121,145);
}.get_in_touch_19728 .feedback_feedback_43610 {
    padding: 40px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.get_in_touch_19728 form h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 29px;
    text-align: center;
}.get_in_touch_19728 form h3::after {
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(200,195,177);
    border-radius: 2px;
    left: 50%;
    content: '';
    bottom: -15px;
    position: absolute;
}.get_in_touch_19728 form {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.get_in_touch_19728 form h3 {
    grid-column: 1 / -1;
}.get_in_touch_19728 form input[type="text"],
.get_in_touch_19728 form input[type="email"] {
    color: #000000;
    background: #ffffff;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.get_in_touch_19728 form input[type="text"]:focus,
.get_in_touch_19728 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(200,195,177,0.5);
    outline: none;
    border-color: rgb(200,195,177);
}.get_in_touch_19728 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.get_in_touch_19728 .contact_query_24597 {
    display: flex;
    margin: 10px 0;
    align-items: flex-start;
    grid-column: 1 / -1;
}.get_in_touch_19728 .contact_query_24597 input[type="checkbox"] {
    flex-shrink: 0;
    -webkit-appearance: none;
    border-radius: 10px;
    position: relative;
    height: 22px;
    appearance: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    width: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
}.get_in_touch_19728 .contact_query_24597 input[type="checkbox"]:checked {
    background-color: rgb(200,195,177);
    border-color: rgb(200,195,177);
}.get_in_touch_19728 .contact_query_24597 input[type="checkbox"]:checked::before {
    height: 10px;
    content: "";
    transform: rotate(45deg);
    left: 7px;
    top: 4px;
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
}.get_in_touch_19728 .contact_query_24597 label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.get_in_touch_19728 .contact_query_24597 a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(200,195,177);
}.get_in_touch_19728 .contact_query_24597 a:hover {
    color: rgb(169,121,145);
}.get_in_touch_19728 .query_support_58346 {
    color: #ffffff;
    cursor: pointer;
    padding: 18px 20px;
    transition: all 0.3s ease;
    font-size: 19px;
    grid-column: 1 / -1;
    background: rgb(200,195,177);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    border: none;
}.get_in_touch_19728 .query_support_58346:hover {
    background: rgb(169,121,145);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.get_in_touch_19728 {
    padding: 80px 0;
}.get_in_touch_19728 .connect_feedback_02465 {
    padding: 35px;
}.get_in_touch_19728 .feedback_feedback_43610 {
    padding: 35px;
}
}

@media (max-width: 768px) {.get_in_touch_19728 {
    padding: 60px 0;
}.get_in_touch_19728 .connect_feedback_02465 {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.get_in_touch_19728 .feedback_feedback_43610 {
    padding: 30px;
}.get_in_touch_19728 form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.get_in_touch_19728 .connect_feedback_02465 h3,
    .get_in_touch_19728 form h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.get_in_touch_19728 {
    padding: 50px 0;
}.get_in_touch_19728 .connect_feedback_02465 {
    grid-template-columns: 1fr;
    padding: 25px;
}.get_in_touch_19728 .feedback_feedback_43610 {
    padding: 25px;
}.get_in_touch_19728 .connect_feedback_02465 h3,
    .get_in_touch_19728 form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.get_in_touch_19728 .connect_feedback_02465 div {
    padding: 25px 15px;
}}.course_program_36984 {
    background: rgb(228,228,226);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_program_36984::before {
    z-index: 1;
    width: 100%;
    background-size: 20px 20px;
    content: "";
    background: 
        linear-gradient(0deg, transparent 95%, rgb(200,195,177,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(200,195,177,0.5) 100%);
    left: 0;
    height: 100%;
    animation: gridMove 40s linear infinite;
    top: 0;
    position: absolute;
    opacity: 0.15;
}.course_program_36984::after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(200,195,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(169,121,145,0.5) 0%, transparent 40%);
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course_program_36984 .container {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course_program_36984 .skill_work_76239 {
    position: relative;
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    align-items: center;
    width: 100%;
    display: flex;
}.course_program_36984 .text_box_content_67413 {
    z-index: 3;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
}.course_program_36984 .text_box_content_67413::before {
    content: "";
    height: 100%;
    left: 0;
    border: 1px solid rgb(200,195,177,0.5);
    pointer-events: none;
    opacity: 0.3;
    border-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
}.course_program_36984 .text_box_content_67413::after {
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    top: -15px;
    background: linear-gradient(to right, rgb(200,195,177), rgb(169,121,145));
    content: "";
    position: absolute;
}.course_program_36984 .text_box_content_67413 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}.course_program_36984 .text_box_content_67413 h2::after {
    background: rgb(200,195,177,0.5);
    left: calc(50% - 40px);
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
}.course_program_36984 .text_box_content_67413 .description {
    margin-right: auto;
    max-width: 800px;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin-left: auto;
    margin-bottom: 20px;
}.course_program_36984 .text_box_content_67413 .description:last-child {
    margin-bottom: 0;
}.course_program_36984 .img_header_37968 {
    z-index: 2;
    position: relative;
    border-radius: 15px;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    width: 100%;
}.course_program_36984 .container::before {
    top: 0;
    animation: circuitPulse 8s infinite alternate;
    background-image: 
        linear-gradient(to right, rgb(200,195,177,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(200,195,177,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(200,195,177,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(169,121,145,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(200,195,177,0.5) 2px, transparent 2px);
    height: 100%;
    position: absolute;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    z-index: 0;
    opacity: 0.05;
    width: 100%;
    content: "";
    left: 0;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course_program_36984 .skill_work_76239::before {
    content: "";
    top: -100px;
    left: -100px;
    z-index: 0;
    animation: floatParticles 40s linear infinite;
    background-size: 600px 600px;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(200,195,177,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(169,121,145,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(200,195,177,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(169,121,145,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(200,195,177,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.2;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course_program_36984 .skill_work_76239::after {
    width: 100px;
    height: 2px;
    bottom: -30px;
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    background: linear-gradient(to right, transparent, rgb(169,121,145,0.5), transparent);
}.course_program_36984 .container::after {
    background-image: 
        repeating-linear-gradient(60deg, rgb(200,195,177,0.5) 0, rgb(200,195,177,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(200,195,177,0.5) 0, rgb(200,195,177,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(200,195,177,0.5) 0, rgb(200,195,177,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.03;
    z-index: 0;
    height: 100%;
    animation: hexMove 60s linear infinite;
    position: absolute;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_program_36984 .img_header_37968::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_program_36984 .text_box_content_67413 h2 {
    animation: reveal 0.8s forwards;
}.course_program_36984 .text_box_content_67413 .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course_program_36984 .text_box_content_67413 .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course_program_36984 .skill_work_76239 {
    grid-template-rows: auto auto;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.course_program_36984 .text_box_content_67413 {
    z-index: 4;
    margin-top: -80px;
    grid-row: 2;
}.course_program_36984 .img_header_37968 {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.course_program_36984 {
    padding: 80px 0;
}.course_program_36984 .skill_work_76239 {
    gap: 40px;
}.course_program_36984 .text_box_content_67413 {
    padding: 30px;
}.course_program_36984 .img_header_37968 {
    height: 400px;
}
}

@media (max-width: 768px) {.course_program_36984 {
    padding: 60px 0;
}.course_program_36984 .text_box_content_67413 {
    padding: 25px;
}.course_program_36984 .img_header_37968 {
    height: 350px;
}.course_program_36984 .text_box_content_67413 h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.course_program_36984 {
    padding: 50px 0;
}.course_program_36984 .text_box_content_67413 {
    padding: 20px;
}.course_program_36984 .img_header_37968 {
    height: 300px;
}.course_program_36984 .text_box_content_67413 h2 {
    font-size: calc(35px * 0.8);
}.course_program_36984 .text_box_content_67413 .description {
    font-size: calc(13px * 0.95);
}
}

@media (min-width: 992px) {.course_program_36984 .text_box_content_67413:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.course_program_36984 .text_box_content_67413:hover::before {
    transition: all 0.3s ease;
    opacity: 0.5;
    border-color: rgb(200,195,177);
}.course_program_36984 .img_header_37968:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.privacy_chamber_96428 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    grid-gap: 30px;
    height: auto;
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    padding: 60px;
    grid-template-columns: 1fr;
    width: 100%;
    background: linear-gradient(135deg, rgb(169,121,145) 25%, rgb(200,195,177) 75%);
}.privacy_chamber_96428 h1 {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    padding: 10px;
    background: rgb(200,195,177);
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 44px;
    grid-column: span 2;
}.privacy_chamber_96428 h2 {
    padding: 10px;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 5px;
    margin-top: 0;
    background: rgb(169,121,145);
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: left;
}.privacy_chamber_96428 h3, .privacy_chamber_96428 h4, .privacy_chamber_96428 h5, .privacy_chamber_96428 h6 {
    text-align: left;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 15px;
    font-size: 24px;
    color: #ffffff;
    padding: 10px;
    border-left: 4px solid rgb(200,195,177);
}.privacy_chamber_96428 ul, .privacy_chamber_96428 ol {
    list-style-position: inside;
    font-size: 12px;
    line-height: 1.8;
    margin: 15px 0;
    padding: 10px;
    border-radius: 10px;
    list-style: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-left: 20px;
}.privacy_chamber_96428 li {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_chamber_96428 li::before {
    position: absolute;
    content: "";
    width: 6px;
    top: 50%;
    background-color: rgb(169,121,145);
    height: 6px;
    left: -10px;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px #ffffff;
}.privacy_chamber_96428 section {
    color: #000000;
    border-radius: 10px;
    background: rgb(228,228,226);
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 800px) {.privacy_chamber_96428 {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_chamber_96428 h1 {
    font-size: calc(24px - 8px);
}.privacy_chamber_96428 h2 {
    font-size: calc(24px - 6px);
}.privacy_chamber_96428 h3, .privacy_chamber_96428 h4, .privacy_chamber_96428 h5, .privacy_chamber_96428 h6 {
    font-size: calc(24px - 4px);
}.privacy_chamber_96428 ul, .privacy_chamber_96428 ol {
    padding-left: 15px;
    font-size: calc(12px - 2px);
}.privacy_chamber_96428 section {
    grid-template-columns: 1fr;
}}.thxPage_52314 {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,228,226) 0%, rgb(200,195,177,0.5) 30%, rgb(228,228,226) 70%, rgb(169,121,145,0.5) 100%);
    position: relative;
}.thxPage_52314::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    animation: pulseGlow 10s ease-in-out infinite;
    background: radial-gradient(circle at 30% 50%, rgb(200,195,177,0.5) 0%, transparent 60%);
    position: absolute;
}.thxPage_52314::after {
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    left: 0;
    top: 0;
    z-index: 0;
}.thxPage_52314 .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.thxPage_52314 .community_team_92403 {
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    padding: 3.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
}.thxPage_52314 .community_team_92403::before {
    left: 50%;
    height: 10px;
    transform: translateX(-50%);
    width: 80%;
    position: absolute;
    content: "";
    opacity: 0.6;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(200,195,177) 50%, transparent);
    top: -5px;
}.thxPage_52314 .community_team_92403::after {
    background: linear-gradient(90deg, transparent, rgb(169,121,145) 50%, transparent);
    position: absolute;
    left: 50%;
    content: "";
    height: 10px;
    border-radius: 10px;
    bottom: -5px;
    width: 80%;
    opacity: 0.6;
    transform: translateX(-50%);
}.thxPage_52314 .community_team_92403 > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxPage_52314 .community_team_92403 > div:first-child::after {
    background: rgb(200,195,177);
    content: "";
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    width: 60px;
    position: absolute;
    bottom: 0;
    height: 3px;
    transform-origin: left;
}.thxPage_52314 h5 {
    font-size: 24px;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.3s ease;
    line-height: 1.4;
}.thxPage_52314 a {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}.thxPage_52314 a::before {
    content: "";
    background: linear-gradient(to right, transparent, rgb(200,195,177,0.5), transparent);
    top: 0;
    animation: shine 3s infinite;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 10px;
    left: -30px;
    transform: skewX(-20deg);
    position: absolute;
    opacity: 0;
}.thxPage_52314 a:hover::before {
    opacity: 1;
}.thxPage_52314 p {
    margin: 0;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(169,121,145,0.5);
}.thxPage_52314 a:hover p {
    color: rgb(200,195,177);
    transform: translateX(5px);
}.thxPage_52314 .community_team_92403:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

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

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.thxPage_52314 {
    padding: 150px 0;
}.thxPage_52314 .community_team_92403 {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    padding: 4rem 5rem;
    margin: 0 auto;
    max-width: 85%;
}.thxPage_52314 .community_team_92403:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.thxPage_52314 h5 {
    font-size: calc(24px * 1.2);
}.thxPage_52314 p {
    font-size: calc(15px * 1.1);
    padding: 1rem 1.5rem;
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thxPage_52314 .community_team_92403 {
    max-width: 75%;
    gap: 3rem;
}.thxPage_52314 .community_team_92403 > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.thxPage_52314 {
    padding: 60px 0;
}.thxPage_52314 .community_team_92403 {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.thxPage_52314 h5 {
    font-size: calc(24px * 0.9);
}.thxPage_52314 p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.thxPage_52314 {
    padding: 40px 0;
}.thxPage_52314 .community_team_92403 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.thxPage_52314 h5 {
    font-size: calc(24px * 0.8);
}.thxPage_52314 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}header {
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(200,195,177,0.5) 0%, rgb(169,121,145) 100%);
    overflow: visible;
    width: 100%;
}header::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(145deg, rgb(169,121,145,0.5) 0%, transparent 70%);
}header .top_mentor_29078 {
    justify-content: space-between;
    padding: 20px 15px;
    display: flex;
    transform: none;
    position: relative;
    z-index: 5;
    flex-direction: row;
    align-items: center;
}header .top_mentor_29078 .head_learning_70384 {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .top_mentor_29078 .head_learning_70384:hover {
    transform: scale(1.05);
}header .top_mentor_29078 .head_learning_70384 .first_class_82517 {
    display: inline-block;
}header .top_mentor_29078 .head_learning_70384 .first_class_82517 svg {
    height: 50px;
    width: auto;
}header .top_mentor_29078 .head_pagewrap_83670 {
    margin: 0;
    border-radius: 23px;
    padding: 20px 30px;
    display: flex;
    padding: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    flex-wrap: wrap;
    list-style: none;
}header .top_mentor_29078 .head_pagewrap_83670::before {
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 23px;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098 {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
    position: relative;
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098:hover {
    transform: translateY(-3px) scale(1.05);
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098 a {
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 8px 5px;
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    display: block;
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098 a::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(169,121,145), transparent);
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    transition: transform 0.4s ease;
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .top_mentor_29078 {
    align-items: center;
    flex-direction: column;
}header .top_mentor_29078 .head_learning_70384 {
    margin-right: 0;
    margin-bottom: 15px;
}header .top_mentor_29078 .head_pagewrap_83670 {
    padding: 15px;
    justify-content: center;
    width: 100%;
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098 {
    margin: 5px 15px 5px 0;
}header .top_mentor_29078 .head_pagewrap_83670 .top_bar_62098 a {
    font-size: calc(18px - 2px);
    padding: 5px;
}
}