.proposal_cta_exp {
    flex: 0 0 auto;
}

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

a {
    text-decoration: none;
    color: inherit;
}

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


.enroll_instantly_exp {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    z-index: 1;
    transform: skewY(-2deg);
    padding: 6rem 0;
    position: relative;
}

.enroll_instantly_exp::after {
    height: 50vw;
    top: -30%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    position: absolute;
    right: -10%;
    background: radial-gradient(circle, rgb(165,152,173) 0%, transparent 70%);
    opacity: 0.15;
    width: 50vw;
    content: "";
    z-index: -1;
}

.enroll_instantly_exp h6 {
    animation: textFloat 5s infinite alternate ease-in-out;
    text-align: center;
    position: relative;
    line-height: 1.5;
    font-weight: 600;
    max-width: 800px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 24px;
    transform: translateY(0);
    letter-spacing: 0.5px;
}

.enroll_instantly_exp div div span {
    transform-style: preserve-3d;
    display: inline-block;
    perspective: 800px;
    position: relative;
}

.enroll_instantly_exp .query_card_exp {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    transform: translateY(0);
    overflow: hidden;
    padding: 0.9rem 2.5rem;
    align-items: center;
    position: relative;
    color: rgb(201,191,208);
    z-index: 2;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
}

.enroll_instantly_exp .query_card_exp::after {
    position: absolute;
    transition: all 0.7s ease;
    transform: skewX(-25deg);
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 70%;
    left: -100%;
}

.enroll_instantly_exp .query_card_exp:hover::after {
    left: 100%;
    transition: all 0.7s ease;
}

.enroll_instantly_exp div div span:hover::before {
    opacity: 0.25;
    transform: translateZ(-5px) scale(1.05);
}

header .top_header_exp {
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(120deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
}

header .top_header_exp::after {
    z-index: -2;
    width: 150%;
    background: rgb(201,191,208);
    transform: rotate(-2deg);
    top: -50px;
    content: "";
    height: 100px;
    position: absolute;
    opacity: 0.1;
    left: -25%;
}

header .top_prime_exp {
    gap: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

header .top_section_exp::before {
    transition: all 0.3s ease;
    left: -5px;
    border: 2px dashed rgb(201,191,208,0.5);
    content: "";
    border-radius: 10px;
    position: absolute;
    top: -5px;
    opacity: 0;
    bottom: -5px;
    right: -5px;
}

header .top_section_exp:hover::before {
    opacity: 1;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}

header .nav_master_exp {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}

header .nav_master_exp:hover::before {
    width: 100%;
}

header .site_main_exp {
    margin: 5px 3px;
    position: relative;
}

header .site_main_exp:nth-child(odd) {
    transform: translateY(-3px);
}

header .site_main_exp:nth-child(even) {
    transform: translateY(3px);
}

header .site_main_exp a::before {
    height: 100%;
    right: 0;
    background: rgb(201,191,208);
    transform: scaleY(0);
    transform-origin: top;
    top: 0;
    content: "";
    width: 5px;
    position: absolute;
    transition: transform 0.3s ease;
}

header .site_main_exp a::after {
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    transform: scaleX(0);
}

.offer_deck_exp {
    background: linear-gradient(135deg, rgb(230,225,233) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

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

.offer_deck_exp .deal_board_exp {
    margin-left: auto;
    max-width: 800px;
    margin-right: auto;
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
}

.offer_deck_exp .deal_board_exp h2::after {
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    background: rgb(201,191,208);
    height: 3px;
}

.offer_deck_exp .study_costs_expJ7EW8 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
    order: 2;
}

.offer_deck_exp .access_rates_exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}

.offer_deck_exp .group_rates_exp {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offer_deck_exp .plan_details_exp {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}

.offer_deck_exp .plan_details_exp h3 {
    position: relative;
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(21px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.offer_deck_exp .access_rates_exp:hover .plan_details_exp h3::after {
    width: 80px;
}

.offer_deck_exp .training_sub_exp::before {
    transition: width 0.3s ease;
    background: rgb(201,191,208);
    bottom: -5px;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
}

.offer_deck_exp .plan_details_exp p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    margin-top: auto;
    overflow-wrap: break-word;
}

.offer_deck_exp .access_rates_exp:hover .main_image_exp {
    transform: scale(1.05);
}

.offer_deck_exp .access_rates_exp:nth-child(odd) .group_rates_exp {
    flex-direction: column-reverse;
}

.offer_deck_exp .access_rates_exp:nth-child(3n+1) {
    border-top: 3px solid rgb(201,191,208);
}

.offer_deck_exp .access_rates_exp:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

footer .proposal_cta_exp::before {
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(201,191,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(165,152,173,0.5) 0%, transparent 20%);
}

footer .info_item {
    flex: 1 1 200px;
    display: flex;
    transition: all 0.3s ease;
    background-color: rgb(230,225,233);
    padding: 15px;
    border-radius: 10px;
    align-items: center;
}

footer .info_item svg {
    margin-right: 12px;
    fill: rgb(201,191,208);
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
}

footer .nav_base_exp, footer .nav_master_exp, footer .subscribe_holder {
    padding: 30px;
    border-radius: 12px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform-origin: center center;
    transform-style: preserve-3d;
    position: relative;
}

footer .nav_base_exp {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .nav_base_exp::after, footer .nav_master_exp::after, footer .subscribe_holder::after {
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    top: 0;
    border-radius: 12px;
    position: absolute;
}

footer .nav_master_exp h5 {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

footer .nav_master_exp h5:hover::after {
    width: 100%;
}

footer .head_know_exp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
    gap: 15px;
}

footer .head_know_exp a::before {
    height: 1px;
    bottom: 0;
    width: 0;
    content: "";
    position: absolute;
    background-color: rgb(201,191,208);
    left: 0;
    transition: width 0.3s ease;
}

footer .head_know_exp a:hover::before {
    width: 100%;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
}

footer .join_list_exp {
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    text-align: center;
    color: rgb(201,191,208);
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 14px 20px;
    font-weight: 600;
}

footer .ar_tools_exp {
    padding: 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 30px;
}

.sign_up_exp::before {
    top: -50%;
    width: 200%;
    z-index: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    animation: gridMove 30s linear infinite;
    opacity: 0.03;
    left: -50%;
    height: 200%;
}

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

.sign_up_exp .learn_identity_exp::before {
    background: rgb(165,152,173);
    top: 20%;
    content: "";
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    position: absolute;
    height: 100%;
    filter: blur(20px);
    width: 50%;
    left: -10%;
    opacity: 0.1;
}

.sign_up_exp p {
    font-weight: 700;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 28px;
    transform-style: preserve-3d;
    transform: translateZ(20px);
    line-height: 1.3;
    color: #000000;
}

.sign_up_exp p::after {
    left: 0;
    height: 2px;
    position: absolute;
    width: 60%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, transparent 100%);
    content: "";
}

.sign_up_exp .input_holder::before {
    height: 100%;
    background: #000000;
    opacity: 0.03;
    width: 100%;
    left: -10px;
    content: "";
    top: 10px;
    z-index: -1;
    position: absolute;
    transform: translateZ(-10px);
}

.sign_up_exp .instant_learn_exp:focus {
    box-shadow: 0 0 0 2px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
}

.sign_up_exp .query_card_exp {
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    position: relative;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1.5rem;
    overflow: hidden;
    background: #000000;
}

.sign_up_exp .query_card_exp:hover {
    color: #ffffff;
}

.sign_up_exp .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

.statistical_data_exp::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

.statistical_data_exp .container {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

.statistical_data_exp h2 {
    position: relative;
    color: #000000;
    text-align: left;
    font-size: 37px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 80px;
    border-left: 5px solid rgb(201,191,208);
}

.statistical_data_exp h2 {
    border-bottom: 3px solid rgb(201,191,208);
    padding-left: 0;
    border-left: none;
    text-align: center;
    padding-bottom: 15px;
}

.statistical_data_exp .statistics_advance_exp:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}

.statistical_data_exp .statistics_advance_exp:hover {
    transform: translateY(-10px);
}

.statistical_data_exp .statistics_advance_exp:nth-child(2n) p {
    background: rgb(165,152,173);
}

.statistical_data_exp .statistics_advance_exp p::after {
    border-left: 15px solid rgb(201,191,208);
    top: 50%;
    border-bottom: 15px solid transparent;
    width: 0;
    border-top: 15px solid transparent;
    right: -15px;
    height: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    content: "";
}

.statistical_data_exp .statistics_advance_exp p::after {
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    bottom: -15px;
    top: auto;
    border-right: 15px solid transparent;
    right: auto;
    border-bottom: none;
    border-top: 15px solid rgb(201,191,208);
}

.statistical_data_exp .statistics_advance_exp:hover span {
    color: rgb(201,191,208);
}

.statistical_data_exp .statistics_advance_exp:nth-child(2n):hover span {
    color: rgb(165,152,173);
}

.statistical_data_exp svg {
    height: 40px;
    transition: all 0.3s ease;
    right: 20px;
    top: 20px;
    position: absolute;
    fill: #ffffff;
    width: 40px;
}

.statistical_data_exp svg {
    position: relative;
    margin: 15px 0;
    top: auto;
    right: auto;
}

.statistical_data_exp ul::before {
    background: linear-gradient(to bottom, rgb(201,191,208,0.5), rgb(165,152,173,0.5));
    width: 2px;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 90px;
    content: "";
}

.statistical_data_exp ul::before {
    display: none;
}

.statistical_data_exp .statistics_advance_exp:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}

.statistical_data_exp .container::after {
    bottom: -150px;
    left: -150px;
}



.statistical_data_exp .statistics_advance_exp::before {
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all 0.4s ease;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    z-index: 0;
}

.privacy_barrier_exp {
    background: rgb(165,152,173,0.5);
    overflow: hidden;
    padding: 40px;
    height: auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.privacy_barrier_exp h2 {
    border-bottom: 2px solid rgb(201,191,208);
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: capitalize;
    color: rgb(165,152,173);
    margin-top: 30px;
    font-weight: 600;
}

.privacy_barrier_exp ul, .privacy_barrier_exp ol {
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
}

.privacy_barrier_exp li {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.privacy_barrier_exp p, .privacy_barrier_exp span, .privacy_barrier_exp div {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
}

.gratZone_exp::before {
    background: linear-gradient(225deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    transform: rotate(45deg);
    border-radius: 10px;
    z-index: 1;
    content: "";
    height: 200px;
    width: 200px;
    opacity: 0.07;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    top: -50px;
    position: absolute;
    right: -50px;
}

.gratZone_exp:hover::before {
    transform: rotate(55deg) scale(1.1);
}

.gratZone_exp .learn_identity_exp {
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 30px;
    transform: translateY(0);
    position: relative;
    padding: 40px;
    border-left: 4px solid rgb(201,191,208);
    display: grid;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}

.gratZone_exp .learn_identity_exp > div:first-child {
    position: relative;
}

.gratZone_exp .learn_identity_exp > div:first-child::after {
    width: 60px;
    position: absolute;
    content: "";
    transform-origin: left;
    background: rgb(201,191,208);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    transform: scaleX(1);
    height: 3px;
    bottom: -15px;
}

.gratZone_exp a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 5px 0;
    color: inherit;
}

.gratZone_exp a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.gratZone_exp a:hover p {
    transform: translateY(-2px);
}

.gratZone_exp .learn_identity_exp > div:last-child {
    position: relative;
}

.gratZone_exp .learn_identity_exp > div:last-child::before {
    opacity: 0.2;
    transform: rotate(-10deg);
    transition: all 0.3s ease;
    position: absolute;
    color: rgb(201,191,208);
    font-size: 18px;
    content: "✓";
    top: -15px;
    right: 0;
}

.contact_us_exp .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.contact_us_exp .help_inquiry_exp {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-template-rows: auto auto auto;
}

.contact_us_exp .query_support_exp h3 {
    padding: 40px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 33px;
    background: rgb(201,191,208);
    margin: 0;
}

.contact_us_exp .query_support_exp svg {
    border-radius: 50%;
    width: 50px;
    background: rgb(230,225,233);
    padding: 10px;
    margin-bottom: 15px;
    height: 50px;
}

.contact_us_exp .query_support_exp a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(201,191,208);
}

.contact_us_exp .support_message_exp {
    margin-top: -100px;
    padding: 170px 0 100px;
    background: rgb(201,191,208);
    grid-row: 2 / 4;
    grid-column: 1 / 13;
}

.contact_us_exp form h3 {
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 33px;
}

.contact_us_exp form input[type="text"],
.contact_us_exp form input[type="email"] {
    border: 1px solid rgb(230,225,233);
    padding: 18px 20px;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #ffffff;
}

.contact_us_exp .request_block_exp {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.contact_us_exp .request_block_exp input[type="checkbox"]:checked {
    background-color: rgb(201,191,208);
    border-color: rgb(201,191,208);
}

.contact_us_exp .request_block_exp input[type="checkbox"]:checked::before {
    height: 10px;
    border: solid #ffffff;
    top: 4px;
    left: 7px;
    border-width: 0 2px 2px 0;
    content: '';
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
}

.contact_us_exp .request_block_exp a:hover {
    color: rgb(165,152,173);
}

.contact_us_exp .query_card_exp {
    font-size: 17px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 18px 20px;
    color: #ffffff;
    background: rgb(201,191,208);
}


.manage_cookies_exp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    box-shadow: 0 0 20px rgb(201,191,208,0.5);
    background: linear-gradient(135deg, rgb(165,152,173) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.consent_comply_exp svg, .consent_comply_exp svg path {
    width: 60px;
    height: 60px;
    fill: rgb(201,191,208);
    transition: transform 0.3s ease;
}

.consent_learn_exp {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}

.consent_learn_exp p {
    margin-bottom: 0;
    font-size: 12px;
    text-shadow: 0 0 5px rgb(201,191,208,0.5);
    color: #ffffff;
}

.privacy_ctrl_exp:hover {
    background: rgb(165,152,173);
    box-shadow: 0 0 20px rgb(165,152,173,0.5);
}

.consentSettingsDialog_exp p a {
    color: rgb(201,191,208);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.consentSettingsDialog_exp p a:hover {
    color: rgb(165,152,173);
}

#popupPolicyNotice_exp {
    display: none;
}


header .top_plank {
    background: rgb(201,191,208);
    color:  #ffffff;
}

header .top_plank .header_sec_exp div svg, header .top_plank .header_sec_exp div svg path {
    fill: #ffffff;
}

header .top_plank .header_sec_exp div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}

header .top_plank .header_sec_exp div img, header .top_plank .header_sec_exp div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.about_this_exp::before {
    left: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    animation: gridMove 40s linear infinite;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    background-size: 30px 30px;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(201,191,208,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(201,191,208,0.5) 95%);
}



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

.about_this_exp h3 {
    border-left: 4px solid rgb(201,191,208);
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    font-size: 31px;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    display: inline-block;
    color: #000000;
    border-radius: 0 14px 14px 0;
    font-weight: 700;
    padding: 20px 30px;
}

.about_this_exp .diff_block_exp span {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 10px 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    top: -40px;
    z-index: 5;
    left: 0;
    background: rgb(201,191,208);
}

.about_this_exp .diff_block_exp .main_image_exp {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
}

.about_this_exp .learning_space_exp {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.about_this_exp .learning_space_exp p {
    align-items: center;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    color: #000000;
    border-right: 3px solid rgb(165,152,173);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: flex;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.about_this_exp .learning_space_exp .pedagogy_info_exp::before {
    position: absolute;
    top: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    z-index: 2;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}



.about_this_exp .diff_block_exp::after,
.about_this_exp .learning_space_exp::after {
    opacity: 0.7;
    content: "";
    position: absolute;
    height: 50px;
    border-radius: 10px;
    animation: rotateFadeIn 10s infinite linear;
    width: 50px;
    border: 1px solid rgb(201,191,208,0.5);
    z-index: -1;
}



.about_this_exp .diff_block_exp::after {
    top: -25px;
    border-color: rgb(201,191,208,0.5);
    right: -25px;
}

.about_this_exp .learn_identity_exp::after {
    bottom: 20%;
    right: -60px;
    animation-delay: 2s;
    background: rgb(165,152,173);
}

.mentorship_profile_exp {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(230,225,233);
}

.mentorship_profile_exp::before {
    width: 100%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(201,191,208,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}

.mentorship_profile_exp .review_feedback_exp {
    margin: 0 auto;
    max-width: 600px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.mentorship_profile_exp .main_image_exp::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.mentorship_profile_exp .job_background_exp {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin: -80px auto 0;
    position: relative;
    z-index: 3;
    width: 90%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    border-radius: 21px;
}

.mentorship_profile_exp .name {
    color: rgb(201,191,208);
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 33px;
    text-align: center;
}

.mentorship_profile_exp .job_background_exp div:nth-child(2) {
    color: rgb(165,152,173);
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
}

.mentorship_profile_exp .professional_exp_exp {
    font-size: 14px;
    color: #000000;
    position: relative;
    padding: 0 1rem;
    text-align: center;
    line-height: 1.7;
    font-style: italic;
}

.mentorship_profile_exp .professional_exp_exp::after {
    bottom: -0.5rem;
    right: 0;
}

.mentorship_profile_exp .review_feedback_exp:hover .main_image_exp {
    transform: translateY(-20px);
}

.mentorship_profile_exp .review_feedback_exp:hover .job_background_exp {
    transform: translateY(20px);
}

.customer_feedback_exp::before {
    top: 0;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    z-index: 1;
    background-size: 50px 50px;
    height: 100%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(201,191,208,0.5) 12%, transparent 12.5%, transparent 87%, rgb(201,191,208,0.5) 87.5%, rgb(201,191,208,0.5)),
        linear-gradient(150deg, rgb(201,191,208,0.5) 12%, transparent 12.5%, transparent 87%, rgb(201,191,208,0.5) 87.5%, rgb(201,191,208,0.5)),
        linear-gradient(30deg, rgb(201,191,208,0.5) 12%, transparent 12.5%, transparent 87%, rgb(201,191,208,0.5) 87.5%, rgb(201,191,208,0.5)),
        linear-gradient(150deg, rgb(201,191,208,0.5) 12%, transparent 12.5%, transparent 87%, rgb(201,191,208,0.5) 87.5%, rgb(201,191,208,0.5)),
        linear-gradient(60deg, rgb(165,152,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(165,152,173,0.5) 75%, rgb(165,152,173,0.5)),
        linear-gradient(60deg, rgb(165,152,173,0.5) 25%, transparent 25.5%, transparent 75%, rgb(165,152,173,0.5) 75%, rgb(165,152,173,0.5));
}

.customer_feedback_exp .review_feedback_exp {
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.customer_feedback_exp .review_feedback_exp::after {
    position: absolute;
    background: rgb(230,225,233);
    right: 15%;
    transform: rotate(45deg) translateY(25px);
    height: 50px;
    z-index: -2;
    bottom: 0;
    width: 50px;
    content: "";
}

.customer_feedback_exp .review_feedback_exp:hover {
    transform: translateY(-15px);
}

.customer_feedback_exp .main_image_exp {
    transition: all 0.4s ease;
    position: absolute;
    z-index: 3;
    top: -20px;
    width: 80px;
    right: 20px;
    border: 3px solid #ffffff;
    height: 80px;
}

.customer_feedback_exp .review_feedback_exp:nth-child(even) .main_image_exp {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}

.customer_feedback_exp .review_feedback_exp p {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.customer_feedback_exp .review_feedback_exp p::first-letter {
    font-size: 1.5em;
    color: rgb(201,191,208);
    font-weight: 700;
}

.customer_feedback_exp .student_testimonials_exp::after {
    right: 10%;
    opacity: 0.2;
    height: 150px;
    bottom: -75px;
    background: rgb(201,191,208,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 150px;
    z-index: -1;
    position: absolute;
    content: "";
}

.course_offering_exp::before {
    width: 70%;
    border-radius: 50%;
    right: -10%;
    content: "";
    position: absolute;
    opacity: 0.4;
    top: -10%;
    height: 70%;
    background: radial-gradient(circle, rgb(201,191,208,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s ease-in-out infinite;
    z-index: 1;
}



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

.course_offering_exp .learn_identity_exp::before {
    top: -2rem;
    transform: translateZ(-10px);
    content: "";
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(201,191,208,0.5) 50px, rgb(201,191,208,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(201,191,208,0.5) 50px, rgb(201,191,208,0.5) 51px);
    height: calc(100% + 4rem);
    opacity: 0.05;
    left: -2rem;
    position: absolute;
    border-radius: 28px;
    width: calc(100% + 4rem);
    z-index: -1;
}

.course_offering_exp .education_exp::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    border-radius: 28px;
    opacity: 0.7;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
    content: "";
}

.course_offering_exp .nav_base_exp::after {
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(165,152,173) 0%, transparent 100%);
    border-radius: 10px;
    left: 0;
    content: "";
}

.course_offering_exp .nav_base_exp svg:hover {
    filter: drop-shadow(0 6px 12px rgb(201,191,208,0.5));
    transform: translateY(-2px) scale(1.03);
}

.course_offering_exp h3 {
    background: linear-gradient(to right, #000000 0%, rgb(201,191,208) 100%);
    display: inline-block;
    font-size: 32px;
    color: transparent;
    background-clip: text !important;
    margin-bottom: 1.5rem;
    transform: translateZ(5px);
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
}

.course_offering_exp p {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    transform: translateZ(10px);
    z-index: 2;
    margin-bottom: 1rem;
}



.course_offering_exp .main_image_exp::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.5;
    mix-blend-mode: soft-light;
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(201,191,208,0.5) 100%
    );
}

.course_offering_exp .learn_identity_exp:hover .main_image_exp {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}

.title_page_exp {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.title_page_exp::after {
    content: "";
    bottom: -10%;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    z-index: 1;
    height: 60%;
    left: -5%;
    width: 35%;
    filter: blur(60px);
    position: absolute;
    background: linear-gradient(225deg, rgb(165,152,173,0.5) 0%, rgb(201,191,208,0.5) 100%);
}

.title_page_exp h1 {
    line-height: 1.2;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
}

.title_page_exp .study_tech_exp {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.title_page_exp svg {
    width: 120px;
    transform-origin: center;
    display: block;
    animation: floatSvg 8s infinite ease-in-out;
    height: 120px;
    margin: 1rem auto 2rem;
}

.title_page_exp svg text {
    font-weight: 700;
    transition: fill 0.5s ease;
}

.title_page_exp .query_card_exp {
    transform: translateZ(0);
    display: inline-block;
    background: linear-gradient(135deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    font-size: 17px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    margin-top: 1rem;
    position: relative;
}

.title_page_exp .query_card_exp:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
    transform: translateY(0) scale(0.98);
}

.title_page_exp .main_image_exp::before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
}

.course_rewards_exp::before {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 70%, 
        rgb(201,191,208,0.5) 0%, 
        transparent 70%);
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
    content: "";
}

.course_rewards_exp h5 {
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 1;
    color: #000000;
    transform: translateY(0);
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
    z-index: 2;
    max-width: 800px;
    text-align: center;
    font-size: 22px;
}

.course_rewards_exp .learn_identity_exp {
    animation: fadeInUp 1s ease-out 0.2s forwards;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    align-items: center;
    gap: 3rem;
    opacity: 1;
    position: relative;
}

.course_rewards_exp .learn_identity_exp > div:first-child {
    position: relative;
}

.course_rewards_exp .learn_identity_exp > div:first-child::before {
    width: 100%;
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(-10px);
    height: 100%;
    left: 20px;
    background: rgb(201,191,208,0.5);
    filter: blur(10px);
    opacity: 0.3;
    z-index: -1;
    top: 20px;
}

.course_rewards_exp .text_drawer_exp::before {
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.05;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(201,191,208,0.5) 0%, 
        transparent 100%);
}

.course_rewards_exp .text_drawer_exp ul {
    padding: 0;
    margin: 0;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
}

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

.course_rewards_exp .text_drawer_exp li:hover::before {
    opacity: 0.05;
}

.course_rewards_exp .text_drawer_exp p {
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    display: flex;
    position: relative;
    margin: 0;
    font-size: 18px;
}

.course_rewards_exp .text_drawer_exp svg {
    margin-right: 10px;
    margin-top: 2px;
    min-width: 24px;
    transition: transform 0.3s ease;
    transform: translateY(0);
    height: 24px;
}

.course_rewards_exp .text_drawer_exp li:hover svg path {
    fill: rgb(165,152,173);
}


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



@media (max-width: 768px) {.enroll_instantly_exp {
    padding: 4rem 0;
    transform: skewY(-1deg);
}.enroll_instantly_exp .container {
    transform: skewY(1deg);
    padding: 0 1.5rem;
}.enroll_instantly_exp h6 {
    font-size: 22px;
    margin-bottom: 1.8rem;
}.enroll_instantly_exp h6::after {
    width: 50px;
    bottom: -12px;
}
}



@media (max-width: 991px) {header .top_prime_exp {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .nav_base_exp {
    justify-self: center;
}header .nav_master_exp {
    justify-content: center;
}header .nav_master_exp::before {
    opacity: 0.1;
    width: 100%;
    background: rgb(165,152,173,0.5);
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .nav_master_exp {
    flex-direction: column;
    width: 100%;
}header .site_main_exp {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .site_main_exp a {
    border-left: none;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
}header .site_main_exp a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(201,191,208);
}header .site_main_exp a::before {
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    right: auto;
    height: 5px;
    top: auto;
    left: 0;
}header .site_main_exp a:hover::before {
    transform: scaleX(1);
}
}



@media (min-width: 992px) {.offer_deck_exp .study_costs_expJ7EW8 {
    grid-template-columns: repeat(2, 1fr);
}.offer_deck_exp .access_rates_exp:nth-child(4n+1) {
    transform: translateY(20px);
}.offer_deck_exp .access_rates_exp:nth-child(4n+3) {
    transform: translateY(-20px);
}.offer_deck_exp .access_rates_exp:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (max-width: 480px) {.offer_deck_exp .study_costs_expJ7EW8 {
    grid-template-columns: 1fr;
}.offer_deck_exp .deal_board_exp h2 {
    font-size: calc(31px * 0.8);
}.offer_deck_exp .plan_matrix_exp {
    font-size: calc(18px * 0.9);
}.offer_deck_exp .plan_details_exp p {
    max-height: 120px;
}}



@media (max-width: 991px) {footer .submit_feedback_exp {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}



@media (max-width: 767px) {footer .proposal_cta_exp {
    padding: 80px 0 30px;
}footer .submit_feedback_exp {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav_base_exp, footer .nav_master_exp, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .nav_master_exp, footer .subscribe_holder {
    margin-top: -10px;
}footer .partner_logo_exp {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.sign_up_exp {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.sign_up_exp .learn_identity_exp {
    grid-template-columns: 1fr;
    gap: 3rem;
}.sign_up_exp .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.sign_up_exp .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.sign_up_exp p::before {
    width: 60px;
    left: -20px;
    top: -20px;
    height: 60px;
}
}



@media (max-width: 576px) {.sign_up_exp {
    transform: none;
    margin: 4rem 0;
    padding: 3rem 1rem;
}.sign_up_exp p {
    font-size: 22px;
    transform: none;
}.sign_up_exp .input_holder {
    transform: none;
}.sign_up_exp .input_holder:hover {
    transform: none;
}.sign_up_exp .instant_learn_exp,
    .sign_up_exp .query_card_exp {
    padding: 1.2rem 1rem;
    transform: none;
}.sign_up_exp p::before,
    .sign_up_exp .learn_identity_exp::before,
    .sign_up_exp .learn_identity_exp::after {
    display: none;
}}



@media (max-width: 576px) {.statistical_data_exp {
    padding: 50px 0;
}.statistical_data_exp h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.statistical_data_exp .statistics_advance_exp p {
    padding: 15px;
    font-size: 2rem;
}.statistical_data_exp .statistics_advance_exp span {
    padding: 20px 15px;
    font-size: calc(21px * 0.9);
}.statistical_data_exp ul {
    gap: 20px;
}}



@media (min-width: 768px) {.gratZone_exp {
    padding: 100px 0;
}.gratZone_exp .learn_identity_exp {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.gratZone_exp h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
}.gratZone_exp p {
    font-size: calc(13px * 1.05);
}.gratZone_exp .learn_identity_exp > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}



@media (max-width: 480px) {.gratZone_exp {
    padding: 40px 0;
}.gratZone_exp .learn_identity_exp {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 25px 20px;
}.gratZone_exp h5 {
    font-size: calc(23px * 0.85);
}.gratZone_exp p {
    font-size: calc(13px * 0.95);
}.gratZone_exp .learn_identity_exp > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}



@media (max-width: 1200px) {.contact_us_exp .query_support_exp {
    grid-column: 2 / 12;
}.contact_us_exp form {
    width: 70%;
}
}



@media (max-width: 768px) {.contact_us_exp .query_support_exp h3 {
    padding: 30px;
    font-size: calc(33px * 0.9);
}.contact_us_exp .support_message_exp {
    padding: 150px 20px 80px;
}.contact_us_exp form {
    width: 100%;
    padding: 40px 30px;
}.contact_us_exp form h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.consentSettingsDialog_exp {
    padding: 20px;
}.manage_cookies_exp {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.consent_comply_exp {
    display: none;
}.manage_cookies_exp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.consent_learn_exp {
    margin-bottom: 20px;
    text-align: center;
}.consentSettingsDialog_exp h5, .consentSettingsDialog_exp p {
    text-align: center;
}.privacy_ctrl_exp {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media screen and (max-width: 991px) {.about_this_exp {
    padding: 80px 0;
}.about_this_exp h3 {
    padding: 12px 20px;
    font-size: calc(31px - 0.4rem);
    margin-bottom: 40px;
}.about_this_exp .diff_block_exp,
    .about_this_exp .learning_space_exp {
    gap: 25px;
}.about_this_exp .diff_block_exp {
    margin-bottom: 50px;
}.about_this_exp .diff_block_exp span {
    padding: 8px 15px;
    top: -35px;
    font-size: calc(20px - 0.2rem);
}.about_this_exp .diff_block_exp p,
    .about_this_exp .learning_space_exp p {
    font-size: calc(12px - 0.1rem);
    padding: 25px;
}.about_this_exp .diff_block_exp .main_image_exp,
    .about_this_exp .learning_space_exp .pedagogy_info_exp {
    height: 350px;
}.about_this_exp .diff_block_exp::after,
    .about_this_exp .learning_space_exp::after {
    width: 40px;
    height: 40px;
}.about_this_exp .learn_identity_exp::before,
    .about_this_exp .learn_identity_exp::after {
    filter: blur(30px);
    width: 80px;
    height: 80px;
}
}



@media screen and (max-width: 575px) {.about_this_exp {
    padding: 50px 0;
}.about_this_exp::before {
    background-size: 15px 15px;
}.about_this_exp h3 {
    font-size: calc(31px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.about_this_exp h3::before {
    width: 2px;
    left: -1px;
}.about_this_exp .diff_block_exp span {
    left: 10px;
    padding: 6px 12px;
    top: -30px;
    font-size: calc(20px - 0.4rem);
}.about_this_exp .diff_block_exp,
    .about_this_exp .learning_space_exp {
    gap: 15px;
}.about_this_exp .diff_block_exp {
    margin-bottom: 35px;
}.about_this_exp .diff_block_exp p,
    .about_this_exp .learning_space_exp p {
    font-size: calc(12px - 0.2rem);
    padding: 15px;
}.about_this_exp .diff_block_exp .main_image_exp,
    .about_this_exp .learning_space_exp .pedagogy_info_exp {
    height: 250px;
}.about_this_exp .diff_block_exp .main_image_exp {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.about_this_exp .learning_space_exp .pedagogy_info_exp {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.about_this_exp .diff_block_exp::after,
    .about_this_exp .learning_space_exp::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 1024px) {.course_offering_exp {
    padding: 5rem 0;
}.course_offering_exp .learn_identity_exp {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_offering_exp .education_exp {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.course_offering_exp .main_image_exp {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
}.course_offering_exp .learn_identity_exp:hover .main_image_exp {
    transform: translateZ(30px) scale(1.02);
}
}



@media (max-width: 576px) {.course_offering_exp {
    padding: 3rem 0;
}.course_offering_exp .learn_identity_exp::before {
    display: none;
}.course_offering_exp .education_exp {
    padding: 1.5rem;
}.course_offering_exp .nav_base_exp svg {
    height: 3rem;
}.course_offering_exp .nav_base_exp::before {
    right: -10px;
    width: 20px;
}.course_offering_exp h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.course_offering_exp p {
    font-size: calc(14px * 0.9);
}.course_offering_exp .main_image_exp {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}



@media (min-width: 992px) {.title_page_exp .learn_identity_exp {
    grid-gap: 4rem;
    padding: 6rem 0;
}.title_page_exp h1 {
    font-size: calc(42px * 1.4);
}.title_page_exp .study_tech_exp {
    padding: 3.5rem;
}.title_page_exp .main_image_exp {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 600px;
}.title_page_exp .main_image_exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_page_exp .query_card_exp {
    padding: 1.25rem 3rem;
}.title_page_exp svg {
    width: 180px;
    height: 180px;
}
}



@media (max-width: 767px) {.title_page_exp {
    padding-top: 2rem;
}.title_page_exp .learn_identity_exp {
    padding: 3rem 0;
}.title_page_exp h1 {
    font-size: calc(42px * 0.9);
    text-align: center;
}.title_page_exp .study_tech_exp {
    padding: 2rem;
}.title_page_exp .study_tech_exp p {
    font-size: 18px;
    max-width: 100%;
}.title_page_exp .query_card_exp {
    text-align: center;
    display: block;
    padding: 0.875rem 1.75rem;
}.title_page_exp svg {
    height: 100px;
    margin: 1rem auto 1.5rem;
    width: 100px;
}}



@media (max-width: 767px) {.course_rewards_exp {
    padding: 4rem 0;
}.course_rewards_exp h5 {
    margin-bottom: 2rem;
    font-size: calc(22px * 0.9);
}.course_rewards_exp .main_image_exp {
    max-width: 100%;
    transform: none;
}.course_rewards_exp .learn_identity_exp > div:first-child::before {
    top: 10px;
    left: 10px;
}.course_rewards_exp .text_drawer_exp {
    padding: 1.5rem;
}.course_rewards_exp .text_drawer_exp ul {
    gap: 1rem;
}.course_rewards_exp .text_drawer_exp p {
    font-size: calc(18px * 0.95);
}
}



@media (prefers-reduced-motion) {.course_rewards_exp::after {
    animation: none;
}.course_rewards_exp h5,
    .course_rewards_exp .learn_identity_exp {
    animation: none;
    transform: none;
    opacity: 1;
}
}



@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}



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


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

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

@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

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

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}



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



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

