* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.ujoRp_glossary {
    flex: 0 0 auto;
}.DMlZx_outer-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.NwvIu_head_top {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1155px;
}svg {
    width: 30px;
    height: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 17px;
}::-webkit-scrollbar-track {
    box-shadow: inset 0px 2px 14px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(185,158,202);
    background: linear-gradient(34deg, rgb(255, 255, 255, 0.5) 88%, rgb(185,158,202) 5%, rgb(185,158,202,0.5) 8%, rgb(216,195,225) 45%, rgb(216,195,225,0.5) 95%, rgb(237,228,242) 23%);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 1px 6px 8px rgba(0, 0, 0, 0.1);
    transition: background 3.8s ease-out;
    background: rgb(237,228,242);
    animation: pulse_scrollbar 3.3s ease-in-out 3;
    border-radius: 6px;
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(185,158,202);
    border-radius: 2px;
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(216,195,225) rgb(216,195,225,0.5);
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.kjuPX_company_info {
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.kjuPX_company_info::before {
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(8px);
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
}.kjuPX_company_info::after {
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.3;
    content: "";
    z-index: -1;
    width: 200%;
    background: radial-gradient(circle at center, rgb(216,195,225,0.5) 0%, transparent 70%);
}.kjuPX_company_info .container {
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.kjuPX_company_info .bZvOd_text_area_wrap {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(12px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
}.kjuPX_company_info .bZvOd_text_area_wrap:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
}.kjuPX_company_info h1 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-size: 40px;
}.kjuPX_company_info h1::after {
    height: 4px;
    width: 80px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(216,195,225), transparent);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    content: "";
}.kjuPX_company_info .bZvOd_text_area_wrap:hover h1::after {
    transform: scaleX(1.5);
}.kjuPX_company_info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.kjuPX_company_info ul li {
    margin-bottom: 20px;
}.kjuPX_company_info ul li h4 {
    transform: translateX(0);
    color: rgb(216,195,225);
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: calc(19px * 1.2);
}.kjuPX_company_info ul li h4::before {
    opacity: 0;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    height: 12px;
    content: "";
    background: rgb(216,195,225);
    width: 12px;
    left: -20px;
    position: absolute;
    top: 50%;
}.kjuPX_company_info .bZvOd_text_area_wrap:hover ul li h4 {
    transform: translateX(20px);
}.kjuPX_company_info .bZvOd_text_area_wrap:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.kjuPX_company_info ul li span {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    border-left: 3px solid rgb(216,195,225);
    background: rgba(0, 0, 0, 0.2);
    display: block;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 20px;
    line-height: 1.8;
    opacity: 0.9;
    transform: translateY(0);
}.kjuPX_company_info ul li span::before {
    transition: opacity 0.5s ease;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0;
}.kjuPX_company_info .bZvOd_text_area_wrap:hover ul li span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(5px);
    opacity: 1;
}.kjuPX_company_info .bZvOd_text_area_wrap:hover ul li span::before {
    opacity: 0.1;
}

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

@media (max-width: 992px) {.kjuPX_company_info {
    padding: 80px 0;
}.kjuPX_company_info .bZvOd_text_area_wrap {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.kjuPX_company_info h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.kjuPX_company_info {
    padding: 60px 0;
}.kjuPX_company_info .bZvOd_text_area_wrap {
    padding: 25px;
    transform: none;
}.kjuPX_company_info .bZvOd_text_area_wrap:hover {
    transform: translateY(-5px);
}.kjuPX_company_info h1 {
    font-size: calc(40px * 0.7);
    letter-spacing: 2px;
}.kjuPX_company_info ul li h4 {
    font-size: 19px;
}.kjuPX_company_info ul li span {
    font-size: calc(16px * 0.9);
    padding: 15px;
}
}

@media (max-width: 576px) {.kjuPX_company_info {
    padding: 40px 0;
}.kjuPX_company_info .container {
    padding: 0 20px;
}.kjuPX_company_info .bZvOd_text_area_wrap {
    padding: 20px;
}.kjuPX_company_info h1 {
    letter-spacing: 1px;
    font-size: calc(40px * 0.6);
    padding-bottom: 10px;
}.kjuPX_company_info h1::after {
    width: 60px;
    height: 3px;
}.kjuPX_company_info ul li span {
    padding: 12px;
    line-height: 1.6;
}}.CLNvd_pricing_panel {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.CLNvd_pricing_panel::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}.CLNvd_pricing_panel .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.CLNvd_pricing_panel .BMJEr_enroll_cost {
    perspective: 1000px;
    position: relative;
}.CLNvd_pricing_panel h2 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    transform: translateZ(50px);
    letter-spacing: 1px;
    animation: fadeInDown 0.8s ease-out forwards;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
}.CLNvd_pricing_panel .XUdkS_pricing_tiers {
    font-size: calc(13px * 1.1);
    opacity: 0.9;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateZ(30px);
    line-height: 1.6;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
}.CLNvd_pricing_panel .VUztM_study_cost {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    perspective: 2000px;
    display: grid;
    margin: 0;
    list-style: none;
}.CLNvd_pricing_panel .VUztM_study_cost li {
    height: 100%;
    transform: translateY(30px) rotateX(5deg);
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}.CLNvd_pricing_panel .VUztM_study_cost li:nth-child(1) {
    animation-delay: 0.3s;
}.CLNvd_pricing_panel .VUztM_study_cost li:nth-child(2) {
    animation-delay: 0.5s;
}.CLNvd_pricing_panel .VUztM_study_cost li:nth-child(3) {
    animation-delay: 0.7s;
}.CLNvd_pricing_panel .VUztM_study_cost li:nth-child(4) {
    animation-delay: 0.9s;
}.CLNvd_pricing_panel .WYVkO_plan_details {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    transform-style: preserve-3d;
    will-change: transform;
    height: 100%;
    color: inherit;
    text-decoration: none;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.CLNvd_pricing_panel .qnfYG_pro_rates {
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(216,195,225,0.5), rgb(185,158,202,0.5));
    position: relative;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .qnfYG_pro_rates {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.CLNvd_pricing_panel .qnfYG_pro_rates::before {
    content: "";
    opacity: 0.15;
    width: 100px;
    background: rgb(185,158,202);
    right: -10px;
    top: -10px;
    transition: all 0.4s ease;
    transform: rotate(45deg);
    position: absolute;
    height: 100px;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .qnfYG_pro_rates::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.CLNvd_pricing_panel .btejk_cost_card {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .btejk_cost_card {
    transform: translateZ(10px);
}.CLNvd_pricing_panel .btejk_cost_card h4 {
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    font-size: calc(20px * 1.2);
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .btejk_cost_card h4 {
    transform: translateY(-5px);
}.CLNvd_pricing_panel .btejk_cost_card h4::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 50px;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    background: rgb(216,195,225);
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .btejk_cost_card h4::after {
    width: 80px;
}.CLNvd_pricing_panel .btejk_cost_card p {
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.8;
    padding-right: 10px;
    max-height: 200px;
    transition: opacity 0.3s ease;
    font-size: 13px;
    overflow-y: auto;
    color: #ffffff;
}.CLNvd_pricing_panel .btejk_cost_card p::-webkit-scrollbar {
    width: 4px;
}.CLNvd_pricing_panel .btejk_cost_card p::-webkit-scrollbar-thumb {
    background: rgb(216,195,225,0.5);
    border-radius: 10px;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .btejk_cost_card p {
    opacity: 1;
}.CLNvd_pricing_panel .SXCcE_cost_matrix {
    font-weight: 700;
    display: block;
    transition: all 0.4s ease;
    margin-top: 20px;
    position: relative;
    font-size: calc(20px * 1.4);
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}.CLNvd_pricing_panel .SXCcE_cost_matrix::before {
    height: 2px;
    background: rgb(185,158,202);
    width: 30px;
    top: -10px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .SXCcE_cost_matrix::before {
    width: 50px;
}.CLNvd_pricing_panel .WYVkO_plan_details:hover .SXCcE_cost_matrix {
    color: rgb(185,158,202);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.CLNvd_pricing_panel {
    padding: 100px 0;
}.CLNvd_pricing_panel h2 {
    font-size: calc(28px * 0.9);
}.CLNvd_pricing_panel .XUdkS_pricing_tiers {
    font-size: 13px;
    margin-bottom: 40px;
}.CLNvd_pricing_panel .VUztM_study_cost {
    gap: 25px;
}
}

@media (max-width: 992px) {.CLNvd_pricing_panel {
    padding: 80px 0;
}.CLNvd_pricing_panel .VUztM_study_cost {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.CLNvd_pricing_panel .btejk_cost_card {
    padding: 30px 25px;
}.CLNvd_pricing_panel .btejk_cost_card p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.CLNvd_pricing_panel {
    padding: 70px 0;
}.CLNvd_pricing_panel h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.CLNvd_pricing_panel .XUdkS_pricing_tiers {
    font-size: calc(13px * 0.95);
    margin-bottom: 30px;
}.CLNvd_pricing_panel .VUztM_study_cost {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.CLNvd_pricing_panel .qnfYG_pro_rates {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.CLNvd_pricing_panel .SXCcE_cost_matrix {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 576px) {.CLNvd_pricing_panel {
    padding: 60px 0;
}.CLNvd_pricing_panel h2 {
    font-size: calc(28px * 0.7);
}.CLNvd_pricing_panel .XUdkS_pricing_tiers {
    font-size: calc(13px * 0.9);
    margin-bottom: 25px;
}.CLNvd_pricing_panel .btejk_cost_card {
    padding: 25px 20px;
}.CLNvd_pricing_panel .btejk_cost_card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.CLNvd_pricing_panel .btejk_cost_card p {
    font-size: calc(13px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}}.THXLV_academic_expertise {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
}.THXLV_academic_expertise::before {
    background: rgb(185,158,202,0.5);
    z-index: 1;
    position: absolute;
    transform: rotate(-12deg);
    width: 120%;
    content: "";
    top: -10%;
    height: 70%;
    left: -5%;
}.THXLV_academic_expertise .JayUe_user_ratings {
    position: relative;
    gap: 3rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    z-index: 2;
    transform: translateX(5%);
}.THXLV_academic_expertise .BIgkP_img_text {
    box-shadow: 15px 15px 0 rgb(216,195,225,0.5);
    width: 280px;
    transform: rotate(-5deg);
    height: 350px;
    border-radius: 16px;
    transition: all 0.5s ease;
}.THXLV_academic_expertise .BIgkP_img_text:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.THXLV_academic_expertise .wmrgf_work_wrap {
    padding: 2rem;
    position: relative;
    transform: rotate(2deg) translateY(-30px);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    background: #ffffff;
    max-width: 60%;
    transition: all 0.5s ease;
}.THXLV_academic_expertise .wmrgf_work_wrap::after {
    background: rgb(185,158,202);
    bottom: -10px;
    content: "";
    left: 30px;
    height: 10px;
    filter: blur(8px);
    opacity: 0.6;
    position: absolute;
    transition: all 0.5s ease;
    width: 85%;
}.THXLV_academic_expertise .wmrgf_work_wrap:hover {
    transform: rotate(0deg) translateY(-20px);
}.THXLV_academic_expertise .wmrgf_work_wrap:hover::after {
    width: 95%;
    opacity: 0.8;
}.THXLV_academic_expertise .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(216,195,225);
    font-size: 36px;
    transform: translateX(-20px);
}.THXLV_academic_expertise .wmrgf_work_wrap > div:nth-child(2) {
    font-weight: 600;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: rgb(185,158,202);
}.THXLV_academic_expertise .RLhFc_emp_skills {
    color: #000000;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 1.5rem;
    font-weight: 400;
    position: relative;
}.THXLV_academic_expertise .RLhFc_emp_skills::before {
    border-radius: 10px;
    width: 5px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    content: "";
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.THXLV_academic_expertise .JayUe_user_ratings {
    transform: none;
    flex-direction: column;
    gap: 2rem;
}.THXLV_academic_expertise .BIgkP_img_text {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.THXLV_academic_expertise .wmrgf_work_wrap {
    transform: none;
    max-width: 100%;
}.THXLV_academic_expertise .name,
    .THXLV_academic_expertise .wmrgf_work_wrap > div:nth-child(2) {
    transform: none;
}}.mYMlC_secure_harbor {
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    background-color: rgb(237,228,242);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
}.mYMlC_secure_harbor h1, .mYMlC_secure_harbor h2, .mYMlC_secure_harbor h3, .mYMlC_secure_harbor h4, .mYMlC_secure_harbor h5, .mYMlC_secure_harbor h6 {
    margin-bottom: 20px;
    color: rgb(216,195,225);
}.mYMlC_secure_harbor h1 {
    border-bottom: 2px solid rgb(216,195,225);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 45px;
}.mYMlC_secure_harbor h2 {
    font-weight: 600;
    font-size: 36px;
}.mYMlC_secure_harbor h3 {
    font-size: 1.5em;
    font-weight: 600;
}.mYMlC_secure_harbor h4 {
    font-weight: 400;
    font-size: 1.25em;
}.mYMlC_secure_harbor h5 {
    font-size: 23px;
    font-weight: 400;
}.mYMlC_secure_harbor h6 {
    font-weight: 300;
    font-size: 18px;
}.mYMlC_secure_harbor ul, .mYMlC_secure_harbor ol {
    list-style: none;
    padding-left: 20px;
    margin-left: 20px;
}.mYMlC_secure_harbor ul li, .mYMlC_secure_harbor ol li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
}.mYMlC_secure_harbor ul li:before {
    font-size: 1.2em;
    left: 0;
    content: '•';
    color: rgb(185,158,202);
    position: absolute;
}.mYMlC_secure_harbor p, .mYMlC_secure_harbor span, .mYMlC_secure_harbor div {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.mYMlC_secure_harbor {
    padding: 20px 10px;
}.mYMlC_secure_harbor h1 {
    font-size: calc(23px - 10%);
}.mYMlC_secure_harbor h2 {
    font-size: calc(23px - 10%);
}.mYMlC_secure_harbor p, .mYMlC_secure_harbor span, .mYMlC_secure_harbor div {
    font-size: calc(16px - 10%);
}}
.mYMlC_secure_harbor a {
    transition: color 0.3s ease-in-out;
    color: rgb(216,195,225);
    text-decoration: underline;
}.mYMlC_secure_harbor a:hover {
    color: rgb(185,158,202);
}.mYMlC_secure_harbor blockquote {
    margin: 20px 0;
    border-left: 5px solid rgb(216,195,225);
    padding: 15px 20px;
    background-color: rgb(216,195,225,0.5);
    font-style: italic;
}.mYMlC_secure_harbor code {
    padding: 2px 6px;
    border-radius: 10px;
    font-family: monospace;
    background-color: rgb(185,158,202,0.5);
}.mYMlC_secure_harbor hr {
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
    height: 1px;
}.dNmKi_sign_up {
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
    padding: 4rem 2rem;
}.dNmKi_sign_up::before {
    content: "";
    width: 60%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    top: -10%;
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
    right: -10%;
    height: 120%;
    background: linear-gradient(45deg, rgb(185,158,202,0.5) 0%, rgb(185,158,202) 100%);
}.dNmKi_sign_up .container {
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.dNmKi_sign_up .eWgsx_class_track {
    transform: perspective(1000px) rotateX(5deg);
    padding: 2rem;
}.dNmKi_sign_up p {
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    animation: slideIn 0.7s forwards 0.3s;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 3rem;
    font-size: 19px;
    position: relative;
    opacity: 0;
}.dNmKi_sign_up p::before {
    width: 2rem;
    background: rgb(216,195,225);
    content: "";
    position: absolute;
    top: 50%;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation: growLine 0.8s forwards 0.6s;
    height: 2px;
}.dNmKi_sign_up .input_holder {
    opacity: 0;
    transform: translateX(30px);
    position: relative;
    flex-direction: column;
    animation: slideIn 0.7s forwards 0.5s;
    gap: 1rem;
    display: flex;
}.dNmKi_sign_up .KWmFx_signup_block {
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 12px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    transform: translateY(0);
    transition: all 0.3s ease;
}.dNmKi_sign_up .KWmFx_signup_block:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.dNmKi_sign_up .xqsIa_begin_learning {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
    padding: 1rem 2rem;
    position: relative;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    font-size: 16px;
}.dNmKi_sign_up .xqsIa_begin_learning::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.dNmKi_sign_up .xqsIa_begin_learning:hover {
    box-shadow: 0 10px 25px rgb(216,195,225,0.5);
    transform: translateY(-5px) scale(1.02);
}.dNmKi_sign_up .xqsIa_begin_learning:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.dNmKi_sign_up {
    padding: 5rem 3rem;
}.dNmKi_sign_up .container {
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
}.dNmKi_sign_up p {
    padding-left: 5rem;
    margin-bottom: 0;
    font-size: 31px;
}.dNmKi_sign_up p::before {
    width: 4rem;
}.dNmKi_sign_up .input_holder {
    flex-direction: row;
    align-items: stretch;
}.dNmKi_sign_up .KWmFx_signup_block {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.dNmKi_sign_up .xqsIa_begin_learning {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}.fQapv_contact_form_section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(237,228,242);
}.fQapv_contact_form_section::before {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(216,195,225,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(185,158,202,0.5) 0%, transparent 60%);
    width: 100%;
}.fQapv_contact_form_section::after {
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}.fQapv_contact_form_section .BIgkP_img_text {
    z-index: 1;
    border-radius: 100px 0 0 100px;
    position: absolute;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    right: 0;
    height: 95%;
    top: 2.5%;
}.fQapv_contact_form_section .BIgkP_img_text::after {
    top: 0;
    height: 100%;
    border-radius: 100px 0 0 100px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(216,195,225,0.5), transparent 70%);
    content: '';
}.fQapv_contact_form_section .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.fQapv_contact_form_section h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}.fQapv_contact_form_section .nDrNI_help_support {
    width: 100%;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.fQapv_contact_form_section .nDrNI_help_support::before {
    content: '';
    height: 200px;
    left: -100px;
    opacity: 0.05;
    top: -100px;
    width: 200px;
    background: rgb(216,195,225,0.5);
    position: absolute;
    border-radius: 50%;
}.fQapv_contact_form_section .nDrNI_help_support::after {
    width: 150px;
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 0.05;
    height: 150px;
    right: -75px;
    background: rgb(185,158,202,0.5);
    bottom: -75px;
}.fQapv_contact_form_section .ZRaKi_support_request {
    width: 60%;
    padding: 50px;
    position: relative;
}.fQapv_contact_form_section form h3 {
    text-align: left;
    margin-bottom: 30px;
    color: rgb(216,195,225);
    font-size: 19px;
}.fQapv_contact_form_section form h3::before,
.fQapv_contact_form_section form h3::after {
    display: none;
}.fQapv_contact_form_section input[type="text"],
.fQapv_contact_form_section textarea {
    font-size: 14px;
    width: 100%;
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.5);
    color: #000000;
    padding: 15px 25px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}.fQapv_contact_form_section input[type="text"]:focus,
.fQapv_contact_form_section textarea:focus {
    border-color: rgb(216,195,225,0.5);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(216,195,225,0.5);
    outline: none;
}.fQapv_contact_form_section textarea {
    resize: none;
    height: 140px;
    border-radius: 20px;
}.fQapv_contact_form_section .CTwQY_support_info {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.fQapv_contact_form_section .CTwQY_support_info input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.fQapv_contact_form_section .CTwQY_support_info label {
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
}.fQapv_contact_form_section .CTwQY_support_info label::before {
    width: 22px;
    height: 22px;
    border: 2px solid rgb(216,195,225,0.5);
    left: 0;
    border-radius: 50%;
    content: '';
    background: #ffffff;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
}.fQapv_contact_form_section .CTwQY_support_info input[type="checkbox"]:checked + label::before {
    border-color: rgb(216,195,225);
    background: rgb(216,195,225);
}.fQapv_contact_form_section .CTwQY_support_info input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 6px;
    border: solid #ffffff;
    left: 8px;
}.fQapv_contact_form_section .CTwQY_support_info a {
    transition: all 0.3s ease;
    color: rgb(216,195,225);
    text-decoration: none;
}.fQapv_contact_form_section .CTwQY_support_info a:hover {
    color: rgb(185,158,202);
}.fQapv_contact_form_section .TEnOj_message_reach {
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    position: relative;
    background: rgb(216,195,225);
    transition: all 0.3s ease;
    padding: 15px 40px;
}.fQapv_contact_form_section .TEnOj_message_reach::before {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    transform: translateY(100%);
    position: absolute;
    background: rgb(185,158,202);
    content: '';
    z-index: -1;
    height: 100%;
    border-radius: 50px;
    top: 0;
}.fQapv_contact_form_section .TEnOj_message_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(216,195,225,0.5);
}.fQapv_contact_form_section .TEnOj_message_reach:hover::before {
    transform: translateY(0);
}.fQapv_contact_form_section .gQrob_feedback_widget {
    position: absolute;
    background: linear-gradient(135deg, rgb(216,195,225), rgb(185,158,202));
    display: flex;
    border-radius: 70px 0 0 70px;
    z-index: 3;
    justify-content: center;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    width: 40%;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    padding: 50px;
    flex-direction: column;
}.fQapv_contact_form_section .gQrob_feedback_widget::before {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 70px 0 0 70px;
}.fQapv_contact_form_section .gQrob_feedback_widget h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}.fQapv_contact_form_section .gQrob_feedback_widget h4::after {
    bottom: -10px;
    background: #ffffff;
    left: 0;
    width: 40px;
    content: '';
    border-radius: 3px;
    height: 3px;
    position: absolute;
}.fQapv_contact_form_section .XmAFP_help_form {
    padding: 0;
    list-style: none;
    margin: 0;
}.fQapv_contact_form_section .XmAFP_help_form li {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    padding: 5px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}.fQapv_contact_form_section .XmAFP_help_form li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.fQapv_contact_form_section .XmAFP_help_form svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
}.fQapv_contact_form_section .XmAFP_help_form li:hover svg {
    transform: scale(1.2);
}.fQapv_contact_form_section .XmAFP_help_form svg path {
    fill: #ffffff;
}.fQapv_contact_form_section .XmAFP_help_form span {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
}.fQapv_contact_form_section .XmAFP_help_form a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.fQapv_contact_form_section .XmAFP_help_form a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.fQapv_contact_form_section .nDrNI_help_support {
    width: 70%;
}.fQapv_contact_form_section .gQrob_feedback_widget {
    width: 35%;
}
}

@media (max-width: 992px) {.fQapv_contact_form_section .BIgkP_img_text {
    display: none;
}.fQapv_contact_form_section .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.fQapv_contact_form_section .nDrNI_help_support {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.fQapv_contact_form_section .gQrob_feedback_widget {
    border-radius: 20px;
    margin-top: 30px;
    max-width: 600px;
    top: auto;
    position: relative;
    transform: none;
    right: auto;
    width: 100%;
}.fQapv_contact_form_section .gQrob_feedback_widget::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.fQapv_contact_form_section {
    padding: 70px 0;
}.fQapv_contact_form_section h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.fQapv_contact_form_section .ZRaKi_support_request,
    .fQapv_contact_form_section .gQrob_feedback_widget {
    padding: 30px;
}
}

@media (max-width: 576px) {.fQapv_contact_form_section {
    padding: 50px 0;
}.fQapv_contact_form_section h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.fQapv_contact_form_section .ZRaKi_support_request,
    .fQapv_contact_form_section .gQrob_feedback_widget {
    padding: 25px 20px;
}.fQapv_contact_form_section input[type="text"],
    .fQapv_contact_form_section textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.fQapv_contact_form_section .TEnOj_message_reach {
    width: 100%;
    padding: 12px;
}}.BMlxj_study_method {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(125deg, rgb(237,228,242), rgb(185,158,202,0.5) 70%);
    overflow: hidden;
    padding: 8rem 0;
}.BMlxj_study_method::before {
    top: -25%;
    z-index: 1;
    left: -25%;
    animation: rotateBg 25s linear infinite;
    transform: rotate(-15deg);
    opacity: 0.5;
    width: 150%;
    height: 150%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,195,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(185,158,202,0.5) 0%, transparent 40%);
}.BMlxj_study_method::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    bottom: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    content: "";
}.BMlxj_study_method .eWgsx_class_track {
    display: flex;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 3;
    gap: 4rem;
    flex-direction: column;
}.BMlxj_study_method h3 {
    color: #000000;
    position: relative;
    transform: translateZ(50px);
    font-weight: 700;
    text-align: center;
    animation: floatTitle 6s ease-in-out infinite;
    text-transform: uppercase;
    font-size: 33px;
    text-shadow: 0 0 15px rgb(216,195,225,0.5);
    letter-spacing: 2px;
    margin-bottom: 0;
}.BMlxj_study_method h3::before,
.BMlxj_study_method h3::after {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(216,195,225), transparent);
    content: "";
    position: absolute;
}.BMlxj_study_method h3::before {
    bottom: -15px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out infinite alternate;
}.BMlxj_study_method h3::after {
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    bottom: -25px;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
}.BMlxj_study_method span {
    color: #000000;
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    line-height: 1.8;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    transform-style: preserve-3d;
    font-size: 16px;
    transform: translateZ(30px) translateY(-20px);
    padding: 2.5rem;
    position: relative;
}.BMlxj_study_method span::before {
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    opacity: 0.8;
    animation: rainbowShift 8s linear infinite;
    bottom: 0;
    left: 0;
}.BMlxj_study_method span::after {
    background: linear-gradient(
        45deg,
        rgb(216,195,225,0.5),
        rgb(185,158,202,0.5),
        rgb(216,195,225,0.5)
    );
    bottom: -5px;
    z-index: -2;
    transform: translateZ(-10px);
    content: "";
    border-radius: 15px;
    position: absolute;
    animation: glowPulse 4s ease-in-out infinite alternate;
    right: -5px;
    top: -5px;
    opacity: 0.3;
    left: -5px;
    filter: blur(10px);
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.BMlxj_study_method {
    padding: 6rem 0;
}.BMlxj_study_method h3 {
    transform: translateZ(30px);
    font-size: calc(33px * 0.9);
}.BMlxj_study_method span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.BMlxj_study_method .eWgsx_class_track {
    gap: 3rem;
    margin: 0 2rem;
}
}

@media (max-width: 768px) {.BMlxj_study_method {
    padding: 4rem 0;
    perspective: 500px;
}.BMlxj_study_method h3 {
    letter-spacing: 1px;
    font-size: calc(33px * 0.8);
    transform: translateZ(20px);
}.BMlxj_study_method span {
    transform: translateZ(10px) translateY(-10px);
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
}.BMlxj_study_method .eWgsx_class_track {
    gap: 2rem;
    margin: 0 1rem;
}}header {
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(237,228,242));
}header::before {
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    z-index: 0;
    background-size: 20px 20px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}header::after {
    left: 0;
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    top: 0;
    z-index: 1;
    content: '';
    width: 5px;
    position: absolute;
    height: 100%;
}header .container {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    position: relative;
    z-index: 2;
}header .vSdsm_top_core {
    justify-content: space-between;
    margin-left: 5px;
    display: flex;
    align-items: center;
    padding: 0.9rem 3%;
}header .xlMoA_head_master {
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}header .xlMoA_head_master:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .xlMoA_head_master svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .cwQWl_top_site {
    display: flex;
    padding: 0.4rem 0.6rem;
    gap: 0.4rem;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    align-items: center;
}header .cwQWl_top_site::before {
    border-radius: calc(10px + 2px);
    top: -2px;
    content: '';
    left: -2px;
    background: linear-gradient(135deg, rgb(216,195,225,0.5), rgb(185,158,202,0.5));
    position: absolute;
    bottom: -2px;
    opacity: 0.5;
    z-index: -1;
    right: -2px;
}header .YmSTx_page_nav {
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
}header .YmSTx_page_nav::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(216,195,225,0.5), rgb(185,158,202,0.5));
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    content: '';
    position: absolute;
}header .YmSTx_page_nav:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}header .YmSTx_page_nav:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .vSdsm_top_core {
    padding: 0.8rem 2.5%;
}header .xlMoA_head_master svg {
    width: 130px;
}header .cwQWl_top_site {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .YmSTx_page_nav {
    font-size: calc(18px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .vSdsm_top_core {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 2%;
    margin-left: 3px;
    gap: 0.7rem;
}header .xlMoA_head_master {
    padding: 0.4rem;
}header .xlMoA_head_master svg {
    width: 120px;
}header .cwQWl_top_site {
    width: 98%;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .cwQWl_top_site::-webkit-scrollbar {
    height: 2px;
}header .cwQWl_top_site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,195,225);
}header .YmSTx_page_nav {
    white-space: nowrap;
    font-size: calc(18px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .vSdsm_top_core {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .xlMoA_head_master svg {
    width: 110px;
}header .cwQWl_top_site {
    padding: 0.3rem;
}header .YmSTx_page_nav {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}.DnFfb_thanksNote {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(185,158,202,0.5), rgb(216,195,225,0.5));
    overflow: hidden;
}.DnFfb_thanksNote::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,158,202,0.5) 0px,
        rgb(185,158,202,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    pointer-events: none;
    content: "";
    left: 0;
}.DnFfb_thanksNote::after {
    opacity: 0.4;
    transform: rotate(-15deg);
    top: -10%;
    background: radial-gradient(
        circle at center,
        rgb(216,195,225,0.5) 0%,
        transparent 70%
    );
    width: 80%;
    right: -10%;
    content: "";
    height: 80%;
    position: absolute;
    z-index: 0;
}.DnFfb_thanksNote .container {
    margin: 0 auto;
    transform: translateZ(0);
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    transform-style: preserve-3d;
}.DnFfb_thanksNote h2 {
    color: #000000;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    max-width: 90%;
    margin-bottom: 3rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    font-size: 38px;
}.DnFfb_thanksNote h2::after {
    height: 0.3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(216,195,225), rgb(185,158,202));
    width: 8rem;
    position: absolute;
    bottom: -1rem;
    content: "";
    transform-origin: left;
}.DnFfb_thanksNote .eWgsx_class_track {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    padding: 3rem;
    position: relative;
    border-left: 4px solid rgb(216,195,225);
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    background: #ffffff;
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
}.DnFfb_thanksNote .eWgsx_class_track::before {
    top: 1rem;
    opacity: 0.5;
    z-index: 0;
    border: 1px dashed rgb(185,158,202,0.5);
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    content: "";
    right: 1rem;
    pointer-events: none;
}.DnFfb_thanksNote .eWgsx_class_track:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.DnFfb_thanksNote ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative;
}.DnFfb_thanksNote li {
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(5px);
}.DnFfb_thanksNote li::before {
    top: 0.5rem;
    border-radius: 0.2rem;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: rotate(45deg);
    left: -2rem;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    background: linear-gradient(135deg, rgb(216,195,225), rgb(185,158,202));
}.DnFfb_thanksNote li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.DnFfb_thanksNote span {
    color: #000000;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    font-size: 14px;
    line-height: 1.8;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
}.DnFfb_thanksNote span::after {
    left: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.8rem;
    background: linear-gradient(to right, rgb(185,158,202,0.5), transparent);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
}.DnFfb_thanksNote li:hover span {
    padding-left: 0.5rem;
}.DnFfb_thanksNote li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.DnFfb_thanksNote {
    padding: 5rem 0;
}.DnFfb_thanksNote .eWgsx_class_track {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.DnFfb_thanksNote h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.DnFfb_thanksNote {
    padding: 4rem 0;
}.DnFfb_thanksNote .container {
    padding: 0 1.5rem;
}.DnFfb_thanksNote .eWgsx_class_track {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.DnFfb_thanksNote h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
    transform: translateZ(10px);
}.DnFfb_thanksNote h2::after {
    width: 6rem;
    height: 0.25rem;
}.DnFfb_thanksNote span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.DnFfb_thanksNote {
    padding: 3rem 0;
}.DnFfb_thanksNote .container {
    padding: 0 1rem;
}.DnFfb_thanksNote .eWgsx_class_track {
    border-left-width: 3px;
    padding: 1.5rem;
}.DnFfb_thanksNote h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.DnFfb_thanksNote h2::after {
    height: 0.2rem;
    width: 5rem;
    bottom: -0.7rem;
}.DnFfb_thanksNote span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.DnFfb_thanksNote li::before {
    height: 0.7rem;
    left: -1.5rem;
    width: 0.7rem;
}}.irwcv_welcome_section {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(185,158,202,0.5) 100%);
    overflow: hidden;
    position: relative;
}.irwcv_welcome_section::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    left: 0;
    position: absolute;
}.irwcv_welcome_section .eWgsx_class_track {
    max-width: 1400px;
    padding: 2rem;
    gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}.irwcv_welcome_section h1 {
    margin-bottom: 1.5rem;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    animation: titleFade 1.2s ease-out forwards;
    transform: translateY(0);
    line-height: 1.2;
    font-size: 39px;
    position: relative;
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    font-weight: 700;
}.irwcv_welcome_section h1::after {
    bottom: -10px;
    transform-origin: left;
    height: 4px;
    left: 0;
    position: absolute;
    animation: lineExpand 1s 0.4s ease-out forwards;
    background: rgb(216,195,225);
    transform: scaleX(0);
    content: "";
    width: 80px;
}.irwcv_welcome_section .bZvOd_text_area_wrap {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 2rem;
}.irwcv_welcome_section .djSZv_start_top {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-left: 4px solid rgb(216,195,225);
    opacity: 0;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    transform: translateY(20px);
}.irwcv_welcome_section .djSZv_start_top p {
    color: #000000;
    font-size: calc(17px * 1.2);
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
}.irwcv_welcome_section .djSZv_start_top p::before {
    left: 0;
    height: 2px;
    content: "";
    top: -10px;
    background: rgb(185,158,202);
    position: absolute;
    width: 40px;
}.irwcv_welcome_section svg {
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    transform: rotate(-5deg);
    display: block;
    transition: transform 0.5s ease;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
}.irwcv_welcome_section svg:hover {
    transform: rotate(0deg) scale(1.05);
}.irwcv_welcome_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.irwcv_welcome_section svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.irwcv_welcome_section svg:hover path {
    fill: rgba(94,170,168,0.85);
}.irwcv_welcome_section svg:hover text {
    fill: #000000;
}.irwcv_welcome_section .TEnOj_message_reach {
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(216,195,225) 0%, rgb(94,170,168) 100%);
    font-size: 20px;
    margin-top: 1rem;
    display: inline-block;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
    padding: 1rem 2rem;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
}.irwcv_welcome_section .TEnOj_message_reach::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
}.irwcv_welcome_section .TEnOj_message_reach:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.irwcv_welcome_section .TEnOj_message_reach:hover::before {
    left: 100%;
}.irwcv_welcome_section .BIgkP_img_text {
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 300px;
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    position: relative;
}.irwcv_welcome_section .BIgkP_img_text::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

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

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

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

@media (min-width: 768px) {.irwcv_welcome_section .eWgsx_class_track {
    gap: 3rem;
    padding: 4rem 2rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.irwcv_welcome_section h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 2rem;
    grid-column: 1 / -1;
}.irwcv_welcome_section .djSZv_start_top {
    padding: 2.5rem;
}.irwcv_welcome_section .BIgkP_img_text {
    height: 450px;
    margin-top: 0;
}.irwcv_welcome_section svg {
    margin: 0 0 1rem 1rem;
    width: 150px;
    height: 150px;
    float: right;
}
}

@media (min-width: 992px) {.irwcv_welcome_section .eWgsx_class_track {
    gap: 4rem;
    padding: 5rem 3rem;
}.irwcv_welcome_section h1 {
    font-size: calc(39px * 1.4);
}.irwcv_welcome_section .djSZv_start_top {
    padding: 3rem;
}.irwcv_welcome_section .BIgkP_img_text {
    height: 550px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.irwcv_welcome_section .BIgkP_img_text:hover {
    transform: scale(1.03);
}.irwcv_welcome_section svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.irwcv_welcome_section .eWgsx_class_track {
    gap: 6rem;
    padding: 6rem 4rem;
}.irwcv_welcome_section h1 {
    font-size: calc(39px * 1.6);
}.irwcv_welcome_section .djSZv_start_top {
    padding: 3.5rem;
}.irwcv_welcome_section .BIgkP_img_text {
    height: 600px;
}
}

@media (max-width: 767px) {.irwcv_welcome_section .eWgsx_class_track {
    padding: 3rem 1.5rem;
}.irwcv_welcome_section h1 {
    font-size: calc(39px * 0.9);
}.irwcv_welcome_section .djSZv_start_top p {
    font-size: 17px;
}.irwcv_welcome_section .TEnOj_message_reach {
    text-align: center;
    width: 100%;
}}.JICjY_course_summary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 245, 247, 0.9) 100%);
    padding: 100px 0;
}.JICjY_course_summary::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(216,195,225,0.5), 0.03) 0px,
    rgba(rgb(216,195,225,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    top: 0;
    height: 100%;
}.JICjY_course_summary .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.JICjY_course_summary .FNlZz_training {
    grid-template-columns: 1fr;
    opacity: 0;
    gap: 40px;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    display: grid;
}.JICjY_course_summary .BIgkP_img_text {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 380px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}.JICjY_course_summary .BIgkP_img_text::after {
    background: linear-gradient(
    to right,
    rgba(rgb(216,195,225,0.5), 0.2),
    transparent 40%
  );
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(1.05);
}.JICjY_course_summary .BIgkP_img_text:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.JICjY_course_summary .bZvOd_text_area_wrap {
    position: relative;
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}.JICjY_course_summary .bZvOd_text_area_wrap::before {
    left: 0;
    content: "";
    top: 0;
    background: rgb(216,195,225);
    z-index: 1;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 0;
    width: 6px;
}.JICjY_course_summary .bZvOd_text_area_wrap:hover::before {
    height: 100%;
}.JICjY_course_summary .bZvOd_text_area_wrap h3 {
    padding-bottom: 12px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(21px * 1.1);
    line-height: 1.3;
    border-bottom: 2px solid rgb(185,158,202,0.5);
    color: #000000;
    transform: translateX(0);
    margin-bottom: 25px;
}.JICjY_course_summary .bZvOd_text_area_wrap:hover h3 {
    color: rgb(216,195,225);
    transform: translateX(15px);
}.JICjY_course_summary .bZvOd_text_area_wrap div {
    overflow: hidden;
    position: relative;
}.JICjY_course_summary .description {
    margin-bottom: 15px;
    font-size: 15px;
    padding-right: 15px;
    max-height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.JICjY_course_summary .description::-webkit-scrollbar {
    width: 4px;
}.JICjY_course_summary .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.JICjY_course_summary .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,158,202);
}.JICjY_course_summary .bZvOd_text_area_wrap span.description {
    display: none;
}

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

@media (min-width: 768px) {.JICjY_course_summary {
    padding: 120px 0;
}.JICjY_course_summary .FNlZz_training {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.JICjY_course_summary .BIgkP_img_text {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.JICjY_course_summary .bZvOd_text_area_wrap {
    margin-left: -40px;
    padding: 50px 60px 50px 50px;
    backdrop-filter: blur(5px);
}.JICjY_course_summary .bZvOd_text_area_wrap h3 {
    margin-bottom: 30px;
    font-size: 21px;
}.JICjY_course_summary .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.JICjY_course_summary .FNlZz_training {
    gap: 0;
}.JICjY_course_summary .BIgkP_img_text {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    z-index: 2;
    height: 580px;
}.JICjY_course_summary .bZvOd_text_area_wrap {
    padding: 60px 70px 60px 100px;
    margin-left: -80px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.JICjY_course_summary .bZvOd_text_area_wrap h3 {
    font-size: calc(21px * 1.15);
}.JICjY_course_summary .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.JICjY_course_summary {
    padding: 70px 0;
}.JICjY_course_summary .BIgkP_img_text {
    width: calc(100% + 30px);
    height: 280px;
    margin: 0 -15px;
}.JICjY_course_summary .bZvOd_text_area_wrap {
    padding: 30px 25px;
}.JICjY_course_summary .bZvOd_text_area_wrap h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.1);
}.JICjY_course_summary .description {
    font-size: calc(15px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.gjtzZ_cookie_popup_overlay {
    width: 100%;
    background-color: rgb(237,228,242);
    border-top: 1px solid rgb(216,195,225);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    z-index: 1000;
    bottom: 0;
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
}.gjtzZ_cookie_popup_overlay .ZTlXv_cookie_compl {
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    margin-right: 20px;
}.gjtzZ_cookie_popup_overlay .ZTlXv_cookie_compl svg {
    width: 60px;
    fill: rgb(216,195,225);
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.gjtzZ_cookie_popup_overlay .QVHOI_privacy_ctrl {
    flex-grow: 1;
}.gjtzZ_cookie_popup_overlay .QVHOI_privacy_ctrl h5 {
    color: rgb(216,195,225);
    margin-bottom: 6px;
    font-size: 21px;
}.gjtzZ_cookie_popup_overlay .QVHOI_privacy_ctrl p {
    line-height: 1.5;
    color: #000000;
    margin: 0;
    font-size: 14px;
}.gjtzZ_cookie_popup_overlay .QFvDk_cookie_user {
    background-color: rgb(216,195,225);
    margin-top: 20px;
    font-size: 18px;
    margin-right: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}.gjtzZ_cookie_popup_overlay .QFvDk_cookie_user:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.gjtzZ_cookie_popup_overlay .QFvDk_cookie_user:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.gjtzZ_cookie_popup_overlay .ZTlXv_cookie_compl {
    margin-bottom: 15px;
    margin-right: 0;
}.gjtzZ_cookie_popup_overlay .QFvDk_cookie_user {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#PkIYj_cookieNoticeOverlay {
    display: none;
}#PkIYj_cookieNoticeOverlay:checked ~ .gjtzZ_cookie_popup_overlay {
    opacity: 0;
    visibility: hidden;
}footer {
    position: relative;
    width: 100%;
}footer .ujoRp_glossary {
    position: relative;
    color: #ffffff;
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
    background:rgb(185,158,202);
}footer .ujoRp_glossary::before {
    left: 0;
    height: 20px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(216,195,225) 25%, rgb(185,158,202) 25%, rgb(185,158,202) 50%, rgb(216,195,225) 50%, rgb(216,195,225) 75%, rgb(185,158,202) 75%);
    content: "";
    top: 0;
}footer .lWhvy_facebook_cta {
    z-index: 1;
    position: relative;
}footer .beHiA_request_team {
    margin-bottom: 50px;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 16px;
    left: 0;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    right: 0;
    padding: 0;
    justify-content: space-between;
    top: -120px;
    position: absolute;
}footer .info_item {
    padding: 25px;
    justify-content: flex-start;
    flex: 1 1 250px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    width: 0;
    content: "";
    bottom: 0;
    left: 0;
    background-color: rgb(216,195,225);
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(216,195,225);
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(216,195,225);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: 100px;
    gap: 20px;
    display: grid;
}footer .GpZmq_first_class {
    padding: 0 25px;
    position: relative;
}footer .GpZmq_first_class svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .AESFr_scholar_cta {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 350px;
}footer .cwQWl_top_site {
    padding: 0 25px;
    position: relative;
}footer .cwQWl_top_site h5 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}footer .cwQWl_top_site h5::after {
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -2px;
    background-color: rgb(216,195,225);
    height: 2px;
}footer .bGKjl_main_learn {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .bGKjl_main_learn a {
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    margin: 5px 8px 5px 0;
}footer .bGKjl_main_learn a:hover {
    transform: translateY(-3px);
    background-color: rgb(216,195,225);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(185,158,202,0.5);
    padding: 30px 25px;
    border-radius: 16px;
    position: relative;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder::before {
    position: absolute;
    background-color: rgb(216,195,225);
    border-radius: 50%;
    z-index: -1;
    top: -10px;
    height: 50px;
    width: 50px;
    opacity: 0.1;
    content: "";
    right: -10px;
}footer .input_holder::after {
    z-index: -1;
    width: 70px;
    left: -10px;
    opacity: 0.1;
    bottom: -20px;
    background-color: rgb(185,158,202);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 70px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(185,158,202);
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .xqsIa_begin_learning {
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    background-color: rgb(216,195,225);
    cursor: pointer;
    padding: 15px;
    overflow: hidden;
}footer .xqsIa_begin_learning::before {
    left: -100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}footer .xqsIa_begin_learning:hover {
    background-color: rgb(185,158,202);
}footer .xqsIa_begin_learning:hover::before {
    left: 100%;
}footer .uaCNl_sustain_cta {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .zjNxJ_teach_supp {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

@media (min-width: 768px) {footer .ujoRp_glossary {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .xqsIa_begin_learning {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .beHiA_request_team {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .ujoRp_glossary {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .cwQWl_top_site, footer .subscribe_holder, footer .GpZmq_first_class {
    padding: 20px;
}footer .uaCNl_sustain_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cwQWl_top_site h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .bGKjl_main_learn a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}footer .input_holder input[type="email"],
    footer .xqsIa_begin_learning {
    padding: 12px;
}}.XieSH_start_now {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(216,195,225) 100%);
    overflow: hidden;
}.XieSH_start_now::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(216,195,225,0.5),
        rgb(216,195,225,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}.XieSH_start_now::after {
    content: '';
    height: 200%;
    top: -50%;
    background: radial-gradient(
        circle,
        rgb(185,158,202) 0%,
        transparent 70%
    );
    width: 200%;
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    left: -50%;
    animation: pulse 15s infinite alternate;
}.XieSH_start_now .eWgsx_class_track {
    display: flex;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    max-width: 1200px;
    text-align: center;
    position: relative;
}.XieSH_start_now h3 {
    font-weight: 700;
    color: #ffffff;
    transform: translateY(0);
    font-size: 31px;
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.XieSH_start_now h3::after {
    content: '';
    left: 50%;
    position: absolute;
    background: rgb(185,158,202);
    height: 4px;
    bottom: -15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(185,158,202);
    transform: translateX(-50%);
    width: 80px;
}.XieSH_start_now .cOpqe_send_message {
    background: rgb(185,158,202);
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 14px;
    position: relative;
    padding: 16px 40px;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.XieSH_start_now .cOpqe_send_message::before {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
}.XieSH_start_now .cOpqe_send_message:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border-color: rgb(185,158,202);
    background: transparent;
    transform: translateY(-5px);
}.XieSH_start_now .cOpqe_send_message:hover::before {
    left: 100%;
}.XieSH_start_now .eWgsx_class_track::before {
    position: absolute;
    top: -100px;
    opacity: 0.1;
    background-image: 
        linear-gradient(to right, rgb(216,195,225,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(216,195,225,0.5) 1px, transparent 1px);
    left: -100px;
    z-index: -1;
    background-size: 30px 30px;
    content: '';
    height: calc(100% + 200px);
    width: calc(100% + 200px);
}.XieSH_start_now .eWgsx_class_track::after {
    right: -50px;
    border: 2px solid rgb(185,158,202,0.5);
    height: 200px;
    width: 200px;
    opacity: 0.2;
    position: absolute;
    bottom: -100px;
    animation: rotate 20s linear infinite;
    content: '';
    border-radius: 50%;
}

@media screen and (max-width: 992px) {.XieSH_start_now {
    padding: 60px 0;
}.XieSH_start_now h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.XieSH_start_now .eWgsx_class_track::after {
    right: -30px;
    height: 150px;
    width: 150px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.XieSH_start_now {
    padding: 50px 0;
}.XieSH_start_now h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.XieSH_start_now .cOpqe_send_message {
    padding: 14px 30px;
}.XieSH_start_now .eWgsx_class_track::after {
    bottom: -50px;
    height: 100px;
    right: -20px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.XieSH_start_now {
    padding: 40px 0;
}.XieSH_start_now h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.XieSH_start_now .cOpqe_send_message {
    font-size: calc(14px * 0.9);
    padding: 12px 25px;
}.XieSH_start_now h3::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}