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

.top_lessonhj {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgb(229,225,236), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
}

.audience_profile2j h3 {
    position: relative;
    font-size: 31px;
    padding: 0 20px;
    font-weight: 700;
    margin-bottom: 70px;
    display: inline-block;
    color: #000000;
}

.audience_profile2j h3::after {
    right: -60px;
}

.audience_profile2j ul li {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border-radius: 26px;
    width: calc(33.333% - 27px);
    display: flex;
    padding: 40px 30px;
    gap: 20px;
    align-items: flex-start;
    min-width: 280px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
    position: relative;
}



.audience_profile2j ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}

.audience_profile2j ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.audience_profile2j ul li:nth-child(6) {
    animation-delay: 0.85s;
}

.contact_usTa {
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(229,225,236) 0%, 
        rgb(159,151,175,0.5) 100%
    );
    position: relative;
    padding: 6rem 0;
}

.contact_usTa .reach_supportw7 {
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    position: relative;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
}

.contact_usTa .reach_supportw7 h3 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.contact_usTa .reach_supportw7 input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    outline: none;
    background: rgb(159,151,175,0.5);
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgb(194,187,207,0.5);
    position: relative;
    padding: 1rem 1.5rem;
    width: 100%;
}

.contact_usTa .reach_supportw7 .help_messageel label {
    display: flex;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
}

.contact_usTa .reach_supportw7 .help_messageel a:hover {
    text-decoration: underline;
}

.contact_usTa .reach_supportw7 .request_inquiryp1:hover::before {
    opacity: 1;
}

.title_screennh {
    min-height: 650px;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    overflow: hidden;
}

.title_screennh .skill_sessionsuF {
    background: linear-gradient(165deg, 
        rgba(255, 255, 255, 0.15), 
        rgba(255, 255, 255, 0.05));
    padding: 3rem;
    width: 90%;
    flex-direction: column;
    backdrop-filter: blur(12px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 2;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
}

.title_screennh .request_inquiryp1 {
    z-index: 1;
    padding: 0.9rem 2.5rem;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgb(194,187,207), rgba(94, 170, 168, 0.8));
    overflow: hidden;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3),
                0 0 0 2px rgba(94, 170, 168, 0.1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    font-weight: 600;
}

.secure_shellL5 ul li {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(194,187,207);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.secure_shellL5 div {
    margin-bottom: 20px;
}

.about_this3c::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(194,187,207,0.5) 70%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
}

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

.about_this3c .text_articleu6 h6::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(159,151,175), transparent);
    left: 0;
    position: absolute;
}

.stay_connectedgo {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(229,225,236);
    padding: 6rem 2rem;
}

.stay_connectedgo .skill_sessionsuF {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.stay_connectedgo .support_box8U::before,
.stay_connectedgo .support_box8U::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.stay_connectedgo .support_box8U::before {
    background: 
        radial-gradient(circle at 30% 40%, rgb(194,187,207,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(159,151,175,0.5) 0%, transparent 50%);
    opacity: 0.5;
    mix-blend-mode: overlay;
    top: -100%;
    animation: rotateBg 20s infinite linear;
    height: 200%;
    width: 150%;
    left: -25%;
}

.stay_connectedgo .subscribe_widgetpk:hover {
    box-shadow: 0 15px 30px rgb(194,187,207,0.5);
    transform: translateY(-5px);
}

.pricing_structurexn::before {
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(159,151,175,0.5) 0%, transparent 60%);
    pointer-events: none;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}

.pricing_structurexn .cost_feeTn .skill_pricingWQ {
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    max-width: 700px;
}

.pricing_structurexn .study_feeslM:hover {
    z-index: 5;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pricing_structurexn .study_feeslM:hover .rate_schemesBs::before {
    transform: scaleX(1);
}

.pricing_structurexn .cost_optionsE9 {
    padding: 30px;
    flex-direction: column;
    display: flex;
    position: relative;
    flex: 1;
    z-index: 1;
}

.pricing_structurexn .study_feeslM:hover .cost_optionsE9 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(194,187,207);
}

.pricing_structurexn .study_feeslM:hover .learning_cost4I::after {
    transform: scaleX(1);
}

.pricing_structurexn .image_cardUE::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
}

.education_historyTU .review_cornerts {
    gap: 10px 30px;
    position: relative;
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-columns: 1.2fr 0.8fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    display: grid;
    grid-template-rows: auto auto auto;
}

.education_historyTU .name {
    padding: 15px 20px;
    background: rgb(194,187,207);
    grid-area: name;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
    border-radius: 10px;
    color: #ffffff;
    transform: translateZ(30px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

footer::before {
    z-index: -2;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(120deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    top: 0;
    content: "";
    opacity: 0.85;
    right: 0;
}

.donate_btnGw .container {
    position: relative;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.donate_btnGw .mod_toolsUe {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    margin: 0 1rem;
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
}

.donate_btnGw .main_knowXW {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}

.donate_btnGw .main_knowXW .top_masteruT a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.donate_btnGw .main_knowXW .top_masteruT a::before {
    opacity: 0;
    background: #ffffff;
    width: 3px;
    left: 0;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    content: "";
    top: 0;
}

header::before {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(194,187,207,0.5) 65%, 
        rgb(194,187,207,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(159,151,175,0.5) 75%, 
        rgb(159,151,175,0.5) 80%, 
        transparent 80%);
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
}

header .head_sectionDo::before {
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(194,187,207), rgb(159,151,175));
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    top: 0;
}



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



.customer_supportIE .edu_faqDX {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
}

.customer_supportIE .edu_faqDX h2 {
    font-weight: 700;
    position: relative;
    color: rgb(159,151,175);
    font-size: 37px;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
}

.customer_supportIE .edu_coachLl {
    color: rgb(194,187,207);
    margin-bottom: 1rem;
    font-size: calc(16px * 1.2);
    font-weight: 600;
}

.customer_supportIE .edu_faqDX p span {
    margin-left: 0.5rem;
    font-weight: 600;
}

.customer_supportIE .send_messagek6 {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.8rem;
    display: grid;
}

.customer_supportIE .edu_faqDX .image_cardUE::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, transparent 60%, rgb(194,187,207,0.5) 100%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.customer_supportIE .contact_formkB a:hover::before {
    width: 8px;
}

.customer_supportIE .contact_formkB a span {
    display: flex;
    font-size: calc(16px * 0.85);
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(159,151,175);
    align-items: center;
}



.customer_supportIE .get_helpdeskA3:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.edu_settings8V {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

#cookieWarningWindowLV {
    display: none;
}

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

.track_edutS svg, .track_edutS svg path, .track_edutS img {
    height: 100px;
    fill: rgb(194,187,207);
    width: 100px;
}

.wrapper-structureGH .track_edutS {
    justify-content: center;
    background:rgb(194,187,207);
    align-items: center;
    border-radius: 50%;
    width: 80px;
    display: flex;
    height: 80px;
}

.program_offeringsCa::before {
    position: absolute;
    opacity: 0.03;
    left: 0;
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(159,151,175,0.5) 2px, rgb(159,151,175,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(194,187,207,0.5) 2px, rgb(194,187,207,0.5) 4px);
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
}

.program_offeringsCa .image_cardUE::after {
    width: 100%;
    opacity: 0.7;
    z-index: 2;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
}

.program_offeringsCa .skill_sessionsuF:hover .program_route8P {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.program_offeringsCa .nav_train5d {
    position: absolute;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(194,187,207,0.5);
    background: #ffffff;
    z-index: 5;
    align-items: center;
    justify-content: center;
    width: 70px;
    display: flex;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    border-radius: 50%;
}

.program_offeringsCa h3::after {
    transform: translateX(-50%);
    width: 100px;
    transition: width 0.5s ease;
    position: absolute;
    left: 50%;
    background: rgb(159,151,175,0.5);
    height: 1px;
    bottom: -5px;
    content: "";
}

.program_offeringsCa .program_route8P:hover p::before,
.program_offeringsCa .program_route8P:hover p::after {
    height: 40px;
    width: 40px;
    opacity: 0.6;
}

.ty_sidebarfh::after {
    filter: blur(20px);
    width: 40%;
    z-index: -1;
    background: rgb(194,187,207,0.5);
    content: "";
    left: -5%;
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    transform: rotate(10deg) translateZ(0);
    height: 60%;
    position: absolute;
}

.ty_sidebarfh h2:hover::after {
    transform: scaleX(1.2);
}

.ty_sidebarfh .skill_sessionsuF {
    background: rgba(255, 255, 255, 0.9);
    border-left: 5px solid rgb(159,151,175);
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}



@media (prefers-reduced-motion: reduce) {.audience_profile2j ul li {
    opacity: 1;
    animation: none;
}.audience_profile2j ul li:hover {
    transform: none;
}.audience_profile2j ul li:hover svg {
    transform: none;
}}



@media screen and (max-width: 1024px) {.contact_usTa .query_querycZ {
    flex-direction: column;
}.contact_usTa .image_cardUE {
    min-height: 300px;
    margin-left: 0;
    transform: none;
    flex: 0 0 100%;
}.contact_usTa .image_cardUE::before {
    width: 100%;
    transform: none;
}.contact_usTa .reach_supportw7 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}


@media only screen and (max-width: 800px) {.secure_shellL5 {
    padding: 20px;
}.secure_shellL5 h1 {
    font-size: calc(20px * 0.8);
}.secure_shellL5 h2 {
    font-size: calc(20px * 0.8);
}.secure_shellL5 ul li,
    .secure_shellL5 ol li {
    padding: 10px;
}.secure_shellL5 ol li:before {
    height: 20px;
    width: 20px;
    font-size: 0.8em;
}.secure_shellL5 p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {.about_this3c {
    padding: 4rem 0;
}.about_this3c h4 {
    text-align: left;
    padding-left: 1.5rem;
}.about_this3c .text_articleu6 {
    padding: 2rem;
}.about_this3c .text_articleu6::before {
    display: none;
}}



@media (min-width: 992px) {.pricing_structurexn .deal_opts6k {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.pricing_structurexn .cost_feeTn {
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
    width: 30%;
}.pricing_structurexn .study_subxQ {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.pricing_structurexn .cost_optionsE9 {
    padding: 30px;
}.pricing_structurexn .cost_optionsE9 p {
    -webkit-line-clamp: 6;
}
}



@media (max-width: 576px) {.education_historyTU {
    padding: 60px 0;
}.education_historyTU .image_cardUE {
    width: 100%;
    height: 200px;
}.education_historyTU .emp_containerq4 {
    font-size: calc(16px * 0.95);
    padding: 25px 20px;
}.education_historyTU .name {
    font-size: calc(18px * 0.9);
}.education_historyTU .review_cornerts > span:not(.name) {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 576px) {.donate_btnGw {
    padding: 2.5rem 0 1rem;
}.donate_btnGw .main_knowXW {
    min-width: 100%;
    flex: 1 1 100%;
}.donate_btnGw .top_masteruT {
    gap: 1rem;
}.credit_infom0 {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.donate_btnGw::before {
    height: 5px;
}
}



@media (max-width: 767px) {header .nav_sitewrap6u {
    gap: 1.5rem;
}header .top_primebd {
    padding: 0.4rem 1rem;
}header .top_primebd svg {
    width: 130px;
}header .main_knowXW {
    gap: 0.5rem;
}header .head_sectionDo {
    font-size: calc(15px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (max-width: 480px) {.customer_supportIE {
    padding: 2rem 0;
}.customer_supportIE .get_helpdeskA3 {
    padding: 1.5rem;
    gap: 1.5rem;
}.customer_supportIE .edu_faqDX h2 {
    font-size: calc(37px * 0.85);
}.customer_supportIE .send_messagek6 {
    grid-template-columns: repeat(2, 1fr);
}.customer_supportIE .contact_formkB a {
    margin-bottom: 1rem;
}}



@media (min-width: 768px) and (max-width: 991px) {.program_offeringsCa {
    padding: 80px 0;
}.program_offeringsCa .program_route8P {
    padding: 60px 40px;
    width: 90%;
    margin: 30px auto;
}.program_offeringsCa .nav_train5d {
    height: 60px;
    width: 60px;
    top: -30px;
}.program_offeringsCa .nav_train5d svg {
    height: 35px;
    width: 35px;
}.program_offeringsCa h3 {
    font-size: calc(36px - 4px);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.program_offeringsCa p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 375px) {.ty_sidebarfh {
    padding: 3rem 0;
}.ty_sidebarfh .container {
    padding: 0 1.2rem;
}.ty_sidebarfh h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.65);
}.ty_sidebarfh .skill_sessionsuF {
    padding: 1.5rem 1.2rem;
}.ty_sidebarfh li span {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}
}



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



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



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



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

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.3;
    }
}



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



@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

