* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(85,155,108,0.5) rgb(148,184,159);
}

.container {
    width: 1212px;
    margin: auto;
    max-width: 100%;
}

svg {
    width: 30px;
    height: 30px;
}

.greeting_page_KsUFN .study_learn_DlfYd::before {
    top: -10px;
    background: rgb(148,184,159);
    height: 4px;
    transform-origin: left;
    content: "";
    animation: lineExpand 1.2s ease-out forwards;
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    left: 0;
}

.greeting_page_KsUFN .learn_begin_uCGKa::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 1;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
}

.greeting_page_KsUFN .learn_begin_uCGKa h3 {
    border-left: 4px solid rgb(85,155,108);
    line-height: 1.5;
    margin: 10px 0 0;
    color: #ffffff;
    transform: translateX(-20px);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    font-weight: 600;
    animation: fadeRight 0.8s ease-out forwards 1.2s;
    background: rgb(148,184,159,0.5);
    opacity: 0;
    font-size: 22px;
    max-width: 800px;
    padding: 20px;
}

.user_status_VmzYG p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.track_edu_aIYeF {
    background: rgb(148,184,159);
}

.cookie_button.data_opt_yHrDK:hover {
    background: rgb(148,184,159);
}


.privacy_hutch_dYhQK {
    padding: 50px;
    box-shadow: 0 0 15px rgb(148,184,159,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(85,155,108);
}

.privacy_hutch_dYhQK h4 {
    font-size: calc(24px + 2px);
    text-shadow: 0 0 4px rgb(148,184,159,0.5);
    font-weight: 600;
}

.privacy_hutch_dYhQK h6 {
    font-weight: 300;
    text-shadow: 0 0 2px rgb(148,184,159,0.5);
    font-size: 18px;
}

.privacy_hutch_dYhQK li::before {
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    box-shadow: 0 0 8px rgb(85,155,108,0.5);
    transform: translateY(-50%);
    background-color: rgb(85,155,108);
    width: 10px;
    height: 10px;
}

.facebook_cta_voSwB::after {
    width: 100%;
    top: 3px;
    position: absolute;
    content: "";
    opacity: 0.5;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            rgb(85,155,108) 0px, rgb(85,155,108) 10px,
            transparent 10px, transparent 15px,
            rgb(85,155,108) 15px, rgb(85,155,108) 30px,
            transparent 30px, transparent 35px,
            rgb(85,155,108) 35px, rgb(85,155,108) 40px,
            transparent 40px, transparent 60px,
            rgb(85,155,108) 60px, rgb(85,155,108) 70px,
            transparent 70px, transparent 80px,
            rgb(85,155,108) 80px, rgb(85,155,108) 90px,
            transparent 90px, transparent 110px,
            rgb(85,155,108) 110px, rgb(85,155,108) 120px,
            transparent 120px, transparent 140px
        );
    height: 8px;
    left: 0;
}

.facebook_cta_voSwB .site_main_wUDLh {
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 21px;
    position: relative;
}

.facebook_cta_voSwB .site_main_wUDLh h5::after {
    right: 15px;
    background: #ffffff;
    width: 6px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    border-radius: 50%;
    height: 6px;
}

.facebook_cta_voSwB .site_main_wUDLh .top_bar_lMfVb a::before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    left: 0.7rem;
    transition: all 0.3s ease;
    background: rgb(85,155,108);
}

.footer_edu_MRjSk .container::after {
    right: 15%;
}

.footer_edu_MRjSk .study_bottom_odaxn {
    text-align: center;
    background: rgb(148,184,159);
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding: 0.5rem 2rem;
    border-radius: 30px;
}

.contact_mItVK {
    position: relative;
    background-color: rgb(200,213,204);
    overflow: hidden;
    padding: 100px 0;
}

.contact_mItVK .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}

.contact_mItVK .reach_grid_OIYbj {
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
    background: #ffffff;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
}

.contact_mItVK form input[type="text"] {
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    background: rgb(200,213,204);
    transition: all 0.3s ease;
    border: none;
    color: #000000;
}

.contact_mItVK .query_message_weoGc input[type="checkbox"]:checked + label::before {
    background-color: rgb(148,184,159);
    border-color: rgb(148,184,159);
}

.contact_mItVK .query_message_weoGc label a:hover {
    text-decoration: underline;
    color: rgb(85,155,108);
}

.contact_mItVK form .feedback_query_TJmSW:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(148,184,159), 0.3);
}

.contact_mItVK svg {
    height: 22px;
    width: 22px;
    fill: rgb(148,184,159);
}

.receive_updates_bpiFw {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(148,184,159,0.5), rgb(85,155,108));
}

.receive_updates_bpiFw .learn_mastery_OdvVg {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.2) inset;
    flex-direction: column;
    display: flex;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    align-items: center;
}

.receive_updates_bpiFw input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
}

.receive_updates_bpiFw .access_lessons_BzMEG {
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 0.03em;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    transform: translateZ(5px);
    padding: 0 30px;
    background: rgb(148,184,159);
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    white-space: nowrap;
    height: 54px;
}

.quantitative_data_zyPAW h2 {
    padding-left: 20px;
    border-left: 5px solid rgb(148,184,159);
    position: relative;
    font-weight: 700;
    text-align: left;
    margin: 0 0 70px;
    color: #000000;
    font-size: 37px;
}

.quantitative_data_zyPAW ul {
    padding: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 25px;
    margin: 0;
}

.quantitative_data_zyPAW .success_factors_VdHJI::after {
    border: 3px solid rgb(148,184,159);
    position: absolute;
    left: -35px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: #ffffff;
    height: 20px;
    border-radius: 50%;
    content: "";
    width: 20px;
}

.quantitative_data_zyPAW .success_factors_VdHJI:nth-child(even)::before {
    background: linear-gradient(to right, rgb(85,155,108,0.5), rgb(85,155,108));
}

.quantitative_data_zyPAW .success_factors_VdHJI span {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    grid-column: 2;
    color: #000000;
    position: relative;
    grid-row: 1;
    padding: 0 0 0 25px;
}

.quantitative_data_zyPAW svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.quantitative_data_zyPAW .success_factors_VdHJI:nth-child(2) {
    animation-delay: 0.2s;
}

.who_we_are_cqQrh {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(200,213,204) 0%, rgb(85,155,108,0.5) 100%);
}

.who_we_are_cqQrh h2::after {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(148,184,159), rgb(85,155,108));
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.who_we_are_cqQrh .why_choose_zBFxv::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 200px;
    opacity: 0.1;
    transition: all 0.5s ease;
    height: 200px;
    top: -100px;
    right: -100px;
    background: rgb(148,184,159,0.5);
}

.who_we_are_cqQrh .why_choose_zBFxv h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: rgb(148,184,159);
}

.who_we_are_cqQrh .why_choose_zBFxv::after {
    width: 5px;
    top: 0;
    transition: height 0.4s ease;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(148,184,159), rgb(85,155,108));
    height: 0;
    content: "";
}

header:before {
    left: 0;
    height: 4px;
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(148,184,159), rgb(85,155,108), rgb(148,184,159));
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
}

header .top_class_exbis:hover {
    color: rgb(148,184,159);
}

header .top_class_exbis:hover:before {
    transform: translateY(-50%) scale(1);
}

header .head_mentor_YhdDS {
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

.teaching_history_QOyDX::after {
    width: 100%;
    bottom: 0;
    content: "";
    height: 40%;
    position: absolute;
    z-index: 0;
    transform-origin: bottom left;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    animation: patternShift 30s infinite alternate ease-in-out;
    left: 0;
}

.teaching_history_QOyDX .rating_showcase_sotEl .rounded_image_ErsdO {
    overflow: hidden;
    position: relative;
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    height: 180px;
    width: 180px;
    border: 4px solid #ffffff;
}

.teaching_history_QOyDX .rating_showcase_sotEl .exp_details_HxYga {
    color: #000000;
    padding: 0 1rem;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
    margin: 0;
}

.course_offering_JyOZB::before {
    filter: blur(40px);
    opacity: 0.15;
    content: "";
    right: -50px;
    background: rgb(85,155,108,0.5);
    position: absolute;
    transform: translateZ(0);
    width: 250px;
    height: 250px;
    top: -50px;
    border-radius: 50%;
}

.course_offering_JyOZB .career_classes_FPMpk {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateZ(0);
}

.course_offering_JyOZB .rounded_image_ErsdO:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course_offering_JyOZB .content_column_sAqTe::before {
    height: 5px;
    content: "";
    width: 100%;
    transition: transform 0.5s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(148,184,159), rgb(85,155,108));
    transform: scaleX(0.97);
    position: absolute;
    left: 0;
}

.customer_support_Qcjai::before {
    position: absolute;
    content: "";
    height: 300px;
    z-index: 0;
    border: 15px solid rgb(148,184,159,0.5);
    animation: floating 8s infinite ease-in-out;
    width: 300px;
    right: -100px;
    transform: rotate(30deg);
    top: -100px;
}

.customer_support_Qcjai .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}

.customer_support_Qcjai .talk_support_BDEFc > div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(85,155,108);
    transform: translateY(-5px);
}

.customer_support_Qcjai h6 {
    align-items: center;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000000;
}

.customer_support_Qcjai .learn_faq_NKtRp {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.customer_support_Qcjai .instant_help_epBMP:hover::after {
    width: 100%;
}

.customer_support_Qcjai .instant_help_epBMP svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}

.tariff_item_pYiya {
    padding: 6rem 0;
    background-color: rgb(200,213,204);
    position: relative;
    overflow: hidden;
}

.tariff_item_pYiya .discount_grid_ywOAD {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.tariff_item_pYiya .annual_fee_OENBU::before {
    background-color: rgb(148,184,159);
    content: "";
    height: 40px;
    z-index: -1;
    width: 40px;
    top: 20px;
    position: absolute;
    transform: rotate(45deg);
    left: -20px;
}

.tariff_item_pYiya .annual_fee_OENBU .learn_offers_NsTJI {
    max-width: 80%;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.tariff_item_pYiya .plan_fees_RLHKl {
    overflow: hidden;
    flex-direction: column;
    background-color: #ffffff;
    transform: translateZ(0);
    display: flex;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tariff_item_pYiya .plan_cost_IhGyO h3::after {
    transition: width 0.3s ease;
    background: rgb(148,184,159);
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    height: 3px;
    width: 40px;
}

.tariff_item_pYiya .rounded_image_ErsdO {
    height: 200px;
    transform: translateZ(0);
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
}

.tariff_item_pYiya .pricing_options_dHabe:hover .rounded_image_ErsdO::before {
    opacity: 0.05;
}

.user_testimonials_EZtyW::before {
    left: 10%;
    z-index: 1;
    width: 80%;
    top: 50%;
    content: "";
    box-shadow: 0 0 20px 5px rgb(148,184,159,0.5);
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(148,184,159), transparent);
}

.user_testimonials_EZtyW .user_reviews_qImVu {
    scroll-snap-type: x mandatory;
    transform-style: preserve-3d;
    scrollbar-width: thin;
    scrollbar-color: rgb(148,184,159) rgb(200,213,204);
    gap: 3rem;
    flex-wrap: nowrap;
    padding: 3rem 0;
    overflow-x: auto;
    display: flex;
}

.user_testimonials_EZtyW .rating_showcase_sotEl img {
    object-fit: cover;
    transform: translateY(-30px);
    border: 5px solid #ffffff;
    width: 120px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    height: 120px;
    border-radius: 50%;
}

.user_testimonials_EZtyW .rating_showcase_sotEl:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.user_testimonials_EZtyW .rating_showcase_sotEl:nth-child(3n+1):hover::after {
    opacity: 0.7;
    width: 70px;
    height: 70px;
}

.teaching_process_HscgX {
    background: rgb(200,213,204);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    min-height: 70vh;
}

.teaching_process_HscgX::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.teaching_process_HscgX .learn_mastery_OdvVg::after {
    content: "";
    filter: blur(15px);
    opacity: 0.7;
    position: absolute;
    left: -10%;
    width: 120%;
    animation: waveEffect 8s ease-in-out infinite reverse;
    height: 30px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(85,155,108,0.5), transparent);
    bottom: 0;
}

.teaching_process_HscgX span::before {
    left: -50%;
    content: "";
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -50%;
    animation: holographicShine 10s linear infinite;
    height: 200%;
    z-index: -1;
    position: absolute;
    width: 200%;
    transform: rotate(45deg);
}

.gratContent_hbXSv .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.gratContent_hbXSv h2::before {
    position: absolute;
    height: 4px;
    top: -15px;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: rgb(148,184,159);
    width: 80px;
    transform-origin: left;
}

.gratContent_hbXSv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gratContent_hbXSv li::before {
    top: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    content: "";
    position: absolute;
    background: rgb(148,184,159);
    border-radius: 50%;
    left: -30px;
    transform: scale(0);
    width: 10px;
    height: 10px;
}



@media (min-width: 992px) {.greeting_page_KsUFN {
    padding: 120px 0;
}.greeting_page_KsUFN .start_open_BZwIY {
    font-size: calc(38px * 1.2);
    max-width: 70%;
}.greeting_page_KsUFN .learn_begin_uCGKa > div {
    min-height: 500px;
    padding: 80px 60px;
}.greeting_page_KsUFN .learn_begin_uCGKa p {
    font-size: calc(17px * 1.4);
    max-width: 60%;
}.greeting_page_KsUFN .learn_begin_uCGKa h3 {
    font-size: calc(22px * 1.1);
    max-width: 70%;
    margin-top: 30px;
}
}


@media only screen and (max-width: 768px) {.cookie_panel_overlay_oQXOH .container {
    flex-direction: column;
    align-items: center;
}.edu_settings_yjOEm {
    margin-bottom: 1rem;
    margin-right: 0;
}.user_status_VmzYG {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.data_opt_yHrDK {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 992px) {.facebook_cta_voSwB {
    padding: 3.5rem 0 1.5rem;
}.facebook_cta_voSwB .container {
    gap: 2.5rem;
    flex-direction: column;
}.facebook_cta_voSwB .company_holder,
    .facebook_cta_voSwB .law_res_CkOcq {
    flex: 1 1 100%;
    min-width: 100%;
}.facebook_cta_voSwB .site_main_wUDLh {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.footer_edu_MRjSk .container::before,
    .footer_edu_MRjSk .container::after {
    display: none;
}
}



@media screen and (max-width: 1024px) {.contact_mItVK .request_section_tkCYs {
    padding: 50px 40px;
}
}



@media screen and (max-width: 991px) {.contact_mItVK .rounded_image_ErsdO {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_mItVK .request_section_tkCYs {
    flex: 0 0 100%;
}.contact_mItVK .request_section_tkCYs::before {
    height: 5px;
    background: linear-gradient(to right, rgb(148,184,159), rgb(85,155,108));
    top: 0;
    width: calc(100% - 80px);
    left: 40px;
}.contact_mItVK form {
    padding-top: 25px;
    padding-left: 0;
}
}



@media (min-width: 992px) {.quantitative_data_zyPAW .success_factors_VdHJI:nth-child(even) {
    margin-left: 100px;
}.quantitative_data_zyPAW .success_factors_VdHJI:nth-child(odd) {
    margin-left: 50px;
}
}



@media (max-width: 991px) {.quantitative_data_zyPAW h2 {
    border-bottom: 3px solid rgb(148,184,159);
    padding-bottom: 15px;
    text-align: center;
    padding-left: 0;
    border-left: none;
}.quantitative_data_zyPAW h2::after {
    transform: translateX(-50%);
    left: 50%;
}.quantitative_data_zyPAW ul::before {
    left: 15px;
}.quantitative_data_zyPAW .success_factors_VdHJI {
    margin-left: 40px;
}.quantitative_data_zyPAW .success_factors_VdHJI::after {
    left: -25px;
    height: 15px;
    width: 15px;
}.quantitative_data_zyPAW .success_factors_VdHJI::before {
    width: 40px;
    left: -20px;
}
}



@media (prefers-reduced-motion: reduce) {.who_we_are_cqQrh::before {
    animation: none;
}.who_we_are_cqQrh .why_choose_zBFxv,
    .who_we_are_cqQrh .why_choose_zBFxv::after,
    .who_we_are_cqQrh .why_choose_zBFxv::before,
    .who_we_are_cqQrh .why_choose_zBFxv h3::after {
    transition: none;
}.who_we_are_cqQrh .why_choose_zBFxv:first-child,
    .who_we_are_cqQrh .why_choose_zBFxv:last-child {
    opacity: 1;
    animation: none;
    transform: none;
}.who_we_are_cqQrh .why_choose_zBFxv:hover {
    transform: none;
}}



@media (min-width: 1024px) {.teaching_history_QOyDX .rating_showcase_sotEl {
    padding: 4rem;
    gap: 3rem 4rem;
}.teaching_history_QOyDX .rating_showcase_sotEl .rounded_image_ErsdO {
    width: 250px;
    height: 250px;
}.teaching_history_QOyDX .rating_showcase_sotEl .exp_details_HxYga {
    font-size: calc(12px * 1.05);
    padding: 0 2rem;
}
}



@media (prefers-reduced-motion: reduce) {.teaching_history_QOyDX::after {
    animation: none;
}.teaching_history_QOyDX .rating_showcase_sotEl,
    .teaching_history_QOyDX .rating_showcase_sotEl:hover,
    .teaching_history_QOyDX .rating_showcase_sotEl .rounded_image_ErsdO,
    .teaching_history_QOyDX .rating_showcase_sotEl:hover .rounded_image_ErsdO {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {.course_offering_JyOZB {
    padding: 4rem 0;
}.course_offering_JyOZB h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.course_offering_JyOZB .rounded_image_ErsdO {
    height: 250px;
}.course_offering_JyOZB .content_column_sAqTe {
    padding: 1.5rem;
}.course_offering_JyOZB .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.course_offering_JyOZB {
    padding: 3rem 0;
}.course_offering_JyOZB h2 {
    font-size: calc(32px * 0.8);
    max-width: 100%;
}.course_offering_JyOZB .rounded_image_ErsdO {
    height: 200px;
}.course_offering_JyOZB .content_column_sAqTe {
    padding: 1.25rem;
}.course_offering_JyOZB .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {.tariff_item_pYiya .discount_grid_ywOAD {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.tariff_item_pYiya .annual_fee_OENBU {
    padding: 3rem;
}.tariff_item_pYiya .study_costs_AMUaH {
    grid-column: 1;
    grid-row: 1;
}.tariff_item_pYiya .annual_fee_OENBU {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    top: 2rem;
    position: sticky;
    grid-row: 1;
    grid-column: 2;
}.tariff_item_pYiya .annual_fee_OENBU:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 768px) {.user_testimonials_EZtyW {
    padding: 5rem 1rem;
}.user_testimonials_EZtyW::before {
    display: none;
}.user_testimonials_EZtyW h2 {
    margin-bottom: 2.5rem;
    font-size: 37px;
}.user_testimonials_EZtyW .user_reviews_qImVu {
    padding: 2rem 0;
    gap: 2rem;
}.user_testimonials_EZtyW .rating_showcase_sotEl {
    transform: rotateY(5deg) translateZ(0) !important;
    flex: 0 0 240px;
    padding: 1.5rem;
}.user_testimonials_EZtyW .rating_showcase_sotEl:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.user_testimonials_EZtyW .rating_showcase_sotEl img {
    height: 90px;
    transform: translateY(-25px);
    width: 90px;
}.user_testimonials_EZtyW .rating_showcase_sotEl:hover img {
    transform: translateY(-30px) scale(1.05);
}.user_testimonials_EZtyW .rating_showcase_sotEl p {
    font-size: calc(14px * 1.1);
}.user_testimonials_EZtyW .rating_showcase_sotEl .description {
    font-size: calc(14px * 0.9);
}
}



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



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

@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}



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



@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

