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

html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
}

.newsletter_signup_XVz::before {
    background: 
        linear-gradient(0deg, transparent 40%, rgb(151,146,175,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(101,93,142,0.5) 0, rgb(101,93,142,0.5) 2px, transparent 2px, transparent 8px);
    animation: movePattern 20s linear infinite;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
}

.newsletter_signup_XVz input[type="email"] {
    border: none;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 13px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.newsletter_signup_XVz .news_alert_MIU:hover::before {
    opacity: 1;
}

.program_overview_LzC {
    background: linear-gradient(120deg, #000000 20%, rgb(101,93,142,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}

.program_overview_LzC::after {
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(101,93,142,0.5) 0%, transparent 40%);
    opacity: 0.8;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
}

.program_overview_LzC .top_head_BPK {
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
    margin-bottom: 2rem;
    position: relative;
    height: 90px;
}

.program_overview_LzC .top_head_BPK::before {
    border-radius: 12px;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(151,146,175) 0%,
        rgb(101,93,142) 100%
    );
    filter: blur(5px);
    z-index: -1;
    inset: -5px;
    position: absolute;
    transform: rotate(5deg);
    animation: pulseLogo 4s ease-in-out infinite alternate;
}

.program_overview_LzC p {
    max-width: 600px;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    position: relative;
    margin-bottom: 2rem;
}

.program_overview_LzC .knowledge_hub_niA:hover .img_img_pPa {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}

.title_opener_SNo > div {
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 1200px;
}

.title_opener_SNo .quick_skill_ycj::before {
    transition: transform 0.3s ease-in-out;
    left: -10px;
    opacity: 0.8;
    content: "";
    top: -10px;
    position: absolute;
    height: 60px;
    width: 60px;
    border-top: 3px solid rgb(151,146,175);
    transform: scale(0.9);
    border-left: 3px solid rgb(151,146,175);
}

.title_opener_SNo .learn_head_tWk:hover {
    transform: translateY(-5px);
}

.title_opener_SNo .learn_head_tWk > div > div {
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-10px);
    border-left: 4px solid rgb(101,93,142);
    margin-bottom: 2rem;
}

.appSpot_PCg::after {
    content: "";
    opacity: 0.04;
    width: 150%;
    transform: rotate(-5deg);
    animation: patternShift 20s infinite linear;
    top: -25%;
    left: -25%;
    z-index: 0;
    background: repeating-linear-gradient(45deg, rgb(151,146,175,0.5) 0px, transparent 2px, transparent 10px);
    position: absolute;
    height: 150%;
}

.appSpot_PCg .knowledge_hub_niA::before {
    border-radius: 10px;
    filter: blur(12px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    opacity: 0.3;
    z-index: -1;
    width: 95%;
    position: absolute;
    height: 100%;
    top: -8px;
    background: linear-gradient(180deg, rgb(151,146,175,0.5) 0%, transparent 80%);
}

.appSpot_PCg li span {
    color: #000000;
    display: block;
    opacity: 0;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-size: 15px;
    letter-spacing: 0.01em;
}

.user_reviews_lZX h2 {
    text-align: center;
    transform-origin: center bottom;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(5deg);
    font-size: 37px;
    color: #000000;
}

.user_reviews_lZX .review_carousel_lTZ {
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    transform-origin: center center;
    backface-visibility: hidden;
    border-radius: 27px;
    padding: 30px 25px 25px;
    background: #ffffff;
}

.user_reviews_lZX .review_carousel_lTZ .description {
    line-height: 1.65;
    margin-bottom: 20px;
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 17px;
}

.user_reviews_lZX .review_carousel_lTZ:hover img {
    transform: scale(1.1);
}

.potential_enrollees_amR::before {
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(101,93,142,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(151,146,175,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.2;
    width: 100%;
    content: '';
    top: 0;
}

.potential_enrollees_amR li::after {
    transition: all 0.5s ease;
    left: -50%;
    top: -50%;
    content: '';
    opacity: 0;
    width: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    position: absolute;
    height: 200%;
    transform: scale(0.8);
    z-index: -1;
}

.potential_enrollees_amR li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}

.potential_enrollees_amR li svg path {
    transition: all 0.5s ease;
}

.potential_enrollees_amR li:hover svg path {
    fill: rgb(151,146,175);
}

.potential_enrollees_amR li:nth-child(4) {
    animation-delay: 0.9s;
}

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

.about_this_aYw .skill_lab_fdh {
    flex: 0 0 350px;
    position: relative;
}

.about_this_aYw .skill_lab_fdh::before {
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    background-color: rgb(151,146,175);
    top: 20px;
    transition: transform 0.4s ease;
    left: 20px;
    width: 100%;
    content: "";
}

.about_this_aYw .text_wrapper_qyA {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 25px;
}

.about_this_aYw .success_metric_ULH svg {
    fill: rgb(151,146,175);
    width: 50px;
    height: 50px;
}

.about_this_aYw p {
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 15px 0 0 0;
    font-size: 17px;
}

.media_kit_jCy .company_holder h3::after {
    left: 0;
    position: absolute;
    width: 40%;
    content: '';
    bottom: -5px;
    background: rgb(151,146,175);
    transition: width 0.3s ease-in-out;
    height: 2px;
}

.media_kit_jCy .partner_logo_iKP {
    display: flex;
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
}

.media_kit_jCy .head_site_ARC {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
}

.media_kit_jCy .head_site_ARC .nav_main_RAt a {
    text-decoration: none;
    opacity: 0.85;
    padding-left: 0;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: calc(16px * 0.95);
    transition: all 0.3s ease;
}

.site_map_wuE .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.site_map_wuE .footer_account_fub {
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-align: center;
    transition: opacity 0.3s ease;
    color: #ffffff;
    font-size: 16px;
}

.educational_yield_nQU::before {
    content: '';
    width: 50%;
    background: linear-gradient(120deg, rgb(101,93,142,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skewX(5deg);
    top: -5%;
    left: -10%;
    height: 70%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 1;
}

.educational_yield_nQU .text_wrapper_qyA {
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    padding: 40px;
    border-left: 4px solid rgb(151,146,175);
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transform: translateZ(0) perspective(1000px);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
}

.educational_yield_nQU li:hover {
    transform: translateX(5px);
}

.educational_yield_nQU li p span:last-child {
    flex-grow: 1;
}

.educational_yield_nQU li:hover svg {
    transform: rotate(5deg);
}

.educational_yield_nQU .img_img_pPa {
    object-fit: cover;
    border-radius: 21px;
    display: block;
    transform: translateY(0) rotate(0deg);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    height: auto;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.12);
    aspect-ratio: 16/9;
}

header .top_primary_bMh .top_head_BPK .header_primary_qlg {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

header .top_primary_bMh .head_site_ARC {
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 10px;
    border-radius: 20px;
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL a::before {
    top: 0;
    background: linear-gradient(135deg, rgb(151,146,175), rgb(101,93,142));
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(151,146,175), rgb(101,93,142));
}

.contact_LsA::after {
    z-index: 0;
    position: absolute;
    content: '';
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(151,146,175,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(101,93,142,0.5) 50%, transparent 100%);
    height: 100%;
    width: 100%;
    opacity: 0.3;
    animation: gradientShift 20s infinite alternate;
    left: 0;
}

.contact_LsA .get_helpdesk_vjB h2 {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(151,146,175);
    font-size: 31px;
    position: relative;
}

.contact_LsA .talk_support_oab {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact_LsA .get_help_zmf h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(151,146,175);
    margin-bottom: 15px;
}

.contact_LsA .contact_tile.contact_form_TGY {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.contact_LsA .contact_form_TGY a::before {
    border-radius: 50%;
    left: 0;
    content: '';
    background: rgb(151,146,175,0.5);
    top: 5px;
    height: 30px;
    transition: all 0.3s ease;
    position: absolute;
    width: 30px;
}

.contact_LsA .get_helpdesk_vjB .img_img_pPa {
    height: 100%;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
}

.contact_LsA .get_helpdesk_vjB > p svg {
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    transition: all 0.3s ease;
    margin-right: 10px;
    top: -2px;
    position: relative;
    width: 20px;
}

.privacy_refuge_msD h1 {
    font-weight: 700;
    background: rgb(151,146,175);
    font-size: 38px;
    letter-spacing: 3px;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    grid-column: span 2;
}

.privacy_refuge_msD li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: rgb(101,93,142);
    height: 6px;
    content: "";
    left: -10px;
    top: 50%;
    box-shadow: 0 0 0 2px #ffffff;
    position: absolute;
    width: 6px;
}

.education_history_JRN .review_carousel_lTZ {
    display: grid;
    position: relative;
    margin: 0 auto;
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
    z-index: 1;
    gap: 0;
    max-width: 1100px;
}

.education_history_JRN .emp_block_Ovr::before {
    width: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    background: linear-gradient(to bottom, rgb(151,146,175), rgb(101,93,142));
    content: "";
    height: 60%;
    transform: translateY(-50%);
}

.education_history_JRN .career_projects_rzN::after {
    font-family: serif;
    color: rgb(151,146,175,0.5);
    bottom: -2rem;
    content: "";
    line-height: 0;
    font-size: 5rem;
    right: 0;
    position: absolute;
}

.pricing_cluster_XWs {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}

.pricing_cluster_XWs .pricing_catalog_YcE {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.pricing_cluster_XWs h2::after {
    content: "";
    display: block;
    background: rgb(151,146,175);
    border-radius: 2px;
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    height: 4px;
    margin: 16px auto 0;
    width: 80px;
}

.pricing_cluster_XWs .rate_panel_alv li:hover {
    transform: translateY(-8px);
}

.pricing_cluster_XWs .price_schemes_eJt::before {
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(145deg, rgba(rgb(151,146,175), 0.03), rgba(rgb(101,93,142), 0.05));
    position: absolute;
    top: 0;
}

.pricing_cluster_XWs .pricing_offers_WKF:hover .price_schemes_eJt::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}

.pricing_cluster_XWs .cost_rates_tKZ h4 {
    color: #000000;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: calc(22px + 2px);
}

.pricing_cluster_XWs .pricing_offers_WKF:hover .learning_fees_zpk {
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.cookieAlertContainer_Rrp p {
    font-size: 17px;
    color: #ffffff;
    max-width: 500px;
}

.cookie_reset_TwX svg, .cookie_reset_TwX svg path {
    fill: rgb(151,146,175);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}

.data_approval_hZE:hover {
    transform: scale(1.05);
    box-shadow: rgb(151,146,175,0.5) 0px 6px 15px 0px;
}

.wrapper-container_POs .data_approval_hZE {
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 18px;
    background: rgb(151,146,175);
    font-weight: 400;
    color: #ffffff;
}



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

.contact_panel_HEw h2::before {
    background: linear-gradient(90deg, transparent, rgb(151,146,175), transparent);
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -10px;
    width: 100%;
}

.contact_panel_HEw .img_img_pPa {
    transform: translateZ(0);
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 45%;
}

.contact_panel_HEw .img_img_pPa::after {
    height: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    z-index: 2;
    position: absolute;
    content: "";
    top: -100%;
    width: 300%;
    left: -100%;
    animation: shine 6s infinite ease-in-out;
}

.contact_panel_HEw form input[type="text"] {
    color: #000000;
    margin-bottom: 25px;
    padding: 18px 25px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border-radius: 8px;
    border: 1px solid rgba(rgb(151,146,175), 0.1);
    font-size: 13px;
    background: rgba(rgb(192,188,200), 0.5);
    width: 100%;
}

.contact_panel_HEw .help_widget_dYA label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
}

.contact_panel_HEw .help_widget_dYA label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(151,146,175);
    transition: all 0.3s ease;
}

.contact_panel_HEw .help_widget_dYA label a:hover::after {
    background: rgb(101,93,142);
    transform: scaleX(1);
    transform-origin: left;
}

.contact_panel_HEw .reach_map_qXr::after {
    transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    transition: all 0.5s ease;
    top: -50%;
    width: 50px;
    left: -10px;
    height: 50px;
    content: "";
    position: absolute;
    border-radius: 50%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media screen and (max-width: 1200px) {.program_overview_LzC .knowledge_hub_niA {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.program_overview_LzC .study_route_ghB {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.program_overview_LzC h3 {
    font-size: calc(37px * 0.9);
}
}



@media screen and (max-width: 576px) {.program_overview_LzC {
    padding: 3rem 0;
}.program_overview_LzC .img_img_pPa {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.program_overview_LzC .study_route_ghB {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.program_overview_LzC .top_head_BPK {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.program_overview_LzC .top_head_BPK svg {
    height: 40px;
    width: 40px;
}.program_overview_LzC h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.program_overview_LzC h3::before {
    bottom: -8px;
    width: 30px;
    height: 2px;
}.program_overview_LzC h3::after {
    width: 60px;
    height: 1px;
    bottom: -12px;
}.program_overview_LzC p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.program_overview_LzC .knowledge_hub_niA:hover .study_route_ghB {
    transform: translateY(-35px);
}}



@media (min-width: 576px) {.user_reviews_lZX .opinion_showcase_azl {
    grid-template-columns: repeat(2, 1fr);
}.user_reviews_lZX h2 {
    margin-bottom: 70px;
}
}



@media (min-width: 1200px) {.user_reviews_lZX .opinion_showcase_azl {
    grid-template-columns: repeat(4, 1fr);
}.user_reviews_lZX h2::after {
    width: 100px;
}.user_reviews_lZX .container.knowledge_hub_niA {
    padding: 0;
}
}



@media (max-width: 991px) {.potential_enrollees_amR {
    padding: 5rem 0;
}.potential_enrollees_amR h3 {
    margin-bottom: 3rem;
    font-size: calc(42px * 0.8);
}.potential_enrollees_amR ul {
    gap: 2rem;
}.potential_enrollees_amR li {
    padding: 2rem 1.5rem;
}.potential_enrollees_amR li svg {
    margin-bottom: 1.2rem;
    height: 60px;
    width: 60px;
}
}



@media (max-width: 768px) {.about_this_aYw {
    padding: 60px 0;
}.about_this_aYw::before,
    .about_this_aYw::after {
    opacity: 0.5;
}.about_this_aYw .skill_lab_fdh {
    max-width: 380px;
}.about_this_aYw .img_img_pPa {
    height: 300px;
}.about_this_aYw .skill_studio_qed {
    bottom: -25px;
    right: -25px;
    padding: 18px;
}.about_this_aYw .academy_track_MXG {
    font-size: calc(18px * 0.9);
}.about_this_aYw .expert_team_rUw {
    font-size: calc(17px * 0.9);
}.about_this_aYw h2 {
    font-size: calc(38px * 0.9);
}.about_this_aYw h2::after {
    width: 60px;
    height: 3px;
}
}



@media (min-width: 992px) {.educational_yield_nQU {
    padding: 150px 0;
}.educational_yield_nQU .knowledge_hub_niA {
    grid-template-columns: 60% 40%;
    align-items: center;
}.educational_yield_nQU h4 {
    font-size: calc(19px * 1.1);
}.educational_yield_nQU .img_img_pPa {
    max-height: 500px;
    height: 100%;
}
}



@media (max-width: 767px) {header .top_primary_bMh {
    padding: 15px 10px;
}header .top_primary_bMh .top_head_BPK .header_primary_qlg svg {
    height: 40px;
}header .top_primary_bMh .head_site_ARC {
    padding: 5px;
}header .top_primary_bMh .head_site_ARC .nav_master_hGL a {
    padding: 5px 10px;
    font-size: calc(13px - 2px);
}}



@media (max-width: 576px) {.contact_LsA {
    padding: 40px 0;
}.contact_LsA .get_helpdesk_vjB {
    padding: 25px 20px;
}.contact_LsA .get_helpdesk_vjB h2 {
    font-size: calc(31px * 0.8);
}.contact_LsA .get_helpdesk_vjB .img_img_pPa {
    height: 250px;
}.contact_LsA .contact_form_TGY a {
    padding-left: 35px;
}.contact_LsA .contact_form_TGY a::before {
    width: 25px;
    height: 25px;
}.contact_LsA svg {
    left: 5px;
    height: 16px;
    width: 16px;
    top: 12px;
}}



@media (max-width: 992px) {.pricing_cluster_XWs {
    padding: 80px 0;
}.pricing_cluster_XWs .rate_panel_alv {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_cluster_XWs .cost_rates_tKZ {
    padding: 30px 20px;
}.pricing_cluster_XWs .learning_fees_zpk {
    padding: 8px 16px;
    font-size: calc(22px + 2px);
}
}


@media only screen and (max-width: 1200px) {.cookieAlertContainer_Rrp {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_reset_TwX {
    display: none;
}.track_ack_JlR {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAlertContainer_Rrp h5 {
    text-align: center;
}.cookieAlertContainer_Rrp p {
    text-align: center;
}.cookie_visitor_gAM {
    text-align: center;
    margin-bottom: 20px;
}.data_approval_hZE {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
}}



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



@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

