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

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

.expfaq_block {
    flex: 0 0 auto;
}


.expfaq_block {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(174,161,179,0.5) 100%);
    padding: 6rem 0 2rem;
}


.expprogram_structure {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(215deg, rgb(238,234,239) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(209,198,212,0.5) 90%);
}

.expprogram_structure::before {
    left: 0;
    opacity: 0.03;
    position: absolute;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
    animation: gridFlow 20s linear infinite;
    content: "";
    top: 0;
    z-index: 1;
}

.expprogram_structure .expfull_image {
    top: 0;
    width: 100%;
    transform: scale(1);
    position: absolute;
    z-index: 1;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    left: 0;
}

.expprogram_structure .expfull_image::after {
    content: "";
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    bottom: 0;
}

.expprogram_structure .explearn_path {
    position: relative;
    z-index: 4;
    width: 70%;
    background: transparent;
    padding-bottom: 60px;
    padding-top: 60px;
}

.expprogram_structure .expmain_page::before {
    opacity: 0.3;
    border-radius: inherit;
    z-index: -1;
    filter: blur(10px);
    animation: rotateBorderGradient 10s linear infinite;
    inset: -5px;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(209,198,212,0.5),
        rgb(174,161,179,0.5),
        rgb(209,198,212,0.5)
    );
    position: absolute;
}

.expprogram_structure .expmain_page:hover svg {
    transform: translateZ(30px) scale(1.1);
    fill: rgb(174,161,179);
}

.expprogram_structure .expmain_page svg path {
    transition: all 0.4s ease;
    stroke-width: 0.5;
    stroke: #000000;
}

.expprogram_structure .explearn_path h3 {
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px 25px;
    transform: translateZ(0);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(209,198,212,0.5);
    position: relative;
    font-size: 29px;
    border-left: 4px solid rgb(209,198,212);
    background: linear-gradient(
        135deg,
        rgb(209,198,212,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    backdrop-filter: blur(10px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-weight: 700;
}

.expprogram_structure .explearn_path p::first-letter {
    margin-right: 10px;
    color: rgb(209,198,212);
    float: left;
    font-weight: 700;
    margin-top: 5px;
    font-size: 2.5em;
    line-height: 0.8;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.exptariff_package::before {
    z-index: 1;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.exptariff_package .expmonthly_plan {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.exptariff_package .exprate_panel h2 {
    color: rgb(209,198,212);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 30px;
}

.exptariff_package .exprate_panel h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    left: 50%;
}

.exptariff_package .expcert_fees {
    text-decoration: none;
    transform: translateY(30px);
    will-change: transform, opacity;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation: fadeInUp 0.8s forwards;
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
}

.exptariff_package .expvalue_deals {
    background: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    height: 100%;
}

.exptariff_package .expfee_pricing::before {
    transition: opacity 0.4s ease, transform 0.4s ease;
    right: 0;
    z-index: -1;
    position: absolute;
    height: 120px;
    content: "";
    top: 0;
    width: 120px;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(209,198,212,0.5) 50%);
    opacity: 0;
}

.exptariff_package .expcert_fees:hover h3 {
    color: rgb(209,198,212);
}

.exptariff_package .exprate_list::before {
    width: 40px;
    height: 3px;
    content: "";
    background: rgb(174,161,179);
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
    left: 0;
}

.exptariff_package .expcert_fees p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    -ms-word-break: break-all;
    color: #000000;
    font-size: 18px;
    word-break: break-word;
    line-height: 1.6;
    word-wrap: break-word;
}

.exptariff_package .expcert_fees:hover .expfull_image {
    transform: scale(1.05);
}

.expleadership_profile {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(238,234,239) 100%);
}



.expleadership_profile .container {
    perspective: 1000px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.expleadership_profile .expreviews_hub {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(174,161,179,0.5),
        inset 0 0 30px rgb(209,198,212,0.5);
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-5deg);
    flex-wrap: wrap;
    border-radius: 12px;
}

.expleadership_profile .expreviews_hub:hover .expfull_image {
    transform: translateX(-50%) translateZ(50px);
}

.expleadership_profile .name {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-top: 100px;
    width: 100%;
    text-shadow: 0 0 10px rgb(209,198,212,0.5);
    transform: translateZ(20px);
    letter-spacing: 1px;
    font-size: 36px;
}

.expleadership_profile .expexperience_summary {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    padding: 2rem;
    transform: translateZ(10px);
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #ffffff;
    border-left: 3px solid rgb(209,198,212);
}

.expjoin_our_mailing_list {
    background: linear-gradient(135deg, rgb(174,161,179) 0%, rgb(209,198,212) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}

.expjoin_our_mailing_list::after {
    top: -10%;
    content: "";
    width: 300px;
    right: -5%;
    animation: pulse 8s infinite alternate ease-in-out;
    height: 300px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(209,198,212,0.5) 0%, transparent 70%);
}

.expjoin_our_mailing_list .explearning_track::before {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    transform: translateZ(-10px);
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.08;
}

.expjoin_our_mailing_list h4::after {
    background: #ffffff;
    width: 80px;
    opacity: 0.5;
    bottom: -12px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.expjoin_our_mailing_list .input_holder span {
    flex: 1 1 250px;
    position: relative;
}

.expjoin_our_mailing_list .input_holder span:first-child {
    flex: 1 1 350px;
}

.expjoin_our_mailing_list input[type="email"] {
    font-size: 12px;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    width: 100%;
    backdrop-filter: blur(5px);
}

.expjoin_our_mailing_list .expsub_deal {
    width: 100%;
    border: none;
    font-weight: 600;
    background: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: rgb(174,161,179);
}

.expjoin_our_mailing_list .expsub_deal:hover::before {
    left: 100%;
}

.expjoin_our_mailing_list .expsub_deal:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

.expcontact_box::before {
    background-color: rgb(209,198,212,0.5);
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
}

.expcontact_box .expreach_message {
    flex-direction: column-reverse;
    width: 100%;
    position: relative;
    display: flex;
}

.expcontact_box .exphelp_help h3 {
    width: 100%;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
}

.expcontact_box .exphelp_help div {
    text-align: center;
    min-height: 140px;
    flex: 1 0 calc(50% - 30px);
    max-width: 220px;
    border-radius: 13px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background-color: #ffffff;
}

.expcontact_box .exphelp_help div span {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    color: #000000;
}

.expcontact_box .exphelp_help div span a:hover {
    color: rgb(174,161,179);
}

.expcontact_box .expconnect_feedback::before {
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    width: 30px;
    background-color: #ffffff;
    z-index: -1;
    height: 30px;
    left: 50%;
    border-radius: 3px;
    top: -15px;
}

.expcontact_box .expconnect_feedback form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}

.expcontact_box .expconnect_feedback input[type="text"],
.expcontact_box .expconnect_feedback input[type="email"] {
    height: 50px;
    padding: 15px 20px;
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid rgb(238,234,239);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    background-color: transparent;
    flex: 1 0 100%;
}

.expcontact_box .expconnect_feedback .expsupport_box input[type="checkbox"] {
    flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    margin-right: 10px;
    width: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    height: 20px;
    border-radius: 4px;
    border: 2px solid rgb(238,234,239);
    margin-top: 3px;
    cursor: pointer;
    appearance: none;
}

.expcontact_box .expconnect_feedback .expsupport_box label {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.expcontact_box .expconnect_feedback .expsupport_box label a:hover {
    color: rgb(209,198,212);
}

.expcontact_box .expconnect_feedback .expsupport_list {
    background: linear-gradient(135deg, rgb(174,161,179), rgb(209,198,212));
    color: #ffffff;
    box-shadow: 0 5px 15px rgb(174,161,179,0.5);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 10px;
}

.expgreeting_page::after {
    z-index: -1;
    filter: blur(40px);
    height: 30%;
    background: linear-gradient(135deg, rgb(209,198,212,0.5) 0%, transparent 70%);
    top: -10%;
    transform: rotate(-15deg);
    right: -5%;
    content: "";
    width: 30%;
    position: absolute;
}

.expgreeting_page h1 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: rgb(209,198,212);
    font-weight: 600;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
}

.expgreeting_page .expword_wrapper {
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    flex-direction: column;
    padding: 1.5rem;
    transform: translateY(30px);
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.03);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(209,198,212);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.expgreeting_page .expword_wrapper:hover svg {
    transform: scale(1);
}

.expgreeting_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,198,212);
}

.expgreeting_page .expcourse_hero p {
    position: relative;
    max-width: 600px;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
}

.expgreeting_page .expsupport_list::before {
    z-index: -1;
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    transition: left 0.8s ease;
    width: 100%;
}

.expgreeting_page .expsupport_list:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.25), 0 10px 10px rgba(94,170,168,0.15);
}

.expgreeting_page .expfull_image {
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    height: 350px;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 29px;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.expprivacy_gate::before,
.expprivacy_gate::after {
    background: rgb(174,161,179,0.5);
    z-index: -1;
    position: absolute;
    content: '';
    border-radius: 50%;
}

.expprivacy_gate::before {
    height: 200px;
    right: -50px;
    top: -50px;
    width: 200px;
}

.expprivacy_gate h1 {
    margin-top: 20px;
    color: rgb(209,198,212);
    font-size: 40px;
    border-bottom: 3px dashed rgb(209,198,212);
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.expprivacy_gate h2::before {
    left: -15px;
    border-radius: 50%;
    background: rgb(209,198,212);
    top: 50%;
    position: absolute;
    height: 10px;
    content: '';
    width: 10px;
    transform: translateY(-50%);
}

.expprivacy_gate ul li {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.expprivacy_gate p, .expprivacy_gate span, .expprivacy_gate div {
    padding: 10px;
    font-size: 17px;
    border-left: 4px solid rgb(209,198,212,0.5);
    color: #000000;
    background: rgb(209,198,212,0.5);
    margin-bottom: 20px;
    line-height: 1.8;
    border-radius: 10px;
}

.expprivacy_gate h3::after, .expprivacy_gate h4::after, .expprivacy_gate h5::after, .expprivacy_gate h6::after {
    background: rgb(174,161,179);
    width: 20px;
    left: 0;
    content: '';
    bottom: -5px;
    position: absolute;
    height: 2px;
}

#expcookiePolicyWindow {
    display: none;
}

#expcookiePolicyWindow:checked ~ .expcookiePolicyContainer {
    visibility: hidden;
    opacity: 0;
}

.expcookiePolicyContainer .container {
    z-index: 1;
    padding: 0 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    gap: 1rem;
    position: relative;
    margin: 0 auto;
    display: flex;
}

.expdata_guard {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}

.expdata_guard p {
    color: #000000;
    font-size: 1rem;
}

.expedu_cookie {
    border-radius: 10px;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    background: rgb(209,198,212);
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.expcookiePolicyContainer p a {
    text-decoration: underline;
    color: rgb(209,198,212);
    transition: color 0.3s ease;
}

.expfaq_block::after {
    content: '';
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

.expfaq_block .expcontact_list {
    gap: 1.5rem;
    margin-bottom: 2rem;
    z-index: 10;
    transform: translateY(-3.5rem);
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 1.25rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.expfaq_block .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    right: -0.75rem;
    width: 1px;
    height: 70%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(174,161,179,0.5), transparent);
    position: absolute;
    top: 50%;
}

.expfaq_block .info_item:hover {
    transform: translateY(-5px);
}

.expfaq_block .info_item:hover p,
.expfaq_block .info_item:hover a {
    color: rgb(209,198,212);
}

.expfaq_block .info_item:hover svg {
    transform: scale(1.15);
}

.expfaq_block .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 4rem;
    position: relative;
}

.expfaq_block .expmain_page:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(209,198,212,0.5));
}

.expfaq_block .explaw_res {
    line-height: 1.6;
    opacity: 0.8;
    font-size: calc(13px + 1px);
}

.expfaq_block .expnav_class::before {
    position: absolute;
    width: 1px;
    content: '';
    bottom: 0;
    left: -2rem;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(174,161,179,0.5) 30%, rgb(174,161,179,0.5) 70%, transparent);
}

.expfaq_block .expnav_class h5 {
    font-size: 19px;
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
    font-weight: 600;
    position: relative;
}

.expfaq_block .exphead_edu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.expfaq_block .exphead_edu a {
    opacity: 0.85;
    position: relative;
    padding: 0.25rem 0;
    text-decoration: none;
    transform-origin: left;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #ffffff;
}

.expfaq_block .exphead_edu a:hover {
    color: rgb(209,198,212);
    opacity: 1;
    transform: translateX(8px);
}

.expfaq_block .subscribe_holder::before {
    opacity: 0.2;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(209,198,212,0.5), transparent 70%);
    width: 100%;
    content: '';
    z-index: -1;
}



.expfaq_block .subscribe_holder h5 {
    font-size: 19px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
    position: relative;
    font-weight: 600;
}

.expfaq_block .subscribe_holder h5::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    height: 2px;
    background: rgb(209,198,212);
    width: 40px;
}

.expfaq_block .input_holder::before {
    left: -10px;
    height: calc(100% + 20px);
    content: '';
    border-radius: calc(10px + 10px);
    top: -10px;
    opacity: 0.1;
    animation: subtleRotate 15s linear infinite;
    position: absolute;
    width: calc(100% + 20px);
    z-index: -1;
    background: 
        radial-gradient(circle at bottom right, rgb(209,198,212,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(174,161,179,0.5) 0%, transparent 70%);
}

.expfaq_block .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.expfaq_block .expsub_deal {
    z-index: 1;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    background-color: rgb(209,198,212);
}

.expfaq_block .expsub_deal:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.expfaq_block .expsub_deal:hover::before {
    left: 100%;
}

.expfaq_block .expsub_deal:hover::after {
    opacity: 1;
}

.expfaq_block .expcitation {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    margin-top: 4rem;
}

.expfaq_block .expreport_abuse {
    font-size: 13px;
    opacity: 0.7;
}

.expstatistics_information {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(209,198,212,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.expstatistics_information h4 {
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 3rem;
    text-align: center;
    font-size: 34px;
    color: #000000;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
}

.expstatistics_information ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.expstatistics_information .expclass_gains:nth-child(1) {
    --i: 1;
}

.expstatistics_information .expclass_gains:nth-child(2) {
    --i: 2;
}

.expstatistics_information .expclass_gains:nth-child(3) {
    --i: 3;
}

.expstatistics_information .expclass_gains:nth-child(4) {
    --i: 4;
}

.expstatistics_information .expclass_gains:nth-child(5) {
    --i: 5;
}

.expstatistics_information .expclass_gains:nth-child(6) {
    --i: 6;
}

.expstatistics_information .expclass_gains:nth-child(7) {
    --i: 7;
}

.expstatistics_information .expclass_gains::before {
    height: 50px;
    opacity: 0.3;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(209,198,212,0.5) 50%);
    width: 50px;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 0;
}

.expstatistics_information .expclass_gains div {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.expstatistics_information .expclass_gains span {
    animation-delay: calc(0.5s + 0.15s * var(--i, 0));
    padding-bottom: 0.5rem;
    font-weight: 600;
    position: relative;
    transform: translateY(10px);
    animation: fadeIn 0.6s ease-out forwards;
    color: #000000;
    font-size: 16px;
    opacity: 0;
}

.expstatistics_information .expclass_gains span::after {
    content: "";
    height: 2px;
    transition: width 0.4s ease-out;
    width: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(209,198,212), transparent);
}

.expour_background .container {
    position: relative;
    z-index: 2;
}

.expour_background .explearning_track {
    flex-direction: column;
    display: flex;
    gap: 100px;
    position: relative;
}

.expour_background h3 {
    animation: slideIn 0.6s ease forwards;
    font-size: calc(45px * 1.2);
    transform: translateX(-100px);
    position: relative;
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 0;
}

.expour_background .expclass_space {
    transform: translateX(-50px);
    animation: fadeInRight 0.6s ease forwards 0.3s;
    padding-left: 40px;
    grid-template-columns: 1fr 1fr;
    border-left: 3px solid rgb(209,198,212);
    gap: 40px;
    position: relative;
    opacity: 0;
    display: grid;
}

.expour_background .expclass_space .expfull_image {
    width: 100%;
    overflow: hidden;
    transition: transform 0.4s ease;
    border-radius: 0;
    transform: scale(1);
    height: 100%;
    min-height: 300px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}

.expour_background .exponline_mastery {
    display: grid;
    opacity: 0;
    grid-template-columns: 1fr 1fr;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    border-right: 3px solid rgb(174,161,179);
    position: relative;
    gap: 40px;
    padding-right: 40px;
    transform: translateX(50px);
}

.expour_background .exponline_mastery .expexpert_learning {
    transform: scale(1);
    overflow: hidden;
    height: 100%;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    grid-column: 1 / 2;
    min-height: 300px;
    border-radius: 0;
    width: 100%;
    position: relative;
    transition: transform 0.4s ease;
}

.expour_background .explearning_track::before {
    width: 40%;
    background: linear-gradient(to right, rgb(209,198,212), transparent);
    left: 0;
    position: absolute;
    content: "";
    top: -20px;
    height: 1px;
}

.expour_background .container::before {
    border: 1px solid rgb(209,198,212,0.5);
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    content: "";
    position: absolute;
    left: -100px;
    animation: rotate 30s linear infinite;
    top: -100px;
}



.expour_background::after {
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.expteaching_process::before {
    opacity: 0.4;
    width: 120%;
    z-index: 0;
    top: -10%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,161,179,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(174,161,179,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(174,161,179,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(174,161,179,0.5) 2px, transparent 14px);
    content: "";
    animation: constellation 30s infinite linear;
    height: 120%;
    position: absolute;
    left: -5%;
}

.expteaching_process .explearning_track {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 2rem;
    position: relative;
}

.expteaching_process h2::after {
    left: 0;
    transform: scaleX(0.8);
    height: 3px;
    bottom: -12px;
    transform-origin: left;
    content: "";
    width: 60%;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.expteaching_process .expword_wrapper::before {
    left: 0;
    top: 0;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    z-index: -1;
    position: absolute;
    width: 100%;
}

.expteaching_process .expword_wrapper:hover::before {
    opacity: 1;
}

.expteaching_process p {
    margin: 0;
    color: #000000;
    font-size: 12px;
    max-width: 90%;
    line-height: 1.8;
    transition: transform 0.4s ease-out;
}

.expcourse_candidates::before {
    content: "";
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: rgb(209,198,212,0.5);
    width: 50%;
    position: absolute;
}

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

.expcourse_candidates h4 {
    padding-left: 20px;
    font-weight: 700;
    position: relative;
    font-size: 34px;
    border-left: 4px solid rgb(209,198,212);
    text-align: left;
    margin-bottom: 60px;
    color: #000000;
}

.expcourse_candidates div > div::before {
    top: 0;
    left: 15px;
    width: 2px;
    background: linear-gradient(to bottom, rgb(209,198,212,0.5), rgb(174,161,179,0.5));
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
}

.expcourse_candidates p:last-child {
    margin-bottom: 0;
}

.expcourse_candidates p::before {
    height: 2px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(209,198,212,0.5), rgb(174,161,179));
    width: 30px;
}

.expcourse_candidates p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.expcourse_candidates p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(209,198,212);
}

.expcourse_candidates p:nth-child(odd)::after {
    border-color: rgb(209,198,212);
}

.expcourse_candidates p:nth-child(even):hover::after {
    background: rgb(174,161,179);
}

.expcourse_candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,198,212);
}

.expcourse_candidates p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.expcourse_candidates p:nth-child(2) {
    transform: translateX(30px);
}

.expcourse_candidates p:nth-child(4) {
    transform: translateX(90px);
}

.expcourse_candidates p:nth-child(6) {
    transform: translateX(150px);
}

.expcourse_candidates p:nth-child(2):hover {
    transform: translateX(40px);
}

.expcourse_candidates p:nth-child(4):hover {
    transform: translateX(100px);
}

.expcourse_candidates p:nth-child(6):hover {
    transform: translateX(160px);
}

.expcourse_candidates .explearning_track > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.expcourse_candidates .explearning_track > div p:nth-child(3) {
    animation-delay: 0.3s;
    opacity: 1;
    animation-name: none;
    transform: translateX(60px);
}

.expcourse_candidates .explearning_track > div p:nth-child(5) {
    animation-delay: 0.5s;
    opacity: 1;
    animation-name: none;
    transform: translateX(120px);
}

.expcourse_candidates .explearning_track > div p:nth-child(7) {
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(120px);
    animation-name: none;
}

.expcourse_candidates .explearning_track > div p:nth-child(9) {
    transform: translateX(60px);
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
}

header::before {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    animation: pulse 15s infinite alternate;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 10% 20%, rgb(209,198,212,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(174,161,179,0.5) 0%, transparent 20%);
}

header .expnav_class::before {
    background: linear-gradient(90deg, transparent 0%, rgb(209,198,212,0.5) 50%, transparent 100%);
    z-index: -1;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    position: absolute;
    border-radius: 20px;
    left: -30px;
    content: "";
    opacity: 0.1;
    transform: skewX(-15deg);
    top: -15px;
}

header .exptop_main::before {
    width: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(209,198,212), rgb(174,161,179));
}

header .exptop_navbar svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}

.expthanks_page {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(209,198,212,0.5) 100%);
    padding: 4rem 0;
}

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

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

.expthanks_page .explearning_track::before {
    top: 20px;
    content: "";
    position: absolute;
    opacity: 0.1;
    border: 1px solid rgb(209,198,212,0.5);
    left: 20px;
    pointer-events: none;
    right: 20px;
    bottom: 20px;
}

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

.expthanks_page li {
    position: relative;
    padding-left: 2rem;
}

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

.expthanks_page li span::after {
    bottom: -15px;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(209,198,212,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.2;
}



@media screen and (max-width: 1200px) {.expprogram_structure .explearn_path {
    width: 80%;
}.expprogram_structure .expmain_page {
    height: 100px;
    width: 100px;
    right: 5%;
}
}



@media screen and (max-width: 768px) {.expprogram_structure {
    padding: 60px 0;
}.expprogram_structure .explearning_track {
    display: block;
    padding-bottom: 40px;
    min-height: auto;
}.expprogram_structure .expfull_image {
    height: 300px;
    margin-bottom: -40px;
    position: relative;
}.expprogram_structure .explearn_path {
    padding-bottom: 0;
    padding-top: 60px;
    width: 100%;
}.expprogram_structure .expmain_page {
    width: 80px;
    left: 20px;
    top: -30px;
    right: auto;
    height: 80px;
}.expprogram_structure .explearn_path h3 {
    margin-top: 20px;
    display: block;
    font-size: calc(29px * 0.8);
    box-sizing: border-box;
    width: calc(100% - 30px);
}.expprogram_structure .explearn_path p {
    width: calc(100% - 30px);
    margin: 30px auto 0;
    box-sizing: border-box;
}
}



@media (min-width: 768px) {.exptariff_package .expprogram_price {
    grid-template-columns: repeat(2, 1fr);
}.exptariff_package .exprate_panel {
    padding: 3rem;
}.exptariff_package .expfee_pricing {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.exptariff_package .expprogram_price {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.exptariff_package .expfee_pricing {
    padding: 3rem 2.5rem;
}.exptariff_package .exprate_panel h2 {
    font-size: calc(30px + 0.3rem);
}
}



@media (max-width: 767px) {.exptariff_package {
    padding: 4rem 0;
}.exptariff_package .exprate_panel h2 {
    font-size: calc(30px - 0.2rem);
}.exptariff_package .exprate_panel .exppay_options {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.exptariff_package .expcert_fees h3 {
    font-size: 18px;
}.exptariff_package .exprate_list {
    font-size: calc(17px + 0.5rem);
}.exptariff_package .expfull_image {
    height: 160px;
}}



@media (max-width: 767px) {.expleadership_profile {
    padding: 6rem 0 3rem;
}.expleadership_profile .container {
    padding: 0 1rem;
}.expleadership_profile .expreviews_hub {
    transform: none;
    padding: 2rem 1.5rem;
}.expleadership_profile .expfull_image {
    width: 120px;
    height: 120px;
    top: -60px;
}.expleadership_profile .name {
    margin-top: 70px;
    font-size: calc(36px - 2px);
}.expleadership_profile .expreviews_hub span:not(.name) {
    font-size: calc(21px - 1px);
}.expleadership_profile .expexperience_summary {
    font-size: calc(12px - 1px);
    margin-top: 1.5rem;
    padding: 1.2rem;
}.expleadership_profile .expreviews_hub:hover {
    transform: none;
}}



@media (max-width: 767px) {.expjoin_our_mailing_list .explearning_track::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.expjoin_our_mailing_list .explearning_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}
}



@media screen and (min-width: 992px) {.expcontact_box {
    min-height: 700px;
    padding: 100px 0;
}.expcontact_box .expreach_message {
    align-items: center;
    flex-direction: row;
}.expcontact_box .exphelp_help {
    width: 65%;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 60px 120px;
    margin-left: auto;
    gap: 30px;
}.expcontact_box .exphelp_help h3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}.expcontact_box .exphelp_help h3::after {
    left: 0;
    transform: none;
}.expcontact_box .exphelp_help div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 0;
}.expcontact_box .expconnect_feedback {
    position: absolute;
    max-width: 450px;
    left: 0;
    margin: 0;
    width: 45%;
    z-index: 3;
    padding: 40px;
}.expcontact_box .expconnect_feedback::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
}
}



@media screen and (max-width: 480px) {.expcontact_box {
    padding: 40px 0 100px;
}.expcontact_box .exphelp_help {
    gap: 20px;
}.expcontact_box .exphelp_help div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (min-width: 992px) {.expgreeting_page {
    padding: 10rem 3rem;
}.expgreeting_page h1 {
    margin-bottom: 3rem;
}.expgreeting_page .explearning_track {
    gap: 6rem;
}.expgreeting_page .expword_wrapper {
    padding: 3rem;
}.expgreeting_page .expfull_image {
    height: 550px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
}.expgreeting_page svg {
    height: 150px;
    width: 150px;
}
}



@media (min-width: 1200px) {.expgreeting_page .explearning_track {
    gap: 8rem;
}.expgreeting_page .expcourse_hero p {
    font-size: calc(18px * 1.1);
}.expgreeting_page .expfull_image {
    height: 600px;
}
}


@media only screen and (max-width: 768px) {.expcookiePolicyContainer .container {
    align-items: center;
    flex-direction: column;
}.expcookies_consent {
    margin-bottom: 1rem;
    margin-right: 0;
}.expdata_guard {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.expcookies_terms {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 1200px) {.expfaq_block .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.expfaq_block .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.expfaq_block .expnav_class::after {
    display: none;
}
}



@media (max-width: 768px) {.expfaq_block {
    padding: 4rem 0 2rem;
}.expfaq_block .expcontact_list {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.expfaq_block .info_item {
    max-width: none;
    width: 100%;
}.expfaq_block .exphead_edu {
    grid-template-columns: repeat(2, 1fr);
}.expfaq_block .expcitation {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.expfaq_block {
    padding: 3rem 0 1.5rem;
}.expfaq_block .expcontact_list {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.expfaq_block .info_item p,
    .expfaq_block .info_item a {
    font-size: calc(17px - 1px);
}.expfaq_block .exphead_edu {
    text-align: center;
    grid-template-columns: 1fr;
}.expfaq_block .exphead_edu a:hover {
    transform: none;
}.expfaq_block .exphead_edu a::before {
    transform: translateX(-50%);
    left: 50%;
}.expfaq_block .exphead_edu a:hover::before {
    width: 30px;
}.expfaq_block .input_holder {
    width: 100%;
}}



@media (max-width: 992px) {.expstatistics_information ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.expstatistics_information .expclass_gains {
    padding: 1.75rem 1.25rem;
}.expstatistics_information .expclass_gains p {
    font-size: 2.75rem;
}.expstatistics_information h4 {
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 576px) {.expstatistics_information {
    padding: 3rem 0;
}.expstatistics_information ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.expstatistics_information .expclass_gains {
    padding: 1.25rem 1rem;
}.expstatistics_information .expclass_gains p {
    font-size: 2.25rem;
}.expstatistics_information h4 {
    font-size: calc(34px * 0.7);
    margin-top: 2rem;
}.expstatistics_information h4::after {
    width: 50px;
    height: 2px;
}}



@media screen and (max-width: 768px) {.expour_background {
    padding: 60px 0;
}.expour_background h3 {
    font-size: 45px;
}.expour_background .explearning_track {
    gap: 50px;
}.expour_background .expclass_space,
    .expour_background .exponline_mastery {
    padding-left: 20px;
    padding-right: 20px;
}.expour_background .expclass_space {
    border-left: 2px solid rgb(209,198,212);
}.expour_background .exponline_mastery {
    border-right: 2px solid rgb(174,161,179);
}.expour_background .expclass_space span {
    font-size: calc(24px * 0.9);
}.expour_background .expclass_space p,
    .expour_background .exponline_mastery p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.expour_background .expclass_space .expfull_image,
    .expour_background .exponline_mastery .expexpert_learning {
    min-height: 220px;
    clip-path: none;
    border-radius: 10px;
}
}



@media (min-width: 768px) {.expteaching_process .explearning_track {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
    gap: 2rem;
}.expteaching_process h2 {
    margin-bottom: 4rem;
    font-size: calc(29px * 1.2);
}.expteaching_process .expword_wrapper {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    padding: 3rem 3.5rem;
}.expteaching_process p {
    max-width: 85%;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.expteaching_process {
    padding: 5rem 0;
}.expteaching_process .explearning_track {
    padding: 0 1.5rem;
}.expteaching_process h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.expteaching_process .expword_wrapper {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
}.expteaching_process p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}
}



@media (max-width: 480px) {.expteaching_process {
    padding: 4rem 0;
}.expteaching_process .explearning_track {
    padding: 0 1rem;
}.expteaching_process h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.expteaching_process .expword_wrapper {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}.expteaching_process p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 768px) {.expcourse_candidates {
    padding: 70px 0;
}.expcourse_candidates h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.expcourse_candidates div > div {
    margin-left: 30px;
}.expcourse_candidates div > div::before {
    left: 10px;
}.expcourse_candidates p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.expcourse_candidates p::before {
    width: 20px;
    left: -20px;
}.expcourse_candidates p::after {
    height: 14px;
    width: 14px;
    left: -32px;
}.expcourse_candidates p:nth-child(1) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(2) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(3) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(4) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(5) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(6) {
    transform: translateX(0);
}.expcourse_candidates p:hover,
    .expcourse_candidates p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (max-width: 576px) {.expcourse_candidates {
    padding: 60px 0;
}.expcourse_candidates h4 {
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.expcourse_candidates div > div {
    margin-left: 25px;
}.expcourse_candidates p {
    margin-bottom: 15px;
    font-size: calc(14px * 0.9);
    padding: 12px;
}.expcourse_candidates p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.expcourse_candidates p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}



@media (max-width: 767px) {header {
    position: relative;
}header .expsite_core {
    flex-direction: column-reverse;
    padding: 1rem 0;
    gap: 1rem;
}header .exptop_navbar {
    margin-bottom: 0.5rem;
}header .expnav_class {
    justify-content: flex-start;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    padding: 0.5rem 0;
    width: 100%;
}header .expnav_class::before {
    display: none;
}header .exptop_main {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    white-space: nowrap;
}header .exptop_main::before {
    display: none;
}}



@media (max-width: 576px) {.expthanks_page {
    padding: 2.5rem 0;
}.expthanks_page .container {
    padding: 0 1.5rem;
}.expthanks_page h2 {
    font-size: calc(34px * 0.7);
}.expthanks_page h2::after {
    height: 2px;
    width: 60px;
}.expthanks_page .explearning_track {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.expthanks_page li {
    padding-left: 1.5rem;
}.expthanks_page li::before {
    height: 6px;
    width: 6px;
}.expthanks_page li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



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



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

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



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



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

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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

