* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.container {
    width: 1211px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-structure_DyKYm {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.media_kit_aPCKO {
    flex: 0 0 auto;
}.header_pro_QfREw {
    flex: 1 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;
}footer::before {
    position: absolute;
    right: 0;
    content: '';
    opacity: 0.92;
    background: linear-gradient(90deg, #000000 0%, rgb(225,199,195) 150%);
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}.media_kit_aPCKO {
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 70px 0;
}.media_kit_aPCKO .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.media_kit_aPCKO .company_holder {
    padding: 30px;
    position: relative;
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.media_kit_aPCKO .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.media_kit_aPCKO .company_holder::before {
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    background: rgb(225,199,195);
    content: '';
}.media_kit_aPCKO .company_holder h3 {
    display: inline-block;
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.media_kit_aPCKO .company_holder h3::after {
    bottom: -8px;
    content: '';
    width: 60px;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(202,163,158);
}.media_kit_aPCKO .review_block_SKNDT {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
}.media_kit_aPCKO .youtube_chan_bjmey {
    position: relative;
}.media_kit_aPCKO .top_master_pjzHC {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}.media_kit_aPCKO .main_tutor_pKZrP {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.media_kit_aPCKO .main_tutor_pKZrP h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(225,199,195);
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC a {
    padding: 8px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC a::before {
    transition: width 0.3s ease;
    background: rgb(225,199,195,0.5);
    width: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC a:hover::before {
    width: 100%;
}.science_ref_KQFmt {
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
}.science_ref_KQFmt .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.science_ref_KQFmt .blog_ref_gqySr {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 13px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    bottom: 0;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    left: 0;
    top: 0;
    background-size: 40px 40px;
}

@media (max-width: 992px) {.media_kit_aPCKO .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.media_kit_aPCKO {
    padding: 50px 0;
}.media_kit_aPCKO .main_tutor_pKZrP {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.media_kit_aPCKO {
    padding: 40px 0;
}.media_kit_aPCKO .company_holder h3 {
    font-size: calc(28px * 0.8);
}.media_kit_aPCKO .main_tutor_pKZrP h5 {
    font-size: calc(24px * 0.9);
}.media_kit_aPCKO .main_tutor_pKZrP .top_master_pjzHC a,
    .media_kit_aPCKO .footer_agreement {
    font-size: calc(13px * 0.95);
}}

.science_ref_KQFmt::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    opacity: 0.2;
    top: 0;
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
}.plan_ozcNR {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.plan_ozcNR::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    z-index: 1;
}.plan_ozcNR::after {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(225,199,195,0.5), 0.15) 0%, transparent 50%);
}.plan_ozcNR .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.plan_ozcNR .group_plans_IREfe {
    position: relative;
}.plan_ozcNR h2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.plan_ozcNR h2::after {
    width: 80px;
    content: "";
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(225,199,195), rgb(202,163,158));
    position: absolute;
}.plan_ozcNR .learning_price_vSgqL {
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    font-size: calc(16px + 2px);
    max-width: 700px;
    margin: 0 auto 40px;
}.plan_ozcNR .study_rates_NxDad {
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
}.plan_ozcNR .study_rates_NxDad li {
    display: flex;
    perspective: 1000px;
}.plan_ozcNR .bundle_rate_PTSxv {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    flex-direction: column;
    display: flex;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}.plan_ozcNR .bundle_rate_PTSxv::before {
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(225,199,195,0.5), transparent 75%);
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
}.plan_ozcNR .bundle_rate_PTSxv:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.plan_ozcNR .bundle_rate_PTSxv:hover::before {
    opacity: 0.15;
}.plan_ozcNR .learn_deals_UiOxA {
    padding: 30px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
}.plan_ozcNR .study_costs_qTkwX {
    height: 100%;
    flex-direction: column;
    display: flex;
}.plan_ozcNR .study_costs_qTkwX h4 {
    position: relative;
    font-size: calc(23px + 2px);
    color: #ffffff;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
}.plan_ozcNR .bundle_rate_PTSxv:hover .study_costs_qTkwX h4 {
    transform: translateY(-5px);
}.plan_ozcNR .study_costs_qTkwX h4::after {
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    background: rgb(202,163,158);
}.plan_ozcNR .bundle_rate_PTSxv:hover .study_costs_qTkwX h4::after {
    width: 60px;
}.plan_ozcNR .study_costs_qTkwX p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
}.plan_ozcNR .access_rates_yVfqA {
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(225,199,195,0.5), transparent);
    align-self: flex-start;
    margin-top: auto;
    border-radius: 10px;
    font-size: calc(23px + 4px);
    padding: 10px 20px;
}.plan_ozcNR .access_rates_yVfqA::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    transition: left 0.5s ease;
}.plan_ozcNR .bundle_rate_PTSxv:hover .access_rates_yVfqA {
    transform: scale(1.05);
}.plan_ozcNR .bundle_rate_PTSxv:hover .access_rates_yVfqA::before {
    left: 100%;
}

@media (max-width: 1200px) {.plan_ozcNR {
    padding: 80px 0;
}.plan_ozcNR .study_rates_NxDad {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan_ozcNR h2 {
    font-size: calc(30px - 4px);
}.plan_ozcNR .learning_price_vSgqL {
    font-size: 16px;
    margin-bottom: 30px;
}.plan_ozcNR .learn_deals_UiOxA {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan_ozcNR {
    padding: 60px 0;
}.plan_ozcNR .study_rates_NxDad {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_ozcNR .study_costs_qTkwX h4 {
    font-size: 23px;
}.plan_ozcNR .access_rates_yVfqA {
    font-size: 23px;
}
}

@media (max-width: 576px) {.plan_ozcNR {
    padding: 50px 0;
}.plan_ozcNR h2 {
    font-size: calc(30px - 6px);
}.plan_ozcNR .learning_price_vSgqL {
    font-size: calc(16px - 1px);
}.plan_ozcNR .learn_deals_UiOxA {
    padding: 20px;
}.plan_ozcNR .study_costs_qTkwX p {
    font-size: calc(16px - 1px);
}}.confidential_armory_viFkR {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.confidential_armory_viFkR h1 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 38px;
    font-family: Arial, sans-serif;
}.confidential_armory_viFkR h2 {
    font-weight: 700;
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin: 10px 0;
    color: #000000;
}.confidential_armory_viFkR h3, .confidential_armory_viFkR h4, .confidential_armory_viFkR h5, .confidential_armory_viFkR h6 {
    color: #000000;
    margin: 1em 0;
    font-size: 21px;
}.confidential_armory_viFkR ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}.confidential_armory_viFkR li {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.confidential_armory_viFkR {
    padding: 20px;
}.confidential_armory_viFkR h1 {
    font-size: 21px;
}.confidential_armory_viFkR h2 {
    font-size: 16px;
}.confidential_armory_viFkR li {
    font-size: 16px;
}}.teaching_experience_uhDgk {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,230,228) 0%, #ffffff 100%);
}.teaching_experience_uhDgk::before {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(225,199,195,0.5) 0px,
        rgb(225,199,195,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    top: 0;
    opacity: 0.05;
    height: 100%;
}.teaching_experience_uhDgk::after {
    width: 70%;
    right: -20%;
    position: absolute;
    top: -50%;
    z-index: 0;
    opacity: 0.08;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(225,199,195,0.5) 0%, rgb(202,163,158,0.5) 100%);
    height: 200%;
    content: "";
}.teaching_experience_uhDgk .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.teaching_experience_uhDgk .learning_feedback_ARixf {
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    gap: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching_experience_uhDgk .learning_feedback_ARixf::before {
    background: linear-gradient(to bottom, rgb(225,199,195) 0%, rgb(202,163,158) 100%);
    transform-origin: left center;
    top: 0;
    transition: transform 0.3s ease-out;
    left: 0;
    width: 5px;
    position: absolute;
    transform: scaleY(0.95);
    content: "";
    height: 100%;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover::before {
    transform: scaleY(1);
}.teaching_experience_uhDgk .pic_box_wpEtO {
    margin: 0 auto;
    border-radius: 5px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .pic_box_wpEtO {
    transform: translateY(-5px);
}.teaching_experience_uhDgk .pic_box_wpEtO::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    content: "";
    inset: 0;
}.teaching_experience_uhDgk .pic_box_wpEtO::before {
    top: -10px;
    left: -10px;
    background: linear-gradient(135deg, rgb(225,199,195,0.5) 0%, rgb(202,163,158,0.5) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.95);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    z-index: -1;
    position: absolute;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .pic_box_wpEtO::before {
    opacity: 0.5;
    transform: scale(1);
}.teaching_experience_uhDgk .name {
    transform: translateY(0);
    font-size: 21px;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .name {
    transform: translateY(-3px);
}.teaching_experience_uhDgk .name::after {
    background: rgb(225,199,195);
    left: 50%;
    width: 40px;
    content: "";
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.3s ease;
    bottom: -6px;
    height: 2px;
    position: absolute;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_experience_uhDgk .learning_feedback_ARixf > div:nth-child(2) > div {
    font-size: calc(12px * 0.95);
    color: rgb(202,163,158);
    opacity: 0.9;
    font-style: italic;
    transition: color 0.3s ease;
    text-align: center;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover > div:nth-child(2) > div {
    color: rgb(225,199,195);
}.teaching_experience_uhDgk .experience_oZqTz {
    font-size: 12px;
    padding: 1rem 0;
    color: #000000;
    text-align: center;
    line-height: 1.7;
    position: relative;
}.teaching_experience_uhDgk .experience_oZqTz::before,
.teaching_experience_uhDgk .experience_oZqTz::after {
    opacity: 0.3;
    content: "";
    transition: all 0.3s ease;
    font-size: 3rem;
    line-height: 1;
    color: rgb(225,199,195,0.5);
    position: absolute;
}.teaching_experience_uhDgk .experience_oZqTz::before {
    left: -5px;
    top: -10px;
}.teaching_experience_uhDgk .experience_oZqTz::after {
    right: -5px;
    bottom: -20px;
    transform: rotate(180deg);
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .experience_oZqTz::before,
.teaching_experience_uhDgk .learning_feedback_ARixf:hover .experience_oZqTz::after {
    opacity: 0.5;
    color: rgb(225,199,195);
}

@media (min-width: 768px) {.teaching_experience_uhDgk {
    padding: 7rem 0;
}.teaching_experience_uhDgk .learning_feedback_ARixf {
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 3rem;
    gap: 2.5rem;
}.teaching_experience_uhDgk .pic_box_wpEtO {
    height: 150px;
    margin: 0;
    width: 150px;
}.teaching_experience_uhDgk .name,
    .teaching_experience_uhDgk .learning_feedback_ARixf > div:nth-child(2) > div {
    text-align: left;
}.teaching_experience_uhDgk .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.teaching_experience_uhDgk .learning_feedback_ARixf:hover .name::after {
    transform: translateX(0) scaleX(1);
}.teaching_experience_uhDgk .experience_oZqTz {
    padding: 0;
    text-align: left;
}.teaching_experience_uhDgk .learning_feedback_ARixf::before {
    width: 8px;
}.teaching_experience_uhDgk::after {
    width: 50%;
    right: -10%;
    top: -30%;
}
}

@media (min-width: 992px) {.teaching_experience_uhDgk .learning_feedback_ARixf {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.teaching_experience_uhDgk .pic_box_wpEtO {
    width: 180px;
    height: 180px;
}.teaching_experience_uhDgk .experience_oZqTz {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}.teaching_experience_uhDgk .learning_feedback_ARixf::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.teaching_experience_uhDgk .container {
    padding: 0 2rem;
}.teaching_experience_uhDgk .learning_feedback_ARixf {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.teaching_experience_uhDgk .pic_box_wpEtO {
    height: 200px;
    width: 200px;
}.teaching_experience_uhDgk .experience_oZqTz {
    padding-right: 1rem;
}.teaching_experience_uhDgk .learning_feedback_ARixf > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.teaching_experience_uhDgk .learning_feedback_ARixf > div:first-child {
    margin-bottom: 1rem;
}.teaching_experience_uhDgk .learning_feedback_ARixf > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.windowPrivacySettings_PxHjF {
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(225,199,195);
    background: rgb(242,230,228);
    width: 100%;
}#popupCookieConsent_FObTz {
    display: none;
}#popupCookieConsent_FObTz:checked ~ .windowPrivacySettings_PxHjF {
    opacity: 0;
    visibility: hidden;
}.online_cookies_ErBJW {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.windowPrivacySettings_PxHjF h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.windowPrivacySettings_PxHjF p {
    font-size: 18px;
}.data_consent_Lzhsa {
    margin-right: 10px;
    flex-shrink: 0;
}.data_consent_Lzhsa svg, .data_consent_Lzhsa svg path, .data_consent_Lzhsa img {
    height: 100px;
    width: 100px;
    fill: rgb(225,199,195);
}.cookie_necessary_YOzpJ {
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    font-size: 24px;
    line-height: 35px;
    white-space: nowrap;
    min-width: 120px;
    color: rgb(225,199,195);
    text-decoration: none;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(225,199,195);
}.windowPrivacySettings_PxHjF p a {
    text-decoration: none;
    color: rgb(225,199,195);
}
@media only screen and (max-width: 1200px) {.windowPrivacySettings_PxHjF {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_consent_Lzhsa {
    display: none;
}.online_cookies_ErBJW {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.windowPrivacySettings_PxHjF h5 {
    text-align: center;
}.windowPrivacySettings_PxHjF p {
    text-align: center;
}.user_tracker_KmBgF {
    margin-bottom: 20px;
}body .wrapper-structure_DyKYm .cookie_necessary_YOzpJ {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-structure_DyKYm .windowPrivacySettings_PxHjF {
    box-shadow: rgb(202,163,158,0.5) 0px 0px 10px 10px;
    background: rgb(225,199,195);
}.wrapper-structure_DyKYm .online_cookies_ErBJW {
    padding: 40px 0;
    justify-content: space-between;
}.wrapper-structure_DyKYm .cookie_necessary_YOzpJ {
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    color: rgb(225,199,195);
    background: #ffffff;
    border: none;
}.wrapper-structure_DyKYm .user_tracker_KmBgF {
    color: #ffffff;
    text-align: left;
}.wrapper-structure_DyKYm .user_tracker_KmBgF h5 {
    font-weight: 700;
}.wrapper-structure_DyKYm .user_tracker_KmBgF h5, .wrapper-structure_DyKYm .user_tracker_KmBgF p {
    color: #ffffff;
}.wrapper-structure_DyKYm .windowPrivacySettings_PxHjF p a {
    text-decoration: underline;
    color: rgb(202,163,158);
}.about_this_UYVkL {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.about_this_UYVkL::before {
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    top: 0;
    backdrop-filter: blur(2px);
    z-index: 1;
    position: absolute;
    content: "";
}.about_this_UYVkL::after {
    z-index: 0;
    background: rgb(225,199,195,0.5);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    animation: shine 15s infinite alternate ease-in-out;
    width: 80%;
    top: -50%;
    right: -20%;
    opacity: 0.15;
    height: 200%;
}.about_this_UYVkL .container {
    padding: 0 20px;
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    margin: 0 auto;
}.about_this_UYVkL h2 {
    display: inline-block;
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: calc(34px * 1.2);
    color: #ffffff;
}.about_this_UYVkL h2::after {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(225,199,195), rgb(202,163,158));
    position: absolute;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: left;
    left: 0;
    width: 60px;
    height: 3px;
    transform: scaleX(0);
}.about_this_UYVkL .note_holder_nCrkA {
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    border-radius: 2px;
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(5px);
    padding: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-left: 1px solid rgba(255,255,255,0.1);
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateY(20px);
    opacity: 0;
}.about_this_UYVkL .note_holder_nCrkA::before {
    z-index: -1;
    top: 20px;
    height: 80px;
    background: rgb(225,199,195);
    content: "";
    position: absolute;
    left: -10px;
    opacity: 0.6;
    width: 20px;
}.about_this_UYVkL .note_holder_nCrkA > div {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.about_this_UYVkL .note_holder_nCrkA p {
    position: relative;
    font-size: calc(16px * 1.5);
    opacity: 0;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    line-height: 1.2;
    transform: translateX(-10px);
    animation: fadeIn 0.5s 0.8s forwards;
}.about_this_UYVkL .note_holder_nCrkA p::after {
    position: absolute;
    transform-origin: left;
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 2px;
    bottom: -5px;
    content: "";
    background: rgb(202,163,158);
    left: 0;
    width: 40px;
    transform: scaleX(0);
}.about_this_UYVkL .note_holder_nCrkA div div {
    opacity: 0;
    column-count: 1;
    transform: translateY(10px);
    opacity: 0.9;
    color: #ffffff;
    column-gap: 40px;
    line-height: 1.8;
    position: relative;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 16px;
}.about_this_UYVkL .note_holder_nCrkA div div::first-letter {
    padding-right: 8px;
    font-weight: 700;
    color: rgb(225,199,195);
    float: left;
    line-height: 1;
    font-size: 1.5em;
}

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

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}


@media (min-width: 768px) {.about_this_UYVkL {
    padding: 150px 0;
}.about_this_UYVkL .container {
    grid-template-columns: 1fr;
}.about_this_UYVkL h2 {
    margin-bottom: 3rem;
    font-size: calc(34px * 1.4);
}.about_this_UYVkL .note_holder_nCrkA {
    padding: 50px;
}.about_this_UYVkL .note_holder_nCrkA::before {
    height: 120px;
}.about_this_UYVkL .note_holder_nCrkA div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this_UYVkL {
    padding: 180px 0;
}.about_this_UYVkL::after {
    width: 60%;
}.about_this_UYVkL .container {
    padding: 0 40px;
}.about_this_UYVkL h2 {
    font-size: calc(34px * 1.6);
}.about_this_UYVkL h2::after {
    width: 80px;
}.about_this_UYVkL .note_holder_nCrkA {
    padding: 60px 70px;
}.about_this_UYVkL .note_holder_nCrkA::before {
    width: 25px;
    height: 150px;
}.about_this_UYVkL .note_holder_nCrkA div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.about_this_UYVkL .container {
    padding: 0 60px;
}.about_this_UYVkL h2 {
    margin-left: 30px;
}.about_this_UYVkL .note_holder_nCrkA {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.about_this_UYVkL .note_holder_nCrkA:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
}
}

@media (max-width: 767px) {.about_this_UYVkL {
    padding: 80px 0;
}.about_this_UYVkL::after {
    opacity: 0.1;
}.about_this_UYVkL h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 1.1);
}.about_this_UYVkL h2::after {
    width: 50px;
    height: 2px;
}.about_this_UYVkL .note_holder_nCrkA {
    padding: 30px 25px;
}.about_this_UYVkL .note_holder_nCrkA::before {
    width: 10px;
    height: 60px;
}.about_this_UYVkL .note_holder_nCrkA p {
    font-size: calc(16px * 1.2);
}.about_this_UYVkL .note_holder_nCrkA div div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.register_now_KYoiN {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,199,195) 0%, rgb(202,163,158) 100%);
    padding: 120px 0;
}.register_now_KYoiN::before {
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.05;
    background-size: 50px 50px;
}.register_now_KYoiN::after {
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
    filter: blur(60px);
    left: 0;
    opacity: 0.1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 100%;
}.register_now_KYoiN .our_ethos_TgVcL {
    padding: 60px 40px;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    align-items: center;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    display: flex;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.register_now_KYoiN .our_ethos_TgVcL::before {
    box-shadow: 0 0 10px #ffffff;
    height: 2px;
    z-index: 1;
    content: '';
    animation: scanLine 4s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    width: 100%;
}.register_now_KYoiN .our_ethos_TgVcL::after {
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.3;
}.register_now_KYoiN h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    margin-bottom: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
}.register_now_KYoiN h3::before {
    text-shadow: 2px 0 rgb(202,163,158);
    opacity: 0.8;
    color: #ffffff;
    position: absolute;
    left: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    animation: glitchTop 3s infinite linear alternate;
    content: attr(data-text);
    background: transparent;
    top: 0;
}.register_now_KYoiN h3::after {
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    left: -2px;
    background: transparent;
    color: #ffffff;
    position: absolute;
    opacity: 0.8;
    top: 0;
    animation: glitchBottom 2.7s infinite linear alternate;
    content: attr(data-text);
    text-shadow: -2px 0 rgb(225,199,195);
}.register_now_KYoiN .help_request_QymYR {
    text-transform: uppercase;
    color: rgb(225,199,195);
    padding: 16px 45px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    z-index: 1;
    text-decoration: none;
    letter-spacing: 2px;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease;
}.register_now_KYoiN .help_request_QymYR::before {
    background: linear-gradient(
        45deg,
        rgb(225,199,195) 0%,
        rgb(202,163,158) 100%
    );
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}.register_now_KYoiN .help_request_QymYR::after {
    position: absolute;
    content: '';
    transition: all 0.7s ease;
    z-index: 2;
    width: 8px;
    height: 100%;
    top: 0;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    left: -100px;
}.register_now_KYoiN .help_request_QymYR:hover {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    color: #ffffff;
}.register_now_KYoiN .help_request_QymYR:hover::before {
    opacity: 1;
}.register_now_KYoiN .help_request_QymYR:hover::after {
    transition-duration: 1s;
    left: 200%;
}

@media screen and (max-width: 992px) {.register_now_KYoiN {
    padding: 100px 0;
}.register_now_KYoiN .our_ethos_TgVcL {
    padding: 50px 30px;
    max-width: 90%;
}.register_now_KYoiN h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 45px;
}.register_now_KYoiN .help_request_QymYR {
    font-size: calc(16px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.register_now_KYoiN {
    padding: 80px 0;
}.register_now_KYoiN .our_ethos_TgVcL {
    padding: 40px 25px;
}.register_now_KYoiN h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.register_now_KYoiN .help_request_QymYR {
    padding: 12px 35px;
    font-size: calc(16px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.register_now_KYoiN {
    padding: 60px 0;
}.register_now_KYoiN .our_ethos_TgVcL {
    padding: 30px 20px;
}.register_now_KYoiN h3 {
    margin-bottom: 35px;
    letter-spacing: 1.5px;
    font-size: calc(33px * 0.7);
}.register_now_KYoiN .help_request_QymYR {
    padding: 10px 30px;
    font-size: calc(16px * 0.85);
    letter-spacing: 1px;
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}header .header_start_SGAHr {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: rgb(242,230,228);
    z-index: 100;
}header .header_start_SGAHr::before {
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(225,199,195,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(202,163,158,0.5) 0%, transparent 30%);
}header .header_start_SGAHr::after {
    top: 0;
    z-index: -1;
    width: 40%;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 25%, rgb(225,199,195,0.5) 100%);
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    content: "";
    position: absolute;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .main_mainbar_BueQw {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    display: grid;
}header .main_pagewrap_nJzUZ {
    position: relative;
    z-index: 2;
}header .main_bar_iHhxj {
    position: relative;
    z-index: 2;
    display: block;
}header .main_bar_iHhxj::before,
header .main_bar_iHhxj::after {
    z-index: -1;
    border-radius: 50%;
    content: "";
    background: rgb(225,199,195,0.5);
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
}header .main_bar_iHhxj::before {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
}header .main_bar_iHhxj::after {
    width: 25px;
    height: 25px;
    background: rgb(202,163,158,0.5);
    right: -10px;
    bottom: -5px;
}header .main_bar_iHhxj:hover::before,
header .main_bar_iHhxj:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .main_bar_iHhxj svg {
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    height: 50px;
}header .main_bar_iHhxj:hover svg {
    transform: rotate(-5deg);
}header .main_tutor_pKZrP {
    border-radius: 0 21px 21px 0;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, transparent, #ffffff);
    list-style: none;
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}header .main_tutor_pKZrP::after {
    animation: moveStripes 20s linear infinite;
    position: absolute;
    left: 0;
    background-size: 10px 10px;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(225,199,195,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(225,199,195,0.5) 50%, rgb(225,199,195,0.5) 75%, transparent 75%, transparent);
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
}header .top_guide_vWDXF {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}header .top_guide_vWDXF::before {
    height: 0;
    content: "";
    top: 50%;
    opacity: 0;
    left: -10px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    width: 0;
    border-bottom: 5px solid transparent;
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    border-left: 5px solid rgb(225,199,195);
}header .top_guide_vWDXF:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .top_guide_vWDXF a {
    font-weight: 600;
    color: #000000;
    padding: 10px 18px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: block;
}header .top_guide_vWDXF a::before {
    background: #ffffff;
    z-index: -1;
    left: 0;
    top: 0;
    transform: translateZ(-1px);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}header .top_guide_vWDXF a::after {
    background: rgb(225,199,195);
    left: 50%;
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}header .top_guide_vWDXF a:hover {
    transform: translateZ(20px);
    border-color: rgb(225,199,195,0.5);
    color: rgb(225,199,195);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top_guide_vWDXF a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .main_mainbar_BueQw {
    justify-items: center;
    grid-template-columns: 1fr;
    gap: 2rem;
}header .main_tutor_pKZrP {
    width: 100%;
    clip-path: none;
    background: #ffffff;
    justify-content: center;
    border-radius: 21px;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top_guide_vWDXF {
    margin: 3px 5px;
}header .top_guide_vWDXF a {
    padding: 8px 15px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 480px) {header .main_tutor_pKZrP {
    align-items: center;
    padding: 15px;
    flex-direction: column;
}header .top_guide_vWDXF {
    width: 100%;
    margin: 3px 0;
}header .top_guide_vWDXF a {
    text-align: center;
    width: 100%;
}header .top_guide_vWDXF::before {
    display: none;
}header .main_bar_iHhxj svg {
    height: 40px;
}}.future_students_uCKrM {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(242,230,228) 0%, #ffffff 100%);
    position: relative;
}.future_students_uCKrM::before {
    height: 100%;
    right: 0;
    position: absolute;
    background: rgb(225,199,195,0.5);
    top: 0;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    width: 50%;
    z-index: 1;
}.future_students_uCKrM::after {
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background: rgb(202,163,158,0.5);
    opacity: 0.1;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    content: "";
    position: absolute;
}.future_students_uCKrM .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.future_students_uCKrM .our_ethos_TgVcL {
    position: relative;
}.future_students_uCKrM h4 {
    color: #000000;
    font-size: 34px;
    padding-left: 20px;
    margin-bottom: 60px;
    border-left: 4px solid rgb(225,199,195);
    text-align: left;
    position: relative;
    font-weight: 700;
}.future_students_uCKrM h4::after {
    bottom: -10px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(202,163,158), transparent);
    left: 0;
    width: 60%;
    position: absolute;
}.future_students_uCKrM div > div {
    max-width: 800px;
    flex-direction: column;
    position: relative;
    margin-left: 60px;
    display: flex;
}.future_students_uCKrM div > div::before {
    width: 2px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, rgb(225,199,195,0.5), rgb(202,163,158,0.5));
    left: 15px;
}.future_students_uCKrM p {
    background: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    padding: 20px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    z-index: 2;
    align-items: center;
    margin-left: 30px;
}.future_students_uCKrM p:last-child {
    margin-bottom: 0;
}.future_students_uCKrM p::before {
    transform: translateY(-50%);
    width: 30px;
    position: absolute;
    background: linear-gradient(90deg, rgb(225,199,195,0.5), rgb(202,163,158));
    content: "";
    top: 50%;
    height: 2px;
    left: -30px;
}.future_students_uCKrM p::after {
    top: 50%;
    z-index: 3;
    content: "";
    background: #ffffff;
    transform: translateY(-50%);
    position: absolute;
    border: 3px solid rgb(225,199,195);
    left: -42px;
    border-radius: 50%;
    height: 16px;
    transition: all 0.3s ease;
    width: 16px;
}.future_students_uCKrM p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.future_students_uCKrM p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(225,199,195);
}.future_students_uCKrM p:nth-child(odd)::after {
    border-color: rgb(225,199,195);
}.future_students_uCKrM p:nth-child(even)::after {
    border-color: rgb(202,163,158);
}.future_students_uCKrM p:nth-child(even):hover::after {
    background: rgb(202,163,158);
}.future_students_uCKrM p svg {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.future_students_uCKrM p svg path {
    fill: rgb(225,199,195);
    transition: fill 0.3s ease;
}.future_students_uCKrM p:nth-child(even) svg path {
    fill: rgb(202,163,158);
}.future_students_uCKrM p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.future_students_uCKrM p:nth-child(1) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(2) {
    transform: translateX(30px);
}.future_students_uCKrM p:nth-child(3) {
    transform: translateX(60px);
}.future_students_uCKrM p:nth-child(4) {
    transform: translateX(90px);
}.future_students_uCKrM p:nth-child(5) {
    transform: translateX(120px);
}.future_students_uCKrM p:nth-child(6) {
    transform: translateX(150px);
}.future_students_uCKrM p:nth-child(1):hover {
    transform: translateX(10px);
}.future_students_uCKrM p:nth-child(2):hover {
    transform: translateX(40px);
}.future_students_uCKrM p:nth-child(3):hover {
    transform: translateX(70px);
}.future_students_uCKrM p:nth-child(4):hover {
    transform: translateX(100px);
}.future_students_uCKrM p:nth-child(5):hover {
    transform: translateX(130px);
}.future_students_uCKrM p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.future_students_uCKrM .our_ethos_TgVcL > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 1;
    animation-name: none;
    transform: translateX(30px);
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(3) {
    opacity: 1;
    transform: translateX(60px);
    animation-name: none;
    animation-delay: 0.3s;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(4) {
    opacity: 1;
    animation-name: none;
    transform: translateX(90px);
    animation-delay: 0.4s;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(5) {
    animation-delay: 0.5s;
    opacity: 1;
    animation-name: none;
    transform: translateX(120px);
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(6) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(150px);
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(7) {
    animation-name: none;
    transform: translateX(120px);
    animation-delay: 0.6s;
    opacity: 1;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(8) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(90px);
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(9) {
    animation-delay: 0.6s;
    transform: translateX(60px);
    opacity: 1;
    animation-name: none;
}.future_students_uCKrM .our_ethos_TgVcL > div p:nth-child(10) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(30px);
}


@media (max-width: 991px) {.future_students_uCKrM {
    padding: 80px 0;
}.future_students_uCKrM h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.future_students_uCKrM div > div {
    margin-left: 40px;
}.future_students_uCKrM p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.future_students_uCKrM p:nth-child(1) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(2) {
    transform: translateX(20px);
}.future_students_uCKrM p:nth-child(3) {
    transform: translateX(40px);
}.future_students_uCKrM p:nth-child(4) {
    transform: translateX(60px);
}.future_students_uCKrM p:nth-child(5) {
    transform: translateX(80px);
}.future_students_uCKrM p:nth-child(6) {
    transform: translateX(100px);
}.future_students_uCKrM p:nth-child(7) {
    transform: translateX(120px);
}.future_students_uCKrM p:nth-child(8) {
    transform: translateX(140px);
}.future_students_uCKrM p:nth-child(9) {
    transform: translateX(160px);
}.future_students_uCKrM p:nth-child(10) {
    transform: translateX(180px);
}.future_students_uCKrM p:nth-child(1):hover {
    transform: translateX(5px);
}.future_students_uCKrM p:nth-child(2):hover {
    transform: translateX(25px);
}.future_students_uCKrM p:nth-child(3):hover {
    transform: translateX(45px);
}.future_students_uCKrM p:nth-child(4):hover {
    transform: translateX(65px);
}.future_students_uCKrM p:nth-child(5):hover {
    transform: translateX(85px);
}.future_students_uCKrM p:nth-child(6):hover {
    transform: translateX(105px);
}.future_students_uCKrM p:nth-child(7):hover {
    transform: translateX(125px);
}.future_students_uCKrM p:nth-child(8):hover {
    transform: translateX(145px);
}.future_students_uCKrM p:nth-child(9):hover {
    transform: translateX(165px);
}.future_students_uCKrM p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.future_students_uCKrM {
    padding: 70px 0;
}.future_students_uCKrM h4 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
    margin-bottom: 40px;
}.future_students_uCKrM div > div {
    margin-left: 30px;
}.future_students_uCKrM div > div::before {
    left: 10px;
}.future_students_uCKrM p {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 15px;
}.future_students_uCKrM p::before {
    left: -20px;
    width: 20px;
}.future_students_uCKrM p::after {
    height: 14px;
    width: 14px;
    left: -32px;
}.future_students_uCKrM p:nth-child(1) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(2) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(3) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(4) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(5) {
    transform: translateX(0);
}.future_students_uCKrM p:nth-child(6) {
    transform: translateX(0);
}.future_students_uCKrM p:hover,
    .future_students_uCKrM p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.future_students_uCKrM {
    padding: 60px 0;
}.future_students_uCKrM h4 {
    margin-bottom: 30px;
    border-left-width: 3px;
    font-size: calc(34px * 0.7);
}.future_students_uCKrM div > div {
    margin-left: 25px;
}.future_students_uCKrM p {
    padding: 12px;
    font-size: calc(12px * 0.9);
    margin-bottom: 15px;
}.future_students_uCKrM p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.future_students_uCKrM p::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
}}.study_process_HJNay {
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(242,230,228);
    min-height: 70vh;
    align-items: center;
    display: flex;
    position: relative;
}.study_process_HJNay::before {
    filter: blur(40px);
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(225,199,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(202,163,158,0.5) 0%, transparent 25%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}.study_process_HJNay::after {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.1;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(225,199,195,0.5) 49%, rgb(225,199,195,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(202,163,158,0.5) 49%, rgb(202,163,158,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    height: 100%;
    position: absolute;
}.study_process_HJNay .our_ethos_TgVcL {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    justify-content: center;
}.study_process_HJNay .note_holder_nCrkA {
    position: relative;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    padding: 3.5rem;
    transition: all 0.4s ease;
    max-width: 800px;
    width: 80%;
    background: rgb(242,230,228);
    border-radius: 14px;
}.study_process_HJNay .note_holder_nCrkA:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.study_process_HJNay .note_holder_nCrkA::before {
    width: 60px;
    height: 60px;
    right: 20px;
    z-index: -1;
    top: 20px;
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, rgb(225,199,195,0.5), rgb(202,163,158,0.5));
    content: '';
    animation: pulse 5s infinite alternate;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.study_process_HJNay .note_holder_nCrkA::after {
    border-radius: 50%;
    left: 20px;
    background: linear-gradient(135deg, rgb(202,163,158,0.5), rgb(225,199,195,0.5));
    width: 40px;
    content: '';
    z-index: -1;
    position: absolute;
    height: 40px;
    animation: pulse 5s infinite alternate-reverse;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    bottom: 20px;
}.study_process_HJNay h2 {
    margin-bottom: 2rem;
    font-size: 30px;
    text-fill-color: transparent;
    color: #000000;
    -webkit-text-fill-color: transparent;
    position: relative;
    background: linear-gradient(135deg, rgb(225,199,195), rgb(202,163,158));
    -webkit-background-clip: text !important;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    background-clip: text !important;
}.study_process_HJNay h2::before {
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    content: '';
    background: linear-gradient(90deg, rgb(225,199,195,0.5) 0%, rgb(202,163,158) 50%, rgb(225,199,195,0.5) 100%);
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    height: 5px;
}.study_process_HJNay p {
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    transition: all 0.3s ease;
    background: rgb(242,230,228);
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    padding: 1rem;
    margin-top: 1.5rem;
}.study_process_HJNay .note_holder_nCrkA:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.study_process_HJNay .note_holder_nCrkA::before,
.study_process_HJNay .note_holder_nCrkA::after {
    transition: all 0.5s ease;
}.study_process_HJNay .note_holder_nCrkA:hover::before {
    transform: scale(1.15) translateY(-5px);
}.study_process_HJNay .note_holder_nCrkA:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.study_process_HJNay {
    padding: 4rem 1.5rem;
}.study_process_HJNay .note_holder_nCrkA {
    padding: 2.5rem;
    width: 90%;
}.study_process_HJNay h2 {
    font-size: calc(30px * 0.9);
}.study_process_HJNay p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.study_process_HJNay {
    min-height: auto;
    padding: 3rem 1rem;
}.study_process_HJNay .note_holder_nCrkA {
    padding: 2rem;
    width: 100%;
}.study_process_HJNay h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.study_process_HJNay p {
    font-size: calc(18px * 0.95);
    padding: 0.6rem;
}.study_process_HJNay .note_holder_nCrkA::before {
    right: 15px;
    top: 15px;
    height: 40px;
    width: 40px;
}.study_process_HJNay .note_holder_nCrkA::after {
    bottom: 15px;
    left: 15px;
    height: 30px;
    width: 30px;
}
}

@media (max-width: 576px) {.study_process_HJNay {
    padding: 2.5rem 0.8rem;
}.study_process_HJNay .note_holder_nCrkA {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.study_process_HJNay h2 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.7);
}.study_process_HJNay h2::before {
    bottom: -8px;
    height: 3px;
}.study_process_HJNay p {
    padding: 0.5rem;
    margin-top: 1rem;
    font-size: calc(18px * 0.9);
}}.client_experience_EvVko {
    background: linear-gradient(135deg, rgb(242,230,228) 0%, rgba(245, 245, 248, 0.95) 100%);
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}.client_experience_EvVko::before {
    height: 70%;
    z-index: 1;
    transform: rotate(-15deg) skewX(5deg);
    opacity: 0.07;
    position: absolute;
    right: -5%;
    width: 40%;
    background: linear-gradient(120deg, rgb(225,199,195,0.5) 0%, rgba(255,255,255,0) 80%);
    content: "";
    top: -10%;
}.client_experience_EvVko::after {
    width: 35%;
    position: absolute;
    background: linear-gradient(240deg, rgb(202,163,158,0.5) 0%, rgba(255,255,255,0) 80%);
    left: -5%;
    bottom: -10%;
    height: 60%;
    opacity: 0.09;
    z-index: 1;
    content: "";
    transform: rotate(10deg) skewX(-5deg);
}.client_experience_EvVko .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.client_experience_EvVko h2 {
    text-align: center;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 50px;
}.client_experience_EvVko h2::after {
    height: 3px;
    bottom: -15px;
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(to right, rgb(225,199,195), rgb(202,163,158));
    transform: translateX(-50%);
    position: absolute;
}.client_experience_EvVko .opinion_showcase_WNxSR {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: 0;
}.client_experience_EvVko .learning_feedback_ARixf {
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 8px;
    padding: 30px;
    background: #ffffff;
    z-index: 2;
}.client_experience_EvVko .learning_feedback_ARixf::before {
    z-index: -1;
    position: absolute;
    font-family: serif;
    right: 20px;
    font-size: 120px;
    opacity: 0.1;
    top: 10px;
    line-height: 1;
    content: "";
    color: rgb(202,163,158,0.5);
}.client_experience_EvVko .learning_feedback_ARixf:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.client_experience_EvVko .learning_feedback_ARixf div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.client_experience_EvVko .learning_feedback_ARixf img {
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 60px;
    margin-right: 15px;
    border-radius: 50%;
    height: 60px;
    border: 3px solid rgba(rgb(225,199,195,0.5), 0.1);
    object-fit: cover;
}.client_experience_EvVko .learning_feedback_ARixf:hover img {
    border-color: rgb(225,199,195,0.5);
    transform: scale(1.05);
}.client_experience_EvVko .learning_feedback_ARixf h4 {
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    transition: color 0.3s ease;
    position: relative;
    margin: 0;
}.client_experience_EvVko .learning_feedback_ARixf:hover h4 {
    color: rgb(225,199,195);
}.client_experience_EvVko .learning_feedback_ARixf h4::after {
    position: absolute;
    bottom: -5px;
    width: 0;
    background: rgb(225,199,195);
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    content: "";
}.client_experience_EvVko .learning_feedback_ARixf:hover h4::after {
    width: 70%;
}.client_experience_EvVko .learning_feedback_ARixf .description {
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin: 0;
}.client_experience_EvVko .learning_feedback_ARixf:nth-child(odd) {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.client_experience_EvVko .learning_feedback_ARixf:nth-child(even) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.client_experience_EvVko .learning_feedback_ARixf:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.client_experience_EvVko .learning_feedback_ARixf:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.client_experience_EvVko .opinion_showcase_WNxSR:hover .learning_feedback_ARixf:not(:hover) {
    opacity: 0.75;
}.client_experience_EvVko a {
    padding: 12px 30px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    position: relative;
    background: linear-gradient(135deg, rgb(225,199,195) 0%, rgb(202,163,158) 100%);
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
    left: 50%;
    text-align: center;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
}.client_experience_EvVko a::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.client_experience_EvVko a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-5px);
}.client_experience_EvVko a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.client_experience_EvVko {
    padding: 80px 0 100px;
}.client_experience_EvVko h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.client_experience_EvVko .opinion_showcase_WNxSR {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.client_experience_EvVko {
    padding: 60px 0 80px;
}.client_experience_EvVko h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.client_experience_EvVko .opinion_showcase_WNxSR {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_experience_EvVko .learning_feedback_ARixf {
    padding: 25px;
}.client_experience_EvVko .learning_feedback_ARixf::before {
    font-size: 100px;
}.client_experience_EvVko a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 576px) {.client_experience_EvVko {
    padding: 50px 0 70px;
}.client_experience_EvVko h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.client_experience_EvVko h2::after {
    bottom: -12px;
    width: 60px;
}.client_experience_EvVko .learning_feedback_ARixf {
    padding: 20px;
}.client_experience_EvVko .learning_feedback_ARixf div {
    margin-bottom: 15px;
}.client_experience_EvVko .learning_feedback_ARixf img {
    width: 50px;
    height: 50px;
}.client_experience_EvVko .learning_feedback_ARixf::before {
    top: 5px;
    right: 15px;
    font-size: 80px;
}.client_experience_EvVko .learning_feedback_ARixf .description {
    font-size: calc(15px * 0.95);
}.client_experience_EvVko a {
    font-size: calc(14px * 0.9);
    margin-top: 25px;
    padding: 10px 20px;
}}.opening_page_ZseaH {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.opening_page_ZseaH .pic_box_wpEtO {
    transform: scale(1.05);
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease;
    width: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.4;
    height: 100%;
}.opening_page_ZseaH:hover .pic_box_wpEtO {
    opacity: 0.5;
    transform: scale(1.02);
}.opening_page_ZseaH .our_ethos_TgVcL {
    display: flex;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    margin: 0 auto;
    flex-direction: column;
}.opening_page_ZseaH h1 {
    animation: slideInTitle 0.8s forwards 0.2s;
    text-transform: uppercase;
    margin: 0;
    transform: translateX(-20px);
    font-size: 46px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 0;
    color: #ffffff;
    opacity: 0;
}.opening_page_ZseaH h1::after {
    position: absolute;
    width: 0;
    bottom: -15px;
    content: "";
    animation: lineGrow 1.2s forwards 0.8s;
    height: 4px;
    left: 0;
    background: rgb(225,199,195);
}.opening_page_ZseaH .note_holder_nCrkA {
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-left: 3px solid rgb(225,199,195);
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards 0.5s;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(8px);
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.opening_page_ZseaH .note_holder_nCrkA p {
    max-width: 650px;
    padding-left: 20px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    font-size: calc(15px * 1.2);
    color: #ffffff;
    margin: 0;
}.opening_page_ZseaH .note_holder_nCrkA p::before {
    background: rgb(225,199,195);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
}.opening_page_ZseaH .learning_welcome_mdpJv {
    display: flex;
    margin: 1rem 0;
    justify-content: center;
    align-items: center;
}.opening_page_ZseaH .learning_welcome_mdpJv svg {
    animation: floatSVG 4s ease-in-out infinite;
    transform: translateY(0px);
    width: 180px;
    height: 180px;
    filter: drop-shadow(0 8px 10px rgba(0,0,0,0.2));
}.opening_page_ZseaH .learning_welcome_mdpJv svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.opening_page_ZseaH .learning_welcome_mdpJv:hover svg path {
    fill: rgb(225,199,195);
}.opening_page_ZseaH .learning_welcome_mdpJv svg text {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.opening_page_ZseaH .learning_welcome_mdpJv:hover svg text {
    fill: #ffffff;
}.opening_page_ZseaH h6 {
    transform: scale(0.95);
    animation: scaleIn 0.5s forwards 1s;
    margin: 0;
    opacity: 0;
    text-align: center;
}.opening_page_ZseaH h6 .request_panel_RQbAK {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(225,199,195) 0%, rgb(202,163,158) 100%);
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.opening_page_ZseaH h6 .request_panel_RQbAK::before {
    transform-origin: right;
    background: linear-gradient(45deg, rgb(202,163,158) 0%, rgb(225,199,195) 100%);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    z-index: -1;
    content: "";
}.opening_page_ZseaH h6 .request_panel_RQbAK:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
    transform: translateY(-3px);
}.opening_page_ZseaH h6 .request_panel_RQbAK:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 120px;
    }
}

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

@keyframes scaleIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floatSVG {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

@media (max-width: 991px) {.opening_page_ZseaH .our_ethos_TgVcL {
    padding: 1.5rem;
    gap: 1.5rem;
}.opening_page_ZseaH h1 {
    font-size: calc(46px * 0.9);
}.opening_page_ZseaH .note_holder_nCrkA {
    padding: 2rem;
}.opening_page_ZseaH .learning_welcome_mdpJv svg {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.opening_page_ZseaH .our_ethos_TgVcL {
    padding: 1.25rem;
    gap: 1.25rem;
}.opening_page_ZseaH h1 {
    font-size: calc(46px * 0.8);
}.opening_page_ZseaH h1::after {
    height: 3px;
    bottom: -10px;
}.opening_page_ZseaH .note_holder_nCrkA {
    gap: 1.5rem;
    padding: 1.5rem;
}.opening_page_ZseaH .note_holder_nCrkA p {
    font-size: 15px;
}.opening_page_ZseaH .learning_welcome_mdpJv svg {
    width: 130px;
    height: 130px;
}.opening_page_ZseaH h6 .request_panel_RQbAK {
    padding: 0.75rem 2rem;
}
}

@media (max-width: 576px) {.opening_page_ZseaH .pic_box_wpEtO {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.opening_page_ZseaH .our_ethos_TgVcL {
    gap: 1rem;
    padding: 1rem;
}.opening_page_ZseaH h1 {
    font-size: calc(46px * 0.7);
    letter-spacing: 1px;
}.opening_page_ZseaH .note_holder_nCrkA {
    gap: 1.25rem;
    padding: 1.25rem;
}.opening_page_ZseaH .note_holder_nCrkA p {
    font-size: calc(15px * 0.9);
    padding-left: 15px;
}.opening_page_ZseaH .learning_welcome_mdpJv svg {
    width: 110px;
    height: 110px;
}.opening_page_ZseaH h6 .request_panel_RQbAK {
    font-size: calc(14px * 0.9);
    padding: 0.7rem 1.5rem;
}}.get_in_touch_VxwmT {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,230,228) 0%, rgb(225,199,195,0.5) 100%);
    position: relative;
}.get_in_touch_VxwmT::before {
    content: '';
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,163,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(225,199,195,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}.get_in_touch_VxwmT::after {
    top: 0;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    background-size: 200px 200px;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(45deg, rgb(225,199,195,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(225,199,195,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(225,199,195,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(225,199,195,0.5) 75%);
    z-index: 1;
}.get_in_touch_VxwmT .pic_box_wpEtO {
    position: absolute;
    z-index: 2;
    top: 0;
    opacity: 0.2;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    height: 100%;
}.get_in_touch_VxwmT .container {
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.get_in_touch_VxwmT h3 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    font-size: 31px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
}.get_in_touch_VxwmT h3::after {
    height: 4px;
    transform: translateX(-50%);
    background: rgb(225,199,195);
    left: 50%;
    bottom: -10px;
    border-radius: 10px;
    position: absolute;
    content: '';
    width: 80px;
}.get_in_touch_VxwmT .query_help_LchPI {
    border-radius: 10px;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    overflow: hidden;
}.get_in_touch_VxwmT .query_help_LchPI::before {
    content: '';
    top: -5px;
    position: absolute;
    right: -5px;
    background: linear-gradient(45deg, rgb(202,163,158), rgb(225,199,195), rgb(202,163,158));
    z-index: -1;
    animation: border-glow 5s infinite linear;
    bottom: -5px;
    left: -5px;
    border-radius: calc(10px + 5px);
}.get_in_touch_VxwmT .message_message_xseLc {
    padding: 40px;
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
}.get_in_touch_VxwmT .message_message_xseLc::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    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;
    position: absolute;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    z-index: 0;
    content: '';
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
}.get_in_touch_VxwmT .message_message_xseLc #contact {
    position: relative;
    z-index: 1;
}.get_in_touch_VxwmT .message_message_xseLc h3 {
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
}.get_in_touch_VxwmT .message_message_xseLc h3::after {
    left: 0;
    width: 60px;
    transform: none;
}.get_in_touch_VxwmT .message_message_xseLc input[type="text"],
.get_in_touch_VxwmT .message_message_xseLc textarea {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.08);
}.get_in_touch_VxwmT .message_message_xseLc input[type="text"]:focus,
.get_in_touch_VxwmT .message_message_xseLc textarea:focus {
    box-shadow: 0 0 0 3px rgb(225,199,195,0.5);
    border-color: rgb(225,199,195);
    outline: none;
    background-color: #ffffff;
}.get_in_touch_VxwmT .message_message_xseLc textarea {
    height: 120px;
    resize: vertical;
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw label {
    color: #000000;
    font-size: calc(13px - 2px);
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw label::before {
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    top: 2px;
    width: 22px;
    content: '';
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw input[type="checkbox"]:checked + label::before {
    background-color: rgb(225,199,195);
    border-color: rgb(225,199,195);
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    width: 8px;
    position: absolute;
    content: '';
    height: 4px;
    top: 9px;
    transform: rotate(-45deg);
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw a {
    color: rgb(225,199,195);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw a:hover {
    text-decoration: underline;
    color: rgb(202,163,158);
}.get_in_touch_VxwmT .message_message_xseLc .request_panel_RQbAK {
    display: inline-block;
    background: linear-gradient(135deg, rgb(225,199,195) 0%, rgb(202,163,158) 100%);
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    padding: 15px 30px;
}.get_in_touch_VxwmT .message_message_xseLc .request_panel_RQbAK::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    top: 0;
    content: '';
}.get_in_touch_VxwmT .message_message_xseLc .request_panel_RQbAK:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.get_in_touch_VxwmT .message_message_xseLc .request_panel_RQbAK:hover::before {
    left: 100%;
}.get_in_touch_VxwmT .support_section_LIaKW {
    background: linear-gradient(135deg, rgb(202,163,158) 0%, rgb(225,199,195) 100%);
    padding: 40px;
    flex: 1 1 40%;
    position: relative;
    overflow: hidden;
}.get_in_touch_VxwmT .support_section_LIaKW::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    content: '';
    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%);
}.get_in_touch_VxwmT .support_section_LIaKW h4 {
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    color: #ffffff;
}.get_in_touch_VxwmT .support_section_LIaKW h4::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
    background: #ffffff;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 10px;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT {
    margin: 0;
    list-style: none;
    padding: 0;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT 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) {.get_in_touch_VxwmT {
    padding: 60px 0;
}.get_in_touch_VxwmT .container {
    padding: 0 15px;
}.get_in_touch_VxwmT .query_help_LchPI {
    flex-direction: column;
}.get_in_touch_VxwmT .message_message_xseLc,
    .get_in_touch_VxwmT .support_section_LIaKW {
    flex: 1 1 100%;
}.get_in_touch_VxwmT .message_message_xseLc {
    padding: 30px;
}.get_in_touch_VxwmT .support_section_LIaKW {
    padding: 30px;
}
}

@media (max-width: 768px) {.get_in_touch_VxwmT {
    padding: 40px 0;
}.get_in_touch_VxwmT h3 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.get_in_touch_VxwmT .message_message_xseLc h3,
    .get_in_touch_VxwmT .support_section_LIaKW h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 20px;
}.get_in_touch_VxwmT .message_message_xseLc input[type="text"],
    .get_in_touch_VxwmT .message_message_xseLc textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get_in_touch_VxwmT .message_message_xseLc textarea {
    height: 100px;
}.get_in_touch_VxwmT .message_message_xseLc .request_panel_RQbAK {
    padding: 12px 25px;
    font-size: calc(16px - 1px);
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li {
    margin-bottom: 20px;
}.get_in_touch_VxwmT .support_section_LIaKW .request_card_tKqxT li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.get_in_touch_VxwmT {
    padding: 30px 0;
}.get_in_touch_VxwmT .message_message_xseLc,
    .get_in_touch_VxwmT .support_section_LIaKW {
    padding: 20px;
}.get_in_touch_VxwmT h3 {
    font-size: calc(31px - 6px);
}.get_in_touch_VxwmT .message_message_xseLc .message_query_rnRVw label {
    font-size: calc(13px - 3px);
}}.course_program_info_lHCtZ {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,230,228), rgba(rgb(202,163,158,0.5), 0.05));
}.course_program_info_lHCtZ::before {
    content: "";
    height: 300px;
    right: -100px;
    background: linear-gradient(210deg, rgb(225,199,195), rgb(202,163,158));
    transform: skew(-15deg, -15deg);
    top: -100px;
    opacity: 0.05;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    width: 300px;
}.course_program_info_lHCtZ::after {
    width: 300px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    background: linear-gradient(45deg, rgb(202,163,158), rgb(225,199,195));
    opacity: 0.07;
    content: "";
    bottom: -80px;
    z-index: 0;
    left: -80px;
    height: 200px;
    position: absolute;
}.course_program_info_lHCtZ .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course_program_info_lHCtZ h2 {
    transform: perspective(1000px) translateZ(0);
    padding-bottom: 1.5rem;
    max-width: 85%;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 3rem;
    position: relative;
}.course_program_info_lHCtZ h2::after {
    width: 100px;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(225,199,195), rgb(202,163,158));
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    bottom: 0;
}.course_program_info_lHCtZ .study_hack_kHGzv {
    perspective: 1000px;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course_program_info_lHCtZ .pic_box_wpEtO {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.course_program_info_lHCtZ .pic_box_wpEtO::before {
    z-index: 1;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(rgb(225,199,195,0.5), 0.2), transparent);
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}.course_program_info_lHCtZ .pic_box_wpEtO:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.course_program_info_lHCtZ .note_holder_nCrkA {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    transform: perspective(1000px) translateZ(0);
}.course_program_info_lHCtZ .description {
    color: #000000;
    line-height: 1.7;
    margin: 0;
    padding-left: 1.5rem;
    transition: opacity 0.3s ease;
    font-size: 18px;
    opacity: 0.95;
    position: relative;
}.course_program_info_lHCtZ .description::before {
    background: linear-gradient(to bottom, rgb(225,199,195), rgb(202,163,158));
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    width: 3px;
    opacity: 0.7;
    left: 0;
}.course_program_info_lHCtZ .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.course_program_info_lHCtZ .description:last-of-type {
    padding-top: 1rem;
}.course_program_info_lHCtZ .description:hover {
    opacity: 1;
}

@media (min-width: 768px) {.course_program_info_lHCtZ {
    padding: 8rem 0;
}.course_program_info_lHCtZ h2 {
    font-size: calc(31px * 1.1);
    max-width: 70%;
}.course_program_info_lHCtZ .study_hack_kHGzv {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}.course_program_info_lHCtZ .pic_box_wpEtO {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_program_info_lHCtZ h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_program_info_lHCtZ {
    padding: 10rem 0;
}.course_program_info_lHCtZ .container {
    padding: 0 3rem;
}.course_program_info_lHCtZ h2 {
    margin-bottom: 4rem;
    max-width: 65%;
    font-size: calc(31px * 1.2);
}.course_program_info_lHCtZ .study_hack_kHGzv {
    gap: 5rem;
}.course_program_info_lHCtZ .pic_box_wpEtO {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course_program_info_lHCtZ .note_holder_nCrkA {
    padding-right: 2rem;
}.course_program_info_lHCtZ h2::after {
    width: 150px;
}.course_program_info_lHCtZ .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_program_info_lHCtZ .container {
    padding: 0 4rem;
}.course_program_info_lHCtZ h2 {
    max-width: 60%;
}.course_program_info_lHCtZ .study_hack_kHGzv {
    gap: 6rem;
}.course_program_info_lHCtZ .pic_box_wpEtO {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course_program_info_lHCtZ .description {
    padding-left: 2rem;
}.course_program_info_lHCtZ .description::before {
    width: 4px;
}
}

@media (max-width: 767px) {.course_program_info_lHCtZ {
    padding: 4rem 0;
}.course_program_info_lHCtZ h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.course_program_info_lHCtZ .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.course_program_info_lHCtZ .pic_box_wpEtO {
    height: 300px;
}}.thanksFocus_zXUDV {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(242,230,228) 0%, rgb(202,163,158,0.5) 100%);
}.thanksFocus_zXUDV::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(225,199,195,0.5) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
    content: "";
}.thanksFocus_zXUDV::after {
    height: 15rem;
    right: -5rem;
    position: absolute;
    bottom: -5rem;
    content: "";
    background: linear-gradient(225deg, rgb(202,163,158) 0%, transparent 70%);
    opacity: 0.15;
    transform: rotate(-15deg);
    z-index: 0;
    width: 15rem;
}.thanksFocus_zXUDV .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.thanksFocus_zXUDV .our_ethos_TgVcL {
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
    gap: 2.5rem;
    position: relative;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child::before {
    position: absolute;
    content: "";
    background: rgb(225,199,195);
    transform: translateY(-50%);
    width: 0.5rem;
    left: -2rem;
    height: 50%;
    top: 50%;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child {
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(15px);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child::after {
    position: absolute;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    content: "";
    bottom: 0;
    left: 0;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(225,199,195), rgb(202,163,158));
    height: 4px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksFocus_zXUDV h5 {
    color: #000000;
    line-height: 1.4;
    padding-left: 1rem;
    margin: 0;
    position: relative;
    font-size: 21px;
    transition: transform 0.4s ease;
    transform: translateY(0);
    font-weight: 700;
}.thanksFocus_zXUDV p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.thanksFocus_zXUDV a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.thanksFocus_zXUDV a:hover {
    transform: translateY(-5px);
}.thanksFocus_zXUDV a:hover p {
    color: rgb(225,199,195);
}.thanksFocus_zXUDV a:focus {
    box-shadow: 0 0 0 3px rgb(225,199,195,0.5);
    outline: none;
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thanksFocus_zXUDV {
    padding: 6rem 0;
}.thanksFocus_zXUDV .our_ethos_TgVcL {
    gap: 3.5rem;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thanksFocus_zXUDV h5 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child {
    padding: 3rem;
    margin-left: 3rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanksFocus_zXUDV {
    padding: 8rem 0;
}.thanksFocus_zXUDV .container {
    padding: 0 2rem;
}.thanksFocus_zXUDV .our_ethos_TgVcL {
    gap: 4rem;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child {
    padding-left: 2rem;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.thanksFocus_zXUDV h5 {
    padding-left: 2rem;
    font-size: calc(21px * 1.4);
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child {
    max-width: 80%;
    padding: 4rem;
    margin-left: 6rem;
}.thanksFocus_zXUDV p {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 1200px) {.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child {
    max-width: 75%;
    padding: 4.5rem;
    margin-left: 8rem;
}.thanksFocus_zXUDV h5 {
    font-size: calc(21px * 1.5);
}
}

@media (max-width: 767px) {.thanksFocus_zXUDV {
    padding: 3rem 0;
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thanksFocus_zXUDV h5 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.9);
}.thanksFocus_zXUDV .our_ethos_TgVcL > div:last-child {
    padding: 1.75rem;
}
}