﻿.res_connectesUF {
    flex: 0 0 auto;
}

.res_connectesUF {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    position: relative;
}

.user_reviewsUNmx::before {
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: radial-gradient(ellipse at top right, 
        rgb(179,161,171,0.5) 0%, 
        transparent 70%);
    height: 100%;
    top: 0;
}

.user_reviewsUNmx .container.smart_trackhPDV {
    position: relative;
    z-index: 2;
    max-width: 95%;
    margin: 0 auto;
}

.user_reviewsUNmx .testimonials_hubjDpQ::before {
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(to bottom, rgb(212,198,205), rgb(179,161,171));
    height: 100%;
    position: absolute;
    content: '';
    width: 5px;
}

.user_reviewsUNmx .testimonials_hubjDpQ h3::after {
    width: 0;
    background: rgb(212,198,205);
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
    content: '';
}

.user_reviewsUNmx .testimonials_hubjDpQ div img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
}

.register_nowvMFt {
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(239,234,239) 0%, rgb(212,198,205,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.register_nowvMFt .container p {
    flex: 1;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    z-index: 5;
    font-size: 36px;
    padding: 60px;
    margin: 0;
    position: relative;
}

.register_nowvMFt .connect_widgetHkvD:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.register_nowvMFt .connect_widgetHkvD:hover::before {
    opacity: 1;
}

.register_nowvMFt .smart_trackhPDV::before {
    top: 0;
    height: 6px;
    z-index: 2;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(212,198,205), rgb(179,161,171));
    width: 100%;
}

.course_overview3Woz .tech_learn0vr8 {
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 550px;
    display: grid;
}

.course_overview3Woz .statement_holderzPdE::after {
    border-radius: 50%;
    top: -20px;
    background: radial-gradient(circle, rgb(212,198,205) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    animation: pulsate 5s ease-in-out infinite;
    height: 100px;
    filter: blur(20px);
    width: 100px;
    content: "";
    opacity: 0.3;
    right: -20px;
}

.course_overview3Woz .statement_holderzPdE:hover h2::before {
    width: 100%;
}

.course_overview3Woz .statement_holderzPdE .description:last-child {
    margin-bottom: 0;
}

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

.course_overview3Woz .container::after {
    animation: float 15s ease-in-out infinite reverse;
    right: -30px;
    bottom: -50px;
    height: 150px;
    width: 150px;
}

.subscribe_to_newsletter0C3P {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(239,234,239) 0%, rgb(212,198,205,0.5) 100%);
    transform: skewY(-2deg);
    margin: 5rem 0;
    position: relative;
    overflow: hidden;
}

.subscribe_to_newsletter0C3P .smart_trackhPDV::after {
    position: absolute;
    animation: float 6s infinite alternate;
    height: 60%;
    bottom: -20%;
    background: rgb(212,198,205,0.5);
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 10%;
    width: 40%;
    content: "";
}

.subscribe_to_newsletter0C3P .mail_submPUC {
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: 18px;
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    flex: 1;
    outline: none;
}

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

.subscribe_to_newsletter0C3P .connect_widgetHkvD:hover {
    background: linear-gradient(135deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.contact_panelDT4h .inquiry_boxFt9q::after {
    top: 0;
    right: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(212,198,205), rgb(179,161,171));
}

.contact_panelDT4h .inquiry_boxFt9q div::before {
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.5;
    border-radius: 10px;
    background: rgb(212,198,205);
    top: 50%;
    left: 0;
    content: '';
    height: 100%;
    width: 5px;
}

.contact_panelDT4h .help_messagebiVS {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.contact_panelDT4h form input[type="text"]:focus,
.contact_panelDT4h form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(179,161,171);
}

.contact_panelDT4h .reach_panelFndl label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.contact_panelDT4h .reach_panelFndl label a {
    text-decoration: none;
    color: rgb(179,161,171);
}

.contact_panelDT4h form .connect_widgetHkvD::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    background: rgb(212,198,205);
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
}

footer .get_contactpanellDMI {
    flex-wrap: wrap;
    height: 100px;
    position: relative;
    margin-bottom: 70px;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
}

footer .info_item:hover {
    background-color: rgb(212,198,205);
    flex: 1.5;
}

footer .info_item svg {
    flex-shrink: 0;
    width: 24px;
    z-index: 2;
    margin-right: 15px;
    position: relative;
    fill: #ffffff;
    height: 24px;
}

footer .header_topt5Pz, footer .main_topbxXc, footer .subscribe_holder {
    height: 450px;
    flex: 0 0 100%;
    margin-right: 30px;
    padding: 30px;
    min-width: 280px;
    border-radius: 12px;
    max-width: 500px;
    transition: all 0.4s ease;
    position: relative;
    scroll-snap-align: start;
}

footer .header_topt5Pz {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(239,234,239);
    justify-content: center;
    text-align: center;
}

footer .main_learningMwPZ {
    height: auto;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

footer .main_learningMwPZ a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(212,198,205);
}

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .knowl_basezx4P {
    padding-top: 20px;
    position: relative;
    margin-top: 40px;
}

.price_packQ1y3 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,234,239) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.price_packQ1y3 .fee_optionsjyXh {
    flex-direction: column;
    display: flex;
}

.price_packQ1y3 .skill_offersW1z9 h2::after {
    left: 50%;
    bottom: -10px;
    background: rgb(212,198,205);
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

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

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

.price_packQ1y3 .fee_packagejNc9 {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(212,198,205);
    font-weight: 700;
    font-size: calc(20px * 1.5);
}

.price_packQ1y3 .image_box_wrapvNV5::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    left: 0;
    content: "";
}

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

.meet_usQJ3s div p {
    margin: 0 0 15px;
    display: inline-block;
    font-size: calc(31px * 0.9);
    position: relative;
    font-weight: 700;
    line-height: 1.2;
}

.meet_usQJ3s ol li {
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transform: translateX(-10px);
    padding: 30px;
    border-left: 4px solid rgb(179,161,171);
    transition: transform 0.3s ease-out;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

.title_portalJzob .image_box_wrapvNV5 {
    height: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s ease;
    transform: scale(1.05);
}

.title_portalJzob .image_box_wrapvNV5 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.title_portalJzob .statement_holderzPdE {
    transform: translateY(20px);
    border-left: 3px solid rgb(212,198,205);
    border-radius: 0 10px 10px 0;
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    padding: 2.5rem;
    opacity: 0;
    backdrop-filter: blur(8px);
    max-width: 600px;
}


    
    .title_portalJzob .statement_holderzPdE {
    border-left: none;
    text-align: center;
    border-top: 3px solid rgb(212,198,205);
    border-radius: 0 0 10px 10px;
}

.title_portalJzob .connect_widgetHkvD:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    background: rgb(179,161,171);
    transform: translateY(-3px);
}

.cookie_popup_displayiBun {
    border-top: 3px solid rgb(212,198,205);
    padding: 15px 20px;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    background: rgb(179,161,171);
    z-index: 90;
}

.track_cookiestR8y {
    cursor: pointer;
    color: #ffffff;
    border: 2px solid rgb(212,198,205);
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
    min-width: 150px;
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    background: rgb(212,198,205);
    transition: none;
}

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

.ty_sidebarIXOx h2::after {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgb(212,198,205), rgb(179,161,171));
    width: 80px;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
}

.ty_sidebarIXOx li::before {
    border-radius: 2px;
    transform: rotate(45deg);
    top: 8px;
    background: linear-gradient(135deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    height: 12px;
    position: absolute;
    content: "";
    width: 12px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

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

header .header_guideDOW1::before,
header .header_guideDOW1::after {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    background: rgb(212,198,205,0.5);
    z-index: -1;
    border-radius: 50%;
}

header .header_guideDOW1::before {
    height: 50px;
    left: -15px;
    top: -15px;
    width: 50px;
}

header .site_headsXL9::before {
    left: -10px;
    content: "";
    opacity: 0;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    transform: translateY(-50%) scale(0);
    border-bottom: 5px solid transparent;
    height: 0;
    width: 0;
    top: 50%;
    border-left: 5px solid rgb(212,198,205);
    position: absolute;
}

header .site_headsXL9 a::after {
    position: absolute;
    background: rgb(212,198,205);
    width: 0;
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}

.academic_experiencezuBm .testimonials_hubjDpQ {
    margin: 0 auto;
    gap: 0;
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    max-width: 1100px;
    display: grid;
    transform-style: preserve-3d;
    z-index: 1;
}

.academic_experiencezuBm .career_insightsyM5Z::before {
    background: linear-gradient(to bottom, rgb(212,198,205), rgb(179,161,171));
    top: 50%;
    height: 60%;
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    transform: translateY(-50%);
}

.academic_experiencezuBm .work_cardqaVN::after {
    content: "";
    position: absolute;
    font-family: serif;
    bottom: -2rem;
    color: rgb(212,198,205,0.5);
    line-height: 0;
    font-size: 5rem;
    right: 0;
}

.academic_experiencezuBm .testimonials_hubjDpQ:hover .work_cardqaVN {
    transform: translateZ(30px);
}

.privacy_cabinetPJkp h2 {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 600;
}

.privacy_cabinetPJkp ul, .privacy_cabinetPJkp ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 576px) {.user_reviewsUNmx {
    padding: 3rem 0;
}.user_reviewsUNmx h2.container {
    margin-bottom: 2rem;
    font-size: calc(32px - 0.35rem);
}.user_reviewsUNmx .client_storyLqBE {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_reviewsUNmx .testimonials_hubjDpQ {
    padding: 1.25rem;
}.user_reviewsUNmx .testimonials_hubjDpQ h3 {
    font-size: 24px;
}.user_reviewsUNmx .testimonials_hubjDpQ div {
    width: 60px;
    height: 60px;
}}



@media screen and (max-width: 767px) {.course_overview3Woz {
    padding: 60px 0;
}.course_overview3Woz .tech_learn0vr8 {
    min-height: auto;
}.course_overview3Woz .image_box_wrapvNV5 {
    transform: none;
    height: 250px;
}.course_overview3Woz .statement_holderzPdE {
    margin-right: 15px;
    margin-left: 15px;
    transform: none;
    margin-top: -40px;
    padding: 25px;
}.course_overview3Woz .statement_holderzPdE h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.course_overview3Woz .statement_holderzPdE .description {
    font-size: calc(18px * 0.95);
}.course_overview3Woz:hover .image_box_wrapvNV5,
    .course_overview3Woz:hover .statement_holderzPdE {
    transform: none;
}.course_overview3Woz .container::before,
    .course_overview3Woz .container::after {
    display: none;
}}



@media (max-width: 768px) {.subscribe_to_newsletter0C3P p {
    padding-left: 1.5rem;
    font-size: calc(33px * 0.8);
    transform: translateX(0);
    max-width: 100%;
}.subscribe_to_newsletter0C3P .input_holder {
    margin-left: 0;
    max-width: 100%;
    flex-direction: column;
}.subscribe_to_newsletter0C3P .mail_submPUC {
    width: 100%;
    padding: 1rem;
}.subscribe_to_newsletter0C3P .connect_widgetHkvD {
    padding: 1rem;
    width: 100%;
}
}



@media (max-width: 767px) {footer .res_connectesUF {
    padding: 60px 0 30px;
}footer .get_contactpanellDMI {
    height: auto;
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .header_topt5Pz, footer .main_topbxXc, footer .subscribe_holder {
    min-height: 350px;
    height: auto;
    padding: 25px 20px;
}
}



@media (max-width: 767px) {.price_packQ1y3 {
    padding: 4rem 0;
}.price_packQ1y3 .fee_boardRkAs {
    padding: 1.5rem;
}.price_packQ1y3 .fee_boardRkAs h3 {
    font-size: 20px;
}.price_packQ1y3 .fee_packagejNc9 {
    font-size: 20px;
}.price_packQ1y3 .fee_boardRkAs p {
    overflow-y: auto;
    max-height: 150px;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.price_packQ1y3 .image_box_wrapvNV5 {
    height: 150px;
}
}



@media screen and (max-width: 991px) {.title_portalJzob .smart_trackhPDV {
    padding: 5rem 2rem;
}.title_portalJzob .statement_holderzPdE {
    padding: 2rem;
    max-width: 100%;
}.title_portalJzob svg {
    width: 100px;
    height: 100px;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_displayiBun {
    padding: 15px;
}
}



@media (max-width: 991px) {.ty_sidebarIXOx {
    padding: 90px 0;
}.ty_sidebarIXOx h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.ty_sidebarIXOx .smart_trackhPDV {
    padding: 30px;
}
}



@media (max-width: 991px) {header .nav_pagebarB1tW {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .main_topbxXc {
    border-radius: 23px;
    width: 100%;
    clip-path: none;
    background: #ffffff;
    justify-content: center;
}
}



@media (max-width: 480px) {header .main_topbxXc {
    flex-direction: column;
    padding: 15px;
    align-items: center;
}header .site_headsXL9 {
    margin: 3px 0;
    width: 100%;
}header .site_headsXL9 a {
    width: 100%;
    text-align: center;
}header .site_headsXL9::before {
    display: none;
}header .header_guideDOW1 svg {
    height: 40px;
}}



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

@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}

