* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.main_site_DEAB {
    flex: 1 0 auto;
}.tech_stack_wtAb {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1214px;
    margin: auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    background: rgb(247,216,227);
    margin: 1px 0;
}::-webkit-scrollbar-track:active {
    background: rgb(228,162,190);
}::-webkit-scrollbar-thumb {
    animation: glow_scrollbar 3.4s ease-in infinite;
    background: repeating-radial-gradient(circle at center, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 5px, rgb(228,162,190) 5px, rgb(228,162,190) 16px);
    border: 3px dashed #ffffff;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(247,216,227);
    background: rgb(206,117,156,0.5);
    box-shadow: 4px -5px 8px 1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px -4px 1px 3px rgba(0, 0, 0, 0.5);
    background: rgb(206,117,156,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(206,117,156);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
}.wrapper-container_xzZp {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_card_BKlh {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tariff_card_BKlh::before {
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgba(0, 20, 50, 0.85);
    right: 0;
    left: 0;
    z-index: 0;
    backdrop-filter: blur(5px);
}.tariff_card_BKlh .container {
    max-width: 1320px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.tariff_card_BKlh .plan_fees_sOah {
    perspective: 1200px;
}.tariff_card_BKlh h2 {
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
    transform: translateZ(30px);
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1.5rem;
}.tariff_card_BKlh h2::after {
    box-shadow: 0 2px 10px rgba(rgb(228,162,190,0.5), 0.5);
    position: absolute;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    bottom: -15px;
    width: 80px;
    left: 50%;
}.tariff_card_BKlh .pricing_rates_RpaZ {
    transform: translateZ(20px);
    text-align: center;
    margin: 0 auto 3rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 800px;
    font-size: calc(18px * 1.1);
}.tariff_card_BKlh .tuition_grid_fBoz {
    display: grid;
    transform-style: preserve-3d;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}.tariff_card_BKlh .tuition_grid_fBoz li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.tariff_card_BKlh .tuition_grid_fBoz li:hover {
    z-index: 2;
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
}.tariff_card_BKlh .value_deals_YnfD {
    height: 100%;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    color: #ffffff;
}.tariff_card_BKlh .bundle_rate_hyts {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(rgb(228,162,190,0.5), 0.2) 0%, 
        rgba(rgb(228,162,190,0.5), 0.3) 50%, 
        rgba(rgb(228,162,190,0.5), 0.18) 100%);
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    border-radius: 2px;
    height: 100%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
}.tariff_card_BKlh .bundle_rate_hyts::before {
    content: "";
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    transform: translateZ(10px);
    background: linear-gradient(90deg, 
        rgb(228,162,190), 
        rgb(206,117,156) 50%, 
        rgb(228,162,190));
    top: 0;
}.tariff_card_BKlh .bundle_rate_hyts::after {
    top: -50%;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    opacity: 0;
    width: 200%;
    left: -50%;
    transform: translateZ(5px);
    height: 200%;
}.tariff_card_BKlh .value_deals_YnfD:hover .bundle_rate_hyts::after {
    opacity: 1;
}.tariff_card_BKlh .price_tiers_VpOa {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
}.tariff_card_BKlh .price_tiers_VpOa h4 {
    transform: translateZ(20px);
    font-size: calc(19px * 1.1);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
}.tariff_card_BKlh .value_deals_YnfD:hover .price_tiers_VpOa h4 {
    color: rgb(206,117,156);
    transform: translateZ(25px);
}.tariff_card_BKlh .price_tiers_VpOa p {
    padding-right: 5px;
    line-height: 1.7;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 220px;
    transform: translateZ(15px);
    margin-bottom: 25px;
    overflow-y: auto;
    position: relative;
}.tariff_card_BKlh .price_tiers_VpOa p::-webkit-scrollbar {
    width: 3px;
}.tariff_card_BKlh .price_tiers_VpOa p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(206,117,156,0.5), 0.6);
}.tariff_card_BKlh .price_tiers_VpOa p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.tariff_card_BKlh .rate_options_vWmf {
    transition: all 0.3s ease;
    margin-top: 20px;
    border-radius: 2px;
    color: rgb(206,117,156);
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.3);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(25px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    background: linear-gradient(rgba(rgb(228,162,190,0.5), 0.2), rgba(rgb(228,162,190,0.5), 0.4));
    padding: 10px 15px;
}.tariff_card_BKlh .value_deals_YnfD:hover .rate_options_vWmf {
    color: #ffffff;
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(rgba(rgb(206,117,156,0.5), 0.4), rgba(rgb(206,117,156,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {.tariff_card_BKlh {
    padding: 100px 0;
}.tariff_card_BKlh .tuition_grid_fBoz {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.tariff_card_BKlh {
    padding: 80px 0;
}.tariff_card_BKlh h2 {
    font-size: calc(38px * 0.9);
}.tariff_card_BKlh .pricing_rates_RpaZ {
    font-size: 18px;
    margin-bottom: 2.5rem;
}.tariff_card_BKlh .tuition_grid_fBoz {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_card_BKlh .price_tiers_VpOa {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.tariff_card_BKlh {
    padding: 60px 0;
}.tariff_card_BKlh h2 {
    font-size: calc(38px * 0.8);
}.tariff_card_BKlh .tuition_grid_fBoz {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff_card_BKlh .tuition_grid_fBoz li {
    transform: perspective(800px) rotateX(3deg);
}.tariff_card_BKlh .rate_options_vWmf {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 575px) {.tariff_card_BKlh {
    padding: 50px 0;
}.tariff_card_BKlh h2 {
    font-size: calc(38px * 0.7);
}.tariff_card_BKlh .pricing_rates_RpaZ {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}.tariff_card_BKlh .price_tiers_VpOa {
    padding: 20px 15px;
}.tariff_card_BKlh .price_tiers_VpOa h4 {
    font-size: 19px;
}.tariff_card_BKlh .price_tiers_VpOa p {
    max-height: 180px;
    font-size: calc(18px * 0.9);
}.tariff_card_BKlh .rate_options_vWmf {
    font-size: 19px;
    padding: 8px 12px;
}}.instructor_profile_aQCW {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgb(228,162,190,0.5) 50%, rgb(247,216,227) 100%);
}.instructor_profile_aQCW::before {
    position: absolute;
    height: 100%;
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(228,162,190,0.5) 0,
        rgb(228,162,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    width: 100%;
}.instructor_profile_aQCW::after {
    width: 100%;
    filter: blur(60px);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(228,162,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(206,117,156,0.5) 0%, transparent 50%);
}.instructor_profile_aQCW .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.instructor_profile_aQCW .feedback_stories_cZBb {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    padding: 60px 40px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
}.instructor_profile_aQCW .feedback_stories_cZBb::before {
    z-index: 1;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transition: opacity 0.6s ease;
    position: absolute;
    inset: 0;
    transform: rotate(-45deg) scale(2);
    opacity: 0;
}.instructor_profile_aQCW .feedback_stories_cZBb:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.instructor_profile_aQCW .image_list_exzh {
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(228,162,190,0.5);
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    height: 180px;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}.instructor_profile_aQCW .image_list_exzh::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    height: 100%;
    position: absolute;
    z-index: 3;
}.instructor_profile_aQCW .image_list_exzh::after {
    opacity: 0.15;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(228,162,190,0.5) 90deg,
            transparent 180deg,
            rgb(206,117,156,0.5) 270deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
    content: "";
    top: -50%;
    height: 200%;
    z-index: 1;
    left: -50%;
    position: absolute;
    animation: rotate 15s linear infinite;
    width: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.instructor_profile_aQCW .name {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}.instructor_profile_aQCW .name::after {
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(228,162,190) 50%,
        transparent 100%
    );
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    width: 70px;
    bottom: -8px;
}.instructor_profile_aQCW .feedback_stories_cZBb span:not(.name) {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    z-index: 2;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    position: relative;
}.instructor_profile_aQCW .experience_summary_GFno {
    max-width: 85%;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(228,162,190);
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 25px 30px;
    color: #000000;
    z-index: 2;
    font-size: 15px;
    border-right: 3px solid rgb(206,117,156);
}.instructor_profile_aQCW .experience_summary_GFno::before,
.instructor_profile_aQCW .experience_summary_GFno::after {
    height: 40px;
    background: rgb(228,162,190,0.5);
    width: 40px;
    opacity: 0.1;
    position: absolute;
    content: "";
}.instructor_profile_aQCW .experience_summary_GFno::before {
    left: -5px;
    border-top: 3px solid rgb(228,162,190);
    border-left: 3px solid rgb(228,162,190);
    top: -5px;
}.instructor_profile_aQCW .experience_summary_GFno::after {
    bottom: -5px;
    border-right: 3px solid rgb(206,117,156);
    right: -5px;
    border-bottom: 3px solid rgb(206,117,156);
}.instructor_profile_aQCW .feedback_stories_cZBb:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.instructor_profile_aQCW .feedback_stories_cZBb:hover .image_list_exzh {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(228,162,190,0.5);
}

@media (max-width: 991px) {.instructor_profile_aQCW {
    padding: 80px 0;
}.instructor_profile_aQCW .feedback_stories_cZBb {
    padding: 50px 30px;
}.instructor_profile_aQCW .image_list_exzh {
    height: 160px;
    margin-bottom: 30px;
    width: 160px;
}.instructor_profile_aQCW .experience_summary_GFno {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor_profile_aQCW {
    padding: 60px 0;
}.instructor_profile_aQCW .feedback_stories_cZBb {
    padding: 40px 25px;
}.instructor_profile_aQCW .image_list_exzh {
    height: 140px;
    margin-bottom: 25px;
    width: 140px;
}.instructor_profile_aQCW .name {
    font-size: calc(30px * 0.9);
}.instructor_profile_aQCW .feedback_stories_cZBb span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.instructor_profile_aQCW .experience_summary_GFno {
    font-size: calc(15px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.instructor_profile_aQCW {
    padding: 50px 0;
}.instructor_profile_aQCW .feedback_stories_cZBb {
    padding: 35px 20px;
}.instructor_profile_aQCW .image_list_exzh {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}.instructor_profile_aQCW .name {
    font-size: calc(30px * 0.8);
}.instructor_profile_aQCW .feedback_stories_cZBb span:not(.name) {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
    letter-spacing: 1px;
}.instructor_profile_aQCW .experience_summary_GFno {
    padding: 15px;
    font-size: calc(15px * 0.9);
    max-width: 100%;
}}.info_hub_HSiz {
    padding: 100px 0;
    background: rgb(247,216,227);
    overflow: hidden;
    position: relative;
}.info_hub_HSiz::before {
    background: linear-gradient(135deg, rgb(228,162,190,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.4;
    width: 100%;
}.info_hub_HSiz::after {
    background-position: center center;
    z-index: 0;
    opacity: 0.06;
    left: 0;
    background-size: 20px 20px;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(rgb(247,216,227) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(247,216,227) 1px, transparent 1px);
}.info_hub_HSiz .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.info_hub_HSiz .learn_help_VlRz {
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.info_hub_HSiz .contact_us_wQyS {
    padding: 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.4s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.info_hub_HSiz .contact_us_wQyS:first-child {
    display: flex;
    padding: 40px;
    flex-direction: column;
}.info_hub_HSiz .contact_us_wQyS:first-child::before {
    top: 0;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    width: 100%;
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
}.info_hub_HSiz .contact_us_wQyS:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.info_hub_HSiz h2 {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}.info_hub_HSiz h2::after {
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(228,162,190);
    width: 30px;
}.info_hub_HSiz .contact_us_wQyS:hover h2::after {
    width: 50px;
}.info_hub_HSiz h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 23px;
}.info_hub_HSiz p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
    font-size: 12px;
}.info_hub_HSiz .connect_today_CsIb {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(228,162,190);
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: calc(12px * 1.2);
}.info_hub_HSiz .msg_details_XxIi {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 2px solid rgb(228,162,190,0.5);
}.info_hub_HSiz .reach_form_jYpB {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: auto;
}.info_hub_HSiz .reach_form_jYpB h3 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.info_hub_HSiz .reach_form_jYpB h3::before {
    background: rgb(228,162,190);
    content: "";
    display: block;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}.info_hub_HSiz .get_connected_KSst {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}.info_hub_HSiz .get_connected_KSst span {
    transition: all 0.3s ease;
    display: block;
    font-size: calc(12px * 0.85);
    background: rgb(247,216,227);
    padding: 8px 10px;
    text-align: center;
    color: #000000;
    border-left: 3px solid rgb(228,162,190);
}.info_hub_HSiz .get_connected_KSst span:hover {
    transform: translateX(3px);
    color: #ffffff;
    background: rgb(228,162,190);
}.info_hub_HSiz .contact_us_wQyS .image_list_exzh {
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    height: 100%;
    min-height: 100%;
}.info_hub_HSiz .contact_us_wQyS:hover .image_list_exzh {
    transform: scale(1.05);
}.info_hub_HSiz .talk_team_zQiw {
    flex-direction: column;
    gap: 20px;
    display: flex;
    padding: 40px;
}.info_hub_HSiz .talk_team_zQiw a {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    display: flex;
    transition: all 0.3s ease;
    padding-bottom: 20px;
    text-decoration: none;
}.info_hub_HSiz .talk_team_zQiw a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.info_hub_HSiz .talk_team_zQiw a:hover {
    transform: translateX(5px);
}.info_hub_HSiz .talk_team_zQiw a::before {
    width: 0;
    left: -40px;
    height: 100%;
    top: 0;
    background: rgb(228,162,190);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
}.info_hub_HSiz .talk_team_zQiw a:hover::before {
    width: 3px;
}.info_hub_HSiz .talk_team_zQiw a span {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    display: block;
    color: #000000;
}.info_hub_HSiz .talk_team_zQiw a p {
    font-size: calc(12px * 1.1);
    font-weight: 600;
    color: #000000;
    margin: 0;
}.info_hub_HSiz svg {
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 5px;
    height: 24px;
    fill: rgb(228,162,190);
}.info_hub_HSiz svg path {
    transition: fill 0.3s ease;
    fill: rgb(228,162,190);
}.info_hub_HSiz .talk_team_zQiw a:hover svg {
    transform: scale(1.2);
}.info_hub_HSiz .talk_team_zQiw a:hover svg,
.info_hub_HSiz .talk_team_zQiw a:hover svg path {
    fill: rgb(206,117,156);
}

@media (max-width: 992px) {.info_hub_HSiz {
    padding: 70px 0;
}.info_hub_HSiz .learn_help_VlRz {
    grid-template-columns: 1fr 1fr;
}.info_hub_HSiz .contact_us_wQyS:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.info_hub_HSiz {
    padding: 50px 0;
}.info_hub_HSiz .learn_help_VlRz {
    grid-template-columns: 1fr;
}.info_hub_HSiz .contact_us_wQyS:last-child {
    grid-column: span 1;
}.info_hub_HSiz .contact_us_wQyS .image_list_exzh {
    height: 300px;
}.info_hub_HSiz .contact_us_wQyS:first-child {
    order: 1;
}.info_hub_HSiz .contact_us_wQyS:nth-child(2) {
    order: 3;
}.info_hub_HSiz .contact_us_wQyS:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.info_hub_HSiz {
    padding: 40px 0;
}.info_hub_HSiz .contact_us_wQyS:first-child,
    .info_hub_HSiz .talk_team_zQiw {
    padding: 30px 20px;
}.info_hub_HSiz .contact_us_wQyS .image_list_exzh {
    height: 220px;
}.info_hub_HSiz .get_connected_KSst {
    grid-template-columns: 1fr 1fr;
}}

.info_hub_HSiz::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.info_hub_HSiz .contact_us_wQyS:first-child {
    overflow: hidden;
    position: relative;
}.info_hub_HSiz .contact_us_wQyS:first-child::after {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(228,162,190,0.5) 100%);
    position: absolute;
    transform: rotate(45deg);
    transition: transform 0.5s ease;
    right: -50%;
    top: -50%;
    height: 100%;
    width: 100%;
    opacity: 0.05;
}.info_hub_HSiz .contact_us_wQyS:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.info_hub_HSiz .talk_team_zQiw a:nth-child(1) {
    animation-delay: 0.1s;
}.info_hub_HSiz .talk_team_zQiw a:nth-child(2) {
    animation-delay: 0.2s;
}.info_hub_HSiz .talk_team_zQiw a:nth-child(3) {
    animation-delay: 0.3s;
}.info_hub_HSiz .contact_us_wQyS:nth-child(2) .image_list_exzh::after {
    content: "";
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    inset: 0;
    position: absolute;
}.info_hub_HSiz .get_connected_KSst span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.opening_board_EcCw {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(247,216,227), #ffffff 90%);
    overflow: hidden;
}.opening_board_EcCw::before {
    content: "";
    width: 60%;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.opening_board_EcCw::after {
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.opening_board_EcCw .learn_pro_jDBR {
    min-height: 100vh;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1400px;
    padding: 5rem 2rem;
    display: grid;
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.opening_board_EcCw h1 {
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 45px;
    grid-column: 1 / -1;
    opacity: 0;
    transform: translateY(-20px);
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
}.opening_board_EcCw h1::after {
    content: "";
    width: 60px;
    position: absolute;
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    height: 4px;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(228,162,190);
}.opening_board_EcCw .text_info_box_ObUI {
    justify-content: center;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    transform: translateX(-30px);
    z-index: 10;
    position: relative;
    display: flex;
    opacity: 0;
}.opening_board_EcCw .edu_home_ypBM {
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-left: 4px solid rgb(228,162,190);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.opening_board_EcCw .edu_home_ypBM:hover {
    transform: perspective(1000px) rotateY(0);
}.opening_board_EcCw .edu_home_ypBM p {
    font-size: calc(13px * 1.2);
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
}.opening_board_EcCw .edu_home_ypBM p::after {
    background: rgb(206,117,156);
    left: 0;
    bottom: -10px;
    position: absolute;
    height: 2px;
    content: "";
    width: 40px;
}.opening_board_EcCw svg {
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
    transform: scale(0.9);
    height: 120px;
    margin: 1.5rem 0;
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.opening_board_EcCw svg:hover {
    transform: scale(1);
}.opening_board_EcCw svg path {
    transition: fill 0.3s ease;
    fill: rgb(228,162,190);
}.opening_board_EcCw svg:hover path {
    fill: rgb(206,117,156);
}.opening_board_EcCw svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.opening_board_EcCw svg:hover text {
    fill: #000000;
}.opening_board_EcCw .reach_map_TsOM {
    overflow: hidden;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 2rem;
    border: none;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    display: inline-block;
    margin-top: 1.5rem;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(228,162,190), rgb(206,117,156));
    font-weight: 600;
}.opening_board_EcCw .reach_map_TsOM::before {
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(206,117,156), rgb(228,162,190));
    width: 100%;
    left: 0;
}.opening_board_EcCw .reach_map_TsOM:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-5px);
}.opening_board_EcCw .reach_map_TsOM:hover::before {
    opacity: 1;
}.opening_board_EcCw .image_list_exzh {
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(30px) scale(0.95);
    position: relative;
    opacity: 0;
    height: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
}.opening_board_EcCw .image_list_exzh::after {
    content: "";
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    position: absolute;
    z-index: 1;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 992px) {.opening_board_EcCw .learn_pro_jDBR {
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem;
    gap: 3rem;
}.opening_board_EcCw h1 {
    text-align: center;
    font-size: calc(45px * 0.9);
}.opening_board_EcCw h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .opening_board_EcCw .text_info_box_ObUI {
    order: 2;
}.opening_board_EcCw .image_list_exzh {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
}.opening_board_EcCw::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
}

@media (max-width: 768px) {.opening_board_EcCw .learn_pro_jDBR {
    padding: 3rem 1rem;
    gap: 2rem;
}.opening_board_EcCw h1 {
    font-size: calc(45px * 0.8);
}.opening_board_EcCw .edu_home_ypBM {
    padding: 1.5rem;
}.opening_board_EcCw .edu_home_ypBM p {
    font-size: 13px;
}.opening_board_EcCw svg {
    width: 100px;
    height: 100px;
}.opening_board_EcCw .image_list_exzh {
    height: 250px;
}.opening_board_EcCw .reach_map_TsOM {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.opening_board_EcCw .learn_pro_jDBR {
    padding: 2rem 1rem;
}.opening_board_EcCw h1 {
    font-size: calc(45px * 0.7);
}.opening_board_EcCw .edu_home_ypBM {
    transform: perspective(1000px) rotateY(0);
    padding: 1.25rem;
}.opening_board_EcCw svg {
    margin: 1rem 0;
    height: 80px;
    width: 80px;
}.opening_board_EcCw .image_list_exzh {
    height: 200px;
}}.enroll_instantly_HEBr {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
}.enroll_instantly_HEBr::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(228,162,190,0.5),
        rgb(228,162,190,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    transform: translateZ(-10px);
    top: 0;
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
}.enroll_instantly_HEBr::after {
    animation: glow 8s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    transform: translateZ(-5px) rotate(45deg);
    content: "";
    opacity: 0.15;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
}.enroll_instantly_HEBr .container {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    max-width: 1140px;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    transform: translateZ(20px);
}.enroll_instantly_HEBr h6 {
    opacity: 0;
    margin-bottom: 2.5rem;
    transform: translateZ(10px);
    font-weight: 600;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(16px * 1.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.5;
    max-width: 800px;
}.enroll_instantly_HEBr div:nth-child(2) {
    transform: translateZ(30px);
    justify-content: center;
    display: flex;
}.enroll_instantly_HEBr span {
    transition: transform 0.3s ease-out;
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
}.enroll_instantly_HEBr .reach_map_TsOM {
    opacity: 0;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 15px;
    color: rgb(228,162,190);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    position: relative;
    padding: 0.8rem 2.5rem;
    display: inline-flex;
    align-items: center;
    transform: translateZ(0);
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.enroll_instantly_HEBr .reach_map_TsOM::before {
    left: -100%;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    top: 0;
}.enroll_instantly_HEBr .reach_map_TsOM::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(228,162,190),
        rgb(206,117,156),
        rgb(228,162,190)
    );
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
    position: absolute;
    content: "";
    transform-origin: right;
    height: 3px;
    width: 100%;
}.enroll_instantly_HEBr .reach_map_TsOM span {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}.enroll_instantly_HEBr .reach_map_TsOM:hover {
    background: #ffffff;
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) translateZ(0);
}.enroll_instantly_HEBr .reach_map_TsOM:hover::before {
    left: 100%;
}.enroll_instantly_HEBr .reach_map_TsOM:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.enroll_instantly_HEBr .reach_map_TsOM:hover span {
    transform: translateY(0) scale(1.05);
}.enroll_instantly_HEBr .reach_map_TsOM:active {
    transition: all 0.1s;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.enroll_instantly_HEBr {
    padding: 3.5rem 0;
}.enroll_instantly_HEBr h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.enroll_instantly_HEBr .reach_map_TsOM {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.enroll_instantly_HEBr {
    padding: 3rem 0;
}.enroll_instantly_HEBr h6 {
    margin-bottom: 1.8rem;
    max-width: 90%;
    font-size: 16px;
}.enroll_instantly_HEBr .reach_map_TsOM {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.enroll_instantly_HEBr {
    padding: 2.5rem 0;
}.enroll_instantly_HEBr h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(16px * 0.9);
}.enroll_instantly_HEBr .reach_map_TsOM {
    padding: 0.6rem 1.8rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 380px) {.enroll_instantly_HEBr {
    padding: 2rem 0;
}.enroll_instantly_HEBr h6 {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.85);
}.enroll_instantly_HEBr .reach_map_TsOM {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.thanksBox_InGe {
    overflow: hidden;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(247,216,227), #f8f9fd);
}.thanksBox_InGe::before {
    right: -5%;
    height: 70%;
    filter: blur(80px);
    position: absolute;
    top: -10%;
    background: linear-gradient(120deg, rgb(228,162,190,0.5), rgb(206,117,156,0.5));
    transform: rotate(-15deg);
    z-index: 0;
    pointer-events: none;
    opacity: 0.2;
    width: 40%;
    content: "";
}.thanksBox_InGe::after {
    left: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(206,117,156,0.5), rgb(228,162,190,0.5));
    height: 60%;
    pointer-events: none;
    filter: blur(70px);
    bottom: -10%;
    z-index: 0;
    opacity: 0.15;
    transform: rotate(20deg);
    width: 30%;
    content: "";
}.thanksBox_InGe .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.thanksBox_InGe h2 {
    color: #000000;
    font-size: 37px;
    opacity: 1;
    position: relative;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-align: center;
    animation: fadeInDown 0.8s ease-out forwards;
    transform: translateY(0);
    letter-spacing: -0.02em;
}.thanksBox_InGe h2::after {
    width: 80px;
    transform: translateX(-50%);
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    content: "";
    position: absolute;
    left: 50%;
    border-radius: 10px;
    height: 3px;
}.thanksBox_InGe .learn_pro_jDBR {
    border-radius: 18px;
    transform: translateY(0);
    background: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
}.thanksBox_InGe .learn_pro_jDBR::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(228,162,190,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(206,117,156,0.5), 0.03) 0%, transparent 30%);
    top: 0;
    height: 100%;
    border-radius: inherit;
    content: "";
}.thanksBox_InGe ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksBox_InGe li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}.thanksBox_InGe li:last-child {
    margin-bottom: 0;
}.thanksBox_InGe li::before {
    top: 0.6rem;
    width: 8px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    height: 8px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(228,162,190), rgb(206,117,156));
}.thanksBox_InGe li span {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
    font-size: 12px;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    transform: translateX(0);
    display: block;
    opacity: 0;
}

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

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.thanksBox_InGe {
    padding: 3rem 1.5rem;
}.thanksBox_InGe h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.thanksBox_InGe .learn_pro_jDBR {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksBox_InGe {
    padding: 2.5rem 1.25rem;
}.thanksBox_InGe h2 {
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.8);
    line-height: 1.4;
}.thanksBox_InGe h2::after {
    width: 60px;
}.thanksBox_InGe .learn_pro_jDBR {
    padding: 1.5rem;
}.thanksBox_InGe li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.thanksBox_InGe {
    padding: 2rem 1rem;
}.thanksBox_InGe h2 {
    text-align: left;
    font-size: calc(37px * 0.7);
}.thanksBox_InGe h2::after {
    width: 50px;
    left: 0;
    transform: none;
}.thanksBox_InGe .learn_pro_jDBR {
    padding: 1.25rem;
}.thanksBox_InGe li {
    padding-left: 1.25rem;
}.thanksBox_InGe li::before {
    top: 0.5rem;
    height: 6px;
    width: 6px;
}}.potential_enrollees_LRNO {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 120px 0 100px;
    background: rgb(247,216,227);
}.potential_enrollees_LRNO::before {
    position: absolute;
    top: -10%;
    height: 600px;
    filter: blur(60px);
    animation: rotateBlob 20s infinite linear;
    background: linear-gradient(45deg, rgb(228,162,190,0.5), rgb(206,117,156,0.5));
    transform: rotate(-15deg);
    opacity: 0.6;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    content: '';
    width: 600px;
    right: -5%;
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.potential_enrollees_LRNO .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
}.potential_enrollees_LRNO .learn_pro_jDBR {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding: 0;
}.potential_enrollees_LRNO h4 {
    font-size: 45px;
    padding-left: 35px;
    max-width: 700px;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateZ(40px);
    margin-bottom: 70px;
}.potential_enrollees_LRNO h4::before {
    top: 15px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: calc(100% - 20px);
    content: '';
    width: 8px;
    background: rgb(228,162,190);
}.potential_enrollees_LRNO h4::after {
    left: 30px;
    height: 3px;
    bottom: -15px;
    width: 120px;
    content: '';
    border-radius: 10px;
    position: absolute;
    background: rgb(206,117,156);
}.potential_enrollees_LRNO div > div {
    gap: 25px;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
}.potential_enrollees_LRNO p {
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    align-items: flex-start;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    margin: 0;
    padding: 30px;
    position: relative;
    display: flex;
    transform: translateZ(0);
}.potential_enrollees_LRNO p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.potential_enrollees_LRNO p svg {
    flex-shrink: 0;
    margin-top: 3px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}.potential_enrollees_LRNO p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.potential_enrollees_LRNO p svg path {
    transition: fill 0.3s ease;
    fill: rgb(228,162,190);
}.potential_enrollees_LRNO p:hover svg path {
    fill: rgb(206,117,156);
}.potential_enrollees_LRNO p::after {
    height: 4px;
    transition: transform 0.4s ease;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    bottom: 0;
}.potential_enrollees_LRNO p:hover::after {
    transform: scaleX(1);
}.potential_enrollees_LRNO p:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 5;
}.potential_enrollees_LRNO p:nth-child(2) {
    grid-column: 8 / span 5;
    z-index: 4;
    grid-row: 1;
}.potential_enrollees_LRNO p:nth-child(3) {
    grid-row: 2;
    z-index: 6;
    grid-column: 3 / span 6;
}.potential_enrollees_LRNO p:nth-child(4) {
    grid-column: 1 / span 4;
    grid-row: 3;
    z-index: 3;
}.potential_enrollees_LRNO p:nth-child(5) {
    z-index: 2;
    grid-row: 3;
    grid-column: 6 / span 7;
}.potential_enrollees_LRNO p:nth-child(6) {
    grid-column: 2 / span 5;
    grid-row: 4;
    z-index: 1;
}.potential_enrollees_LRNO p:nth-child(7) {
    grid-column: 8 / span 5;
    grid-row: 4;
    z-index: 1;
}.potential_enrollees_LRNO p:nth-child(8) {
    grid-column: 4 / span 6;
    z-index: 1;
    grid-row: 5;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.potential_enrollees_LRNO p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.potential_enrollees_LRNO p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_enrollees_LRNO p:nth-child(2) {
    animation-delay: 0.3s;
}.potential_enrollees_LRNO p:nth-child(3) {
    animation-delay: 0.5s;
}.potential_enrollees_LRNO p:nth-child(4) {
    animation-delay: 0.7s;
}.potential_enrollees_LRNO p:nth-child(5) {
    animation-delay: 0.9s;
}.potential_enrollees_LRNO p:nth-child(6) {
    animation-delay: 1.1s;
}.potential_enrollees_LRNO p:nth-child(7) {
    animation-delay: 1.3s;
}.potential_enrollees_LRNO p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.potential_enrollees_LRNO p:nth-child(1) {
    grid-column: 1 / span 7;
}.potential_enrollees_LRNO p:nth-child(2) {
    grid-column: 8 / span 5;
}.potential_enrollees_LRNO p:nth-child(3) {
    grid-column: 2 / span 7;
}.potential_enrollees_LRNO p:nth-child(4) {
    grid-column: 1 / span 5;
}.potential_enrollees_LRNO p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.potential_enrollees_LRNO {
    padding: 90px 0 80px;
}.potential_enrollees_LRNO h4 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.85);
}.potential_enrollees_LRNO div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.potential_enrollees_LRNO p {
    padding: 25px;
}.potential_enrollees_LRNO p:nth-child(1) {
    grid-column: 1 / span 4;
}.potential_enrollees_LRNO p:nth-child(2) {
    grid-column: 5 / span 4;
}.potential_enrollees_LRNO p:nth-child(3) {
    grid-column: 2 / span 6;
}.potential_enrollees_LRNO p:nth-child(4) {
    grid-column: 1 / span 3;
}.potential_enrollees_LRNO p:nth-child(5) {
    grid-column: 4 / span 5;
}.potential_enrollees_LRNO p:nth-child(6) {
    grid-column: 2 / span 6;
}.potential_enrollees_LRNO p:nth-child(7) {
    grid-column: 1 / span 4;
}.potential_enrollees_LRNO p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.potential_enrollees_LRNO {
    padding: 80px 0 70px;
}.potential_enrollees_LRNO h4 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.7);
    padding-left: 25px;
}.potential_enrollees_LRNO h4::before {
    width: 6px;
}.potential_enrollees_LRNO div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.potential_enrollees_LRNO p {
    padding: 20px;
    grid-row: auto !important;
    grid-column: 1 !important;
}.potential_enrollees_LRNO p svg {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}}header {
    top: 0;
    position: fixed;
    border-bottom: 2px solid rgb(247,216,227);
    background-color: #ffffff;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}header:before {
    position: absolute;
    left: 0;
    height: 4px;
    background-size: 200% 100%;
    content: '';
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156), rgb(228,162,190));
    animation: gradientMove 6s infinite linear;
    top: 0;
    width: 100%;
}header .header_pagewrap_ICrn {
    width: 100%;
    padding: 0;
}header .container {
    position: relative;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .top_skill_skUK {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .header_mainbar_zxeR {
    display: flex;
    gap: 35px;
    align-items: center;
}header .header_mentor_uosJ {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
}header .header_mentor_uosJ:before {
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    height: 6px;
    top: 50%;
    background-color: rgb(228,162,190);
    left: -15px;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    content: '';
}header .header_mentor_uosJ:after {
    width: 100%;
    background-color: rgb(228,162,190);
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center;
    content: '';
    transition: transform 0.3s ease;
    height: 2px;
    position: absolute;
}header .header_mentor_uosJ:hover {
    color: rgb(228,162,190);
}header .header_mentor_uosJ:hover:before {
    transform: translateY(-50%) scale(1);
}header .header_mentor_uosJ:hover:after {
    transform: scaleX(1);
}header .top_info_hVcp {
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 10px;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .top_info_hVcp:before {
    top: 0;
    height: 100%;
    border: 2px solid transparent;
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(to right, rgb(228,162,190), rgb(206,117,156)) border-box;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border-radius: 10px;
    width: 100%;
    -webkit-mask-composite: xor;
    left: 0;
    mask-composite: exclude;
}header .top_info_hVcp:hover:before {
    opacity: 1;
}header .top_info_hVcp svg {
    height: 42px;
    transition: transform 0.3s ease;
    width: auto;
}header .top_info_hVcp:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header_mainbar_zxeR {
    gap: 20px;
}header .header_mentor_uosJ:before {
    left: -10px;
}header .top_info_hVcp svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_mainbar_zxeR {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    transition: max-height 0.4s ease;
    background-color: #ffffff;
    gap: 0;
    z-index: 1001;
    top: 100%;
    left: 0;
    flex-direction: column;
    border-bottom: 3px solid rgb(228,162,190);
    max-height: 0;
}header .menu.active {
    max-height: 400px;
}header .header_mentor_uosJ {
    border-bottom: 1px solid rgb(247,216,227);
    padding: 12px 20px;
    width: 100%;
}header .header_mentor_uosJ:last-child {
    border-bottom: none;
}header .header_mentor_uosJ:before {
    left: 5px;
}header .top_skill_skUK {
    padding: 5px 0;
}header .top_info_hVcp {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .top_info_hVcp svg {
    height: 32px;
}}.program_overview_pAxJ {
    position: relative;
    background: rgb(247,216,227);
    overflow: hidden;
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
}.program_overview_pAxJ::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(228,162,190,0.5) 0%, transparent 50%, rgb(206,117,156,0.5) 100%);
    animation: backgroundShift 15s infinite alternate;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.7;
    left: 0;
}.program_overview_pAxJ::after {
    width: 100%;
    animation: pulse 8s infinite alternate;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(228,162,190,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
}.program_overview_pAxJ .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.program_overview_pAxJ .study_map_obDl {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    gap: 40px;
    perspective: 1000px;
}.program_overview_pAxJ .study_map_obDl::before {
    height: calc(100% + 60px);
    border: 1px solid rgb(228,162,190,0.5);
    transform: rotateY(5deg) rotateX(2deg);
    animation: borderPulse 4s infinite alternate;
    transform-style: preserve-3d;
    border-radius: 29px;
    top: -30px;
    content: "";
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    z-index: -1;
}.program_overview_pAxJ .text_info_box_ObUI {
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 35px;
    flex-direction: column;
    border-radius: 29px;
    animation: floatPanel 8s ease-in-out infinite;
    position: relative;
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    display: flex;
}.program_overview_pAxJ .text_info_box_ObUI h2 {
    background: linear-gradient(to right, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
    margin-bottom: 25px;
    position: relative;
    border-left: 2px solid rgb(206,117,156);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
    display: inline-block;
    max-width: fit-content;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    transform: translateY(-10px);
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(228,162,190,0.5);
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid rgb(228,162,190);
    background-clip: text !important;
}.program_overview_pAxJ .text_info_box_ObUI .description {
    line-height: 1.9;
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    padding: 18px;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.5px;
    border-left: 3px solid rgb(228,162,190,0.5);
    position: relative;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    backdrop-filter: blur(4px);
}.program_overview_pAxJ .text_info_box_ObUI .description:first-of-type {
    border-left-color: rgb(228,162,190);
}.program_overview_pAxJ .text_info_box_ObUI .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(206,117,156);
}.program_overview_pAxJ .text_info_box_ObUI .description::before {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
}.program_overview_pAxJ .text_info_box_ObUI .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.program_overview_pAxJ .image_list_exzh {
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateZ(0) rotateY(-5deg);
    background-position: center;
    z-index: 4;
    align-self: flex-start;
    background-size: cover;
    overflow: hidden;
    animation: floatImage 6s ease-in-out infinite alternate;
    border-radius: 29px;
    transform-style: preserve-3d;
    height: 450px;
    position: relative;
}.program_overview_pAxJ .image_list_exzh:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(228,162,190,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(228,162,190,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(206,117,156,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(228,162,190,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(228,162,190);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(228,162,190,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(228,162,190);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program_overview_pAxJ {
    padding: 100px 0;
}.program_overview_pAxJ .study_map_obDl {
    gap: 30px;
}.program_overview_pAxJ .text_info_box_ObUI {
    padding: 30px;
}.program_overview_pAxJ .text_info_box_ObUI h2 {
    padding: 12px 18px;
    font-size: calc(38px * 0.9);
}.program_overview_pAxJ .text_info_box_ObUI .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program_overview_pAxJ {
    padding: 80px 0;
}.program_overview_pAxJ .study_map_obDl {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_overview_pAxJ .study_map_obDl::before {
    width: calc(100% + 40px);
    top: -20px;
    transform: none;
    height: calc(100% + 40px);
    left: -20px;
}.program_overview_pAxJ .text_info_box_ObUI {
    order: 2;
    transform: none;
    animation: none;
}.program_overview_pAxJ .image_list_exzh {
    min-height: 400px;
    order: 1;
    transform: none;
    animation: pulse 8s infinite alternate;
}.program_overview_pAxJ .image_list_exzh:hover {
    transform: scale(1.02) translateY(-5px);
}.program_overview_pAxJ .text_info_box_ObUI h2 {
    text-align: center;
    margin-right: auto;
    display: block;
    margin-left: auto;
    max-width: 100%;
}.program_overview_pAxJ .text_info_box_ObUI .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program_overview_pAxJ {
    padding: 60px 0;
}.program_overview_pAxJ .study_map_obDl {
    gap: 30px;
}.program_overview_pAxJ .text_info_box_ObUI {
    gap: 20px;
    padding: 25px;
}.program_overview_pAxJ .text_info_box_ObUI h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(38px * 0.8);
}.program_overview_pAxJ .text_info_box_ObUI .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 12px;
    margin-bottom: 15px;
}.program_overview_pAxJ .image_list_exzh {
    min-height: 350px;
}.program_overview_pAxJ .study_map_obDl::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_overview_pAxJ {
    padding: 40px 0;
}.program_overview_pAxJ .text_info_box_ObUI {
    gap: 15px;
    padding: 20px;
}.program_overview_pAxJ .text_info_box_ObUI h2 {
    padding: 8px 12px;
    font-size: calc(38px * 0.7);
    letter-spacing: 1px;
}.program_overview_pAxJ .text_info_box_ObUI .description {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.program_overview_pAxJ .image_list_exzh {
    min-height: 280px;
}}.privacy_frame_JxUO {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(247,216,227), #ffffff 85%);
}.privacy_frame_JxUO::before {
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(228,162,190,0.5),
        transparent 2px,
        transparent 10px,
        rgb(228,162,190,0.5) 12px
    );
    height: 100%;
    opacity: 0.05;
    position: absolute;
}.privacy_frame_JxUO::after {
    height: 300px;
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
    right: -5%;
    width: 300px;
    border-radius: 50%;
    top: -5%;
    background: radial-gradient(circle, rgb(206,117,156,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    position: absolute;
}.privacy_frame_JxUO .container {
    position: relative;
    transform: translateZ(0);
    gap: 2.5rem;
    max-width: 1140px;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 1;
    margin: 0 auto;
}.privacy_frame_JxUO h1 {
    font-size: calc(46px * 1.1);
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    color: rgb(228,162,190);
    border-bottom: 3px solid rgb(228,162,190);
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
}.privacy_frame_JxUO h1::after {
    background: rgb(206,117,156);
    width: 100px;
    bottom: -3px;
    position: absolute;
    content: "";
    animation: slide 8s infinite ease-in-out;
    height: 3px;
    left: 0;
}.privacy_frame_JxUO h2 {
    padding-left: 1rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    margin: 2rem 0 1rem;
    border-left: 4px solid rgb(206,117,156);
    font-size: 33px;
    color: rgb(228,162,190);
}.privacy_frame_JxUO h2:hover {
    transform: translateX(5px);
}.privacy_frame_JxUO h3 {
    font-weight: 600;
    color: #000000;
    font-size: calc(33px * 0.85);
    padding-left: 0.75rem;
    margin: 1.5rem 0 0.75rem;
    border-left: 3px solid rgb(206,117,156,0.5);
}.privacy_frame_JxUO h4 {
    font-size: calc(33px * 0.7);
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    padding-left: 0.5rem;
    border-left: 2px solid rgb(206,117,156,0.5);
}.privacy_frame_JxUO p {
    font-size: 13px;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.privacy_frame_JxUO span {
    border-left: 2px solid rgb(206,117,156,0.5);
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    display: block;
}.privacy_frame_JxUO span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.privacy_frame_JxUO ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1rem;
    list-style: none;
}.privacy_frame_JxUO li {
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.75rem;
    font-size: 13px;
    position: relative;
    color: #000000;
}.privacy_frame_JxUO li::before {
    top: 0.6rem;
    left: 0;
    content: "";
    height: 8px;
    position: absolute;
    transition: transform 0.2s ease;
    border: 2px solid rgb(206,117,156);
    transform: rotate(45deg);
    width: 8px;
}.privacy_frame_JxUO li:hover::before {
    transform: rotate(225deg);
}.privacy_frame_JxUO strong {
    color: rgb(228,162,190);
    font-weight: 600;
}

@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}

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

@media (min-width: 768px) {.privacy_frame_JxUO {
    padding: 7rem 3rem;
}.privacy_frame_JxUO .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
}.privacy_frame_JxUO h1 {
    transform: translateX(-1rem);
    margin-bottom: 2rem;
    font-size: calc(46px * 1.2);
}.privacy_frame_JxUO h2 {
    font-size: calc(33px * 1.1);
    padding-left: 1.25rem;
}.privacy_frame_JxUO p {
    font-size: calc(13px * 1.05);
    line-height: 1.75;
}.privacy_frame_JxUO span {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-left: 1rem;
    padding: 1.5rem;
}.privacy_frame_JxUO ul {
    margin-left: 2rem;
}.privacy_frame_JxUO li {
    padding-left: 2rem;
}.privacy_frame_JxUO li::before {
    width: 10px;
    height: 10px;
}
}

@media (min-width: 992px) {.privacy_frame_JxUO {
    padding: 8rem 5rem;
}.privacy_frame_JxUO::before {
    background-size: 15px 15px;
}.privacy_frame_JxUO .container {
    gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr);
}.privacy_frame_JxUO h1 {
    padding-bottom: 1.25rem;
    font-size: calc(46px * 1.3);
    margin-bottom: 2.5rem;
}.privacy_frame_JxUO h2 {
    margin: 3rem 0 1.5rem;
}.privacy_frame_JxUO h3, 
    .privacy_frame_JxUO h4 {
    margin: 2rem 0 1rem;
}.privacy_frame_JxUO p,
    .privacy_frame_JxUO span {
    line-height: 1.8;
}.privacy_frame_JxUO span {
    transition: all 0.3s ease;
    transform: translateZ(0);
}.privacy_frame_JxUO span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}.privacy_frame_JxUO ul {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    display: grid;
    gap: 1rem 2rem;
    margin: 2rem 0 3rem 2rem;
}.privacy_frame_JxUO li {
    margin-bottom: 1.25rem;
}.privacy_frame_JxUO li:hover {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}}.get_in_touch_gfaB {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(247,216,227) 0%, #1a1e2e 100%);
}.get_in_touch_gfaB::before {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(228,162,190), 0.05) 100%);
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
}.get_in_touch_gfaB::after {
    left: 0;
    content: "";
    bottom: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100px;
}.get_in_touch_gfaB .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.get_in_touch_gfaB h2 {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}.get_in_touch_gfaB h2::before {
    background: rgb(228,162,190);
    content: "";
    height: 2px;
    bottom: -20px;
    position: absolute;
    width: 30px;
    left: calc(50% - 50px);
}.get_in_touch_gfaB h2::after {
    height: 2px;
    left: calc(50% - 10px);
    content: "";
    bottom: -20px;
    background: rgb(228,162,190);
    width: 70px;
    position: absolute;
}.get_in_touch_gfaB .query_links_VHby {
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 14px;
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}.get_in_touch_gfaB .image_list_exzh {
    position: relative;
    min-height: 100%;
}.get_in_touch_gfaB .image_list_exzh::before {
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    position: absolute;
    content: "";
    top: 0;
}.get_in_touch_gfaB .image_list_exzh::after {
    animation: scanLines 5s linear infinite;
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(228,162,190), 0.1) 10px, rgba(rgb(228,162,190), 0.1) 11px);
    top: 0;
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.get_in_touch_gfaB .contact_inquiry_RiVf {
    position: relative;
    padding: 50px;
}.get_in_touch_gfaB .contact_inquiry_RiVf::before {
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}.get_in_touch_gfaB #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.get_in_touch_gfaB h3 {
    position: relative;
    font-size: 21px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}.get_in_touch_gfaB h3::after {
    height: 2px;
    bottom: -10px;
    background: rgb(228,162,190);
    width: 50px;
    left: 0;
    position: absolute;
    content: "";
}.get_in_touch_gfaB input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.get_in_touch_gfaB input[type="text"]:focus {
    border-color: rgb(228,162,190);
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(228,162,190), 0.2);
}.get_in_touch_gfaB input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.get_in_touch_gfaB .reach_message_VxTz {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 5px;
}.get_in_touch_gfaB .reach_message_VxTz input[type="checkbox"] {
    width: 24px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    height: 24px;
    appearance: none;
    margin-top: 2px;
}.get_in_touch_gfaB .reach_message_VxTz input[type="checkbox"]:checked {
    background: rgb(228,162,190);
    border-color: rgb(228,162,190);
}.get_in_touch_gfaB .reach_message_VxTz input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    top: 6px;
    width: 6px;
    left: 9px;
    height: 10px;
}.get_in_touch_gfaB .reach_message_VxTz label {
    font-size: calc(15px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.get_in_touch_gfaB .reach_message_VxTz a {
    position: relative;
    color: rgb(228,162,190);
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touch_gfaB .reach_message_VxTz a:hover {
    color: #ffffff;
}.get_in_touch_gfaB .reach_message_VxTz a::after {
    content: "";
    bottom: -2px;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgb(228,162,190);
    position: absolute;
    transition: all 0.3s ease;
}.get_in_touch_gfaB .reach_message_VxTz a:hover::after {
    background: #ffffff;
}.get_in_touch_gfaB .reach_map_TsOM {
    color: #ffffff;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    border-radius: 10px;
    align-self: flex-start;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(228,162,190);
    padding: 16px 35px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
}.get_in_touch_gfaB .reach_map_TsOM::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    left: -100%;
}.get_in_touch_gfaB .reach_map_TsOM:hover {
    transform: translateY(-3px);
    background: rgb(206,117,156);
}.get_in_touch_gfaB .reach_map_TsOM:hover::before {
    left: 100%;
}.get_in_touch_gfaB svg {
    fill: rgb(228,162,190);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(228,162,190), 0.5));
    height: 22px;
    width: 22px;
}.get_in_touch_gfaB svg path {
    transition: all 0.3s ease;
    fill: rgb(228,162,190);
}.get_in_touch_gfaB svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.get_in_touch_gfaB svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.get_in_touch_gfaB {
    padding: 70px 0;
}.get_in_touch_gfaB .query_links_VHby {
    grid-template-columns: 1fr;
}.get_in_touch_gfaB .image_list_exzh {
    min-height: 300px;
}.get_in_touch_gfaB .contact_inquiry_RiVf {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.get_in_touch_gfaB {
    padding: 50px 0;
}.get_in_touch_gfaB h2 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.get_in_touch_gfaB .image_list_exzh {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touch_gfaB {
    padding: 40px 0;
}.get_in_touch_gfaB .container {
    padding: 0 15px;
}.get_in_touch_gfaB h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 40px;
}.get_in_touch_gfaB h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.get_in_touch_gfaB h2::after {
    width: 50px;
}.get_in_touch_gfaB .contact_inquiry_RiVf {
    padding: 30px 20px 40px;
}.get_in_touch_gfaB #contact {
    gap: 20px;
}.get_in_touch_gfaB .reach_map_TsOM {
    width: 100%;
}.get_in_touch_gfaB .image_list_exzh {
    min-height: 200px;
}}.learning_profits_LlUv {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(210deg, #000000 0%, rgb(247,216,227) 100%);
}.learning_profits_LlUv::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(228,162,190,0.5),
        rgb(228,162,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.07;
    height: 200%;
    animation: gridMove 40s linear infinite;
    content: '';
    top: -50%;
    width: 140%;
    transform: rotate(15deg);
    position: absolute;
    left: -20%;
}.learning_profits_LlUv::after {
    border-radius: 50%;
    position: absolute;
    right: -300px;
    content: '';
    animation: pulse 15s infinite alternate;
    width: 600px;
    background: radial-gradient(circle, rgb(206,117,156,0.5) 0%, transparent 70%);
    bottom: -300px;
    filter: blur(80px);
    height: 600px;
}.learning_profits_LlUv .learn_pro_jDBR {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1280px;
    gap: 70px;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
}.learning_profits_LlUv .image_list_exzh {
    transition: transform 0.7s ease;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    min-height: 550px;
    overflow: hidden;
    transform: perspective(1200px) rotateY(5deg);
}.learning_profits_LlUv .image_list_exzh::before {
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    content: '';
    position: absolute;
    inset: 0;
}.learning_profits_LlUv .image_list_exzh::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    z-index: 3;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgb(228,162,190,0.5) 100%);
}.learning_profits_LlUv .image_list_exzh:hover {
    transform: perspective(1200px) rotateY(0deg);
}.learning_profits_LlUv .text_info_box_ObUI {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.learning_profits_LlUv .text_info_box_ObUI::before {
    right: -30px;
    opacity: 0.3;
    content: '';
    top: -30px;
    height: 150px;
    animation: morphing 10s linear infinite;
    border: 2px solid rgb(228,162,190,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 150px;
    position: absolute;
    z-index: -1;
}.learning_profits_LlUv h2 {
    font-size: 36px;
    margin-bottom: 35px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
}.learning_profits_LlUv h2::before {
    height: 2px;
    background-color: rgb(228,162,190);
    content: '';
    position: absolute;
    transform: translateY(-50%);
    left: -30px;
    width: 20px;
    top: 50%;
}.learning_profits_LlUv .text_main_holder {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.learning_profits_LlUv .text_main_holder > div {
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    gap: 15px;
    align-items: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.learning_profits_LlUv .text_main_holder > div::before {
    height: 100%;
    top: 0;
    width: 5px;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    transition: width 0.3s ease;
    opacity: 0.8;
}.learning_profits_LlUv .text_main_holder > div::after {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(228,162,190,0.5));
    right: 0;
    height: 1px;
    bottom: 0;
    content: '';
    width: 30%;
}.learning_profits_LlUv .text_main_holder > div:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.learning_profits_LlUv .text_main_holder > div:hover::before {
    width: 10px;
}.learning_profits_LlUv .text_main_holder svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}.learning_profits_LlUv .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.learning_profits_LlUv .text_main_holder svg path {
    fill: rgb(206,117,156);
    transition: fill 0.3s ease;
}.learning_profits_LlUv .text_main_holder > div:hover svg path {
    fill: rgb(228,162,190);
}.learning_profits_LlUv .text_main_holder p {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    z-index: 1;
    color: #ffffff;
    margin: 0;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.learning_profits_LlUv .learn_pro_jDBR {
    grid-template-columns: 1fr;
    gap: 50px;
}.learning_profits_LlUv .image_list_exzh {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.learning_profits_LlUv {
    padding: 80px 0;
}.learning_profits_LlUv .image_list_exzh {
    min-height: 350px;
}.learning_profits_LlUv h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.learning_profits_LlUv .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.learning_profits_LlUv .text_main_holder > div {
    padding: 20px;
}.learning_profits_LlUv .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.learning_profits_LlUv {
    padding: 60px 0;
}.learning_profits_LlUv .learn_pro_jDBR {
    gap: 40px;
}.learning_profits_LlUv .image_list_exzh {
    min-height: 280px;
}.learning_profits_LlUv h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.learning_profits_LlUv h2::before {
    left: -20px;
    width: 15px;
}.learning_profits_LlUv .text_main_holder > div {
    padding: 15px;
    gap: 12px;
}.learning_profits_LlUv .text_main_holder svg {
    width: 24px;
    height: 24px;
}}.our_team_HgcY {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_team_HgcY::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(228,162,190,0.5), rgba(0, 0, 0, 0.5) 75%);
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}.our_team_HgcY::after {
    height: 200%;
    background: rgb(206,117,156);
    width: 45%;
    opacity: 0.15;
    animation: floatElement 20s infinite alternate ease-in-out;
    top: -10%;
    z-index: 0;
    content: "";
    position: absolute;
    transform: rotate(-25deg);
    right: -5%;
}.our_team_HgcY .container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.our_team_HgcY h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    transform: translateX(-5px);
}.our_team_HgcY h2::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 3px;
    content: "";
    animation: expandWidth 0.7s ease-out forwards;
    background: linear-gradient(90deg, rgb(206,117,156), transparent);
}.our_team_HgcY .text_info_box_ObUI {
    z-index: 3;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    display: grid;
    position: relative;
    gap: 30px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.92);
}.our_team_HgcY .text_info_box_ObUI::before {
    top: 0;
    height: 0;
    animation: growVertical 1s 0.3s ease-out forwards;
    background: rgb(228,162,190);
    position: absolute;
    content: "";
    width: 6px;
    left: 0;
}.our_team_HgcY .text_info_box_ObUI > div {
    position: relative;
}.our_team_HgcY .text_info_box_ObUI p {
    position: relative;
    color: rgb(228,162,190);
    padding-left: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-size: calc(12px * 1.5);
    font-weight: 600;
}.our_team_HgcY .text_info_box_ObUI p::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    background: rgb(206,117,156);
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
}.our_team_HgcY .text_info_box_ObUI div > div {
    color: #000000;
    font-size: 12px;
    padding-left: 15px;
    column-count: 1;
    position: relative;
    column-gap: 40px;
    line-height: 1.8;
}.our_team_HgcY .text_info_box_ObUI:hover {
    transform: translateY(-5px);
}.our_team_HgcY .text_info_box_ObUI:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.our_team_HgcY {
    padding: 150px 0;
}.our_team_HgcY h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 60px;
}.our_team_HgcY h2::after {
    width: 120px;
}.our_team_HgcY .text_info_box_ObUI {
    padding: 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}.our_team_HgcY .text_info_box_ObUI div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.our_team_HgcY {
    padding: 180px 0;
}.our_team_HgcY::after {
    width: 60%;
    right: -10%;
    top: -20%;
}.our_team_HgcY h2 {
    transform: translateX(-10px);
}.our_team_HgcY .text_info_box_ObUI {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 80px;
}.our_team_HgcY .text_info_box_ObUI::before {
    width: 8px;
}.our_team_HgcY .text_info_box_ObUI div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_team_HgcY h2 {
    margin-bottom: 80px;
}.our_team_HgcY .text_info_box_ObUI {
    margin-left: 120px;
    width: calc(100% - 120px);
    padding: 100px;
}.our_team_HgcY .text_info_box_ObUI::before {
    width: 10px;
}
}

@media (max-width: 767px) {.our_team_HgcY {
    padding: 80px 0;
}.our_team_HgcY h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.our_team_HgcY .text_info_box_ObUI {
    padding: 30px 20px;
}.our_team_HgcY .text_info_box_ObUI p {
    font-size: calc(12px * 1.2);
    margin-bottom: 15px;
}.our_team_HgcY .text_info_box_ObUI div > div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}footer {
    width: 100%;
    position: relative;
}footer .tech_stack_wtAb {
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(228,162,190) 100%);
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .tech_stack_wtAb::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.05;
    content: '';
    height: 100%;
    z-index: -1;
}footer .tech_stack_wtAb::after {
    position: absolute;
    left: 0;
    height: 3px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(228,162,190) 0%, 
        rgb(206,117,156) 50%, 
        rgb(228,162,190) 100%);
    animation: glowBorder 3s infinite linear;
    width: 100%;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .tech_stack_wtAb .container {
    z-index: 2;
    position: relative;
}footer .digital_res_DVcY {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .talk_team_zQiw {
    justify-content: space-between;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}footer .talk_team_zQiw::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(206,117,156,0.5) 50%, 
        transparent 100%);
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    content: '';
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    min-width: 200px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    flex: 1;
    border-radius: 10px;
    padding: 15px;
    transform: translateY(0);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    align-items: center;
    gap: 10px;
    display: flex;
    text-decoration: none;
    transition: color 0.3s ease;
}footer .info_item svg {
    flex-shrink: 0;
    fill: rgb(206,117,156);
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(206,117,156);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 40px;
    display: grid;
}footer .head_learn_AwtH {
    gap: 20px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .head_learn_AwtH svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(228,162,190,0.5));
    height: auto;
}footer .study_bottom_zFKD {
    font-size: 14px;
    max-width: 300px;
    opacity: 0.7;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
}footer .header_mainbar_zxeR {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .header_mainbar_zxeR h5 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 5px;
}footer .header_mainbar_zxeR h5::after {
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(206,117,156);
    width: 50px;
    left: 0;
    content: '';
    height: 3px;
}footer .top_know_Yaud {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
}footer .top_know_Yaud a {
    text-decoration: none;
    opacity: 0.8;
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
}footer .top_know_Yaud a::before {
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    content: '';
    background: rgb(206,117,156);
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 50%;
}footer .top_know_Yaud a:hover {
    opacity: 1;
    color: rgb(206,117,156);
    transform: translateX(5px);
}footer .top_know_Yaud a:hover::before {
    box-shadow: 0 0 10px rgb(206,117,156);
    width: 8px;
    height: 8px;
    opacity: 1;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 16px;
    display: flex;
    gap: 15px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    outline: none;
    padding: 14px 15px;
    font-size: 13px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(206,117,156);
    box-shadow: 0 0 15px rgb(206,117,156,0.5);
}footer .updates_list_YnTh {
    letter-spacing: 1px;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(206,117,156) 0%, rgb(228,162,190) 100%);
    font-size: 20px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 12px 24px;
}footer .updates_list_YnTh::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
}footer .updates_list_YnTh:hover::before {
    left: 100%;
}footer .updates_list_YnTh:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .enroll_info_QgCx {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .enroll_info_QgCx::before {
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(206,117,156,0.5) 50%, 
        transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
}footer .cheat_sheet_hEoK {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 992px) {footer .tech_stack_wtAb {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .talk_team_zQiw {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .tech_stack_wtAb {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .header_mainbar_zxeR {
    gap: 15px;
}footer .talk_team_zQiw {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .updates_list_YnTh {
    width: 100%;
}
}

@media (max-width: 576px) {footer .tech_stack_wtAb {
    padding: 40px 0 30px;
}footer .head_learn_AwtH {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .study_bottom_zFKD {
    text-align: center;
    margin: 0 auto;
}footer .header_mainbar_zxeR h5 {
    text-align: center;
}footer .header_mainbar_zxeR h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .top_know_Yaud {
    align-items: center;
}footer .top_know_Yaud a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}
}