.DxVp_edu_links {
    flex: 0 0 auto;
}

.DxVp_edu_links {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 80px 0 40px;
}

.tyTg_head_main {
    flex: 1 0 auto;
}


.wmzR_landing_page {
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(214,230,219);
    position: relative;
}

.wmzR_landing_page .DsYo_learn_growth::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    backdrop-filter: blur(3px);
    background: linear-gradient(
    135deg,
    rgb(166,189,193,0.5),
    rgba(0, 0, 0, 0.5) 70%
  );
    top: 0;
}

.wmzR_landing_page .DsYo_learn_growth span::before {
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(
    to right,
    rgb(123,157,172),
    transparent
  );
    z-index: 1;
}

.wmzR_landing_page .DsYo_learn_growth div div {
    padding: 1rem 1.5rem;
    opacity: 0;
    position: relative;
    max-width: 500px;
    display: inline-block;
    z-index: 2;
    border-radius: 0 10px 10px 0;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards;
    border-left: 4px solid rgb(123,157,172);
    background: rgb(166,189,193,0.5);
    transform: translateX(-10px);
    backdrop-filter: blur(5px);
}

.zDgW_cookie_banner_dialog p a {
    color: rgb(166,189,193);
    text-decoration: none;
}

.NQMD_wrapper-segment .ERyF_data_approval {
    justify-content: space-between;
    padding: 40px 0;
}

.NQMD_wrapper-segment .QOYU_consent_track h5 {
    font-weight: 700;
}

.NQMD_wrapper-segment .QOYU_consent_track h5, .NQMD_wrapper-segment .QOYU_consent_track p {
    color: #ffffff;
}

.HosN_course_features::after {
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    height: 100%;
    position: absolute;
}

.HosN_course_features .YdjM_text_card .description::after {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: "";
}

.STuG_appSpace h2 {
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    color: rgb(166,189,193);
    position: relative;
    animation: slideInTitle 0.8s forwards ease-out;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation-delay: 0.3s;
    transform: translateX(-10px);
    font-size: 34px;
    margin-bottom: 2.5rem;
    line-height: 1.3;
}

.STuG_appSpace ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.STuG_appSpace li::before {
    position: absolute;
    left: 0;
    height: 8px;
    animation: fadeIn 0.5s forwards ease-out;
    width: 8px;
    transform: rotate(45deg);
    top: 0.5rem;
    content: "";
    animation-delay: 1.2s;
    opacity: 0;
    background: rgb(123,157,172);
}

header::before {
    content: "";
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(123,157,172,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(166,189,193,0.5) 0%, transparent 15%);
    position: absolute;
    opacity: 0.3;
    width: 100%;
    top: 0;
    z-index: 1;
    animation: pulse-bg 8s infinite alternate;
}

header .FaHA_site_core::after {
    animation: pulse-opacity 4s ease infinite alternate;
    border-radius: 50%;
    height: 70px;
    background: rgb(123,157,172,0.5);
    width: 70px;
    opacity: 0.3;
    z-index: -2;
    content: "";
    position: absolute;
    filter: blur(20px);
}

header .XIJU_top_pagewrap::before {
    border: 1px solid transparent;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    top: 0;
    height: 100%;
    transform: translateZ(-10px);
    content: "";
}

header .XIJU_top_pagewrap:hover::before {
    box-shadow: 0 0 15px rgb(166,189,193,0.5);
    transform: translateZ(0);
    border-color: rgb(123,157,172,0.5);
}

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

.jzBv_contact_panel .fBQM_article_photo {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.jzBv_contact_panel #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.jzBv_contact_panel input[type="text"] {
    color: #000000;
    border-radius: 0 10px 10px 0;
    padding: 15px 20px;
    border: none;
    background: rgb(214,230,219);
    border-left: 3px solid rgb(166,189,193);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
}

.jzBv_contact_panel .HjWX_message_widget input[type="checkbox"]:checked {
    background: rgb(166,189,193);
    border-color: rgb(166,189,193);
}

.jzBv_contact_panel .HjWX_message_widget a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(166,189,193);
}

.jzBv_contact_panel .VejN_request_support {
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    align-self: flex-start;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 35px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 20px;
    background: rgb(166,189,193);
}

.yFWK_reach_out_info::after {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -2;
    width: 100%;
    animation: pulseGlow 15s infinite alternate;
    background: radial-gradient(circle at 30% 50%, rgb(166,189,193,0.5) 0%, transparent 50%);
    opacity: 0.4;
    content: "";
}

.yFWK_reach_out_info .EpYq_get_support {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.yFWK_reach_out_info .EpYq_get_support h2::after {
    content: "";
    background: rgb(166,189,193);
    bottom: -10px;
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
}

.yFWK_reach_out_info .EpYq_get_support p {
    color: #000000;
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
    font-size: 12px;
}

.yFWK_reach_out_info .SxPz_course_faq {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border-left: 3px solid rgb(123,157,172);
    margin-top: 2.5rem;
}

.yFWK_reach_out_info .SxPz_course_faq h3::before {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    background: 
        linear-gradient(45deg, rgb(166,189,193) 0%, rgb(166,189,193) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(123,157,172) 0%, rgb(123,157,172) 40%, transparent 40%);
}

.yFWK_reach_out_info .EpYq_get_support .fBQM_article_photo {
    border-radius: 22px;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.yFWK_reach_out_info .Xonj_chat_form a {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    border-radius: 10px;
    grid-column: span 3;
    overflow: hidden;
    padding: 1.2rem;
    text-decoration: none;
}

.yFWK_reach_out_info .Xonj_chat_form a:hover::after {
    opacity: 0.05;
}

.yFWK_reach_out_info .Xonj_chat_form a:hover p {
    transform: translateX(5px);
}

.yFWK_reach_out_info svg path {
    fill: rgb(123,157,172);
    transition: fill 0.3s ease;
}

.tjwq_teacher_profile {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,230,219), rgba(245, 247, 250, 0.9));
}

.tjwq_teacher_profile .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.tjwq_teacher_profile .iASX_review_panel {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    padding: 40px;
    gap: 30px;
    position: relative;
    display: grid;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-columns: 1fr;
    border-radius: 8px;
    background: #ffffff;
}

.tjwq_teacher_profile .name {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin: 0 0 10px;
    font-size: calc(19px * 1.1);
    display: inline-block;
    color: rgb(166,189,193);
}

.tjwq_teacher_profile .lfGT_career_skills::before {
    left: 10px;
    color: rgb(123,157,172);
    content: "";
    top: -20px;
    opacity: 0.1;
    font-family: serif;
    position: absolute;
    font-size: 80px;
}

.GNhW_our_background {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.GNhW_our_background .YdjM_text_card:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.GNhW_our_background .YdjM_text_card h5 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
}

.GNhW_our_background .YdjM_text_card ol li {
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

.DxVp_edu_links .company_holder {
    position: relative;
    padding-right: 40px;
}

.DxVp_edu_links .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
    display: inline-block;
}

.DxVp_edu_links .cbeO_verify_cta {
    justify-content: flex-end;
    display: flex;
}

.DxVp_edu_links .znRx_site_navbar {
    position: relative;
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a {
    padding-left: 0;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s ease;
    font-size: calc(18px * 0.95);
    color: #ffffff;
    position: relative;
}

.CwUA_brainstorm {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}



.CwUA_brainstorm {
    overflow: hidden;
    position: relative;
}

.DxVp_edu_links .znRx_site_navbar::before {
    left: -15px;
    position: absolute;
    top: 10px;
    opacity: 0.7;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: rgb(166,189,193);
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a:hover::after {
    width: 100%;
}

.DxVp_edu_links .znRx_site_navbar .sQVt_site_study a:nth-child(odd):hover {
    transform: translateX(2px);
}

.CwUA_brainstorm::after {
    opacity: 0.3;
    width: 30%;
    position: absolute;
    content: "";
    left: 35%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,157,172,0.5), 
        transparent);
}

.nExp_privacy_folio h3, .nExp_privacy_folio h4, .nExp_privacy_folio h5, .nExp_privacy_folio h6 {
    margin: 10px 0;
}

.nExp_privacy_folio ul li {
    padding: 0.5rem 0;
    font-size: 15px;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    position: relative;
}

.ECNq_course_suitability::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(123,157,172,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(166,189,193,0.5) 0%, transparent 40%);
    top: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    left: 0;
    z-index: 1;
}

.ECNq_course_suitability h4::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(166,189,193), rgb(123,157,172));
    width: 70px;
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.ECNq_course_suitability p:hover {
    transform: translateY(-5px);
    color: #000000;
}

.ECNq_course_suitability p:hover::before {
    width: 8px;
}

.ECNq_course_suitability p:hover::after {
    opacity: 0.15;
}

.ECNq_course_suitability p svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,189,193);
}

.ECNq_course_suitability p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

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

.kgjI_join_now {
    background: linear-gradient(180deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.kgjI_join_now .JQBX_knowledge_hub::before {
    z-index: -1;
    content: '';
    height: 100%;
    top: 0;
    animation: patternShift 15s linear infinite;
    position: absolute;
    opacity: 0.05;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    background-size: 30px 30px;
}

.kgjI_join_now h3::after {
    position: absolute;
    content: '';
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 100px;
    bottom: -20px;
}

.kgjI_join_now .KqzO_write_experts:hover {
    transform: translateY(-5px);
    background: linear-gradient(45deg, rgb(166,189,193), rgb(123,157,172));
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.kgjI_join_now .KqzO_write_experts:hover::before {
    opacity: 0.5;
}

.PkMm_educational_rewards {
    background: linear-gradient(135deg, rgba(rgb(166,189,193,0.5), 0.03), rgba(rgb(123,157,172,0.5), 0.05));
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.PkMm_educational_rewards .fBQM_article_photo:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.PkMm_educational_rewards .YdjM_text_card::before {
    position: absolute;
    top: -2.5rem;
    left: -2.5rem;
    width: calc(100% + 5rem);
    transform-origin: left center;
    background: linear-gradient(90deg, 
        rgb(166,189,193) 0%, 
        rgb(123,157,172) 50%,
        rgb(166,189,193) 100%);
    opacity: 0;
    content: "";
    height: 3px;
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}

.PkMm_educational_rewards li:hover svg {
    transform: translateY(2px) scale(1.1) rotate(5deg);
}

.PkMm_educational_rewards li:hover svg path {
    fill: rgb(123,157,172);
}

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

.OGLj_pricing_lineup .sjaK_sub_options {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
}

.OGLj_pricing_lineup .Zacw_pay_plans {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

.OGLj_pricing_lineup .slWO_access_rates::before {
    display: inline-block;
    box-shadow: 0 0 15px rgb(166,189,193);
    width: 10px;
    border-radius: 50%;
    content: "";
    margin-right: 8px;
    background: rgb(166,189,193);
    transform: translateY(-2px);
    height: 10px;
}

header .znRx_site_navbar::-webkit-scrollbar {
    display: none;
}

.OGLj_pricing_lineup .JkYO_price_view p::-webkit-scrollbar {
    width: 4px;
}

.OGLj_pricing_lineup .JkYO_price_view p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,189,193,0.5);
}



@media (max-width: 576px) {.wmzR_landing_page .DsYo_learn_growth {
    padding: 2rem 1.5rem;
}.wmzR_landing_page .DsYo_learn_growth h1 {
    font-size: calc(48px * 0.6);
    margin-bottom: 1.25rem;
}.wmzR_landing_page .DsYo_learn_growth h1::before {
    width: 5px;
    left: -15px;
}.wmzR_landing_page .DsYo_learn_growth h3 {
    font-size: calc(22px * 0.65);
}.wmzR_landing_page .DsYo_learn_growth p {
    font-size: calc(12px * 0.9);
}.wmzR_landing_page .DsYo_learn_growth::after {
    width: 30%;
    height: 30%;
    right: -5%;
    top: -5%;
}}



@media (max-width: 992px) {.STuG_appSpace {
    padding: 3rem 0;
}.STuG_appSpace h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.STuG_appSpace .JQBX_knowledge_hub {
    padding: 2rem;
}
}



@media (max-width: 991px) {header .FaHA_site_core {
    margin: 0.8rem 0 1.2rem;
}header .FaHA_site_core svg {
    height: 40px;
}header .XIJU_top_pagewrap {
    padding: 0.5rem 1.2rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 767px) {header .FaHA_site_core {
    margin: 0.6rem 0 1rem;
}header .FaHA_site_core svg {
    height: 35px;
}header .FaHA_site_core::before {
    height: 90px;
    width: 90px;
}header .FaHA_site_core::after {
    width: 50px;
    height: 50px;
}header .znRx_site_navbar {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .XIJU_top_pagewrap {
    padding: 0.4rem 1rem;
    font-size: calc(18px - 2px);
}header .XIJU_top_pagewrap:first-child {
    margin-left: 2rem;
}header .XIJU_top_pagewrap:last-child {
    margin-right: 2rem;
}}



@media (max-width: 480px) {.yFWK_reach_out_info {
    padding: 3rem 0;
}.yFWK_reach_out_info .mhig_ask_for_help {
    gap: 1.2rem;
}.yFWK_reach_out_info .EpYq_get_support {
    padding: 1.5rem;
}.yFWK_reach_out_info .EpYq_get_support h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.yFWK_reach_out_info .mTzM_send_info {
    font-size: 12px;
}.yFWK_reach_out_info .SERt_connect_today {
    margin-bottom: 1.5rem;
}.yFWK_reach_out_info .SxPz_course_faq {
    padding: 1rem;
    margin-top: 1.5rem;
}.yFWK_reach_out_info .Xonj_chat_form a {
    padding: 1rem;
}.yFWK_reach_out_info .Xonj_chat_form a span {
    margin-right: 1rem;
    width: 60px;
}}




@media (max-width: 1200px) {.GNhW_our_background {
    padding: 100px 0;
}.GNhW_our_background .YdjM_text_card {
    padding: 40px 45px;
}
}



@media (max-width: 992px) {.GNhW_our_background {
    padding: 80px 0;
}.GNhW_our_background .YdjM_text_card {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 35px 40px;
}.GNhW_our_background .YdjM_text_card h5 {
    font-size: calc(23px * 0.95);
}.GNhW_our_background .YdjM_text_card > div:nth-child(2) p {
    font-size: calc(12px * 1.2);
}
}



@media (max-width: 576px) {.GNhW_our_background {
    padding: 60px 0;
}.GNhW_our_background .YdjM_text_card {
    padding: 25px 30px;
}.GNhW_our_background .YdjM_text_card h5 {
    font-size: calc(23px * 0.85);
}.GNhW_our_background .YdjM_text_card > div:nth-child(2) p {
    font-size: 12px;
}.GNhW_our_background .YdjM_text_card ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.GNhW_our_background .YdjM_text_card h5::after {
    width: 50px;
}}



@media (max-width: 991px) {.DxVp_edu_links .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(166,189,193,0.5), 
            transparent);
    transform: translateX(-50%);
}}


@media only screen and (max-width: 800px) {.nExp_privacy_folio {
    border-radius: 10px;
    padding: 1rem;
}.nExp_privacy_folio h1 {
    font-size: calc(18px * 0.8);
}.nExp_privacy_folio h2 {
    font-size: calc(18px * 0.8);
}.nExp_privacy_folio ul li {
    padding-left: 1rem;
}.nExp_privacy_folio ul li::before {
    font-size: 1.2rem;
}}



@media screen and (max-width: 992px) {.kgjI_join_now {
    padding: 100px 0;
}.kgjI_join_now .JQBX_knowledge_hub {
    padding: 40px;
    max-width: 90%;
}.kgjI_join_now h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.kgjI_join_now h3::before {
    height: 50px;
    width: 50px;
    top: -70px;
}.kgjI_join_now h3::after {
    width: 80px;
}.kgjI_join_now .KqzO_write_experts {
    padding: 14px 40px;
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 768px) {.PkMm_educational_rewards {
    padding: 8rem 0;
}.PkMm_educational_rewards .container {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
}.PkMm_educational_rewards .fBQM_article_photo {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    width: 45%;
    margin-top: 0;
}.PkMm_educational_rewards .JQBX_knowledge_hub {
    margin-left: -5rem;
    margin-top: 0;
    padding: 3rem;
    width: 55%;
}.PkMm_educational_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}.PkMm_educational_rewards h1 {
    font-size: 45px;
}
}



@media (max-width: 767px) {.OGLj_pricing_lineup {
    padding: 60px 0;
}.OGLj_pricing_lineup h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.OGLj_pricing_lineup .HrOz_pricing_tiers {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.OGLj_pricing_lineup .sjaK_sub_options {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.OGLj_pricing_lineup .JkYO_price_view {
    padding: 25px 20px;
}.OGLj_pricing_lineup .JkYO_price_view h4 {
    font-size: 23px;
}.OGLj_pricing_lineup .slWO_access_rates {
    font-size: calc(23px * 1.1);
}
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(166,189,193,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(166,189,193);
    }
}

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



@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}



@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateX(15px); }
    to { opacity: 1; transform: translateX(0); }
}

