.progress-bar-exp {
    flex: 0 0 auto;
}

.progress-bar-exp {
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(238,234,239);
}

.program-outcomes-exp::before {
    z-index: 0;
    top: -50%;
    opacity: 0.4;
    position: absolute;
    height: 200%;
    left: -50%;
    content: '';
    width: 200%;
    background: radial-gradient(circle at center, rgb(171,161,179,0.5) 0%, transparent 60%);
}

.program-outcomes-exp .study-experts-exp > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    align-items: stretch;
}

.program-outcomes-exp .text-block-exp {
    flex: 1.5;
    min-width: 320px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.program-outcomes-exp .text_main_holder > div {
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
}

.program-outcomes-exp .text_main_holder > div:hover svg path {
    fill: rgb(171,161,179);
}

.our-team-exp::after {
    position: absolute;
    opacity: 0.1;
    animation: float 15s ease-in-out infinite;
    height: 200px;
    top: -50px;
    z-index: 1;
    transform: rotate(15deg);
    width: 200px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -50px;
    background: rgb(207,198,212);
}

.our-team-exp h1::after {
    left: 0;
    transition: width 0.3s ease;
    background: rgb(207,198,212);
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
}

.our-team-exp .text-block-exp:hover h4::before {
    transform: scaleX(1);
}

.our-team-exp span::first-letter {
    font-weight: 700;
    color: rgb(171,161,179);
    font-size: 1.5em;
}

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

.cookie-guard-exp {
    margin-right: 10px;
    flex-shrink: 0;
}

#bannerCookieNotice-exp {
    display: none;
}

#bannerCookieNotice-exp:checked ~ .cookie-banner-dialog-exp {
    visibility: hidden;
    opacity: 0;
}

.framework-wrap-exp .track-bar-exp {
    text-align: right;
}

.secure-haven-exp::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    width: 30%;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(207,198,212,0.5), 0.05) 100%);
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    top: 0;
}

.secure-haven-exp h2::before {
    content: "";
    background: rgb(207,198,212);
    top: 50%;
    left: 0;
    width: 8px;
    height: 70%;
    transform: translateY(-50%);
    position: absolute;
}

.secure-haven-exp h4 {
    position: relative;
    font-size: calc(33px * 0.7);
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.secure-haven-exp li {
    font-size: 14px;
    padding-left: 1.75rem;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.secure-haven-exp span {
    padding-left: 1rem;
    border-left: 2px solid rgba(rgb(171,161,179,0.5), 0.3);
    color: #000000;
    margin-bottom: 2rem;
    font-size: 14px;
    display: block;
    line-height: 1.7;
}

footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

footer .info_item::before {
    width: 3px;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;
    background-color: rgb(207,198,212);
    content: "";
}

footer .text_main_holder::before {
    height: calc(100% + 80px);
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    top: -40px;
    left: 0;
    width: 100%;
    z-index: -1;
    border-radius: 28px;
    position: absolute;
}

footer .header-pro-exp {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

footer .header-pro-exp a::after {
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(207,198,212);
}

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

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

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

.support-exp .connect-block-exp:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.support-exp .connect-block-exp h3 {
    position: relative;
    color: rgb(207,198,212);
    margin: 2.5rem 0 1rem;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
}

.support-exp .instant-help-exp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    gap: 1.5rem;
    padding: 2rem 3rem 3rem;
}

.support-exp .instant-help-exp > span::before {
    background-color: rgb(207,198,212);
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    width: 4px;
}

.support-exp .instant-help-exp > span:nth-child(even) svg {
    fill: rgb(171,161,179);
}

.support-exp .instant-help-exp > span svg path {
    stroke: #ffffff;
    transition: all 0.3s ease;
    stroke-width: 0.5;
}

.support-exp .instant-help-exp span > span {
    align-items: center;
    display: flex;
    font-weight: 400;
    color: #000000;
    margin-top: 0.5rem;
}

.support-exp .instant-help-exp a::after {
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(207,198,212);
    height: 1px;
    transform-origin: right;
}

.support-exp .feedback-form-exp h4 svg {
    transition: transform 0.5s ease;
    width: 20px;
    margin-right: 10px;
    fill: rgb(207,198,212);
    height: 20px;
}

.support-exp .feedback-form-exp h4::after {
    content: '';
    left: 0;
    width: 30px;
    position: absolute;
    background-color: rgb(171,161,179);
    height: 2px;
    bottom: -5px;
}

.support-exp .connect-block-exp::after {
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(to right, rgb(207,198,212), rgb(171,161,179));
}

.support-exp .instant-help-exp > span:nth-child(6) {
    animation-delay: 0.6s;
}

.access-now-exp {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-color: rgb(238,234,239);
}

.access-now-exp::before {
    height: 100%;
    opacity: 0.04;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    z-index: -1;
}

.access-now-exp h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.access-now-exp h3::after {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
    height: 10px;
    content: '';
    background: rgb(171,161,179);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.access-now-exp .reach-out-exp:hover::before {
    opacity: 0.2;
}

.access-now-exp .reach-out-exp:active {
    transform: translateY(0);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}

.access-now-exp .study-experts-exp::after {
    width: 150px;
    right: -30px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    height: 150px;
    background: linear-gradient(135deg, rgb(171,161,179), rgb(207,198,212));
    bottom: -30px;
}

.access-now-exp .study-experts-exp::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(207,198,212,0.5), 
        rgb(171,161,179,0.5), 
        rgb(207,198,212,0.5), 
        transparent
    );
    bottom: 20px;
    width: calc(100% - 40px);
    height: 1px;
    opacity: 0.3;
    position: absolute;
    left: 20px;
}

.future-students-exp p {
    position: relative;
    background: #ffffff;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    color: #000000;
    align-items: center;
    padding: 25px 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 15px;
}

.future-students-exp p:hover svg {
    transform: scale(1.2);
}

.future-students-exp p:hover svg path {
    fill: rgb(171,161,179);
}

.future-students-exp .study-experts-exp > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.future-students-exp .study-experts-exp > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.course-highlights-exp::before {
    filter: blur(80px);
    top: -50px;
    width: 300px;
    animation: float 15s ease-in-out infinite;
    content: "";
    background: rgb(207,198,212,0.5);
    z-index: 0;
    position: absolute;
    right: -50px;
    height: 300px;
}

.course-highlights-exp .education-exp {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

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

.course-highlights-exp .description:first-of-type {
    z-index: 2;
    position: relative;
}

.course-highlights-exp .description:hover {
    border-left: 2px solid rgb(171,161,179);
}

.tyMessage-exp::before {
    opacity: 0.7;
    height: 70%;
    width: 60%;
    right: -5%;
    top: -10%;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(207,198,212,0.5) 0%, transparent 70%);
    content: "";
    animation: floatGradient 15s ease-in-out infinite alternate;
}

.tyMessage-exp .study-experts-exp > div:first-child {
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
}

.tyMessage-exp h5 {
    position: relative;
    transition: transform 0.5s ease;
    line-height: 1.4;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    margin: 0;
    transform: translateX(0);
}

.tyMessage-exp .study-experts-exp:hover > div:last-child {
    transform: translateZ(25px);
}

.tyMessage-exp a::before {
    content: "";
    top: 0;
    height: 100%;
    background: rgb(207,198,212);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    opacity: 0;
    z-index: -1;
    width: 100%;
}

.stay-informed-exp .help-widget-exp:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.stay-informed-exp h3::before {
    left: -20px;
    height: 100%;
    content: "";
    width: 4px;
    top: 0;
    position: absolute;
    background: rgb(207,198,212);
    transform: translateZ(40px) skewY(15deg);
}

.stay-informed-exp input[type="email"] {
    background: #ffffff;
    color: #000000;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    flex: 3;
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 13px;
}

.stay-informed-exp input[type="submit"]:hover::before {
    opacity: 1;
}

header .container {
    max-width: 100%;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

header .page-header-exp {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 1.2rem 0;
    width: 35%;
    position: relative;
    display: flex;
}

header .main-train-exp::before {
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(207,198,212,0.5), rgb(171,161,179,0.5));
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    z-index: -1;
    left: 0;
}

.leadership-experience-exp .review-testimonials-exp {
    position: relative;
    align-items: center;
    z-index: 2;
    gap: 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    transform-style: preserve-3d;
}

.leadership-experience-exp .content-photo-exp:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}



.leadership-experience-exp .content-photo-exp:hover {
    animation: pulse 1.5s infinite;
}

.leadership-experience-exp .job-overview-exp:hover::before {
    transform: scale(1);
}

.leadership-experience-exp .name::after {
    position: absolute;
    content: "";
    bottom: -5px;
    height: 3px;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(171,161,179);
    width: 0;
}

.data-insights-exp {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}



.data-insights-exp .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.data-insights-exp .statistics-perks-exp {
    width: 80px;
    justify-self: end;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    height: 80px;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    display: flex;
    grid-area: image;
}

.data-insights-exp .learn-statistics-exp::after {
    border-radius: 1.5px;
    height: 3px;
    width: 60px;
    content: '';
    left: 0;
    bottom: 0;
    background: rgb(207,198,212);
    position: absolute;
}

.data-insights-exp .statistics-tracks-exp::before {
    content: '';
    border-top: 2px solid rgb(207,198,212);
    opacity: 0.6;
    left: 10px;
    position: absolute;
    width: 30px;
    top: 10px;
    border-left: 2px solid rgb(207,198,212);
    height: 30px;
}

.data-insights-exp .expert-benefits-exp {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.data-insights-exp .extra-statistics-exp {
    height: 50px;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    width: 50px;
    position: relative;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.data-insights-exp .expert-benefits-exp p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.welcome-section-exp {
    padding: 4rem 1.5rem;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    min-height: 100vh;
}

.welcome-section-exp > div > div:first-child {
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    transform: translateX(-100px);
}

.welcome-section-exp .title_style_header {
    color: #ffffff;
    max-width: 90%;
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 46px);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    padding-left: 1.5rem;
}

.welcome-section-exp .method-ped-exp {
    position: relative;
    margin-bottom: 2rem;
}

.welcome-section-exp .method-ped-exp h3 {
    animation: fadeIn 0.8s 0.8s ease-out forwards;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 21px);
    opacity: 0;
    line-height: 1.4;
}

.welcome-section-exp .edu-skill-exp p::before {
    transform-origin: bottom;
    width: 3px;
    content: "";
    left: 0;
    top: 0.3rem;
    background: rgb(171,161,179);
    animation: scaleIn 0.6s 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: 0.3rem;
    position: absolute;
    transform: scaleY(0);
}

.contact-information-exp h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    left: 50%;
    font-size: 31px;
    transform: translateX(-50%);
    display: inline-block;
    padding-bottom: 20px;
}

.contact-information-exp .content-photo-exp::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(207,198,212), 0.4), 
        rgba(rgb(171,161,179), 0.4)
    );
}

.contact-information-exp form h3 {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.contact-information-exp form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact-information-exp .request-help-exp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-information-exp .request-help-exp input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 4px;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
}

.contact-information-exp .request-help-exp label a:hover::after {
    background: rgb(171,161,179);
    transform: scaleX(0);
}

.contact-information-exp .contact-query-exp:hover::before {
    width: 150%;
}

.contact-information-exp svg path {
    stroke: rgb(207,198,212);
    transition: all 0.3s ease;
    fill: none;
}


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



@media (max-width: 991px) {.program-outcomes-exp .study-experts-exp > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 40px;
    flex-direction: column;
}.program-outcomes-exp .content-photo-exp {
    min-height: 350px;
}.program-outcomes-exp h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 768px) {.our-team-exp {
    padding: 80px 0;
}.our-team-exp .text-block-exp {
    padding: 30px;
}.our-team-exp h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 20px;
}.our-team-exp span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}


@media only screen and (max-width: 1200px) {.cookie-banner-dialog-exp {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.framework-wrap-exp .user-alert-exp {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 767px) {.secure-haven-exp {
    padding: 4rem 1.5rem;
}.secure-haven-exp::before {
    width: 50%;
}.secure-haven-exp h1 {
    padding-bottom: 1rem;
    font-size: calc(41px * 0.9);
}.secure-haven-exp h2 {
    font-size: calc(33px * 0.9);
    margin: 2.5rem 0 1.25rem;
}.secure-haven-exp h3 {
    font-size: calc(33px * 0.75);
}.secure-haven-exp h4 {
    font-size: calc(33px * 0.65);
}.secure-haven-exp p, .secure-haven-exp span, .secure-haven-exp li {
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .progress-bar-exp {
    padding: 80px 0 30px;
}footer .get-answers-exp {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav-sitebar-exp, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .recycle-info-exp {
    margin-top: 40px;
}
}


@media (max-width: 575px) {.support-exp {
    padding: 2.5rem 0;
}.support-exp .connect-block-exp {
    gap: 1.5rem;
}.support-exp .instant-help-exp {
    padding: 1rem;
}.support-exp .feedback-form-exp {
    margin-top: 1rem;
    padding: 1.2rem;
}.support-exp .feedback-form-exp span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.support-exp .connect-block-exp h3 {
    margin: 2rem 0 1.5rem;
    font-size: calc(33px * 0.9);
}.support-exp .message-section-exp {
    padding: 0 1rem;
    font-size: calc(18px * 0.95);
}.support-exp .instant-help-exp > span {
    padding: 0.8rem;
}.support-exp .instant-help-exp > span svg {
    top: 0.8rem;
    right: 0.8rem;
    width: 16px;
    height: 16px;
}.support-exp .feedback-form-exp h4 svg {
    height: 16px;
    width: 16px;
}.support-exp .feedback-form-exp span svg {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}}



@media (min-width: 768px) {.course-highlights-exp .education-exp {
    align-items: flex-start;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.course-highlights-exp .content-photo-exp {
    height: 500px;
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course-highlights-exp .content-photo-exp:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course-highlights-exp h2 {
    max-width: 80%;
    font-size: calc(36px * 1.2);
}.course-highlights-exp .text-block-exp {
    padding-top: 20px;
}
}



@media screen and (min-width: 768px) {.tyMessage-exp {
    padding: 8rem 0;
}.tyMessage-exp .study-experts-exp {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.tyMessage-exp h5 {
    font-size: calc(23px * 1.2);
    line-height: 1.3;
}.tyMessage-exp p {
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}.tyMessage-exp .study-experts-exp > div:first-child {
    margin-bottom: 2.5rem;
}
}



@media (max-width: 768px) {.stay-informed-exp {
    padding: 4rem 1.5rem;
}.stay-informed-exp .help-widget-exp {
    max-width: 100%;
    padding: 2rem;
}.stay-informed-exp .input_holder {
    flex-direction: column;
}.stay-informed-exp input[type="email"],
    .stay-informed-exp input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 480px) {header .page-header-exp {
    padding: 0.7rem 0;
}header .page-header-exp svg {
    width: 110px;
}header .nav-sitebar-exp {
    padding: 0.7rem 2%;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav-sitebar-exp::-webkit-scrollbar {
    height: 3px;
}header .nav-sitebar-exp::-webkit-scrollbar-thumb {
    background: rgb(207,198,212);
    border-radius: 10px;
}header .main-train-exp {
    margin-right: 2px;
    white-space: nowrap;
    font-size: calc(17px - 1px);
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
}}



@media screen and (max-width: 767px) {.data-insights-exp {
    padding: 80px 0;
}.data-insights-exp .statistics-perks-exp {
    width: 70px;
    height: 70px;
}.data-insights-exp .statistics-perks-exp::before {
    left: -10px;
    height: 90px;
    width: 90px;
    top: -10px;
}.data-insights-exp .statistics-perks-exp svg {
    height: 35px;
    width: 35px;
}.data-insights-exp .learn-statistics-exp {
    font-size: calc(35px * 0.9);
    padding-bottom: 15px;
}.data-insights-exp .statistics-tracks-exp {
    font-size: calc(16px * 1.1);
    padding: 30px;
    margin-bottom: 30px;
}.data-insights-exp .statistics-tracks-exp::before,
    .data-insights-exp .statistics-tracks-exp::after {
    width: 25px;
    height: 25px;
}.data-insights-exp .statistics-advance-exp {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.data-insights-exp .expert-benefits-exp {
    padding: 20px;
}.data-insights-exp .extra-statistics-exp {
    margin-bottom: 15px;
    height: 45px;
    width: 45px;
}.data-insights-exp .extra-statistics-exp svg {
    height: 22px;
    width: 22px;
}.data-insights-exp .statistics-advance-exp .expert-benefits-exp span {
    font-size: 2rem;
}
}



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



@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



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

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}



@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}



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



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

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

