* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-canvas_TlujSbG {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1237px;
}.trade_mark_WEgeYM6 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.head_train_V8GP1Wi {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.audience_profile_YydLfra {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background-color: rgb(192,194,200);
    overflow: hidden;
}.audience_profile_YydLfra::before,
.audience_profile_YydLfra::after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(149,156,178) 50%, 
        transparent 80%);
    width: 1px;
    animation: beamScan 8s infinite ease-out;
}.audience_profile_YydLfra::before {
    left: 25%;
    animation-delay: 0s;
}.audience_profile_YydLfra::after {
    right: 25%;
    animation-delay: 4s;
}.audience_profile_YydLfra .skill_growth_dSqwgXk {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.audience_profile_YydLfra .skill_growth_dSqwgXk::before,
.audience_profile_YydLfra .skill_growth_dSqwgXk::after {
    opacity: 0;
    z-index: -1;
    width: 100%;
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(92,111,163) 50%, 
        transparent 90%);
    animation: horizontalBeam 10s infinite ease-out;
}.audience_profile_YydLfra .skill_growth_dSqwgXk::before {
    animation-delay: 2s;
    top: 30%;
}.audience_profile_YydLfra .skill_growth_dSqwgXk::after {
    bottom: 30%;
    animation-delay: 6s;
}.audience_profile_YydLfra h3 {
    font-weight: 600;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    color: rgb(149,156,178);
    font-size: 36px;
}.audience_profile_YydLfra h3::after {
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
    opacity: 0.7;
    position: absolute;
    height: 2px;
    content: '';
    transform: translateX(-50%) scaleX(0.3);
    left: 50%;
    background: rgb(149,156,178);
    bottom: -15px;
}.audience_profile_YydLfra ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 1.2rem;
    list-style: none;
    display: flex;
}.audience_profile_YydLfra ul li {
    padding: 1.3rem 1.5rem;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
}.audience_profile_YydLfra ul li::before {
    height: 100%;
    transition: transform 0.4s ease;
    transform-origin: top;
    opacity: 0.5;
    top: 0;
    position: absolute;
    width: 3px;
    content: '';
    background: linear-gradient(to bottom, 
        rgb(92,111,163,0.5), 
        rgb(149,156,178,0.5));
    transform: scaleY(0);
    left: 0;
}.audience_profile_YydLfra ul li::after {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(149,156,178,0.5) 20%, 
        transparent 80%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    content: '';
    position: absolute;
    opacity: 0;
}.audience_profile_YydLfra ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.audience_profile_YydLfra ul li:hover::before {
    transform: scaleY(1);
}.audience_profile_YydLfra ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.audience_profile_YydLfra ul li svg {
    margin-right: 1.5rem;
    width: 28px;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
    height: 28px;
    flex-shrink: 0;
}.audience_profile_YydLfra ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.audience_profile_YydLfra ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(149,156,178);
}.audience_profile_YydLfra ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(92,111,163);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.audience_profile_YydLfra::before :nth-child(1) {
    animation-delay: 1s;
}.audience_profile_YydLfra::before :nth-child(2) {
    animation-delay: 3s;
}.audience_profile_YydLfra::before :nth-child(3) {
    animation-delay: 5s;
}.audience_profile_YydLfra ul::before {
    border: 1px solid rgb(149,156,178,0.5);
    opacity: 0.2;
    width: 50px;
    position: absolute;
    border-radius: 50%;
    top: 20px;
    content: '';
    height: 50px;
    right: 20px;
}.audience_profile_YydLfra ul::after {
    position: absolute;
    border-radius: 50%;
    height: 30px;
    border: 1px solid rgb(92,111,163,0.5);
    bottom: 20px;
    opacity: 0.2;
    left: 20px;
    content: '';
    width: 30px;
}

@media (max-width: 992px) {.audience_profile_YydLfra {
    padding: 4rem 0;
}.audience_profile_YydLfra h3 {
    font-size: calc(36px * 0.9);
}.audience_profile_YydLfra ul {
    gap: 1rem;
}.audience_profile_YydLfra ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.audience_profile_YydLfra {
    padding: 3rem 0;
}.audience_profile_YydLfra .skill_growth_dSqwgXk {
    padding: 0 1.5rem;
}.audience_profile_YydLfra h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.8);
}.audience_profile_YydLfra ul {
    gap: 0.8rem;
}.audience_profile_YydLfra ul li {
    padding: 1rem;
}.audience_profile_YydLfra ul li svg {
    margin-right: 1rem;
    height: 24px;
    width: 24px;
}}.stay_updated_ZXs7nSH {
    transform: skewY(-2deg);
    background: linear-gradient(135deg, rgb(192,194,200) 0%, rgb(149,156,178,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    margin: 5rem 0;
}.stay_updated_ZXs7nSH .container {
    z-index: 1;
    transform: skewY(2deg);
    position: relative;
}.stay_updated_ZXs7nSH .skill_growth_dSqwgXk {
    max-width: 1140px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
}.stay_updated_ZXs7nSH .skill_growth_dSqwgXk::before {
    position: absolute;
    top: -15%;
    background: linear-gradient(45deg, rgb(92,111,163) 0%, rgb(149,156,178) 100%);
    opacity: 0.2;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    border-radius: 17px;
    z-index: -1;
    filter: blur(25px);
    width: 70%;
    height: 130%;
    content: "";
    right: -20%;
}.stay_updated_ZXs7nSH .skill_growth_dSqwgXk::after {
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 40%;
    background: rgb(149,156,178,0.5);
    content: "";
    height: 60%;
    animation: float 6s infinite alternate;
    left: 10%;
    position: absolute;
    bottom: -20%;
}.stay_updated_ZXs7nSH p {
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    max-width: 70%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    color: #000000;
    transform: translateX(30px);
}.stay_updated_ZXs7nSH p::before {
    position: absolute;
    height: 80%;
    border-radius: 10px;
    width: 5px;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(92,111,163);
}.stay_updated_ZXs7nSH .input_holder {
    overflow: hidden;
    flex-direction: row;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    display: flex;
    border-radius: 17px;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-left: 3rem;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease;
}.stay_updated_ZXs7nSH .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.stay_updated_ZXs7nSH .mail_sub_aNWkvQh {
    font-size: 15px;
    background: #ffffff;
    outline: none;
    flex: 1;
    padding: 1.2rem 1.5rem;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
}.stay_updated_ZXs7nSH .mail_sub_aNWkvQh:focus {
    box-shadow: inset 0 0 0 2px rgb(149,156,178,0.5);
    background: #ffffff;
}.stay_updated_ZXs7nSH .help_help_8KPMf7S {
    border: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(92,111,163) 0%, rgb(149,156,178) 100%);
    font-size: 18px;
    padding: 1.2rem 2rem;
    outline: none;
}.stay_updated_ZXs7nSH .help_help_8KPMf7S::before {
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
}.stay_updated_ZXs7nSH .help_help_8KPMf7S:hover::before {
    left: 100%;
}.stay_updated_ZXs7nSH .help_help_8KPMf7S:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(149,156,178) 0%, rgb(92,111,163) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.stay_updated_ZXs7nSH {
    padding: 3rem 1.5rem;
}.stay_updated_ZXs7nSH p {
    transform: translateX(15px);
    font-size: calc(38px * 0.9);
    max-width: 80%;
}.stay_updated_ZXs7nSH .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.stay_updated_ZXs7nSH p {
    padding-left: 1.5rem;
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(38px * 0.8);
}.stay_updated_ZXs7nSH .input_holder {
    flex-direction: column;
    margin-left: 0;
    max-width: 100%;
}.stay_updated_ZXs7nSH .mail_sub_aNWkvQh {
    width: 100%;
    padding: 1rem;
}.stay_updated_ZXs7nSH .help_help_8KPMf7S {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 576px) {.stay_updated_ZXs7nSH {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.stay_updated_ZXs7nSH .container {
    transform: skewY(1deg);
}.stay_updated_ZXs7nSH p {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.stay_updated_ZXs7nSH .skill_growth_dSqwgXk::before {
    width: 100%;
    right: -50%;
}}header {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(135deg, rgb(149,156,178,0.5) 0%, rgb(92,111,163) 100%);
}header::before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(145deg, rgb(92,111,163,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
}header .page_nav_4gKUutp {
    flex-direction: row;
    position: relative;
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    transform: none;
}header .page_nav_4gKUutp .head_pagebar_fjUZdut {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}header .page_nav_4gKUutp .head_pagebar_fjUZdut:hover {
    transform: scale(1.05);
}header .page_nav_4gKUutp .head_pagebar_fjUZdut .top_main_o5j6YDO {
    display: inline-block;
}header .page_nav_4gKUutp .head_pagebar_fjUZdut .top_main_o5j6YDO svg {
    height: 50px;
    width: auto;
}header .page_nav_4gKUutp .main_master_qY92V7Q {
    display: flex;
    position: relative;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 30px;
    transform: none;
    padding: 0;
}header .page_nav_4gKUutp .main_master_qY92V7Q::before {
    content: "";
    left: 0;
    border-radius: 14px;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    transform: rotate(-2deg) scale(1.03);
    top: 0;
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
    position: relative;
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm:hover {
    transform: translateY(-3px) scale(1.05);
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm a {
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    font-size: 13px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    display: block;
    font-weight: 600;
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm a::after {
    transition: transform 0.4s ease;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(92,111,163), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    content: "";
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .page_nav_4gKUutp {
    flex-direction: column;
    align-items: center;
}header .page_nav_4gKUutp .head_pagebar_fjUZdut {
    margin-right: 0;
    margin-bottom: 15px;
}header .page_nav_4gKUutp .main_master_qY92V7Q {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm {
    margin: 5px 15px 5px 0;
}header .page_nav_4gKUutp .main_master_qY92V7Q .nav_pro_Nf2qVOm a {
    padding: 5px;
    font-size: calc(13px - 2px);
}}.tariff_package_LjB93kX {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(192,194,200) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.tariff_package_LjB93kX::before {
    position: absolute;
    right: -5%;
    width: 40%;
    z-index: 0;
    height: 70%;
    border-radius: 10px;
    top: -10%;
    background: linear-gradient(120deg, rgb(149,156,178,0.5) 20%, rgb(92,111,163,0.5) 80%);
    opacity: 0.1;
    transform: rotate(-15deg);
    content: "";
}.tariff_package_LjB93kX::after {
    content: "";
    background: linear-gradient(45deg, rgb(92,111,163,0.5) 30%, rgb(149,156,178,0.5) 70%);
    border-radius: 10px;
    bottom: -5%;
    width: 35%;
    height: 50%;
    z-index: 0;
    position: absolute;
    left: -3%;
    opacity: 0.08;
    transform: rotate(10deg);
}.tariff_package_LjB93kX .container {
    max-width: 1400px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.tariff_package_LjB93kX .study_rates_qv2C98Z {
    flex-direction: column;
    display: flex;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES {
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES h2::after {
    left: 50%;
    width: 70%;
    height: 3px;
    bottom: -0.75rem;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(149,156,178), transparent);
    content: "";
}.tariff_package_LjB93kX .pricing_pack_Y4lEo3m {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    max-width: 800px;
}.tariff_package_LjB93kX .cost_card_lPgdhGD {
    width: 100%;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    order: 2;
}.tariff_package_LjB93kX .promo_plans_RenmLsQ {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.tariff_package_LjB93kX .promo_plans_RenmLsQ::before {
    transform: translateY(-5px);
    height: 5px;
    background: linear-gradient(90deg, rgb(149,156,178), rgb(92,111,163));
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
    left: 0;
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:hover::before {
    transform: translateY(0);
}.tariff_package_LjB93kX .price_options_6u9lg1O {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 {
    padding: 2rem 1.75rem;
    flex-direction: column;
    display: flex;
    flex: 1;
    position: relative;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 h3 {
    position: relative;
    font-size: calc(19px * 1.1);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 .edu_rates_2yjwrMJ {
    font-size: calc(19px * 1.3);
    margin-bottom: 1.5rem;
    color: rgb(149,156,178);
    font-weight: 700;
    position: relative;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 .edu_rates_2yjwrMJ::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.75rem;
    left: 0;
    background: rgb(149,156,178,0.5);
    width: 40px;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 p {
    line-height: 1.65;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    font-size: 17px;
}.tariff_package_LjB93kX .pic_cell_JVKLHEn {
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 180px;
}.tariff_package_LjB93kX .pic_cell_JVKLHEn::after {
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:hover .pic_cell_JVKLHEn {
    transform: scale(1.05);
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:nth-child(odd) .enroll_cost_KF5j9h2::before {
    z-index: -1;
    background: rgb(149,156,178,0.5);
    opacity: 0.1;
    border-radius: 50%;
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    content: "";
    right: 1rem;
    width: 2.5rem;
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:nth-child(even) .enroll_cost_KF5j9h2::before {
    left: 1rem;
    bottom: 1rem;
    opacity: 0.1;
    height: 2.5rem;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(92,111,163,0.5);
    width: 2.5rem;
}

@media (min-width: 992px) {.tariff_package_LjB93kX .study_rates_qv2C98Z {
    flex-direction: row;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES {
    text-align: left;
    padding-left: 3rem;
    flex-direction: column;
    flex: 0 0 30%;
    margin-bottom: 0;
    display: flex;
    order: 2;
    justify-content: center;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES h2 {
    margin-bottom: 2rem;
    text-align: left;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES h2::after {
    width: 40%;
    left: 0;
    transform: none;
}.tariff_package_LjB93kX .pricing_pack_Y4lEo3m {
    margin: 0;
    text-align: left;
}.tariff_package_LjB93kX .cost_card_lPgdhGD {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.tariff_package_LjB93kX {
    padding: 5rem 0;
}.tariff_package_LjB93kX .promo_plans_RenmLsQ {
    margin-bottom: 1.5rem;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.tariff_package_LjB93kX {
    padding: 4rem 0;
}.tariff_package_LjB93kX .pricing_fees_bY4NwES h2 {
    font-size: calc(38px * 0.9);
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 h3 {
    font-size: 19px;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 .edu_rates_2yjwrMJ {
    font-size: calc(19px * 1.15);
}.tariff_package_LjB93kX .pic_cell_JVKLHEn {
    height: 160px;
}
}

@media (max-width: 575px) {.tariff_package_LjB93kX {
    padding: 3rem 0;
}.tariff_package_LjB93kX .container {
    padding: 0 1.5rem;
}.tariff_package_LjB93kX .cost_card_lPgdhGD {
    gap: 1.5rem;
}.tariff_package_LjB93kX .enroll_cost_KF5j9h2 {
    padding: 1.5rem;
}.tariff_package_LjB93kX .pic_cell_JVKLHEn {
    height: 140px;
}
}

@media (hover: none) {.tariff_package_LjB93kX .promo_plans_RenmLsQ:hover {
    transform: none;
}.tariff_package_LjB93kX .promo_plans_RenmLsQ:hover .pic_cell_JVKLHEn {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}.trade_mark_WEgeYM6 {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 70px 0 30px;
    position: relative;
}.trade_mark_WEgeYM6::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(149,156,178), rgb(92,111,163));
    left: 0;
    content: "";
    height: 5px;
}footer .verify_cta_FshQRDB {
    gap: 60px;
    display: grid;
}footer .edu_coach_myXYDL6 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    padding-bottom: 40px;
}footer .info_item {
    margin-bottom: 15px;
    margin-right: 30px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(149,156,178);
    position: relative;
    height: 18px;
    width: 18px;
    top: 3px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(149,156,178);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .head_pagebar_fjUZdut {
    margin-bottom: 15px;
}footer .head_pagebar_fjUZdut svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .digital_res_T1Qn7pg {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    max-width: 350px;
}footer .main_master_qY92V7Q h5 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}footer .main_master_qY92V7Q h5::after {
    height: 2px;
    bottom: -8px;
    background-color: rgb(149,156,178);
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
}footer .main_site_z5hiplU {
    margin-bottom: 30px;
}footer .main_site_z5hiplU a {
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 16px;
}footer .main_site_z5hiplU a:hover {
    color: rgb(149,156,178);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
    color: #000000;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(149,156,178);
    outline: none;
}footer .sub_settings_jr6TsuI {
    transition: background-color 0.3s ease;
    font-size: 19px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    color: #ffffff;
    background-color: rgb(149,156,178);
    text-align: center;
}footer .sub_settings_jr6TsuI:hover {
    background-color: rgb(92,111,163);
}footer .mod_tools_PU0yjcB {
    margin-top: 50px;
}footer .twitter_cta_BjuoAQr {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_settings_jr6TsuI {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .trade_mark_WEgeYM6 {
    padding: 50px 0 30px;
}footer .edu_coach_myXYDL6 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .mod_tools_PU0yjcB {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .trade_mark_WEgeYM6 {
    padding: 40px 0 20px;
}footer .verify_cta_FshQRDB {
    gap: 40px;
}footer .main_master_qY92V7Q h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.privacy_guard_vMQif9K {
    position: relative;
    padding: 4rem 1.5rem;
    background: linear-gradient(135deg, rgb(192,194,200), rgba(245, 245, 250, 0.98));
    overflow: hidden;
}.privacy_guard_vMQif9K::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.15;
    pointer-events: none;
    top: 0;
    background: radial-gradient(circle at 90% 10%, rgb(149,156,178,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(92,111,163,0.5), transparent 60%);
    position: absolute;
}.privacy_guard_vMQif9K::after {
    background: radial-gradient(circle, rgb(149,156,178,0.5) 10%, transparent 70%);
    right: -20px;
    width: 200px;
    height: 200px;
    transform: rotate(-15deg);
    top: -20px;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
}.privacy_guard_vMQif9K .container {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    max-width: 1140px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(149,156,178,0.5), 0.03);
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    margin: 0 auto;
}.privacy_guard_vMQif9K .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(149,156,178,0.5), 0.05);
}.privacy_guard_vMQif9K h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgba(rgb(149,156,178,0.5), 0.1);
    transform: translateX(-5px);
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: rgb(149,156,178);
}.privacy_guard_vMQif9K h1::after {
    transition: width 0.5s ease;
    bottom: -2px;
    position: absolute;
    width: 70px;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(149,156,178);
}.privacy_guard_vMQif9K h2 {
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    border-left: 3px solid rgb(92,111,163);
    padding-left: 15px;
    color: #000000;
    font-size: 32px;
    position: relative;
}.privacy_guard_vMQif9K h3 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    color: #000000;
    border-left: 2px solid rgb(92,111,163,0.5);
    position: relative;
    font-weight: 600;
    font-size: calc(32px * 0.8);
}.privacy_guard_vMQif9K h4 {
    position: relative;
    border-left: 1px solid rgb(92,111,163,0.5);
    color: #000000;
    font-size: calc(32px * 0.65);
    margin: 1.75rem 0 0.75rem;
    font-weight: 600;
    padding-left: 10px;
}.privacy_guard_vMQif9K p {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 16px;
    max-width: 95%;
    line-height: 1.8;
    color: #000000;
    transition: transform 0.3s ease;
}.privacy_guard_vMQif9K p:hover {
    transform: translateX(5px);
}.privacy_guard_vMQif9K p strong {
    color: rgb(149,156,178);
    font-weight: 600;
    position: relative;
    display: inline-block;
}.privacy_guard_vMQif9K p strong::after {
    bottom: -2px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
    left: 0;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    background: rgb(149,156,178,0.5);
}.privacy_guard_vMQif9K p:hover strong::after {
    transform: scaleX(1);
}.privacy_guard_vMQif9K ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy_guard_vMQif9K ul::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(92,111,163,0.5), rgba(rgb(92,111,163,0.5), 0.2));
    top: 0;
    content: "";
    width: 2px;
    bottom: 0;
}.privacy_guard_vMQif9K li {
    font-size: 16px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
}.privacy_guard_vMQif9K li:hover {
    transform: translateX(5px);
}.privacy_guard_vMQif9K li::before {
    background: rgb(92,111,163);
    left: 0;
    position: absolute;
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
    content: "";
    top: 10px;
    width: 8px;
}.privacy_guard_vMQif9K li:hover::before {
    transform: scale(1.3);
    background: rgb(149,156,178);
}.privacy_guard_vMQif9K span {
    font-size: 16px;
    line-height: 1.8;
    display: block;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border-left: 1px dashed rgb(92,111,163,0.5);
    color: #000000;
}.privacy_guard_vMQif9K span:hover {
    border-left-color: rgb(149,156,178);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(149,156,178,0.5), 0.05), transparent);
}

@media (max-width: 1200px) {.privacy_guard_vMQif9K .container {
    max-width: 960px;
    padding: 2.5rem;
}.privacy_guard_vMQif9K h1 {
    font-size: calc(38px * 0.9);
}.privacy_guard_vMQif9K h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 992px) {.privacy_guard_vMQif9K {
    padding: 3rem 1.25rem;
}.privacy_guard_vMQif9K .container {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    max-width: 720px;
}.privacy_guard_vMQif9K h1 {
    margin-bottom: 1.25rem;
}.privacy_guard_vMQif9K p, 
  .privacy_guard_vMQif9K li, 
  .privacy_guard_vMQif9K span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.privacy_guard_vMQif9K {
    padding: 2.5rem 1rem;
}.privacy_guard_vMQif9K .container {
    max-width: 540px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
}.privacy_guard_vMQif9K h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.privacy_guard_vMQif9K h2 {
    font-size: calc(32px * 0.85);
    margin: 2rem 0 0.75rem;
}.privacy_guard_vMQif9K h3 {
    font-size: calc(32px * 0.7);
}.privacy_guard_vMQif9K h4 {
    font-size: calc(32px * 0.6);
}.privacy_guard_vMQif9K p, 
  .privacy_guard_vMQif9K li {
    max-width: 100%;
}.privacy_guard_vMQif9K p:hover,
  .privacy_guard_vMQif9K li:hover,
  .privacy_guard_vMQif9K span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy_guard_vMQif9K {
    padding: 2rem 0.75rem;
}.privacy_guard_vMQif9K .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_guard_vMQif9K h1 {
    padding-bottom: 0.75rem;
    font-size: calc(38px * 0.7);
}.privacy_guard_vMQif9K h2 {
    font-size: calc(32px * 0.75);
    padding-left: 10px;
}.privacy_guard_vMQif9K h3 {
    font-size: calc(32px * 0.65);
    padding-left: 8px;
}.privacy_guard_vMQif9K h4 {
    padding-left: 6px;
    font-size: calc(32px * 0.55);
}.privacy_guard_vMQif9K ul {
    padding-left: 0.75rem;
}.privacy_guard_vMQif9K li {
    padding-left: 1.25rem;
}.privacy_guard_vMQif9K p, 
  .privacy_guard_vMQif9K li, 
  .privacy_guard_vMQif9K span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.privacy_guard_vMQif9K span {
    padding-left: 0.75rem;
}}.connect_with_us_95wf8Nv {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(192,194,200);
    position: relative;
}.connect_with_us_95wf8Nv::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(149,156,178,0.5) 0,
        rgb(149,156,178,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    width: 100%;
    opacity: 0.07;
    left: 0;
    height: 100%;
    z-index: 1;
}.connect_with_us_95wf8Nv::after {
    z-index: 1;
    opacity: 0.07;
    background-size: 30px 30px;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgb(92,111,163,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(92,111,163,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
}.connect_with_us_95wf8Nv .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.connect_with_us_95wf8Nv h2 {
    left: 50%;
    position: relative;
    color: #000000;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 700;
}.connect_with_us_95wf8Nv h2::before {
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    background: rgb(149,156,178);
    position: absolute;
    content: "";
    height: 4px;
}.connect_with_us_95wf8Nv h2::after {
    position: absolute;
    content: "";
    width: 30px;
    background: rgb(92,111,163);
    height: 4px;
    bottom: 0;
    left: calc(50% - 15px);
}.connect_with_us_95wf8Nv .connect_panel_MpdCuhe {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 0;
    margin-top: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
}.connect_with_us_95wf8Nv .pic_cell_JVKLHEn {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.connect_with_us_95wf8Nv .pic_cell_JVKLHEn::before {
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(149,156,178), 0.4), 
        rgba(rgb(92,111,163), 0.4)
    );
    position: absolute;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb {
    flex-direction: column;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    display: flex;
    justify-content: center;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 150px;
    right: -75px;
    border: 30px solid rgb(149,156,178,0.5);
    top: -75px;
    z-index: 0;
    width: 150px;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb::after {
    height: 100px;
    left: -50px;
    bottom: -50px;
    width: 100px;
    content: "";
    z-index: 0;
    background: rgb(92,111,163,0.5);
    position: absolute;
    border-radius: 0;
    transform: rotate(45deg);
}.connect_with_us_95wf8Nv form {
    position: relative;
    z-index: 2;
}.connect_with_us_95wf8Nv form h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.connect_with_us_95wf8Nv form h3::after {
    content: "";
    width: 50%;
    left: 0;
    position: absolute;
    background: rgb(149,156,178);
    bottom: -15px;
    height: 2px;
}.connect_with_us_95wf8Nv form input[type="text"] {
    width: 100%;
    border-bottom: 2px solid rgb(192,194,200);
    padding: 20px 25px;
    margin-bottom: 25px;
    color: #000000;
    background: transparent;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
}.connect_with_us_95wf8Nv form input[type="text"]:focus {
    border-bottom-color: rgb(149,156,178);
    outline: none;
}.connect_with_us_95wf8Nv form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.connect_with_us_95wf8Nv form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS {
    margin-bottom: 40px;
    position: relative;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label {
    position: relative;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label::before {
    top: 0;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    background: transparent;
    border: 2px solid rgb(192,194,200);
    position: absolute;
    height: 22px;
    width: 22px;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS input[type="checkbox"]:checked + label::before {
    background: rgb(149,156,178);
    border-color: rgb(149,156,178);
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS input[type="checkbox"]:checked + label::after {
    height: 12px;
    content: "";
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 4px;
    transform: rotate(45deg);
    position: absolute;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(149,156,178);
    text-decoration: none;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label a::after {
    bottom: -1px;
    left: 0;
    background: rgb(149,156,178);
    transform-origin: left;
    width: 100%;
    transform: scaleX(1);
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    content: "";
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label a:hover {
    color: rgb(92,111,163);
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label a:hover::after {
    transform: scaleX(0);
    background: rgb(92,111,163);
}.connect_with_us_95wf8Nv .help_help_8KPMf7S {
    display: inline-block;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
    font-size: 20px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    position: relative;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    padding: 18px 40px;
    background: rgb(149,156,178);
    font-weight: 600;
}.connect_with_us_95wf8Nv .help_help_8KPMf7S::before {
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(92,111,163);
    left: -10px;
    position: absolute;
    content: "";
    z-index: -1;
    transition: width 0.5s ease;
    transform: skewX(-25deg);
}.connect_with_us_95wf8Nv .help_help_8KPMf7S:hover::before {
    width: 150%;
}.connect_with_us_95wf8Nv svg {
    stroke-width: 2;
    width: 24px;
    stroke: rgb(149,156,178);
    transition: all 0.3s ease;
    fill: none;
    height: 24px;
}.connect_with_us_95wf8Nv svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(149,156,178);
}.connect_with_us_95wf8Nv svg:hover,
.connect_with_us_95wf8Nv svg:hover path {
    stroke: rgb(92,111,163);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.connect_with_us_95wf8Nv {
    padding: 80px 0;
}.connect_with_us_95wf8Nv .pic_cell_JVKLHEn {
    min-height: 500px;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us_95wf8Nv {
    padding: 60px 0;
}.connect_with_us_95wf8Nv .connect_panel_MpdCuhe {
    flex-direction: column;
}.connect_with_us_95wf8Nv .pic_cell_JVKLHEn {
    width: 100%;
    min-height: 300px;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb {
    padding: 40px 30px;
    width: 100%;
}.connect_with_us_95wf8Nv form h3 {
    margin-bottom: 30px;
}.connect_with_us_95wf8Nv form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS {
    margin-bottom: 30px;
}.connect_with_us_95wf8Nv .help_help_8KPMf7S {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.connect_with_us_95wf8Nv {
    padding: 50px 0;
}.connect_with_us_95wf8Nv h2 {
    font-size: calc(33px * 0.85);
}.connect_with_us_95wf8Nv .connect_panel_MpdCuhe {
    margin-top: 30px;
}.connect_with_us_95wf8Nv .pic_cell_JVKLHEn {
    min-height: 200px;
}.connect_with_us_95wf8Nv .message_feedback_58HUqEb {
    padding: 30px 20px;
}.connect_with_us_95wf8Nv form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.connect_with_us_95wf8Nv form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS {
    margin-bottom: 25px;
}.connect_with_us_95wf8Nv .request_panel_IKJXzDS label {
    font-size: calc(15px * 0.9);
}.connect_with_us_95wf8Nv .help_help_8KPMf7S {
    padding: 12px 25px;
}}.education_experience_tTdrz4D {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,194,200) 0%, rgb(149,156,178,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.education_experience_tTdrz4D::before {
    opacity: 0.4;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    animation: rotateBackground 15s linear infinite;
    background: conic-gradient(from 225deg at 50% 50%, rgb(92,111,163,0.5) 0%, transparent 25%, rgb(149,156,178,0.5) 50%, transparent 75%, rgb(92,111,163,0.5) 100%);
    left: 0;
    content: "";
}.education_experience_tTdrz4D .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
}.education_experience_tTdrz4D .success_opinions_28U5V4R {
    grid-template-columns: 300px 1fr;
    transition: transform 0.5s ease;
    display: grid;
    border-radius: 14px;
    padding: 3rem;
    grid-template-rows: auto auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(92,111,163,0.5),
                0 10px 0 -5px rgb(149,156,178,0.5);
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    transform: rotateY(-5deg);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-areas:
        "photo quote"
        "info quote";
}.education_experience_tTdrz4D .success_opinions_28U5V4R:hover {
    transform: rotateY(0);
}.education_experience_tTdrz4D .pic_cell_JVKLHEn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(149,156,178,0.5);
    transform: translateZ(30px);
    border: 5px solid #ffffff;
    width: 220px;
    border-radius: 50%;
    grid-area: photo;
    transition: all 0.4s ease;
    height: 220px;
}.education_experience_tTdrz4D .success_opinions_28U5V4R:hover .pic_cell_JVKLHEn {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(149,156,178);
}.education_experience_tTdrz4D .name {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    transform: translateZ(20px);
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    display: block;
    grid-area: info;
}.education_experience_tTdrz4D .success_opinions_28U5V4R span:not(.name) {
    color: rgb(149,156,178);
    transform: translateZ(15px);
    font-size: 12px;
    display: block;
    grid-area: info;
    margin-top: 3.5rem;
    font-weight: 600;
}.education_experience_tTdrz4D .emp_tasks_HC8KkIJ {
    border-radius: 0 14px 14px 0;
    transform: translateZ(10px);
    font-size: calc(12px * 1.1);
    color: #000000;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    position: relative;
    font-weight: 400;
    border-left: 4px solid rgb(92,111,163);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    grid-area: quote;
}.education_experience_tTdrz4D .emp_tasks_HC8KkIJ::before {
    position: absolute;
    background-size: 200% 200%;
    height: 100%;
    animation: shimmer 3s infinite linear;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(92,111,163,0.5) 40%, rgb(92,111,163,0.5) 60%, transparent 60%);
    opacity: 0.2;
    content: "";
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education_experience_tTdrz4D .success_opinions_28U5V4R {
    grid-template-areas:
            "pic_cell_JVKLHEn"
            "reach_box_kcpiRso"
            "emp_tasks_HC8KkIJ";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 2rem;
}.education_experience_tTdrz4D .pic_cell_JVKLHEn {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.education_experience_tTdrz4D .name,
    .education_experience_tTdrz4D .success_opinions_28U5V4R span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.education_experience_tTdrz4D .success_opinions_28U5V4R span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education_experience_tTdrz4D {
    padding: 4rem 0;
}.education_experience_tTdrz4D .success_opinions_28U5V4R {
    padding: 1.5rem;
    transform: none;
}.education_experience_tTdrz4D .pic_cell_JVKLHEn {
    height: 140px;
    width: 140px;
}.education_experience_tTdrz4D .emp_tasks_HC8KkIJ {
    padding: 1rem;
    font-size: 12px;
}}.course_methodology_DA4uUSw {
    isolation: isolate;
    min-height: 70vh;
    background: rgb(192,194,200);
    overflow: hidden;
    position: relative;
}.course_methodology_DA4uUSw::before {
    top: -50%;
    z-index: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgb(149,156,178,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(92,111,163,0.5) 0%, transparent 50%);
    animation: rotateBg 25s linear infinite;
    width: 200%;
    left: -50%;
    height: 200%;
    position: absolute;
    content: "";
}.course_methodology_DA4uUSw::after {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    left: 0;
    content: "";
}.course_methodology_DA4uUSw .container {
    padding: 5rem 2rem;
    max-width: 1000px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk {
    padding: 4rem 2rem;
    position: relative;
    gap: 2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk::before {
    z-index: -1;
    opacity: 0.7;
    height: 30px;
    background: linear-gradient(90deg, transparent, rgb(149,156,178,0.5), transparent);
    content: "";
    left: -10%;
    animation: waveEffect 8s ease-in-out infinite;
    filter: blur(15px);
    top: 0;
    width: 120%;
    position: absolute;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk::after {
    animation: waveEffect 8s ease-in-out infinite reverse;
    z-index: -1;
    filter: blur(15px);
    position: absolute;
    bottom: 0;
    width: 120%;
    height: 30px;
    opacity: 0.7;
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(92,111,163,0.5), transparent);
    content: "";
}.course_methodology_DA4uUSw h3 {
    font-weight: 700;
    margin-bottom: 0;
    color: rgb(149,156,178);
    perspective: 500px;
    font-size: 37px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 2rem;
    transform-style: preserve-3d;
    width: 100%;
}.course_methodology_DA4uUSw h3::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmerEffect 5s infinite;
    top: 0;
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
}.course_methodology_DA4uUSw h3::after {
    z-index: -1;
    color: transparent;
    top: 0;
    animation: glowPulse 4s ease-in-out infinite;
    position: absolute;
    width: 100%;
    content: attr(data-text);
    left: 0;
    text-shadow: 0 0 15px rgb(149,156,178), 0 0 10px rgb(149,156,178);
    opacity: 0;
    transform: translateZ(20px);
    height: 100%;
}.course_methodology_DA4uUSw span {
    max-width: 800px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    position: relative;
    display: block;
    overflow: hidden;
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 16px;
    animation: floatText 6s ease-in-out infinite;
    z-index: 2;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}.course_methodology_DA4uUSw span::before {
    top: -50%;
    animation: holographicShine 10s linear infinite;
    transform: rotate(45deg);
    left: -50%;
    content: "";
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    z-index: -1;
    position: absolute;
}.course_methodology_DA4uUSw span::after {
    left: 10%;
    content: "";
    filter: blur(10px);
    height: 10px;
    width: 80%;
    background: rgb(92,111,163,0.5);
    opacity: 0.5;
    animation: shadowPulse 6s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    bottom: -10px;
    border-radius: 50%;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}

@media (max-width: 992px) {.course_methodology_DA4uUSw {
    min-height: 60vh;
}.course_methodology_DA4uUSw .container {
    padding: 4rem 1.5rem;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk {
    padding: 3rem 1.5rem;
}.course_methodology_DA4uUSw h3 {
    font-size: calc(37px * 0.9);
    padding-bottom: 1.5rem;
}.course_methodology_DA4uUSw span {
    padding: 1.8rem;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.course_methodology_DA4uUSw {
    min-height: 50vh;
}.course_methodology_DA4uUSw .container {
    padding: 3rem 1.2rem;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk {
    gap: 1.5rem;
    padding: 2.5rem 1.2rem;
}.course_methodology_DA4uUSw h3 {
    font-size: calc(37px * 0.8);
    padding-bottom: 1.2rem;
}.course_methodology_DA4uUSw span {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.course_methodology_DA4uUSw {
    min-height: 40vh;
}.course_methodology_DA4uUSw .container {
    padding: 2.5rem 1rem;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk {
    padding: 2rem 1rem;
    gap: 1.2rem;
}.course_methodology_DA4uUSw h3 {
    padding-bottom: 1rem;
    font-size: calc(37px * 0.7);
}.course_methodology_DA4uUSw span {
    font-size: calc(12px * 0.85);
    line-height: 1.6;
    padding: 1.2rem;
}.course_methodology_DA4uUSw .skill_growth_dSqwgXk::before,
    .course_methodology_DA4uUSw .skill_growth_dSqwgXk::after {
    height: 20px;
}}.program_details_38X70db {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(192,194,200);
    display: flex;
}.program_details_38X70db .training_route_OUB5ngK {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.program_details_38X70db .training_route_OUB5ngK::before {
    content: "";
    top: 0;
    background: #000000;
    left: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.7;
    width: 100%;
    position: absolute;
}.program_details_38X70db .practical_study_14xer6M {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.program_details_38X70db .ready_skills_wDlV1R9 {
    width: 100%;
    transform: scale(1.1);
    position: absolute;
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    height: 100%;
}.program_details_38X70db .training_route_OUB5ngK:hover .ready_skills_wDlV1R9 {
    animation-play-state: paused;
}.program_details_38X70db .ready_skills_wDlV1R9:nth-child(1) {
    animation-delay: 0s;
}.program_details_38X70db .ready_skills_wDlV1R9:nth-child(2) {
    animation-delay: -5s;
}.program_details_38X70db .ready_skills_wDlV1R9:nth-child(3) {
    animation-delay: -10s;
}.program_details_38X70db .ready_skills_wDlV1R9:nth-child(4) {
    animation-delay: -15s;
}.program_details_38X70db .ready_skills_wDlV1R9:nth-child(5) {
    animation-delay: -20s;
}.program_details_38X70db .ready_skills_wDlV1R9 img {
    filter: grayscale(0.3) contrast(1.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}.program_details_38X70db .container {
    align-items: center;
    width: 100%;
    z-index: 10;
    height: 100vh;
    position: relative;
    display: flex;
}.program_details_38X70db .skill_growth_dSqwgXk {
    display: grid;
    width: 85%;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
    position: relative;
}.program_details_38X70db .tech_learn_LJpWZTz {
    padding: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    z-index: 3;
    overflow: hidden;
    grid-column: 6 / 13;
    box-sizing: border-box;
    display: flex;
    grid-row: 2 / 12;
    border-radius: 15px;
    flex-direction: column;
}.program_details_38X70db .tech_learn_LJpWZTz::before {
    content: "";
    background: rgb(149,156,178,0.5);
    top: -30px;
    left: -30px;
    width: 60%;
    position: absolute;
    height: 60%;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    z-index: -1;
}.program_details_38X70db .tech_learn_LJpWZTz::after {
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    background: rgb(92,111,163,0.5);
    content: "";
    position: absolute;
    bottom: -30px;
    height: 70%;
    filter: blur(70px);
    right: -30px;
    width: 70%;
}.program_details_38X70db .tech_learn_LJpWZTz h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.program_details_38X70db .tech_learn_LJpWZTz h3::before {
    content: "";
    position: absolute;
    height: 50px;
    border: 2px solid rgb(149,156,178,0.5);
    width: 50px;
    top: -15px;
    left: -15px;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
}.program_details_38X70db .tech_learn_LJpWZTz p {
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 13px;
    word-wrap: break-word;
    max-width: 100%;
    overflow-wrap: break-word;
    line-height: 1.8;
}.program_details_38X70db .help_help_8KPMf7S {
    align-items: center;
    align-self: flex-start;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background: transparent;
    display: inline-flex;
    margin-bottom: 1rem;
    border: 1px solid rgb(149,156,178);
    z-index: 1;
    max-width: calc(100% - 2rem);
    font-size: 15px;
    transition: all 0.3s ease;
}.program_details_38X70db .help_help_8KPMf7S::before {
    background: rgb(149,156,178);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    transition: left 0.3s ease;
    z-index: -1;
    left: -100%;
}.program_details_38X70db .help_help_8KPMf7S:hover {
    color: #ffffff;
}.program_details_38X70db .help_help_8KPMf7S:hover::before {
    left: 0;
}.program_details_38X70db .skill_growth_dSqwgXk::after {
    border-radius: 15px;
    content: "";
    z-index: 2;
    grid-row: 4 / 10;
    width: 100%;
    border: 1px solid rgb(92,111,163,0.5);
    position: absolute;
    height: 100%;
    grid-column: 3 / 9;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.program_details_38X70db .skill_growth_dSqwgXk {
    height: 85vh;
    width: 90%;
}.program_details_38X70db .tech_learn_LJpWZTz {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.program_details_38X70db .skill_growth_dSqwgXk {
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
    height: auto;
    grid-template-rows: auto 1fr;
}.program_details_38X70db .skill_growth_dSqwgXk::before {
    display: none;
}.program_details_38X70db .skill_growth_dSqwgXk::after {
    display: none;
}.program_details_38X70db .tech_learn_LJpWZTz {
    grid-column: 1 / 9;
    grid-row: 2;
    padding: 2.5rem;
}.program_details_38X70db .container {
    padding: 5rem 0;
    height: auto;
}
}

@media screen and (max-width: 768px) {.program_details_38X70db .skill_growth_dSqwgXk {
    width: 90%;
    gap: 1.5rem;
}.program_details_38X70db .tech_learn_LJpWZTz {
    padding: 2rem;
}.program_details_38X70db .tech_learn_LJpWZTz h3 {
    font-size: calc(32px * 0.9);
}.program_details_38X70db .tech_learn_LJpWZTz h3::before {
    height: 40px;
    top: -15px;
    left: -20px;
    width: 40px;
}.program_details_38X70db .tech_learn_LJpWZTz p {
    font-size: calc(13px * 0.9);
    margin-bottom: 2rem;
}.program_details_38X70db .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.program_details_38X70db .skill_growth_dSqwgXk {
    width: 92%;
    gap: 1rem;
}.program_details_38X70db .tech_learn_LJpWZTz {
    padding: 1.5rem;
}.program_details_38X70db .tech_learn_LJpWZTz h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.program_details_38X70db .tech_learn_LJpWZTz h3::before {
    display: none;
}.program_details_38X70db .tech_learn_LJpWZTz p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.program_details_38X70db .help_help_8KPMf7S {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.8rem;
}.program_details_38X70db .container {
    padding: 3rem 0;
}}


.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(2):last-child) .ready_skills_wDlV1R9:nth-child(1) {
    animation-delay: 0s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(2):last-child) .ready_skills_wDlV1R9:nth-child(2) {
    animation-delay: -12.5s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(3):last-child) .ready_skills_wDlV1R9:nth-child(1) {
    animation-delay: 0s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(3):last-child) .ready_skills_wDlV1R9:nth-child(2) {
    animation-delay: -8.33s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(3):last-child) .ready_skills_wDlV1R9:nth-child(3) {
    animation-delay: -16.67s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(4):last-child) .ready_skills_wDlV1R9:nth-child(1) {
    animation-delay: 0s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(4):last-child) .ready_skills_wDlV1R9:nth-child(2) {
    animation-delay: -6.25s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(4):last-child) .ready_skills_wDlV1R9:nth-child(3) {
    animation-delay: -12.5s;
}.program_details_38X70db .practical_study_14xer6M:has(.ready_skills_wDlV1R9:nth-child(4):last-child) .ready_skills_wDlV1R9:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.program_details_38X70db .training_route_OUB5ngK {
    z-index: 0;
}.course_rewards_mjci3o1 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(192,194,200) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.course_rewards_mjci3o1::before {
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
    top: -5%;
    filter: blur(50px);
    z-index: 0;
    right: -5%;
    height: 25%;
    width: 25%;
    position: absolute;
    background: linear-gradient(225deg, rgb(149,156,178,0.5) 0%, transparent 70%);
}.course_rewards_mjci3o1::after {
    animation: float 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(45deg, rgb(92,111,163,0.5) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    height: 20%;
    filter: blur(40px);
    position: absolute;
    content: "";
    left: -5%;
    bottom: -5%;
    width: 20%;
}.course_rewards_mjci3o1 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.course_rewards_mjci3o1 .skill_growth_dSqwgXk {
    align-items: center;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.course_rewards_mjci3o1 .content_column_0yLz3rW {
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
    transform: translateY(0);
    border-left: 4px solid rgb(149,156,178);
}.course_rewards_mjci3o1 .content_column_0yLz3rW:hover {
    transform: translateY(-5px);
}.course_rewards_mjci3o1 h4 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 21px;
}.course_rewards_mjci3o1 h4::after {
    position: absolute;
    width: 80px;
    left: 0;
    content: "";
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(149,156,178) 0%, rgb(92,111,163) 100%);
}.course_rewards_mjci3o1 .content_column_0yLz3rW > div {
    margin-bottom: 1.5rem;
}.course_rewards_mjci3o1 .content_column_0yLz3rW > div:last-child {
    margin-bottom: 0;
}.course_rewards_mjci3o1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.course_rewards_mjci3o1 li {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 1rem;
}.course_rewards_mjci3o1 li:hover {
    transform: translateX(8px);
}.course_rewards_mjci3o1 li:last-child {
    margin-bottom: 0;
}.course_rewards_mjci3o1 li p {
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    display: flex;
    margin: 0;
    gap: 1rem;
    font-size: calc(13px - 0.05rem);
}.course_rewards_mjci3o1 li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.course_rewards_mjci3o1 svg {
    transition: transform 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 22px;
    display: block;
}.course_rewards_mjci3o1 li:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course_rewards_mjci3o1 svg path {
    transition: fill 0.3s ease;
    fill: rgb(149,156,178);
}.course_rewards_mjci3o1 li:hover svg path {
    fill: rgb(92,111,163);
}.course_rewards_mjci3o1 .pic_cell_JVKLHEn {
    object-fit: cover;
    border-radius: 21px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(-3deg);
    filter: saturate(1.05);
    width: 100%;
}.course_rewards_mjci3o1 .pic_cell_JVKLHEn:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.course_rewards_mjci3o1 {
    padding: 8rem 0;
}.course_rewards_mjci3o1 .skill_growth_dSqwgXk {
    gap: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_rewards_mjci3o1 .content_column_0yLz3rW {
    padding: 3rem;
}.course_rewards_mjci3o1 h4 {
    font-size: calc(21px + 0.2rem);
}.course_rewards_mjci3o1 .content_column_0yLz3rW > div {
    gap: 2rem;
    display: flex;
}.course_rewards_mjci3o1 .content_column_0yLz3rW > div ul {
    flex: 1;
}.course_rewards_mjci3o1 .pic_cell_JVKLHEn {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_rewards_mjci3o1 {
    padding: 10rem 0;
}.course_rewards_mjci3o1 .skill_growth_dSqwgXk {
    gap: 5rem;
    grid-template-columns: 1.1fr 0.9fr;
}.course_rewards_mjci3o1 .pic_cell_JVKLHEn {
    max-height: 600px;
}
}

@media (max-width: 767px) {.course_rewards_mjci3o1 .content_column_0yLz3rW {
    padding: 1.5rem;
}.course_rewards_mjci3o1 h4 {
    font-size: calc(21px - 0.1rem);
}.course_rewards_mjci3o1 li p {
    font-size: calc(13px - 0.1rem);
}.course_rewards_mjci3o1 svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.course_rewards_mjci3o1 {
    padding: 4rem 0;
}.course_rewards_mjci3o1 .content_column_0yLz3rW {
    padding: 1.25rem;
}.course_rewards_mjci3o1 h4 {
    font-size: calc(21px - 0.2rem);
}.course_rewards_mjci3o1 li p {
    gap: 0.75rem;
}}.title_screen_hYUGoiH {
    background-color: rgb(192,194,200);
    justify-content: center;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    align-items: center;
    min-height: 100vh;
}.title_screen_hYUGoiH .skill_plus_WqZSnD9 {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    padding: 0 2rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 4px 12px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n::before {
    position: absolute;
    backdrop-filter: blur(5px);
    content: "";
    background: linear-gradient(
    135deg,
    rgb(149,156,178,0.5) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgb(92,111,163,0.5) 100%
  );
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n::after {
    position: absolute;
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 60%
  );
    transition: opacity 0.6s ease-out;
    width: 200%;
    z-index: 2;
    content: "";
    left: -50%;
    transform: translateZ(0);
    pointer-events: none;
    opacity: 0.4;
    top: -50%;
    height: 200%;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n:hover::after {
    animation: shimmer 8s infinite linear;
    opacity: 0.7;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n span {
    position: relative;
    max-width: 80%;
    display: inline-block;
    margin-bottom: 1.5rem;
    z-index: 3;
    transform: translateX(10px);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h3 {
    transform: translateZ(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-size: calc(19px * 0.9);
    color: #ffffff;
    line-height: 1.5;
    background: linear-gradient(
    90deg,
    rgb(149,156,178) 0%,
    rgb(149,156,178,0.5) 100%
  );
    padding: 0.75rem 1.25rem;
    border-left: 3px solid #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateZ(10px);
    font-size: calc(43px * 1.1);
    z-index: 3;
    color: #ffffff;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1::after {
    position: absolute;
    transform: translateZ(0);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -0.5rem;
    content: "";
    width: 80px;
    height: 4px;
    left: 0;
    background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgb(92,111,163) 100%
  );
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n:hover h1::after {
    width: 150px;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div {
    position: relative;
    z-index: 3;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div div {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 2px solid rgb(92,111,163);
    border-radius: 10px;
    display: inline-block;
    padding: 1.25rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateX(15px) translateZ(5px);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(20px) translateZ(15px) scale(1.02);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n p {
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-size: calc(15px * 1.1);
    margin: 0;
}

@keyframes shimmer {
  0% {
    transform: translateY(-30%) translateX(-20%) rotate(0deg);
  }
  50% {
    transform: translateY(-25%) translateX(-15%) rotate(180deg);
  }
  100% {
    transform: translateY(-30%) translateX(-20%) rotate(360deg);
  }
}

@media (max-width: 992px) {.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n {
    transform: perspective(800px) rotateX(1deg);
    padding: 3.5rem 2.5rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1 {
    font-size: calc(43px * 0.9);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n span {
    max-width: 90%;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h3 {
    font-size: 19px;
    padding: 0.65rem 1rem;
}
}

@media (max-width: 768px) {.title_screen_hYUGoiH {
    min-height: 80vh;
}.title_screen_hYUGoiH .skill_plus_WqZSnD9 {
    padding: 0 1.5rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n {
    padding: 3rem 2rem;
    transform: perspective(600px) rotateX(0.5deg);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1 {
    font-size: calc(29px * 1.1);
    margin-bottom: 1.5rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h3 {
    padding: 0.5rem 0.75rem;
    font-size: calc(21px * 1.1);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div div {
    transform: translateX(10px) translateZ(5px);
    padding: 1rem 1.5rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n p {
    font-size: 15px;
}
}

@media (max-width: 576px) {.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n {
    transform: none;
    padding: 2.5rem 1.5rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n span {
    transform: none;
    max-width: 100%;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1 {
    font-size: 29px;
    margin-bottom: 1.25rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n h1::after {
    height: 3px;
    width: 60px;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n:hover h1::after {
    width: 100px;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div div {
    transform: translateX(5px) translateZ(0);
    padding: 0.75rem 1.25rem;
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n div div:hover {
    transform: translateX(8px) translateZ(0) scale(1.01);
}.title_screen_hYUGoiH .style_element.learn_begin_Kgl2C6n p {
    font-size: calc(15px * 0.95);
}}.cookie_message_overlay_ds7JuKB {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    background: rgb(92,111,163);
    border-top: 3px solid rgb(92,111,163);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookiePromptNotice_fG7mz8i {
    display: none;
}#cookiePromptNotice_fG7mz8i:checked ~ .cookie_message_overlay_ds7JuKB {
    opacity: 0;
    visibility: hidden;
}.cookie_screen_RlJFgSD {
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    display: flex;
}.cookie_message_overlay_ds7JuKB h5 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
}.cookie_message_overlay_ds7JuKB p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}.cookie_list_fl1J07r {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(149,156,178));
}.cookie_list_fl1J07r svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(149,156,178);
}.cookie_list_fl1J07r:hover svg {
    transform: scale(1.1);
}.user_dialog_VsZ1UWi {
    background: linear-gradient(90deg, rgb(149,156,178), rgb(92,111,163));
    cursor: pointer;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(149,156,178);
    line-height: 40px;
    color: #000000;
    min-width: 140px;
    padding: 10px 20px;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.user_dialog_VsZ1UWi:hover {
    box-shadow: 0 0 20px rgb(92,111,163);
}.cookie_button.cookie_rules_bi9AoVf {
    border: 2px solid rgb(92,111,163);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_rules_bi9AoVf:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(92,111,163);
}.cookie_message_overlay_ds7JuKB p a {
    transition: color 0.3s ease;
    color: rgb(149,156,178);
    text-decoration: none;
}.cookie_message_overlay_ds7JuKB p a:hover {
    color: rgb(92,111,163);
}
@media only screen and (max-width: 1200px) {.cookie_message_overlay_ds7JuKB {
    padding: 15px 0;
}.cookie_screen_RlJFgSD {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_list_fl1J07r {
    display: none;
}.cookie_screen_RlJFgSD {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_message_overlay_ds7JuKB h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.edu_approve_3udYC7A {
    margin-bottom: 15px;
}.user_dialog_VsZ1UWi {
    min-width: 100%;
    margin: 10px 0;
}}
.testimonials_pgf7KwS {
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgb(192,194,200) 0%, rgb(149,156,178,0.5) 100%);
}.testimonials_pgf7KwS::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    pointer-events: none;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.05;
}.testimonials_pgf7KwS h2 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}.testimonials_pgf7KwS h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
    content: "";
    height: 3px;
    transition: transform 0.4s ease-out;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(149,156,178), rgb(92,111,163));
    position: absolute;
}.testimonials_pgf7KwS h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.testimonials_pgf7KwS .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.testimonials_pgf7KwS .skill_growth_dSqwgXk {
    position: relative;
}.testimonials_pgf7KwS .opinion_corner_15Nqh7T {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
}.testimonials_pgf7KwS .success_opinions_28U5V4R {
    transform: translateY(0);
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2rem;
}.testimonials_pgf7KwS .success_opinions_28U5V4R::before {
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(149,156,178), rgb(92,111,163));
    content: "";
    width: 5px;
    transition: height 0.5s ease;
    top: 0;
    left: 0;
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1), 
                0 15px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover::before {
    height: 100%;
}.testimonials_pgf7KwS .success_opinions_28U5V4R::after {
    pointer-events: none;
    opacity: 0.15;
    content: "";
    font-size: 150px;
    top: -25px;
    position: absolute;
    right: 20px;
    color: rgb(92,111,163,0.5);
    font-family: Georgia, serif;
}.testimonials_pgf7KwS .success_opinions_28U5V4R h3 {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    font-weight: 600;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover h3 {
    padding-left: 1.5rem;
    color: rgb(149,156,178);
}.testimonials_pgf7KwS .success_opinions_28U5V4R .description {
    line-height: 1.6;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover .description {
    padding-left: 0.5rem;
}.testimonials_pgf7KwS .success_opinions_28U5V4R div {
    transform: translateX(0) rotate(0);
    margin-top: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover div {
    transform: translateX(10px) rotate(5deg);
}.testimonials_pgf7KwS .success_opinions_28U5V4R div::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(149,156,178,0.5), transparent);
    width: 100%;
    z-index: 1;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    opacity: 0;
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover div::before {
    opacity: 0.3;
}.testimonials_pgf7KwS .success_opinions_28U5V4R img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
}.testimonials_pgf7KwS .success_opinions_28U5V4R:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.testimonials_pgf7KwS {
    padding: 4rem 1rem;
}.testimonials_pgf7KwS .opinion_corner_15Nqh7T {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.testimonials_pgf7KwS h2 {
    font-size: calc(37px * 0.9);
}.testimonials_pgf7KwS .opinion_corner_15Nqh7T {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.testimonials_pgf7KwS .success_opinions_28U5V4R {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.testimonials_pgf7KwS {
    padding: 3rem 1rem;
}.testimonials_pgf7KwS h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.testimonials_pgf7KwS .opinion_corner_15Nqh7T {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}
}

@media (max-width: 576px) {.testimonials_pgf7KwS {
    padding: 2.5rem 1rem;
}.testimonials_pgf7KwS h2 {
    font-size: calc(37px * 0.7);
}.testimonials_pgf7KwS .opinion_corner_15Nqh7T {
    gap: 1rem;
    grid-template-columns: 1fr;
}.testimonials_pgf7KwS .success_opinions_28U5V4R {
    padding: 1.25rem;
}.testimonials_pgf7KwS .success_opinions_28U5V4R h3 {
    font-size: 18px;
}.testimonials_pgf7KwS .success_opinions_28U5V4R div {
    height: 50px;
    width: 50px;
}}.meet_us_wQu7Rjt {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(192,194,200) 100%);
    position: relative;
}.meet_us_wQu7Rjt::before {
    right: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(149,156,178,0.5) 0,
        rgb(149,156,178,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    height: 100%;
    content: "";
    width: 50%;
    opacity: 0.05;
}.meet_us_wQu7Rjt::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(92,111,163,0.5) 0,
        rgb(92,111,163,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 50%;
    bottom: 0;
    opacity: 0.05;
    content: "";
    left: 0;
}.meet_us_wQu7Rjt .container {
    position: relative;
    padding: 0;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.meet_us_wQu7Rjt h2 {
    margin-bottom: 70px;
    color: #000000;
    font-size: 40px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-weight: 700;
    padding-left: 20px;
}.meet_us_wQu7Rjt h2::before {
    left: 20px;
    content: "";
    height: 4px;
    width: 60px;
    background: rgb(149,156,178);
    bottom: -15px;
    position: absolute;
}.meet_us_wQu7Rjt h2::after {
    z-index: -1;
    height: 4px;
    width: 120px;
    position: absolute;
    background: rgb(149,156,178,0.5);
    content: "";
    left: 20px;
    bottom: -15px;
}.meet_us_wQu7Rjt .skill_philo_wXKSFP9 {
    grid-template-rows: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 3;
    padding: 60px 40px 60px 20px;
    display: flex;
    grid-column: 1 / 3;
    background: #ffffff;
    overflow: hidden;
    grid-row: 1;
    flex-direction: column;
    justify-content: center;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) {
    color: #ffffff;
    position: relative;
    grid-row: 1;
    background: rgb(149,156,178);
    justify-content: center;
    margin-left: -20px;
    display: flex;
    padding: 60px 20px 60px 60px;
    flex-direction: column;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 3 / 5;
    z-index: 2;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1)::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    z-index: -1;
    width: 40px;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2)::before {
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    width: 60px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1)::after {
    background: rgb(149,156,178,0.5);
    position: absolute;
    top: -100%;
    border-radius: 50%;
    opacity: 0.1;
    width: 80px;
    z-index: -1;
    height: 80px;
    left: -100%;
    content: "";
    transition: all 0.5s ease;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1):hover::after {
    left: -10%;
    height: 150px;
    width: 150px;
    top: -10%;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1) h3 {
    color: #000000;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) h3 {
    color: #ffffff;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L h3::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    width: 40px;
    left: 0;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1) h3::after {
    background: rgb(149,156,178);
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) h3::after {
    background: #ffffff;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L p {
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1) p {
    color: #000000;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2)::after {
    height: 80px;
    bottom: 30px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    content: "";
    transform: rotate(45deg);
    border-radius: 10px;
    position: absolute;
    transition: all 0.5s ease;
    width: 80px;
    right: 30px;
    z-index: -1;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2):hover::after {
    height: 100px;
    width: 100px;
    transform: rotate(315deg);
}.meet_us_wQu7Rjt .container::before {
    content: "";
    width: 200px;
    height: 200px;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background: rgb(92,111,163,0.5);
    filter: blur(50px);
    top: -50px;
    opacity: 0.05;
}.meet_us_wQu7Rjt .container::after {
    height: 250px;
    content: "";
    left: -80px;
    background: rgb(149,156,178,0.5);
    position: absolute;
    border-radius: 50%;
    bottom: -80px;
    width: 250px;
    z-index: 0;
    filter: blur(60px);
    opacity: 0.05;
}

@media screen and (max-width: 991px) {.meet_us_wQu7Rjt {
    padding: 90px 0;
}.meet_us_wQu7Rjt h2 {
    margin-bottom: 60px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.meet_us_wQu7Rjt {
    padding: 70px 0;
}.meet_us_wQu7Rjt h2 {
    font-size: calc(37px + 0.1rem);
    margin-bottom: 50px;
}.meet_us_wQu7Rjt .skill_philo_wXKSFP9 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0 20px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1),
    .meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) {
    margin-left: 0;
    padding: 40px 30px;
    clip-path: none;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.meet_us_wQu7Rjt {
    padding: 60px 0;
}.meet_us_wQu7Rjt h2 {
    font-size: 37px;
    margin-bottom: 40px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(1),
    .meet_us_wQu7Rjt .academy_roots_dbxnq2L:nth-child(2) {
    padding: 30px 20px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L h3 {
    font-size: calc(20px + 0.1rem);
    margin-bottom: 15px;
}.meet_us_wQu7Rjt .academy_roots_dbxnq2L p {
    font-size: calc(13px - 0.05rem);
}}.thanksPart_6AoGcb4 {
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(192,194,200) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.thanksPart_6AoGcb4::before {
    height: 100%;
    right: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(149,156,178,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(92,111,163,0.5) 0%, transparent 45%);
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}.thanksPart_6AoGcb4::after {
    position: absolute;
    bottom: 20%;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(92,111,163) 50%, transparent);
    width: 80%;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    height: 1px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
}.thanksPart_6AoGcb4 .container {
    opacity: 0;
    z-index: 1;
    padding: 0 2rem;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(30px);
}.thanksPart_6AoGcb4 h2 {
    font-size: 29px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
    color: rgb(149,156,178);
    max-width: 90%;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
}.thanksPart_6AoGcb4 h2::after {
    transform: scaleX(0);
    height: 4px;
    animation: lineExpand 0.6s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(92,111,163), transparent);
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -12px;
    position: absolute;
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk {
    border-left: 4px solid rgb(92,111,163);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    padding: 3rem;
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk::before {
    background: linear-gradient(135deg, rgb(92,111,163,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    content: "";
    transform: scale(0);
    opacity: 0.5;
    height: 60px;
    width: 60px;
}.thanksPart_6AoGcb4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksPart_6AoGcb4 li {
    position: relative;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    transform: translateY(15px);
    opacity: 0;
}.thanksPart_6AoGcb4 li::before {
    top: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg) scale(0);
    height: 0.5rem;
    background-color: rgb(92,111,163);
    left: -1.5rem;
    content: "";
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    position: absolute;
}.thanksPart_6AoGcb4 li span {
    font-size: calc(17px * 1.1);
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    display: block;
    color: #000000;
    position: relative;
    line-height: 1.7;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.thanksPart_6AoGcb4 {
    padding: 6rem 0;
}.thanksPart_6AoGcb4 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksPart_6AoGcb4 {
    padding: 5rem 0;
}.thanksPart_6AoGcb4 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk {
    padding: 2rem;
}.thanksPart_6AoGcb4 li span {
    font-size: 17px;
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk::before {
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
}
}

@media (max-width: 575px) {.thanksPart_6AoGcb4 {
    padding: 4rem 0;
}.thanksPart_6AoGcb4 .container {
    padding: 0 1.5rem;
}.thanksPart_6AoGcb4 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(29px * 0.7);
}.thanksPart_6AoGcb4 .skill_growth_dSqwgXk {
    padding: 1.5rem;
}.thanksPart_6AoGcb4 li::before {
    width: 0.4rem;
    left: -1.25rem;
    height: 0.4rem;
}
}