svg {
    height: 30px;
    width: 30px;
}

.NQMD_wrapper-segment {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.container {
    width: 1173px;
    margin: auto;
    max-width: 100%;
}

.wmzR_landing_page .DsYo_learn_growth {
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    justify-content: center;
    max-width: 1200px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    overflow: hidden;
    padding: 4rem;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 80%;
    flex-direction: column;
}

.wmzR_landing_page .DsYo_learn_growth h3 {
    z-index: 2;
    font-weight: 600;
    margin: 0;
    font-size: calc(22px * 0.85);
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.wmzR_landing_page .DsYo_learn_growth p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    z-index: 2;
}

.zDgW_cookie_banner_dialog {
    background: rgb(214,230,219);
    border-top: 2px solid rgb(166,189,193);
    position: fixed;
    z-index: 90;
    bottom: 0;
    width: 100%;
}

.zDgW_cookie_banner_dialog p {
    font-size: 18px;
}

.ZYCy_cookie_compl svg, .ZYCy_cookie_compl svg path, .ZYCy_cookie_compl img {
    height: 100px;
    width: 100px;
    fill: rgb(166,189,193);
}

.NQMD_wrapper-segment .afQW_track_prefs {
    background: #ffffff;
    font-size: 20px;
    padding: 10px;
    border: none;
    margin-left: 30px;
    color: rgb(166,189,193);
}

.HosN_course_features::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at bottom right, rgb(166,189,193,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(123,157,172,0.5) 0%, transparent 60%);
    z-index: 1;
    content: "";
}

.HosN_course_features .YdjM_text_card .description {
    border-radius: 25px;
    line-height: 1.8;
    padding: 25px;
    color: #ffffff;
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
}

.HosN_course_features .fBQM_article_photo::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    inset: 0;
}

.STuG_appSpace::after {
    background: rgb(123,157,172);
    right: -5%;
    border-radius: 50%;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    filter: blur(100px);
    z-index: 0;
    width: 300px;
    top: -10%;
    position: absolute;
    opacity: 0.1;
    height: 300px;
}

.STuG_appSpace .JQBX_knowledge_hub {
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation: fadeUpIn 1s forwards ease-out;
    opacity: 0;
    animation-delay: 0.5s;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    position: relative;
}

header .container {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0;
    z-index: 2;
    align-items: center;
}

header .FaHA_site_core {
    position: relative;
    margin: 1rem 0 1.5rem;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    display: flex;
    z-index: 3;
}

header .FaHA_site_core:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(123,157,172));
}

header .znRx_site_navbar {
    display: flex;
    border-top: 1px solid rgb(166,189,193,0.5);
    justify-content: center;
    border-bottom: 1px solid rgb(166,189,193,0.5);
    width: 100vw;
    padding: 1rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    position: relative;
    gap: 0.8rem;
}

header .XIJU_top_pagewrap:hover {
    color: rgb(123,157,172);
    text-shadow: 0 0 5px rgb(123,157,172,0.5);
    transform: translateY(-2px) translateZ(0);
}

.jzBv_contact_panel::before {
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(166,189,193), 0.05) 49%, rgba(rgb(166,189,193), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(123,157,172), 0.05) 49%, rgba(rgb(123,157,172), 0.05) 51%, transparent 52%);
    top: 0;
    left: 0;
    content: "";
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.jzBv_contact_panel input[type="text"]:focus {
    border-left-color: rgb(123,157,172);
    outline: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.jzBv_contact_panel .HjWX_message_widget {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    margin-top: 10px;
}

.jzBv_contact_panel .HjWX_message_widget input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    height: 10px;
    width: 5px;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    position: absolute;
    top: 40%;
    border-right: 2px solid #ffffff;
}

.jzBv_contact_panel .VejN_request_support::after {
    height: 0;
    border-radius: 50%;
    top: 50%;
    transition: all 0.6s ease;
    width: 0;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.yFWK_reach_out_info::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    content: "";
}

.yFWK_reach_out_info .EpYq_get_support:nth-child(1) {
    grid-column: 1 / 2;
    justify-content: space-between;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
}

.yFWK_reach_out_info .EpYq_get_support:hover::before {
    transform: scaleY(1);
    opacity: 1;
}

.yFWK_reach_out_info .EpYq_get_support h2 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 37px;
    font-weight: 700;
}

.yFWK_reach_out_info .mTzM_send_info::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 8px;
    border-radius: 50%;
    left: 0;
    height: 8px;
    top: 50%;
    background: rgb(166,189,193);
}

.yFWK_reach_out_info .EpYq_get_support p:hover span::after {
    width: 100%;
}

.yFWK_reach_out_info .SxPz_course_faq::before {
    height: 1px;
    width: 30%;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(123,157,172,0.5));
    position: absolute;
    content: "";
    top: 0;
}

.yFWK_reach_out_info .KGHD_get_helpdesk {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.yFWK_reach_out_info .KGHD_get_helpdesk span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.yFWK_reach_out_info .KGHD_get_helpdesk span:hover::before {
    opacity: 0.1;
}

.yFWK_reach_out_info .EpYq_get_support .fBQM_article_photo::before {
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    content: "";
    height: 50%;
    position: absolute;
}

.yFWK_reach_out_info .Xonj_chat_form a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: rgb(166,189,193);
    height: 100%;
    width: 100%;
    left: 0;
}

.yFWK_reach_out_info svg {
    margin-right: 1rem;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}

.yFWK_reach_out_info .Xonj_chat_form a:hover svg path {
    fill: rgb(166,189,193);
}

.tjwq_teacher_profile::after {
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    width: 70%;
    height: 200%;
    content: "";
    background: radial-gradient(circle at center, rgb(123,157,172,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    right: -20%;
    top: -50%;
}

.tjwq_teacher_profile .iASX_review_panel:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.tjwq_teacher_profile .iASX_review_panel:hover .fBQM_article_photo::before {
    transform: rotate(1deg) scale(1.05);
}

.tjwq_teacher_profile .iASX_review_panel > div:nth-child(2) {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.tjwq_teacher_profile .iASX_review_panel > div:nth-child(2) > div {
    backdrop-filter: blur(2px);
    display: inline-block;
    border-radius: 4px;
    padding: 5px 15px;
    color: rgb(123,157,172);
    background: linear-gradient(120deg, rgba(rgb(123,157,172,0.5), 0.05), rgba(rgb(123,157,172,0.5), 0.15));
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: calc(17px * 0.95);
    position: relative;
}

.GNhW_our_background::after {
    opacity: 0.15;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    left: -50%;
    width: 200%;
    z-index: 2;
    background: radial-gradient(circle at center, rgb(166,189,193,0.5), transparent 70%);
    content: "";
    position: absolute;
    height: 200%;
}

.GNhW_our_background .YdjM_text_card h5::after {
    position: absolute;
    transition: transform 0.4s ease;
    transform-origin: left;
    height: 3px;
    width: 60px;
    bottom: 0;
    background: rgb(166,189,193);
    left: 0;
    content: "";
    transform: scaleX(1);
}

.GNhW_our_background .YdjM_text_card ol li::before {
    background: radial-gradient(circle, rgb(166,189,193,0.5), transparent 70%);
    width: 200px;
    top: -100px;
    position: absolute;
    left: -100px;
    opacity: 0.05;
    animation: float 20s infinite alternate ease-in-out;
    z-index: -1;
    content: "";
    height: 200px;
}

.DxVp_edu_links .company_holder h3::after {
    bottom: -8px;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
    background: rgb(166,189,193);
    border-radius: 10px;
    position: absolute;
}

.DxVp_edu_links .znRx_site_navbar h5 {
    font-weight: 600;
    padding-bottom: 12px;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(166,189,193);
}

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

.DxVp_edu_links::after {
    box-shadow: 0 0 40px rgb(166,189,193,0.5);
}

.DxVp_edu_links .znRx_site_navbar:hover::before {
    animation: glow 2s infinite;
}

.DxVp_edu_links .company_holder::before {
    left: 0;
    height: 1px;
    position: absolute;
    bottom: -20px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(166,189,193,0.5), 
        transparent);
    width: 100px;
}



.DxVp_edu_links .company_holder h3::before {
    height: 1px;
    background: rgb(166,189,193);
    top: 50%;
    content: "";
    left: -30px;
    position: absolute;
    width: 20px;
    opacity: 0.7;
}

.nExp_privacy_folio:hover {
    background-color: rgb(166,189,193,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.nExp_privacy_folio h2 {
    padding-bottom: 0.25rem;
    font-size: 31px;
    font-weight: 600;
    border-bottom: 1px solid rgb(123,157,172);
}

.nExp_privacy_folio ul li::before {
    content: '•';
    color: rgb(166,189,193);
    font-size: 1.5rem;
    top: 0;
    left: 0;
    position: absolute;
}

.ECNq_course_suitability {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgb(166,189,193,0.5) 100%);
}

.ECNq_course_suitability .JQBX_knowledge_hub::before {
    transform: rotate(-15deg) translateZ(-10px);
    background: rgb(123,157,172);
    content: "";
    right: -10px;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    top: -10px;
}

.ECNq_course_suitability div > div {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ECNq_course_suitability p::after {
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
}

.ECNq_course_suitability p:hover svg {
    transform: scale(1.2);
}



.ECNq_course_suitability p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}

.ECNq_course_suitability .JQBX_knowledge_hub > div p:nth-child(2) {
    animation-delay: 0.4s;
}

.ECNq_course_suitability .JQBX_knowledge_hub > div p:nth-child(6) {
    animation-delay: 1.2s;
}

.kgjI_join_now .JQBX_knowledge_hub {
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    justify-content: center;
    padding: 50px;
    align-items: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
}

.kgjI_join_now h3::before {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: orbitRotate 10s linear infinite;
    height: 60px;
    position: absolute;
    top: -80px;
    width: 60px;
    content: '';
}

.kgjI_join_now .KqzO_write_experts::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: -50%;
    width: 20px;
    transform: rotate(35deg);
    left: -100px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transition: all 0.6s ease;
    height: 200%;
}

.kgjI_join_now .KqzO_write_experts:hover::after {
    left: 200%;
}

.PkMm_educational_rewards::before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(166,189,193,0.5), 0.02),
        rgba(rgb(166,189,193,0.5), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
    width: 100%;
}

.PkMm_educational_rewards .YdjM_text_card {
    position: relative;
}

.PkMm_educational_rewards h1 {
    animation: fadeUp 0.8s ease 0.2s forwards;
    opacity: 0;
    font-size: 29px;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.PkMm_educational_rewards li:nth-child(2) {
    animation-delay: 0.4s;
}

.PkMm_educational_rewards li:nth-child(5) {
    animation-delay: 0.7s;
}

.PkMm_educational_rewards li svg {
    transform: translateY(2px);
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 1rem;
}

.OGLj_pricing_lineup::before {
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    left: 0;
    bottom: 0;
}

.OGLj_pricing_lineup .sjaK_sub_options li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}

.OGLj_pricing_lineup .Zacw_pay_plans::before {
    background: linear-gradient(90deg, 
        rgb(166,189,193) 0%,
        rgb(123,157,172) 100%);
    transform: scaleX(0.92);
    content: "";
    height: 5px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    right: 0;
    left: 0;
    top: 0;
}

.OGLj_pricing_lineup .JkYO_price_view h4::after {
    height: 3px;
    width: 40px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgb(166,189,193);
    transform-origin: left;
    content: "";
}

.OGLj_pricing_lineup .sjaK_sub_options li:hover {
    transform: translateY(-5px) scale(1.02);
}

.OGLj_pricing_lineup .sjaK_sub_options li:hover .Zacw_pay_plans::before {
    transform: scaleX(1);
}

.OGLj_pricing_lineup .sjaK_sub_options li:hover .JkYO_price_view h4::after {
    width: 100%;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.wmzR_landing_page .PWnO_skill_trackfast {
    min-height: 100vh;
    height: auto;
    padding: 4rem 0;
}.wmzR_landing_page .DsYo_learn_growth {
    width: 90%;
    height: auto;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem;
}.wmzR_landing_page .DsYo_learn_growth h1 {
    max-width: 100%;
    font-size: calc(48px * 0.7);
}.wmzR_landing_page .DsYo_learn_growth h3 {
    font-size: calc(22px * 0.7);
}.wmzR_landing_page .DsYo_learn_growth span {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}.wmzR_landing_page .DsYo_learn_growth div div {
    padding: 0.75rem 1rem;
    max-width: 100%;
}
}



@media (max-width: 480px) {.HosN_course_features {
    padding: 40px 0;
}.HosN_course_features .QqbU_skill_master {
    gap: 40px;
}.HosN_course_features .YdjM_text_card h2 {
    font-size: calc(39px * 0.8);
    padding-bottom: 15px;
}.HosN_course_features .YdjM_text_card h2::after {
    width: 80px;
}.HosN_course_features .YdjM_text_card .description {
    padding: 20px;
}.HosN_course_features .fBQM_article_photo {
    height: 250px;
}}



@media (max-width: 992px) {.jzBv_contact_panel {
    padding: 70px 0;
}.jzBv_contact_panel .siou_request_grid {
    flex-direction: column;
}.jzBv_contact_panel .fBQM_article_photo {
    flex: 0 0 auto;
    min-height: 300px;
}.jzBv_contact_panel .kjcO_query_feedback {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 576px) {.jzBv_contact_panel {
    padding: 50px 0;
}.jzBv_contact_panel .container {
    padding: 0 15px;
}.jzBv_contact_panel h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.jzBv_contact_panel .kjcO_query_feedback {
    padding: 30px 20px 40px;
}.jzBv_contact_panel .VejN_request_support {
    width: 100%;
}.jzBv_contact_panel .fBQM_article_photo {
    min-height: 200px;
}}



@media (min-width: 768px) {.tjwq_teacher_profile {
    padding: 100px 0;
}.tjwq_teacher_profile .iASX_review_panel {
    align-items: center;
    grid-template-areas: 
            "photo info"
            "quote quote";
    padding: 50px;
    grid-template-columns: auto 1fr;
    gap: 40px 50px;
}.tjwq_teacher_profile .iASX_review_panel > div:first-child {
    grid-area: photo;
}.tjwq_teacher_profile .iASX_review_panel > div:nth-child(2) {
    grid-area: info;
    text-align: left;
    padding-bottom: 0;
}.tjwq_teacher_profile .iASX_review_panel > div:nth-child(3) {
    grid-area: quote;
}.tjwq_teacher_profile .iASX_review_panel > div:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(123,157,172), transparent);
    transform: none;
    left: 0;
    width: 60px;
    bottom: -10px;
}.tjwq_teacher_profile .fBQM_article_photo {
    height: 200px;
    width: 200px;
}.tjwq_teacher_profile .lfGT_career_skills {
    font-size: calc(17px * 1.05);
    margin-top: 20px;
    padding: 25px 40px 25px 50px;
}
}



@media (max-width: 991px) {.DxVp_edu_links {
    padding: 60px 0 30px;
}.DxVp_edu_links .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.DxVp_edu_links .company_holder {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding-right: 0;
}.DxVp_edu_links .company_holder::after {
    display: none;
}.DxVp_edu_links .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.DxVp_edu_links .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.DxVp_edu_links .NEAw_youtube_chan {
    text-align: center;
    max-width: 100%;
}.DxVp_edu_links .cbeO_verify_cta {
    justify-content: center;
}
}



@media (max-width: 991px) {.DxVp_edu_links .company_holder h3::before {
    display: none;
}}



@media (max-width: 991px) {.ECNq_course_suitability {
    padding: 80px 0;
}.ECNq_course_suitability .JQBX_knowledge_hub {
    padding: 40px 30px;
}.ECNq_course_suitability h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.ECNq_course_suitability div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.ECNq_course_suitability p {
    padding: 15px;
}.ECNq_course_suitability::after {
    height: 80px;
}
}



@media screen and (max-width: 768px) {.kgjI_join_now {
    padding: 80px 0;
}.kgjI_join_now .JQBX_knowledge_hub {
    padding: 30px;
}.kgjI_join_now h3 {
    letter-spacing: 2px;
    font-size: calc(38px * 0.8);
    margin-bottom: 45px;
}.kgjI_join_now h3::before {
    width: 40px;
    top: -60px;
    height: 40px;
}.kgjI_join_now h3::after {
    bottom: -15px;
    width: 70px;
}.kgjI_join_now .KqzO_write_experts {
    font-size: calc(17px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}



@media (max-width: 767px) {.PkMm_educational_rewards .JQBX_knowledge_hub {
    margin-right: 1rem;
    margin-left: 1rem;
    width: calc(100% - 2rem);
    padding: 2rem;
}.PkMm_educational_rewards .fBQM_article_photo {
    height: 280px;
}.PkMm_educational_rewards h1 {
    font-size: calc(29px * 0.9);
}.PkMm_educational_rewards li p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 480px) {.OGLj_pricing_lineup {
    padding: 50px 0;
}.OGLj_pricing_lineup h2 {
    font-size: calc(38px * 0.7);
}.OGLj_pricing_lineup .HrOz_pricing_tiers {
    font-size: calc(12px * 0.9);
}.OGLj_pricing_lineup .JkYO_price_view {
    padding: 20px 15px;
}.OGLj_pricing_lineup .JkYO_price_view p {
    line-height: 1.5;
    max-height: 200px;
    font-size: calc(12px * 0.9);
}
}



@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



@keyframes slideUp {
    from { transform: translateY(30px); }
    to { transform: translateY(0); }
}

