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

.nav_guidetgTi {
    flex: 1 0 auto;
}

.segment-wrapperNvAb {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.user_reviewsUNmx::after {
    right: -5%;
    bottom: -5%;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    height: 35%;
    background: radial-gradient(circle, 
        rgb(212,198,205,0.5) 0%, 
        transparent 70%);
    width: 35%;
    content: '';
}

.user_reviewsUNmx .client_storyLqBE {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    perspective: 1000px;
}

.user_reviewsUNmx .testimonials_hubjDpQ:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.user_reviewsUNmx .testimonials_hubjDpQ h3 {
    font-size: calc(24px + 0.1rem);
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}

.user_reviewsUNmx .testimonials_hubjDpQ:hover div {
    transform: scale(1.05) translateZ(10px);
}

.user_reviewsUNmx .testimonials_hubjDpQ:hover div img {
    transform: scale(1.1);
}

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

.register_nowvMFt .smart_trackhPDV {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.register_nowvMFt .connect_widgetHkvD::before {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(179,161,171) 0%, rgb(212,198,205) 100%);
    transition: opacity 0.4s ease;
}

.course_overview3Woz {
    background: rgb(239,234,239);
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}



.course_overview3Woz .container {
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
    overflow: visible;
    z-index: 2;
    margin: 0 auto;
}

.course_overview3Woz .statement_holderzPdE::before {
    left: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    border-radius: 28px;
    top: 0;
}

.course_overview3Woz .statement_holderzPdE h2::before {
    background: rgb(212,198,205);
    left: 0;
    width: 40px;
    border-radius: 10px;
    position: absolute;
    bottom: -8px;
    content: "";
    height: 4px;
    transition: width 0.3s ease;
}

.course_overview3Woz:hover .image_box_wrapvNV5 {
    transform: rotateX(2deg) translateY(-10px);
}

.course_overview3Woz:hover .statement_holderzPdE {
    transform: translateY(-10px);
}

.course_overview3Woz .container::before,
.course_overview3Woz .container::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    background: rgb(179,161,171,0.5);
    z-index: 1;
}

.course_overview3Woz .container::before {
    top: -100px;
    width: 200px;
    animation: float 20s ease-in-out infinite;
    left: -50px;
    height: 200px;
}

.subscribe_to_newsletter0C3P .smart_trackhPDV {
    align-items: flex-start;
    display: flex;
    max-width: 1140px;
    flex-direction: column;
    margin: 0 auto;
}

.subscribe_to_newsletter0C3P p::before {
    height: 80%;
    background: rgb(179,161,171);
    content: "";
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 10px;
    width: 5px;
}

.subscribe_to_newsletter0C3P .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.subscribe_to_newsletter0C3P .connect_widgetHkvD {
    border: none;
    background: linear-gradient(135deg, rgb(179,161,171) 0%, rgb(212,198,205) 100%);
    font-family: Arial, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    padding: 1.2rem 2rem;
}

.contact_panelDT4h .reach_mapDW2g {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 0;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact_panelDT4h .inquiry_boxFt9q div {
    padding-left: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}

.contact_panelDT4h .inquiry_boxFt9q div svg path {
    fill: rgb(212,198,205);
}

.contact_panelDT4h .inquiry_boxFt9q div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.contact_panelDT4h form input[type="text"],
.contact_panelDT4h form input[type="email"] {
    background: transparent;
    border: none;
    padding: 15px 5px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.contact_panelDT4h .reach_panelFndl input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    top: 6px;
    border: solid #ffffff;
    content: '';
    left: 6px;
}



.contact_panelDT4h .inquiry_boxFt9q div:nth-child(even) {
    animation: pulse 4s infinite;
}

footer .project_refPdC3 {
    position: relative;
    z-index: 1;
}

footer .info_item {
    transition: all 0.5s ease;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: rgb(179,161,171);
    height: 100px;
    padding: 0 25px;
    min-width: 250px;
    position: relative;
    margin-right: 1px;
}

footer .info_item::before {
    opacity: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
}

footer .search_footHS21 {
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
    font-size: 13px;
}

footer .main_topbxXc::after {
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    opacity: 0.3;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    background-size: 30px 30px;
    pointer-events: none;
    bottom: 0;
}

footer .subscribe_holder h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

footer .sub_materialkPbQ:hover {
    background-color: rgb(179,161,171,0.5);
}

footer .knowl_basezx4P::before {
    top: 0;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    right: 20%;
}

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

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

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

.price_packQ1y3 .fee_boardRkAs h3::after {
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    left: 0;
    bottom: 0;
    background: rgb(179,161,171);
    content: "";
    height: 2px;
}

.price_packQ1y3 .image_box_wrapvNV5 {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
}

.price_packQ1y3 .skill_plansHs3d:nth-child(odd) .pricing_dealsm4il {
    flex-direction: column-reverse;
}

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

.meet_usQJ3s .statement_holderzPdE {
    animation: fadeInUp 0.8s ease-out forwards;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}

.meet_usQJ3s div p b {
    position: relative;
    display: inline-block;
    font-weight: 700;
    z-index: 1;
}

.meet_usQJ3s ol {
    counter-reset: section;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

.meet_usQJ3s ol li::before {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,205,0.5) 0%, transparent 100%);
}

.title_portalJzob:hover .image_box_wrapvNV5 {
    opacity: 0.5;
    transform: scale(1.02);
}

.title_portalJzob .smart_trackhPDV {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    height: 100%;
    padding: 6rem 3rem;
    max-width: 1200px;
    flex-direction: column;
    width: 100%;
}

.title_portalJzob .smart_trackhPDV {
    align-items: center;
    padding: 4rem 1.5rem;
}

.title_portalJzob .statement_holderzPdE p {
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    font-size: clamp(1rem, 2vw, 16px);
    transform: translateY(10px);
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0;
    line-height: 1.6;
}

.title_portalJzob svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title_portalJzob svg:hover path {
    fill: rgb(212,198,205);
}

.title_portalJzob svg:hover text {
    fill: #ffffff;
}

.title_portalJzob .connect_widgetHkvD {
    background: rgb(212,198,205);
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
}

.data_approvemxOb {
    display: flex;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
}

.track_cookiestR8y:hover {
    border-color: rgb(212,198,205,0.5);
    background: rgb(212,198,205,0.5);
}


#consentWindowModalpdOD {
    display: none;
}

.ty_sidebarIXOx::before {
    position: absolute;
    background: rgb(212,198,205,0.5);
    height: 80%;
    content: "";
    top: -20%;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.3;
    filter: blur(60px);
    animation: float 18s infinite ease-in-out;
    right: -10%;
    z-index: 0;
    width: 50%;
}

.ty_sidebarIXOx .smart_trackhPDV {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    border-left: 5px solid rgb(212,198,205);
    transform: perspective(1000px) rotateX(0deg);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

header .main_knowiJ8k::after {
    background: linear-gradient(135deg, transparent 25%, rgb(212,198,205,0.5) 100%);
    width: 40%;
    top: 0;
    position: absolute;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    right: 0;
    opacity: 0.1;
    z-index: -1;
}

header .header_guideDOW1:hover::before,
header .header_guideDOW1:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}

header .main_topbxXc {
    list-style: none;
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    padding: 10px 20px;
    position: relative;
    border-radius: 0 23px 23px 0;
}

header .site_headsXL9 a::before {
    transform: translateZ(-1px);
    background: #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

header .site_headsXL9 a:hover::after {
    width: 80%;
}

.academic_experiencezuBm {
    padding: 6rem 2rem;
    background: linear-gradient(90deg, rgb(239,234,239) 30%, rgb(179,161,171,0.5) 100%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.academic_experiencezuBm .image_box_wrapvNV5 {
    height: 450px;
    border-radius: 0;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateZ(30px);
    transition: all 0.7s ease;
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    z-index: 2;
}

.academic_experiencezuBm .career_insightsyM5Z div:nth-child(2) {
    color: rgb(179,161,171);
    font-weight: 600;
    margin-bottom: 2rem;
    transition: transform 0.5s ease 0.1s;
    transform: translateZ(15px);
    font-size: 19px;
}

.academic_experiencezuBm .testimonials_hubjDpQ:hover .career_insightsyM5Z {
    transform: translateZ(30px) translateX(20px);
}

.privacy_cabinetPJkp {
    background: linear-gradient(to right, rgb(212,198,205), rgb(179,161,171));
    display: flex;
    gap: 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    flex-direction: column;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

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



@media (max-width: 991px) {.user_reviewsUNmx {
    padding: 4rem 0;
}.user_reviewsUNmx h2.container {
    margin-bottom: 3rem;
    font-size: calc(32px - 0.15rem);
}.user_reviewsUNmx .client_storyLqBE {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_reviewsUNmx .testimonials_hubjDpQ {
    padding: 1.75rem;
}
}



@media (max-width: 767px) {.register_nowvMFt {
    padding: 70px 0;
}.register_nowvMFt .smart_trackhPDV {
    flex-direction: column;
}.register_nowvMFt .container p {
    padding: 30px;
    font-size: 24px;
    text-align: center;
}.register_nowvMFt .connect_widgetHkvD {
    flex: none;
    width: 100%;
    padding: 20px;
}.register_nowvMFt .container p::after {
    transform: translateX(-50%);
    bottom: 15px;
    left: 50%;
}
}



@media (prefers-contrast: more) {.course_overview3Woz .statement_holderzPdE {
    background: #ffffff;
}.course_overview3Woz .statement_holderzPdE h2 {
    color: #000000;
}.course_overview3Woz .statement_holderzPdE .description {
    color: #000000;
}.course_overview3Woz .image_box_wrapvNV5::before {
    opacity: 0.7;
}
}



@media (hover: hover) {.course_overview3Woz .statement_holderzPdE:hover h2::before {
    width: 100%;
}.course_overview3Woz:hover .image_box_wrapvNV5 {
    transform: rotateX(2deg) translateY(-10px);
}.course_overview3Woz:hover .statement_holderzPdE {
    transform: translateY(-10px);
}}



@media screen and (max-width: 992px) {.contact_panelDT4h .reach_mapDW2g {
    grid-template-columns: 1fr;
}.contact_panelDT4h .inquiry_boxFt9q::after {
    display: none;
}.contact_panelDT4h .inquiry_boxFt9q,
    .contact_panelDT4h .help_messagebiVS {
    padding: 40px 30px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    overflow-x: visible;
    scroll-snap-type: none;
    flex-wrap: wrap;
    margin: 0;
    gap: 30px;
    padding: 0;
}footer .header_topt5Pz, footer .main_topbxXc, footer .subscribe_holder {
    margin-right: 0;
    height: 500px;
    min-width: 0;
    flex: 1;
}
}



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



@media (max-width: 480px) {.price_packQ1y3 .promo_costxFXZ {
    grid-template-columns: 1fr;
}.price_packQ1y3 .skill_offersW1z9 h2 {
    font-size: calc(31px * 0.8);
}.price_packQ1y3 .price_optionsqwZT {
    font-size: calc(15px * 0.9);
}.price_packQ1y3 .fee_boardRkAs p {
    max-height: 120px;
}}



@media screen and (max-width: 767px) {.meet_usQJ3s {
    padding: 80px 0;
}.meet_usQJ3s h5 {
    font-size: calc(22px * 0.9);
}.meet_usQJ3s div p {
    font-size: calc(31px * 0.7);
}.meet_usQJ3s ol li {
    line-height: 1.6;
    padding: 25px 20px;
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 576px) {.title_portalJzob .smart_trackhPDV {
    padding: 3rem 1rem;
}.title_portalJzob .statement_holderzPdE {
    padding: 1.5rem;
}.title_portalJzob svg {
    height: 80px;
    width: 80px;
}.title_portalJzob .connect_widgetHkvD {
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 767px) {.ty_sidebarIXOx {
    padding: 70px 0;
}.ty_sidebarIXOx h2 {
    font-size: calc(28px * 0.8);
    line-height: 1.4;
}.ty_sidebarIXOx h2::after {
    width: 60px;
    bottom: -12px;
}.ty_sidebarIXOx .smart_trackhPDV {
    border-left: 4px solid rgb(212,198,205);
    padding: 25px 20px;
}.ty_sidebarIXOx li {
    padding-left: 20px;
}.ty_sidebarIXOx li::before {
    height: 10px;
    width: 10px;
    top: 7px;
}.ty_sidebarIXOx span {
    line-height: 1.7;
    font-size: calc(14px - 1px);
}
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}



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



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



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

