* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1166px;
}.nav_study_dPJjW {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}.warp-container_fsXAR {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.credit_info_DkAaH {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .credit_info_DkAaH {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: #2c3e50;
}footer .credit_info_DkAaH::before {
    opacity: 0.1;
    height: 100%;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    content: "";
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
}footer .rating_stars_HZsJY {
    position: relative;
    z-index: 1;
}footer .help_form_JBEna {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    position: relative;
    margin: -70px auto 60px;
    gap: 15px;
}footer .info_item {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
    align-items: center;
    height: 100px;
    display: flex;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    position: absolute;
    top: 25%;
    content: "";
    background-color: rgb(185,186,182);
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    height: 50%;
    left: 0;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    height: 22px;
    flex-shrink: 0;
    z-index: 1;
    fill: rgb(185,186,182);
    position: relative;
    margin-right: 15px;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    z-index: 1;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(185,186,182);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}footer .main_head_euUiM, footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 22px;
    transition: all 0.3s ease;
}footer .main_head_euUiM:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .head_mainbar_pbMef {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}footer .main_head_euUiM svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .program_foot_mFMsh {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
}footer .head_mainbar_pbMef h5 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
}footer .head_mainbar_pbMef h5::after {
    position: absolute;
    height: 2px;
    content: "";
    background-color: rgb(185,186,182);
    left: 0;
    width: 50px;
    bottom: 0;
}footer .main_info_zIhco {
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    transition: all 0.3s ease;
}footer .main_info_zIhco:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_info_zIhco a {
    display: block;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .main_info_zIhco a:last-child {
    border-bottom: none;
}footer .main_info_zIhco a::before {
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    transform: translateX(-10px);
    right: 0;
    opacity: 0;
}footer .main_info_zIhco a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .main_info_zIhco a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    bottom: 0;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    background-color: rgb(185,186,182);
    content: "";
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(185,186,182);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .upgrade_skills_MJndb {
    color: #ffffff;
    background-color: rgb(185,186,182);
    border-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 15px;
}footer .upgrade_skills_MJndb:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(144,146,143);
}footer .support_cta_rzhKG {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .skill_test_nMhXf {
    border-radius: 30px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .upgrade_skills_MJndb {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head_mainbar_pbMef {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .credit_info_DkAaH {
    padding: 70px 0 30px;
}footer .help_form_JBEna {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_head_euUiM, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_mainbar_pbMef h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .support_cta_rzhKG {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .credit_info_DkAaH {
    padding: 50px 0 20px;
}footer .main_info_zIhco {
    padding: 15px;
}footer .head_mainbar_pbMef h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .upgrade_skills_MJndb {
    padding: 12px;
}}.price_card_item_BUoqx {
    padding: 120px 0 80px;
    --card-accent: rgb(185,186,182);
    --pricing-bg: #f5f7fa;
    overflow: hidden;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    --card-bg: #ffffff;
    --card-border: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background-color: var(--pricing-bg);
}.price_card_item_BUoqx::before {
    width: 35%;
    right: -5%;
    content: "";
    z-index: 1;
    top: -10%;
    background: linear-gradient(135deg, rgb(185,186,182,0.5), rgb(144,146,143,0.5));
    filter: blur(60px);
    transform: rotate(-15deg);
    height: 50%;
    opacity: 0.5;
    position: absolute;
}.price_card_item_BUoqx::after {
    width: 30%;
    transform: rotate(15deg);
    height: 40%;
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(144,146,143,0.5), rgb(185,186,182,0.5));
    content: "";
    left: -5%;
    bottom: -10%;
}.price_card_item_BUoqx .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}.price_card_item_BUoqx .pricing_options_UmEvH {
    flex-direction: column;
    display: flex;
}.price_card_item_BUoqx .edu_rates_GziKt {
    margin-left: auto;
    max-width: 800px;
    margin-bottom: 60px;
    order: -1;
    text-align: center;
    margin-right: auto;
}.price_card_item_BUoqx .edu_rates_GziKt h2 {
    color: #000000;
    font-size: 33px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.price_card_item_BUoqx .edu_rates_GziKt h2::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(to right, rgb(185,186,182), rgb(144,146,143));
    height: 3px;
}.price_card_item_BUoqx .qtr_cost_nxGSQ {
    max-width: 700px;
    color: #000000;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    font-size: calc(13px + 2px);
    margin: 0 auto;
    overflow-wrap: break-word;
}.price_card_item_BUoqx .package_price_GtfmD {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
    width: 100%;
}.price_card_item_BUoqx .study_fees_XDvRe {
    height: 100%;
    transition: transform var(--card-transition);
    display: block;
    text-decoration: none;
    color: inherit;
    transform: translateY(0);
}.price_card_item_BUoqx .study_fees_XDvRe:hover {
    transform: translateY(-10px);
}.price_card_item_BUoqx .skill_plans_yzvHT {
    overflow: hidden;
    display: flex;
    position: relative;
    transition: box-shadow var(--card-transition);
    background-color: var(--card-bg);
    box-shadow: var(--card-shadow);
    height: 100%;
    flex-direction: column;
    border-radius: 15px;
}.price_card_item_BUoqx .study_fees_XDvRe:hover .skill_plans_yzvHT {
    box-shadow: var(--card-hover-shadow);
}.price_card_item_BUoqx .skill_plans_yzvHT::before {
    background: var(--card-border);
    transition: transform 0.5s ease;
    top: 0;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 5px;
    width: 100%;
    content: "";
}.price_card_item_BUoqx .study_fees_XDvRe:hover .skill_plans_yzvHT::before {
    transform: scaleX(1);
}.price_card_item_BUoqx .learning_plan_vHLmo {
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    display: flex;
}.price_card_item_BUoqx .learning_plan_vHLmo h3 {
    color: #000000;
    font-size: calc(23px + 2px);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
}.price_card_item_BUoqx .study_fees_XDvRe:hover .learning_plan_vHLmo h3 {
    color: var(--card-accent);
}.price_card_item_BUoqx .learning_cost_bZiKS {
    position: relative;
    display: inline-block;
    font-size: calc(23px + 6px);
    font-weight: 700;
    color: var(--card-accent);
    margin-bottom: 20px;
}.price_card_item_BUoqx .learning_cost_bZiKS::after {
    left: 0;
    height: 2px;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    bottom: -10px;
    background-color: var(--card-accent);
}.price_card_item_BUoqx .study_fees_XDvRe:hover .learning_cost_bZiKS::after {
    width: 60px;
}.price_card_item_BUoqx .learning_plan_vHLmo p {
    font-size: 13px;
    margin-top: 15px;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
}.price_card_item_BUoqx .pic_banner_GBHry {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 200px;
    transition: transform 0.6s ease;
}.price_card_item_BUoqx .pic_banner_GBHry::after {
    content: "";
    position: absolute;
    right: 0;
    opacity: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    transition: opacity 0.4s ease;
}.price_card_item_BUoqx .study_fees_XDvRe:hover .pic_banner_GBHry::after {
    opacity: 1;
}.price_card_item_BUoqx .study_fees_XDvRe:hover .pic_banner_GBHry {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price_card_item_BUoqx .pricing_options_UmEvH {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.price_card_item_BUoqx .edu_rates_GziKt {
    text-align: left;
    margin: 0;
    width: 30%;
    order: 0;
}.price_card_item_BUoqx .edu_rates_GziKt h2 {
    text-align: left;
    display: block;
}.price_card_item_BUoqx .edu_rates_GziKt h2::after {
    left: 0;
    transform: none;
}.price_card_item_BUoqx .qtr_cost_nxGSQ {
    margin: 0;
    text-align: left;
}.price_card_item_BUoqx .package_price_GtfmD {
    width: 70%;
}
}

@media (max-width: 991px) {.price_card_item_BUoqx {
    padding: 80px 0 60px;
}.price_card_item_BUoqx .package_price_GtfmD {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.price_card_item_BUoqx {
    padding: 60px 0 40px;
}.price_card_item_BUoqx .edu_rates_GziKt {
    margin-bottom: 40px;
}.price_card_item_BUoqx .package_price_GtfmD {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_card_item_BUoqx .learning_plan_vHLmo {
    padding: 25px 20px;
}.price_card_item_BUoqx .learning_plan_vHLmo h3 {
    font-size: 23px;
}.price_card_item_BUoqx .learning_cost_bZiKS {
    font-size: calc(23px + 2px);
}.price_card_item_BUoqx .learning_plan_vHLmo p {
    font-size: calc(13px - 1px);
}.price_card_item_BUoqx .pic_banner_GBHry {
    height: 180px;
}
}

@media (max-width: 480px) {.price_card_item_BUoqx {
    padding: 50px 0 30px;
}.price_card_item_BUoqx .edu_rates_GziKt h2 {
    font-size: calc(33px - 4px);
}.price_card_item_BUoqx .qtr_cost_nxGSQ {
    font-size: 13px;
}.price_card_item_BUoqx .learning_plan_vHLmo {
    padding: 20px 15px;
}.price_card_item_BUoqx .pic_banner_GBHry {
    height: 160px;
}}header {
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(224,220,202);
    z-index: 100;
    padding: 0;
    margin-top: 0;
}header::before {
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(185,186,182), 0.03) 25%, 
        rgba(rgb(185,186,182), 0.05) 50%,
        rgba(rgb(185,186,182), 0.03) 75%,
        transparent 100%
    );
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
}header .top_teach_kjfEY {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
    padding: 1.2rem 2rem;
}header .main_head_euUiM {
    position: relative;
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
}header .head_class_sLSNF {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}header .head_class_sLSNF:hover {
    transform: translateY(-3px);
}header .head_class_sLSNF img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}header .head_class_sLSNF::before {
    background: rgb(185,186,182);
    bottom: -15px;
    border-radius: 10px;
    left: 0;
    opacity: 0;
    transform: scaleX(0.7);
    width: 100%;
    height: 10px;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
}header .head_class_sLSNF:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .head_mainbar_pbMef {
    position: relative;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
    margin: 0;
    display: flex;
}header .head_mainbar_pbMef::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(185,186,182,0.5), 
        transparent
    );
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    bottom: -15px;
}header .top_info_bZSqa {
    position: relative;
    margin: 0;
}header .top_info_bZSqa a {
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    padding: 1rem 1.2rem;
    display: block;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}header .top_info_bZSqa a::before {
    left: 0;
    height: 3px;
    content: '';
    background: rgb(185,186,182);
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 0;
}header .top_info_bZSqa a:hover {
    color: rgb(185,186,182);
}header .top_info_bZSqa a:hover::before {
    transform: translateX(0);
}header .top_info_bZSqa a::after {
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(185,186,182,0.5);
    height: 100%;
    left: 0;
    border-radius: 10px;
    pointer-events: none;
    top: 0;
    opacity: 0;
    content: '';
    transform: scale(0.8);
}header .top_info_bZSqa a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .top_teach_kjfEY::before {
    content: '';
    height: 100%;
    width: 30%;
    top: 0;
    z-index: -1;
    background: linear-gradient(-90deg, rgb(224,220,202), transparent);
    position: absolute;
    right: 0;
}header .top_teach_kjfEY::after {
    left: 0;
    content: '';
    z-index: -1;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, rgb(224,220,202), transparent);
    position: absolute;
    top: 0;
}header .nav_study_dPJjW {
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .top_teach_kjfEY {
    max-width: 1300px;
    margin: 0 auto;
}header .top_info_bZSqa a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_teach_kjfEY {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
    flex-direction: row;
}header .main_head_euUiM {
    margin-bottom: 0;
    margin-right: 0;
}header .head_mainbar_pbMef {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 1rem;
}header .top_info_bZSqa {
    margin-bottom: 0.5rem;
}header .top_info_bZSqa a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .top_teach_kjfEY {
    padding: 1rem 1.5rem;
}header .main_head_euUiM {
    flex: 0 0 auto;
    max-width: 150px;
}header .head_mainbar_pbMef {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .head_mainbar_pbMef::-webkit-scrollbar {
    height: 3px;
}header .head_mainbar_pbMef::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,186,182,0.5);
}header .top_info_bZSqa {
    flex: 0 0 auto;
}header .top_info_bZSqa a {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 2px);
    white-space: nowrap;
}header .head_mainbar_pbMef::after {
    bottom: 0;
}header .head_class_sLSNF::before {
    display: none;
}}.appPanel_MXerw {
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.appPanel_MXerw::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
}.appPanel_MXerw::after {
    background: radial-gradient(circle, rgb(144,146,143) 0%, transparent 70%);
    top: -150px;
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    right: -150px;
    width: 300px;
    position: absolute;
    height: 300px;
    content: "";
    filter: blur(50px);
    opacity: 0.2;
}.appPanel_MXerw .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.appPanel_MXerw h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    position: relative;
    transform-origin: center;
    font-size: 36px;
    line-height: 1.4;
    color: rgb(185,186,182);
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.appPanel_MXerw h2::after {
    content: "";
    width: 80px;
    bottom: -15px;
    left: 50%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.appPanel_MXerw .study_experts_FMRCm {
    transform: translateY(0);
    padding: 40px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.appPanel_MXerw .study_experts_FMRCm::before {
    top: 0;
    animation: gradientShift 6s infinite linear;
    background-size: 200% 100%;
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143), rgb(185,186,182));
    content: "";
    width: 100%;
    position: absolute;
}.appPanel_MXerw .study_experts_FMRCm:hover {
    transform: translateY(-5px);
}.appPanel_MXerw .study_experts_FMRCm:hover h2::after {
    width: 120px;
}.appPanel_MXerw ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appPanel_MXerw li {
    padding-left: 25px;
    position: relative;
}.appPanel_MXerw li::before {
    transform: rotate(45deg);
    height: 10px;
    left: 0;
    top: 8px;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
    background: rgb(144,146,143);
}.appPanel_MXerw li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.appPanel_MXerw span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    font-size: calc(12px + 2px);
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-weight: 400;
    padding: 10px 0;
}.appPanel_MXerw span::after {
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    content: "";
    height: 1px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.appPanel_MXerw {
    padding: 80px 0;
}.appPanel_MXerw h2 {
    font-size: calc(36px - 2px);
}.appPanel_MXerw .study_experts_FMRCm {
    padding: 30px;
}.appPanel_MXerw span {
    font-size: 12px;
}
}

@media (max-width: 768px) {.appPanel_MXerw {
    padding: 60px 0;
}.appPanel_MXerw h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(36px - 4px);
}.appPanel_MXerw .study_experts_FMRCm {
    padding: 25px;
}.appPanel_MXerw li::before {
    top: 6px;
}.appPanel_MXerw span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 480px) {.appPanel_MXerw {
    padding: 40px 0;
}.appPanel_MXerw h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
    transform: none;
}.appPanel_MXerw h2::after {
    bottom: -10px;
    width: 60px;
}.appPanel_MXerw .study_experts_FMRCm {
    padding: 20px;
}.appPanel_MXerw li {
    padding-left: 20px;
}.appPanel_MXerw li::before {
    top: 7px;
    width: 8px;
    height: 8px;
}.appPanel_MXerw span {
    line-height: 1.5;
    font-size: calc(12px - 2px);
    letter-spacing: 0.2px;
}}.stay_connected_OScdL {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 6rem 2rem;
}.stay_connected_OScdL::before {
    top: 0;
    opacity: 0.3;
    background-size: 4px 4px;
    position: absolute;
    content: "";
    left: 0;
    background-image: linear-gradient(
        90deg,
        rgb(224,220,202) 0%,
        rgb(224,220,202) 50%,
        transparent 50%,
        transparent 100%
    );
    z-index: 0;
    width: 100%;
    height: 100%;
}.stay_connected_OScdL .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.stay_connected_OScdL .study_experts_FMRCm {
    display: flex;
    position: relative;
    flex-direction: column;
}.stay_connected_OScdL .study_experts_FMRCm::before {
    white-space: nowrap;
    font-weight: 700;
    z-index: -1;
    left: 50%;
    color: rgb(185,186,182);
    opacity: 0.04;
    transform: translate(-50%, -50%);
    letter-spacing: 0.5rem;
    font-size: 12rem;
    font-family: Arial, sans-serif;
    top: 50%;
    position: absolute;
}.stay_connected_OScdL p {
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    max-width: 70%;
    transform: translateX(15%);
    font-size: 48px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    color: #000000;
}.stay_connected_OScdL p::after {
    transform-origin: left;
    content: "";
    left: 0;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    width: 100px;
    position: absolute;
    height: 5px;
    bottom: -20px;
    background: rgb(185,186,182);
}.stay_connected_OScdL .input_holder {
    position: relative;
    max-width: 80%;
    z-index: 2;
    grid-template-columns: 3fr 1fr;
    transform: translateX(-15%);
    display: grid;
    margin-left: auto;
}.stay_connected_OScdL .input_holder::before {
    width: 100%;
    position: absolute;
    opacity: 0.02;
    content: "";
    height: 100%;
    z-index: -1;
    transition: transform 0.3s ease;
    background: #000000;
    transform: translate(10px, 10px);
}.stay_connected_OScdL .input_holder:hover::before {
    transform: translate(5px, 5px);
}.stay_connected_OScdL .sub_field_QxMOB {
    color: #000000;
    background: #ffffff;
    outline: none;
    padding: 1.5rem;
    transition: all 0.3s ease;
    font-size: 17px;
    border: 2px solid #000000;
    border-right: none;
    font-family: Arial, sans-serif;
}.stay_connected_OScdL .sub_field_QxMOB:focus {
    border-color: rgb(185,186,182);
}.stay_connected_OScdL .support_inquiry_DPdVu {
    letter-spacing: 1px;
    background: #000000;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    padding: 0 2rem;
    font-size: 16px;
    border: 2px solid #000000;
    overflow: hidden;
    cursor: pointer;
}.stay_connected_OScdL .support_inquiry_DPdVu::after {
    top: -50%;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
    transform: scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    background: rgb(185,186,182);
    left: -50%;
    width: 200%;
    height: 200%;
}.stay_connected_OScdL .support_inquiry_DPdVu:hover {
    color: #ffffff;
    background: transparent;
    border-color: rgb(185,186,182);
}.stay_connected_OScdL .support_inquiry_DPdVu:hover::after {
    opacity: 1;
    transform: scale(1);
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.stay_connected_OScdL::after {
    height: 300px;
    top: -150px;
    animation: floatingItem 20s ease-in-out infinite;
    opacity: 0.1;
    right: -150px;
    width: 300px;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    background: linear-gradient(
        45deg,
        rgb(185,186,182,0.5),
        rgb(144,146,143,0.5)
    );
}

@media (max-width: 992px) {.stay_connected_OScdL p {
    max-width: 80%;
    transform: translateX(10%);
    font-size: 36px;
}.stay_connected_OScdL .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.stay_connected_OScdL .study_experts_FMRCm::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.stay_connected_OScdL {
    padding: 4rem 1.5rem;
}.stay_connected_OScdL p {
    font-size: calc(36px * 0.8);
    transform: none;
    max-width: 100%;
}.stay_connected_OScdL .input_holder {
    max-width: 100%;
    grid-template-columns: 1fr;
    transform: none;
    gap: 1rem;
}.stay_connected_OScdL .sub_field_QxMOB {
    border: 2px solid #000000;
    padding: 1.2rem;
}.stay_connected_OScdL .support_inquiry_DPdVu {
    padding: 1.2rem;
}.stay_connected_OScdL .study_experts_FMRCm::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.stay_connected_OScdL {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.stay_connected_OScdL p {
    margin-bottom: 3rem;
    font-size: 18px;
}.stay_connected_OScdL p::after {
    width: 60px;
    height: 3px;
}.stay_connected_OScdL .study_experts_FMRCm::before {
    font-size: 3.5rem;
}.stay_connected_OScdL .sub_field_QxMOB,
    .stay_connected_OScdL .support_inquiry_DPdVu {
    padding: 1rem;
}}.test_drive_AoveW {
    z-index: 1;
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
}.test_drive_AoveW::before {
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    position: absolute;
    width: 100%;
}.test_drive_AoveW::after {
    width: 100%;
    content: "";
    bottom: -5px;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    background: rgb(255, 255, 255, 0.5);
    z-index: 2;
    left: 0;
    position: absolute;
    height: 10px;
}.test_drive_AoveW .container {
    transform-origin: center bottom;
    position: relative;
    z-index: 2;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.test_drive_AoveW h6 {
    color: #ffffff;
    letter-spacing: 0.02em;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    transform: translateZ(30px);
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: calc(16px * 1.2);
}.test_drive_AoveW .container > div {
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
}.test_drive_AoveW .container > div::before {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    max-width: 600px;
}.test_drive_AoveW .container > div span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
    position: relative;
}.test_drive_AoveW .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.test_drive_AoveW .support_inquiry_DPdVu {
    transform-style: preserve-3d;
    color: #000000;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 14px;
    padding: 1.2rem 2.5rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}.test_drive_AoveW .support_inquiry_DPdVu::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
}.test_drive_AoveW .support_inquiry_DPdVu span {
    position: relative;
    z-index: 2;
}.test_drive_AoveW .support_inquiry_DPdVu:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
}.test_drive_AoveW .support_inquiry_DPdVu:hover::before {
    transform: translateX(100%);
}.test_drive_AoveW .support_inquiry_DPdVu:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(0.98);
}

@keyframes float {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(30px) translateY(-10px);
    }
}

@media screen and (min-width: 768px) {.test_drive_AoveW {
    padding: 8rem 4rem;
}.test_drive_AoveW .container {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.test_drive_AoveW h6 {
    font-size: calc(16px * 1.5);
    text-align: left;
}.test_drive_AoveW .container > div {
    justify-content: flex-end;
}.test_drive_AoveW .container > div::before {
    top: 50%;
    height: 80%;
    left: -2rem;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    transform: translateY(-50%);
    width: 1px;
    max-height: 100px;
}
}

@media screen and (min-width: 1200px) {.test_drive_AoveW {
    padding: 10rem 6rem;
}.test_drive_AoveW .container {
    grid-template-columns: 3fr 1fr;
}.test_drive_AoveW h6 {
    font-size: calc(16px * 1.8);
    line-height: 1.6;
}.test_drive_AoveW .support_inquiry_DPdVu {
    padding: 1.5rem 3rem;
    font-size: calc(14px * 1.2);
}
}

@media (hover: none) {.test_drive_AoveW .container {
    transform: none;
}.test_drive_AoveW h6 {
    transform: none;
    animation: none;
}.test_drive_AoveW .container > div span {
    transform: none;
}.test_drive_AoveW .container > div span:hover {
    transform: none;
}.test_drive_AoveW .support_inquiry_DPdVu:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}
}

@media (prefers-reduced-motion) {.test_drive_AoveW h6 {
    animation: none;
}.test_drive_AoveW .support_inquiry_DPdVu::before {
    transition: none;
}}.education_history_ENqJO {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
}.education_history_ENqJO::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(185,186,182,0.5) 20px,
            rgb(185,186,182,0.5) 21px
        );
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.04;
    content: "";
    top: 0;
}.education_history_ENqJO::after {
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    filter: blur(80px);
    opacity: 0.3;
    top: 0;
}.education_history_ENqJO .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.education_history_ENqJO .testimonial_sharing_kVpZd {
    position: relative;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::before {
    width: 500px;
    animation: orbit 20s linear infinite;
    border: 1px solid rgb(185,186,182,0.5);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    height: 500px;
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0.2;
}.education_history_ENqJO .testimonial_sharing_kVpZd::after {
    width: 400px;
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    content: "";
    animation: orbit 15s linear infinite reverse;
    opacity: 0.15;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed rgb(144,146,143,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.education_history_ENqJO .pic_banner_GBHry {
    z-index: 5;
    margin-bottom: 30px;
    height: 240px;
    width: 240px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}.education_history_ENqJO .pic_banner_GBHry::before {
    z-index: -1;
    border-radius: 50%;
    inset: -30px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(185,186,182,0.5) 90deg,
        transparent 180deg,
        rgb(144,146,143,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    animation: spin 12s linear infinite;
    position: absolute;
    opacity: 0.4;
}.education_history_ENqJO .pic_banner_GBHry::after {
    border-radius: 50%;
    inset: 0;
    z-index: 2;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    content: "";
    position: absolute;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_history_ENqJO .name {
    margin-bottom: 15px;
    font-size: 38px;
    -webkit-text-fill-color: transparent;
    z-index: 3;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    background-clip: text !important;
    color: #000000;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(185,186,182) 100%
    );
    text-align: center;
    transition: all 0.3s ease;
}.education_history_ENqJO .name::after {
    background: linear-gradient(
        to right,
        rgb(185,186,182) 0%,
        rgb(144,146,143) 100%
    );
    bottom: -8px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
    position: absolute;
}.education_history_ENqJO .testimonial_sharing_kVpZd:hover .name::after {
    width: 80px;
}.education_history_ENqJO .testimonial_sharing_kVpZd span:not(.name) {
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    z-index: 3;
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(144,146,143);
    border-radius: 30px;
    padding: 8px 20px;
    text-transform: uppercase;
    backdrop-filter: blur(5px);
    text-align: center;
    font-size: 16px;
    opacity: 0.9;
    transition: all 0.3s ease;
}.education_history_ENqJO .testimonial_sharing_kVpZd:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.education_history_ENqJO .career_section_ZMmdc {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 3;
    margin: 0;
    line-height: 1.8;
    border-radius: 18px;
    max-width: 650px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    padding: 35px 45px;
    font-size: 17px;
    position: relative;
}.education_history_ENqJO .career_section_ZMmdc::before,
.education_history_ENqJO .career_section_ZMmdc::after {
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
}.education_history_ENqJO .career_section_ZMmdc::before {
    top: 25px;
    border-left: 2px solid rgb(185,186,182);
    border-top: 2px solid rgb(185,186,182);
    left: 25px;
}.education_history_ENqJO .career_section_ZMmdc::after {
    border-right: 2px solid rgb(144,146,143);
    bottom: 25px;
    right: 25px;
    border-bottom: 2px solid rgb(144,146,143);
}.education_history_ENqJO .testimonial_sharing_kVpZd:hover .pic_banner_GBHry {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.education_history_ENqJO {
    padding: 90px 0;
}.education_history_ENqJO .pic_banner_GBHry {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::before {
    width: 400px;
    height: 400px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::after {
    width: 320px;
    height: 320px;
}.education_history_ENqJO .name {
    font-size: calc(38px * 0.9);
}.education_history_ENqJO .career_section_ZMmdc {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.education_history_ENqJO {
    padding: 70px 0;
}.education_history_ENqJO .pic_banner_GBHry {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::before {
    height: 320px;
    width: 320px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::after {
    height: 260px;
    width: 260px;
}.education_history_ENqJO .name {
    font-size: calc(38px * 0.8);
}.education_history_ENqJO .testimonial_sharing_kVpZd span:not(.name) {
    font-size: calc(16px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.education_history_ENqJO .career_section_ZMmdc {
    font-size: calc(17px * 0.95);
    max-width: 100%;
    padding: 25px 30px;
}.education_history_ENqJO .career_section_ZMmdc::before,
    .education_history_ENqJO .career_section_ZMmdc::after {
    height: 8px;
    width: 8px;
}.education_history_ENqJO .career_section_ZMmdc::before {
    left: 20px;
    top: 20px;
}.education_history_ENqJO .career_section_ZMmdc::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.education_history_ENqJO {
    padding: 50px 0;
}.education_history_ENqJO .pic_banner_GBHry {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::before {
    height: 260px;
    width: 260px;
}.education_history_ENqJO .testimonial_sharing_kVpZd::after {
    width: 200px;
    height: 200px;
}.education_history_ENqJO .name {
    font-size: calc(38px * 0.7);
}.education_history_ENqJO .testimonial_sharing_kVpZd span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
    padding: 5px 12px;
    letter-spacing: 1px;
}.education_history_ENqJO .career_section_ZMmdc {
    font-size: calc(17px * 0.9);
    padding: 20px 25px;
}.education_history_ENqJO .career_section_ZMmdc::before,
    .education_history_ENqJO .career_section_ZMmdc::after {
    height: 6px;
    width: 6px;
}.education_history_ENqJO .career_section_ZMmdc::before {
    left: 15px;
    top: 15px;
}.education_history_ENqJO .career_section_ZMmdc::after {
    bottom: 15px;
    right: 15px;
}}.who_we_are_qnLWZ {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.who_we_are_qnLWZ::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(rgb(185,186,182,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(144,146,143,0.5), 0.78) 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.who_we_are_qnLWZ .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.who_we_are_qnLWZ h2 {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-size: calc(35px * 1.2);
    font-weight: 700;
}.who_we_are_qnLWZ h2::after {
    background: linear-gradient(90deg, rgb(144,146,143), transparent);
    transform-origin: left;
    content: "";
    height: 4px;
    left: 0;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS > div {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    padding: 40px;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(144,146,143);
}.who_we_are_qnLWZ .paragraph_holder_zjJvS p {
    color: rgb(144,146,143);
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    transform: translateX(-5px);
    letter-spacing: 1px;
    position: relative;
    opacity: 0;
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(16px * 1.5);
    font-weight: 600;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS p::after {
    width: 100%;
    left: 0;
    bottom: -5px;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(144,146,143), transparent 80%);
    position: absolute;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div {
    padding-right: 20px;
    line-height: 1.8;
    column-gap: 30px;
    color: #000000;
    overflow-y: auto;
    font-size: 16px;
    opacity: 0;
    font-family: Arial, sans-serif;
    columns: 1;
    transform: translateY(20px);
    animation: fadeInContent 1s 1s ease-out forwards;
    max-height: 350px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div::-webkit-scrollbar {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 6px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(144,146,143);
}

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

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

@keyframes fadeInUp {
    0% {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.who_we_are_qnLWZ {
    padding: 150px 0 130px;
}.who_we_are_qnLWZ h2 {
    font-size: calc(35px * 1.5);
    margin-bottom: 60px;
}.who_we_are_qnLWZ h2::after {
    width: 120px;
    height: 5px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div {
    columns: 2;
    column-gap: 40px;
    max-height: 400px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS > div {
    padding: 50px;
    border-left: 5px solid rgb(144,146,143);
}
}

@media (min-width: 992px) {.who_we_are_qnLWZ {
    padding: 180px 0 150px;
}.who_we_are_qnLWZ .container {
    padding: 0 50px;
}.who_we_are_qnLWZ h2 {
    transform: translateX(-20px);
    font-size: calc(35px * 1.8);
    margin-bottom: 70px;
}.who_we_are_qnLWZ h2::after {
    width: 150px;
    bottom: -20px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div {
    max-height: 450px;
    columns: 2;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS p {
    font-size: calc(16px * 1.8);
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {.who_we_are_qnLWZ .paragraph_holder_zjJvS > div {
    transform: translateY(40px) rotateX(8deg);
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div {
    column-gap: 50px;
    columns: 2;
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.who_we_are_qnLWZ {
    padding: 80px 0 60px;
}.who_we_are_qnLWZ h2 {
    margin-bottom: 40px;
    font-size: 35px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS > div {
    padding: 30px 25px;
}.who_we_are_qnLWZ .paragraph_holder_zjJvS p {
    margin-bottom: 15px;
    font-size: calc(16px * 1.3);
}.who_we_are_qnLWZ .paragraph_holder_zjJvS div div {
    max-height: 300px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.contact_information_gnYIF {
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.contact_information_gnYIF::before {
    animation: pulse 15s infinite alternate;
    left: 0;
    top: 0;
    z-index: 0;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(144,146,143,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(185,186,182,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    height: 100%;
}.contact_information_gnYIF::after {
    z-index: 1;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(185,186,182,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(185,186,182,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(185,186,182,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(185,186,182,0.5) 75%);
    width: 100%;
    content: '';
    background-size: 200px 200px;
    left: 0;
}.contact_information_gnYIF .pic_banner_GBHry {
    z-index: 2;
    position: absolute;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
}.contact_information_gnYIF .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_information_gnYIF h3 {
    position: relative;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}.contact_information_gnYIF h3::after {
    border-radius: 10px;
    height: 4px;
    content: '';
    background: rgb(185,186,182);
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
}.contact_information_gnYIF .connect_panel_VWseg {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.contact_information_gnYIF .connect_panel_VWseg::before {
    left: -5px;
    animation: border-glow 5s infinite linear;
    right: -5px;
    border-radius: calc(22px + 5px);
    position: absolute;
    content: '';
    top: -5px;
    background: linear-gradient(45deg, rgb(144,146,143), rgb(185,186,182), rgb(144,146,143));
    bottom: -5px;
    z-index: -1;
}.contact_information_gnYIF .support_query_BCHdM {
    position: relative;
    flex: 1 1 60%;
    overflow: hidden;
    padding: 40px;
}.contact_information_gnYIF .support_query_BCHdM::before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    height: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    opacity: 0.3;
    top: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    width: 100%;
    z-index: 0;
}.contact_information_gnYIF .support_query_BCHdM #contact {
    position: relative;
    z-index: 1;
}.contact_information_gnYIF .support_query_BCHdM h3 {
    font-weight: 600;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 18px;
}.contact_information_gnYIF .support_query_BCHdM h3::after {
    transform: none;
    left: 0;
    width: 60px;
}.contact_information_gnYIF .support_query_BCHdM input[type="text"],
.contact_information_gnYIF .support_query_BCHdM textarea {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 20px;
}.contact_information_gnYIF .support_query_BCHdM input[type="text"]:focus,
.contact_information_gnYIF .support_query_BCHdM textarea:focus {
    border-color: rgb(185,186,182);
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgb(185,186,182,0.5);
}.contact_information_gnYIF .support_query_BCHdM textarea {
    height: 120px;
    resize: vertical;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    font-size: calc(12px - 2px);
    line-height: 1.5;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM label::before {
    top: 2px;
    left: 0;
    position: absolute;
    content: '';
    width: 22px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM input[type="checkbox"]:checked + label::before {
    background-color: rgb(185,186,182);
    border-color: rgb(185,186,182);
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    left: 7px;
    transform: rotate(-45deg);
    top: 9px;
    position: absolute;
    width: 8px;
    content: '';
    border-left: 2px solid #ffffff;
    height: 4px;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM a {
    color: rgb(185,186,182);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM a:hover {
    color: rgb(144,146,143);
    text-decoration: underline;
}.contact_information_gnYIF .support_query_BCHdM .support_inquiry_DPdVu {
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 22px;
    font-weight: 600;
}.contact_information_gnYIF .support_query_BCHdM .support_inquiry_DPdVu::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
}.contact_information_gnYIF .support_query_BCHdM .support_inquiry_DPdVu:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_information_gnYIF .support_query_BCHdM .support_inquiry_DPdVu:hover::before {
    left: 100%;
}.contact_information_gnYIF .request_message_xBujC {
    position: relative;
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(144,146,143) 0%, rgb(185,186,182) 100%);
    overflow: hidden;
    padding: 40px;
}.contact_information_gnYIF .request_message_xBujC::before {
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
}.contact_information_gnYIF .request_message_xBujC h4 {
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}.contact_information_gnYIF .request_message_xBujC h4::after {
    position: absolute;
    left: 0;
    width: 60px;
    content: '';
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    bottom: -10px;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    z-index: 1;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact_information_gnYIF {
    padding: 60px 0;
}.contact_information_gnYIF .container {
    padding: 0 15px;
}.contact_information_gnYIF .connect_panel_VWseg {
    flex-direction: column;
}.contact_information_gnYIF .support_query_BCHdM,
    .contact_information_gnYIF .request_message_xBujC {
    flex: 1 1 100%;
}.contact_information_gnYIF .support_query_BCHdM {
    padding: 30px;
}.contact_information_gnYIF .request_message_xBujC {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact_information_gnYIF {
    padding: 40px 0;
}.contact_information_gnYIF h3 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact_information_gnYIF .support_query_BCHdM h3,
    .contact_information_gnYIF .request_message_xBujC h4 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}.contact_information_gnYIF .support_query_BCHdM input[type="text"],
    .contact_information_gnYIF .support_query_BCHdM textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_information_gnYIF .support_query_BCHdM textarea {
    height: 100px;
}.contact_information_gnYIF .support_query_BCHdM .support_inquiry_DPdVu {
    padding: 12px 25px;
    font-size: calc(14px - 1px);
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li {
    margin-bottom: 20px;
}.contact_information_gnYIF .request_message_xBujC .feedback_map_ioSbG li svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.contact_information_gnYIF {
    padding: 30px 0;
}.contact_information_gnYIF .support_query_BCHdM,
    .contact_information_gnYIF .request_message_xBujC {
    padding: 20px;
}.contact_information_gnYIF h3 {
    font-size: calc(36px - 6px);
}.contact_information_gnYIF .support_query_BCHdM .support_card_gwZUM label {
    font-size: calc(12px - 3px);
}}.interested_learners_IyaFC {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
}.interested_learners_IyaFC::before {
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(144,146,143,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(185,186,182,0.5) 0%, transparent 40%);
    top: 0;
}.interested_learners_IyaFC::after {
    bottom: 0;
    background-size: cover;
    content: "";
    position: absolute;
    background-position: center;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.interested_learners_IyaFC .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 3;
}.interested_learners_IyaFC .study_experts_FMRCm {
    border-radius: 12px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 50px 40px;
    background: #ffffff;
}.interested_learners_IyaFC .study_experts_FMRCm::before {
    height: 100px;
    right: -10px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    content: "";
    width: 100px;
    top: -10px;
    background: rgb(144,146,143);
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.3;
}.interested_learners_IyaFC .study_experts_FMRCm::after {
    opacity: 0.3;
    border-radius: 10px;
    transform: rotate(10deg) translateZ(-15px);
    bottom: -15px;
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    background: rgb(185,186,182);
    left: -15px;
    z-index: -1;
}.interested_learners_IyaFC h4 {
    margin-bottom: 35px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    color: rgb(185,186,182);
}.interested_learners_IyaFC h4::after {
    position: absolute;
    height: 4px;
    border-radius: 10px;
    width: 70px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    content: "";
}.interested_learners_IyaFC div > div {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    display: grid;
}.interested_learners_IyaFC p {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
}.interested_learners_IyaFC p::before {
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,186,182), rgb(144,146,143));
}.interested_learners_IyaFC p::after {
    height: 100%;
    background: linear-gradient(135deg, rgb(185,186,182,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    width: 100%;
    left: 0;
}.interested_learners_IyaFC p:hover {
    transform: translateY(-5px);
    color: #000000;
}.interested_learners_IyaFC p:hover::before {
    width: 8px;
}.interested_learners_IyaFC p:hover::after {
    opacity: 0.15;
}.interested_learners_IyaFC p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.interested_learners_IyaFC p svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,186,182);
}.interested_learners_IyaFC p:hover svg {
    transform: scale(1.2);
}.interested_learners_IyaFC p:hover svg path {
    fill: rgb(144,146,143);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.interested_learners_IyaFC p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.interested_learners_IyaFC p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interested_learners_IyaFC .study_experts_FMRCm > div p {
    opacity: 0;
    animation: fadeSlideUp 0.6s ease forwards;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(1) {
    animation-delay: 0.2s;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(2) {
    animation-delay: 0.4s;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(3) {
    animation-delay: 0.6s;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(4) {
    animation-delay: 0.8s;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(5) {
    animation-delay: 1s;
}.interested_learners_IyaFC .study_experts_FMRCm > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.interested_learners_IyaFC {
    padding: 80px 0;
}.interested_learners_IyaFC .study_experts_FMRCm {
    padding: 40px 30px;
}.interested_learners_IyaFC h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.interested_learners_IyaFC div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.interested_learners_IyaFC p {
    padding: 15px;
}.interested_learners_IyaFC::after {
    height: 80px;
}
}

@media (max-width: 768px) {.interested_learners_IyaFC {
    padding: 70px 0 90px;
}.interested_learners_IyaFC .study_experts_FMRCm {
    padding: 35px 25px;
}.interested_learners_IyaFC h4 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.interested_learners_IyaFC div > div {
    grid-template-columns: 1fr;
}.interested_learners_IyaFC::after {
    height: 60px;
}
}

@media (max-width: 576px) {.interested_learners_IyaFC {
    padding: 60px 0 80px;
}.interested_learners_IyaFC .study_experts_FMRCm {
    padding: 30px 20px;
}.interested_learners_IyaFC .study_experts_FMRCm::before,
    .interested_learners_IyaFC .study_experts_FMRCm::after {
    width: 70px;
    height: 70px;
}.interested_learners_IyaFC h4 {
    font-size: calc(30px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.interested_learners_IyaFC h4::after {
    height: 3px;
    width: 50px;
}.interested_learners_IyaFC p {
    font-size: calc(16px * 0.9);
    padding: 12px;
}.interested_learners_IyaFC p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.interested_learners_IyaFC::after {
    height: 40px;
}}.landing_page_NqVYl {
    width: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.landing_page_NqVYl .master_zone_qWgwC {
    width: 100%;
    align-items: center;
    display: flex;
    height: 100vh;
    position: relative;
    justify-content: center;
}.landing_page_NqVYl .master_zone_qWgwC::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(185,186,182,0.5) 0%,
    rgb(144,146,143,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.landing_page_NqVYl .learn_skill_tqlpB {
    position: relative;
    width: 90%;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.2));
    transition: transform 0.5s ease;
    max-width: 1200px;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.landing_page_NqVYl .learn_skill_tqlpB:hover {
    transform: perspective(1000px) rotateX(0deg);
}.landing_page_NqVYl .learn_skill_tqlpB > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    animation: fadeSlideUp 0.8s ease forwards;
}.landing_page_NqVYl .learn_skill_tqlpB > div:first-child::after {
    bottom: 0;
    animation: lineGrow 1.2s ease forwards 0.4s;
    height: 3px;
    background: linear-gradient(to right, 
    rgb(185,186,182) 0%,
    rgb(144,146,143) 100%);
    width: 60%;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
}.landing_page_NqVYl .learn_skill_tqlpB > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s ease forwards 0.3s;
}.landing_page_NqVYl .title_style_header {
    font-weight: 700;
    font-size: 39px;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    margin-bottom: 1rem;
    position: relative;
}.landing_page_NqVYl .title_style_header::before {
    width: 50px;
    height: 50px;
    border-left: 4px solid rgb(185,186,182);
    top: -15px;
    content: "";
    animation: fadeIn 0.5s ease forwards 1s;
    position: absolute;
    border-top: 4px solid rgb(185,186,182);
    left: -30px;
    opacity: 0;
}.landing_page_NqVYl h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    font-size: calc(22px * 1.1);
    color: #ffffff;
}.landing_page_NqVYl p {
    margin-bottom: 2rem;
    line-height: 1.8;
    border-left: 3px solid rgb(144,146,143);
    color: #ffffff;
    padding-left: 1rem;
    font-size: 15px;
    position: relative;
    max-width: 90%;
}

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

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

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

@media (max-width: 1200px) {.landing_page_NqVYl .learn_skill_tqlpB {
    padding: 2.5rem;
    width: 85%;
}.landing_page_NqVYl .title_style_header {
    font-size: calc(39px * 0.9);
}.landing_page_NqVYl h3 {
    font-size: 22px;
}
}

@media (max-width: 992px) {.landing_page_NqVYl .learn_skill_tqlpB {
    padding: 2rem;
    width: 90%;
    transform: perspective(800px) rotateX(1deg);
}.landing_page_NqVYl .title_style_header {
    font-size: calc(39px * 0.8);
}.landing_page_NqVYl .title_style_header::before {
    top: -10px;
    left: -20px;
    height: 40px;
    width: 40px;
}.landing_page_NqVYl h3 {
    font-size: calc(22px * 0.95);
}.landing_page_NqVYl p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.landing_page_NqVYl .learn_skill_tqlpB {
    width: 95%;
    padding: 1.8rem;
    transform: none;
}.landing_page_NqVYl .learn_skill_tqlpB:hover {
    transform: none;
}.landing_page_NqVYl .title_style_header {
    font-size: calc(29px * 1.1);
}.landing_page_NqVYl .title_style_header::before {
    display: none;
}.landing_page_NqVYl h3 {
    font-size: calc(22px * 0.9);
}.landing_page_NqVYl p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.landing_page_NqVYl .master_zone_qWgwC {
    padding: 3rem 0;
    min-height: 100vh;
    height: auto;
}.landing_page_NqVYl .learn_skill_tqlpB {
    padding: 1.5rem;
}.landing_page_NqVYl .title_style_header {
    font-size: 29px;
}.landing_page_NqVYl h3 {
    font-size: 16px;
    margin-bottom: 1rem;
}.landing_page_NqVYl p {
    border-left: 2px solid rgb(144,146,143);
    padding-left: 0.8rem;
    font-size: calc(15px * 0.9);
}.landing_page_NqVYl .learn_skill_tqlpB > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.landing_page_NqVYl .learn_skill_tqlpB > div:first-child::after {
    height: 2px;
}}.cookieDisclosurePanel_QnBeA {
    position: fixed;
    z-index: 90;
    padding: 15px 20px;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(144,146,143);
    border-top: 3px solid rgb(185,186,182);
}.cookie_verify_RoPzd {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie_tips_iTonH {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_tips_iTonH svg {
    height: 50px;
    width: 50px;
    fill: rgb(185,186,182);
}.consent_learn_yWJAm {
    max-width: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.cookieDisclosurePanel_QnBeA h5 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.cookieDisclosurePanel_QnBeA p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.track_alert_scWaA {
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid rgb(185,186,182);
    background: rgb(185,186,182);
    margin-left: 10px;
    transition: none;
    padding: 10px 20px;
    min-width: 150px;
    font-size: 19px;
}.track_alert_scWaA:hover {
    background: rgb(185,186,182,0.5);
    border-color: rgb(185,186,182,0.5);
}.cookieDisclosurePanel_QnBeA p a {
    color: rgb(185,186,182);
    border-bottom: 2px solid rgb(185,186,182);
    text-decoration: none;
}.cookieDisclosurePanel_QnBeA p a:hover {
    border-bottom-color: rgb(144,146,143);
    color: rgb(144,146,143);
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel_QnBeA {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_tips_iTonH {
    display: none;
}.cookie_verify_RoPzd {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieDisclosurePanel_QnBeA h5, .cookieDisclosurePanel_QnBeA p {
    text-align: center;
}.consent_learn_yWJAm {
    margin-bottom: 15px;
}.track_alert_scWaA {
    margin-left: 0;
    margin-top: 10px;
}}
#popupConsentNotice_EZBDs {
    display: none;
}#popupConsentNotice_EZBDs:checked ~ .cookieDisclosurePanel_QnBeA {
    opacity: 0;
    visibility: hidden;
}.privacy_garrison_YJfxC {
    height: auto;
    width: 100%;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(185,186,182,0.5);
    padding: 40px;
    overflow: hidden;
    border: 2px solid rgb(185,186,182);
    font-family: Arial, sans-serif;
}.privacy_garrison_YJfxC h1 {
    margin-top: 30px;
    border-bottom: 2px solid rgb(185,186,182);
    font-weight: 700;
    text-shadow: 0 0 10px rgb(185,186,182,0.5);
    text-transform: uppercase;
    color: rgb(185,186,182);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 47px;
}.privacy_garrison_YJfxC h2 {
    text-shadow: 0 0 10px rgb(144,146,143,0.5);
    font-size: 33px;
    font-weight: 600;
    margin-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(144,146,143);
    color: rgb(144,146,143);
}.privacy_garrison_YJfxC h3, .privacy_garrison_YJfxC h4, .privacy_garrison_YJfxC h5, .privacy_garrison_YJfxC h6 {
    text-shadow: 0 0 5px rgb(185,186,182,0.5);
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    color: rgb(185,186,182);
}.privacy_garrison_YJfxC li {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    position: relative;
}.privacy_garrison_YJfxC li::before {
    content: "▸";
    position: absolute;
    top: 0;
    left: -15px;
    color: rgb(185,186,182);
}.privacy_garrison_YJfxC section {
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 0 15px rgb(185,186,182,0.5);
    border-radius: 10px;
}.privacy_garrison_YJfxC p, .privacy_garrison_YJfxC span, .privacy_garrison_YJfxC div {
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    text-shadow: 0 0 5px rgb(185,186,182,0.5);
    line-height: 1.8;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {.privacy_garrison_YJfxC {
    padding: 20px 10px;
}.privacy_garrison_YJfxC h1 {
    font-size: calc(21px * 0.8);
}.privacy_garrison_YJfxC h2 {
    font-size: calc(21px * 0.8);
}.privacy_garrison_YJfxC h3, .privacy_garrison_YJfxC h4, .privacy_garrison_YJfxC h5, .privacy_garrison_YJfxC h6 {
    font-size: calc(21px * 0.8);
}.privacy_garrison_YJfxC p, .privacy_garrison_YJfxC span, .privacy_garrison_YJfxC div {
    font-size: calc(13px * 0.9);
}}.course_features_SMAOT {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(224,220,202);
}.course_features_SMAOT::before {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(185,186,182,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(144,146,143,0.5) 0%, transparent 40%);
    position: absolute;
}.course_features_SMAOT::after {
    content: "";
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 8%);
    position: absolute;
    width: 100%;
    background-size: 120px 120px, 120px 120px;
    z-index: 1;
    left: 0;
}.course_features_SMAOT .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.course_features_SMAOT .knowledge_guide_RqDLN {
    flex-direction: column;
    display: flex;
}.course_features_SMAOT .paragraph_holder_zjJvS {
    border-radius: 16px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-top: 3px solid rgb(185,186,182);
    margin-bottom: 60px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    z-index: 4;
    border-bottom: 3px solid rgb(144,146,143);
}.course_features_SMAOT .paragraph_holder_zjJvS::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(185,186,182,0.5) 49%, rgb(185,186,182,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(144,146,143,0.5) 49%, rgb(144,146,143,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    opacity: 0.1;
    content: "";
    left: 0;
}.course_features_SMAOT .paragraph_holder_zjJvS h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    font-size: 30px;
}.course_features_SMAOT .paragraph_holder_zjJvS h2::after {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(185,186,182) 0%, rgb(144,146,143) 100%);
    left: 0;
    border-radius: 10px;
    width: 80px;
    bottom: 0;
    content: "";
}.course_features_SMAOT .paragraph_holder_zjJvS .description {
    position: relative;
    line-height: 1.8;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 15px 20px;
    color: #000000;
    backdrop-filter: blur(3px);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    font-size: 17px;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(185,186,182);
}.course_features_SMAOT .paragraph_holder_zjJvS .description:last-child {
    border-left: 2px solid rgb(144,146,143);
    margin-bottom: 0;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
}.course_features_SMAOT .pic_banner_GBHry {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    transform: scale(1.05);
}.course_features_SMAOT .pic_banner_GBHry::before {
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    top: 0;
    width: 100%;
}.course_features_SMAOT .pic_banner_GBHry::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_features_SMAOT {
    padding: 80px 0;
}.course_features_SMAOT .paragraph_holder_zjJvS {
    padding: 40px;
    margin-bottom: 40px;
}.course_features_SMAOT .pic_banner_GBHry {
    height: 60%;
}
}

@media (max-width: 768px) {.course_features_SMAOT {
    padding: 60px 0;
}.course_features_SMAOT .paragraph_holder_zjJvS {
    padding: 30px;
    margin-bottom: 30px;
}.course_features_SMAOT .paragraph_holder_zjJvS h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
}.course_features_SMAOT .pic_banner_GBHry {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course_features_SMAOT {
    padding: 50px 0;
}.course_features_SMAOT .paragraph_holder_zjJvS {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course_features_SMAOT .paragraph_holder_zjJvS h2 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.8);
    padding-bottom: 10px;
}.course_features_SMAOT .paragraph_holder_zjJvS .description {
    padding-left: 15px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.course_features_SMAOT .pic_banner_GBHry {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.course_features_SMAOT::before,
.course_features_SMAOT::after,
.course_features_SMAOT .paragraph_holder_zjJvS::before,
.course_features_SMAOT .container::before,
.course_features_SMAOT .container::after {
    pointer-events: none;
}.course_features_SMAOT .knowledge_guide_RqDLN::after {
    width: 100%;
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    background-size: 30px 30px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(185,186,182,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(144,146,143,0.5) 0%, transparent 1%);
}