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

header,footer {
    width: 100%;
}

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

.user_reviewsUNmx h2.container {
    z-index: 2;
    color: #000000;
    letter-spacing: 0.05em;
    font-weight: 700;
    position: relative;
    margin-bottom: 4rem;
    font-size: 32px;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
}

.user_reviewsUNmx .testimonials_hubjDpQ {
    transform: translateY(0);
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    padding: 2rem;
    position: relative;
    display: flex;
    overflow: hidden;
}

.user_reviewsUNmx .testimonials_hubjDpQ .description {
    margin-bottom: 1.5rem;
    font-size: 16px;
    z-index: 1;
    position: relative;
    color: #000000;
    line-height: 1.6;
}

.user_reviewsUNmx .testimonials_hubjDpQ:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInLeft 0.8s both;
}

.register_nowvMFt::before {
    left: 0;
    transform: skewY(-5deg);
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    z-index: 1;
    content: '';
    opacity: 0.1;
}

.register_nowvMFt .container p::after {
    height: 4px;
    border-radius: 10px;
    content: '';
    background: linear-gradient(to right, rgb(212,198,205), rgb(179,161,171));
    left: 60px;
    position: absolute;
    bottom: 40px;
    width: 60px;
}

.register_nowvMFt .smart_trackhPDV::after {
    opacity: 0.05;
    content: '';
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 90%, rgb(212,198,205,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(179,161,171,0.5) 0%, transparent 30%);
}

.course_overview3Woz .statement_holderzPdE {
    transform: translateZ(0);
    border-radius: 28px;
    margin-left: 50px;
    z-index: 5;
    position: relative;
    grid-column: 1;
    padding: 40px;
    transition: transform 0.5s ease;
    margin-right: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    grid-row: 2;
    margin-top: -80px;
}

.course_overview3Woz .statement_holderzPdE {
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.course_overview3Woz .image_box_wrapvNV5 {
    transform: rotateX(5deg);
    overflow: hidden;
    grid-column: 1;
    z-index: 3;
    position: relative;
    grid-row: 1;
    transition: transform 0.5s ease;
    height: 450px;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}



.course_overview3Woz .image_box_wrapvNV5 {
    animation: slideUp 0.8s ease-out forwards;
}



.course_overview3Woz .image_box_wrapvNV5,
.course_overview3Woz .statement_holderzPdE {
    transform: translateZ(0);
    will-change: transform;
}

.subscribe_to_newsletter0C3P .container {
    position: relative;
    z-index: 1;
    transform: skewY(2deg);
}

.subscribe_to_newsletter0C3P .smart_trackhPDV::before {
    position: absolute;
    height: 130%;
    opacity: 0.2;
    width: 70%;
    filter: blur(25px);
    right: -20%;
    content: "";
    top: -15%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(179,161,171) 0%, rgb(212,198,205) 100%);
    border-radius: 21px;
    animation: pulse 8s infinite alternate;
    z-index: -1;
}

.subscribe_to_newsletter0C3P .mail_submPUC:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(212,198,205,0.5);
}

.subscribe_to_newsletter0C3P .connect_widgetHkvD::before {
    height: 100%;
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    position: absolute;
}

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

.contact_panelDT4h .inquiry_boxFt9q {
    position: relative;
    padding: 50px;
    background: rgb(239,234,239);
}

.contact_panelDT4h .inquiry_boxFt9q h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 34px;
    font-weight: 700;
}

.contact_panelDT4h .inquiry_boxFt9q div:hover::before {
    height: 120%;
    opacity: 1;
    transition: all 0.3s ease;
}

.contact_panelDT4h .inquiry_boxFt9q div span a:hover {
    color: rgb(212,198,205);
}

.contact_panelDT4h .help_messagebiVS h3 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
}

.contact_panelDT4h .reach_panelFndl {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 25px;
}

.contact_panelDT4h .reach_panelFndl input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,161,171);
    background-color: rgb(179,161,171);
}

.contact_panelDT4h .reach_panelFndl label a:hover {
    text-decoration: underline;
}

.contact_panelDT4h form .connect_widgetHkvD {
    background: rgb(179,161,171);
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    border: none;
    overflow: hidden;
    z-index: 1;
    padding: 15px 35px;
    color: #ffffff;
    letter-spacing: 1px;
    align-self: flex-start;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .text_main_holder {
    scroll-snap-type: x mandatory;
    gap: 0;
    padding: 0 20px;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    overflow-x: auto;
    display: flex;
}

footer .main_topbxXc h5 {
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
}

footer .main_topbxXc h5::after {
    width: 30px;
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(212,198,205);
}

footer .subscribe_holder {
    background-color: rgb(212,198,205);
    flex-direction: column;
    justify-content: center;
    display: flex;
    color: #ffffff;
}

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

footer .milestone_ctaVufE {
    text-align: center;
    font-size: 13px;
    color: #000000;
}

.price_packQ1y3::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(212,198,205,0.5) 0%, transparent 40%);
    position: absolute;
}

.price_packQ1y3 .price_optionsqwZT {
    overflow-wrap: break-word;
    max-width: 600px;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 15px;
}

.price_packQ1y3 .pricing_dealsm4il {
    display: flex;
    height: 100%;
    flex-direction: column;
}

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

.price_packQ1y3 .fee_packagejNc9::before {
    position: absolute;
    width: 0;
    background: rgb(212,198,205);
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: -5px;
    height: 2px;
}

.price_packQ1y3 .skill_plansHs3d:hover .image_box_wrapvNV5 {
    transform: scale(1.05);
}

.price_packQ1y3 .skill_plansHs3d:nth-child(3n+2) {
    border-top: 3px solid rgb(179,161,171);
}

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

.meet_usQJ3s .statement_holderzPdE > div:first-child::after {
    content: "";
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    width: 60px;
    left: 0;
    background: rgb(179,161,171);
    height: 3px;
}

.meet_usQJ3s ol li:hover {
    transform: translateX(0);
}

.meet_usQJ3s ol li:hover::before {
    opacity: 0.3;
}

.title_portalJzob {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    background: linear-gradient(135deg, #000000 0%, rgba(30, 35, 40, 0.95) 100%);
    display: flex;
    width: 100%;
}

.title_portalJzob .image_box_wrapvNV5::after {
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    backdrop-filter: blur(2px);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(rgb(212,198,205), 0.2) 100%
    );
    width: 100%;
}

.title_portalJzob h1::after {
    background: rgb(179,161,171);
    transform-origin: left;
    width: 80px;
    left: 0;
    content: '';
    position: absolute;
    animation: lineExpand 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    bottom: -12px;
    transform: scaleX(0);
    height: 4px;
}

.title_portalJzob h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.title_portalJzob svg {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    height: 120px;
}

.title_portalJzob h6 {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.1s;
}

.title_portalJzob .connect_widgetHkvD:hover::before {
    left: 100%;
}

.cookie_boxPXm0 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secure_cookiesPNe0 svg {
    fill: rgb(212,198,205);
    width: 50px;
    height: 50px;
}

.cookie_popup_displayiBun p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.cookie_popup_displayiBun p a:hover {
    border-bottom-color: rgb(179,161,171);
    color: rgb(179,161,171);
}

#consentWindowModalpdOD:checked ~ .cookie_popup_displayiBun {
    opacity: 0;
    visibility: hidden;
}

.ty_sidebarIXOx::after {
    left: -5%;
    background: rgb(179,161,171,0.5);
    opacity: 0.2;
    position: absolute;
    bottom: -10%;
    z-index: 0;
    filter: blur(50px);
    transform: rotate(10deg) skew(-10deg);
    content: "";
    height: 60%;
    animation: float 15s infinite ease-in-out reverse;
    width: 40%;
}

.ty_sidebarIXOx .smart_trackhPDV:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

header .main_knowiJ8k {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: rgb(239,234,239);
    z-index: 100;
    position: relative;
}

header .container {
    padding: 1.8rem 2rem;
    position: relative;
}

header .header_topt5Pz {
    z-index: 2;
    position: relative;
}

header .header_guideDOW1 {
    position: relative;
    display: block;
    z-index: 2;
}

header .header_guideDOW1::after {
    right: -10px;
    bottom: -5px;
    width: 25px;
    height: 25px;
    background: rgb(179,161,171,0.5);
}

header .header_guideDOW1:hover svg {
    transform: rotate(-5deg);
}

header .main_topbxXc::after {
    height: 100%;
    z-index: -1;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(212,198,205,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(212,198,205,0.5) 50%, rgb(212,198,205,0.5) 75%, transparent 75%, transparent);
    content: "";
    top: 0;
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    width: 100%;
    background-size: 10px 10px;
    position: absolute;
}

header .site_headsXL9 a:hover {
    border-color: rgb(212,198,205,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(212,198,205);
    transform: translateZ(20px);
}

.academic_experiencezuBm::after {
    filter: blur(60px);
    width: 50%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    right: -10%;
    top: -20%;
    height: 140%;
    z-index: 0;
    background: rgb(212,198,205,0.5);
}

.academic_experiencezuBm .career_insightsyM5Z {
    padding: 3rem 3rem 3rem 5rem;
    position: relative;
    margin-left: -3rem;
    transform: translateZ(10px);
    flex-direction: column;
    justify-content: center;
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 1;
    background: #ffffff;
    transition: all 0.7s ease;
}

.academic_experiencezuBm .testimonials_hubjDpQ:hover .image_box_wrapvNV5 {
    transform: translateZ(50px) translateX(-20px);
}

.academic_experiencezuBm .testimonials_hubjDpQ:hover .career_insightsyM5Z div:nth-child(2) {
    transform: translateZ(35px);
}

.privacy_cabinetPJkp h3, .privacy_cabinetPJkp h4, .privacy_cabinetPJkp h5, .privacy_cabinetPJkp h6 {
    margin: 1rem 0;
    text-align: center;
}

.privacy_cabinetPJkp ul li, .privacy_cabinetPJkp ol li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}


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



@media (max-width: 991px) {.register_nowvMFt {
    padding: 90px 0;
}.register_nowvMFt .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.register_nowvMFt .connect_widgetHkvD {
    flex: 0 0 200px;
    padding: 40px 20px;
}.register_nowvMFt .container p::after {
    bottom: 30px;
    width: 50px;
    left: 40px;
}
}



@media (max-width: 480px) {.register_nowvMFt {
    padding: 50px 0;
}.register_nowvMFt .container p {
    font-size: calc(14px * 1.2);
    padding: 25px 20px;
}.register_nowvMFt .connect_widgetHkvD {
    font-size: calc(18px * 0.9);
    padding: 15px;
}}



@media (prefers-color-scheme: dark) {.course_overview3Woz {
    background: rgb(212,198,205);
}.course_overview3Woz .statement_holderzPdE::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course_overview3Woz .statement_holderzPdE h2 {
    color: #ffffff;
}.course_overview3Woz .statement_holderzPdE .description {
    color: #ffffff;
    opacity: 0.9;
}
}



@media (max-width: 992px) {.subscribe_to_newsletter0C3P {
    padding: 3rem 1.5rem;
}.subscribe_to_newsletter0C3P p {
    font-size: calc(33px * 0.9);
    transform: translateX(15px);
    max-width: 80%;
}.subscribe_to_newsletter0C3P .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 576px) {.subscribe_to_newsletter0C3P {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.subscribe_to_newsletter0C3P .container {
    transform: skewY(1deg);
}.subscribe_to_newsletter0C3P p {
    font-size: 23px;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletter0C3P .smart_trackhPDV::before {
    right: -50%;
    width: 100%;
}}



@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .header_topt5Pz::before,
    footer .main_topbxXc::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}



@media (min-width: 768px) {.price_packQ1y3 .fee_optionsjyXh {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.price_packQ1y3 .skill_offersW1z9 {
    margin-bottom: 0;
    order: 2;
    text-align: left;
    flex: 0 0 30%;
}.price_packQ1y3 .skill_offersW1z9 h2 {
    text-align: left;
}.price_packQ1y3 .skill_offersW1z9 h2::after {
    transform: none;
    left: 0;
}.price_packQ1y3 .price_optionsqwZT {
    margin: 0;
    text-align: left;
}.price_packQ1y3 .promo_costxFXZ {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}




@media screen and (min-width: 768px) {.meet_usQJ3s {
    padding: 150px 0;
}.meet_usQJ3s .statement_holderzPdE {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.meet_usQJ3s .statement_holderzPdE > div:first-child,
    .meet_usQJ3s .statement_holderzPdE > div:nth-child(2) {
    grid-column: 1;
}.meet_usQJ3s .statement_holderzPdE > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.meet_usQJ3s ol li {
    column-gap: 40px;
    column-count: 2;
    padding: 40px;
}
}


@media only screen and (max-width: 800px) {.secure_cookiesPNe0 {
    display: none;
}.cookie_boxPXm0 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_displayiBun h5, .cookie_popup_displayiBun p {
    text-align: center;
}.data_approvemxOb {
    margin-bottom: 15px;
}.track_cookiestR8y {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .site_headsXL9 {
    margin: 3px 5px;
}header .site_headsXL9 a {
    padding: 8px 15px;
    font-size: calc(13px - 1px);
}
}



@media screen and (max-width: 991px) {.academic_experiencezuBm .testimonials_hubjDpQ {
    transform: none;
    grid-template-columns: 1fr;
}.academic_experiencezuBm .image_box_wrapvNV5 {
    height: 350px;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
}.academic_experiencezuBm .career_insightsyM5Z {
    z-index: 3;
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    transform: none;
}.academic_experiencezuBm .career_insightsyM5Z::before {
    width: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 5px;
    left: 50%;
}.academic_experiencezuBm .testimonials_hubjDpQ:hover .image_box_wrapvNV5,
    .academic_experiencezuBm .testimonials_hubjDpQ:hover .career_insightsyM5Z,
    .academic_experiencezuBm .testimonials_hubjDpQ:hover .name,
    .academic_experiencezuBm .testimonials_hubjDpQ:hover .career_insightsyM5Z div:nth-child(2),
    .academic_experiencezuBm .testimonials_hubjDpQ:hover .work_cardqaVN {
    transform: none;
}}



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

