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

.container {
    max-width: 100%;
    width: 1240px;
    margin: auto;
}


.user_reviewsUNmx {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgb(239,234,239) 0%, 
        rgb(179,161,171,0.5) 50%, 
        rgb(239,234,239) 100%);
}

.user_reviewsUNmx h2.container::after {
    height: 3px;
    width: 80px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,198,205), 
        transparent);
}

.user_reviewsUNmx .testimonials_hubjDpQ::after {
    color: rgb(179,161,171,0.5);
    z-index: -1;
    right: 20px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -20px;
    opacity: 0.15;
    font-size: 8rem;
    content: '"';
}

.user_reviewsUNmx .testimonials_hubjDpQ:hover h3::after {
    width: 100%;
}

.user_reviewsUNmx .testimonials_hubjDpQ div {
    margin-top: auto;
    transition: transform 0.4s ease;
    width: 80px;
    align-self: flex-end;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
    border: 3px solid #ffffff;
    height: 80px;
    overflow: hidden;
}

.register_nowvMFt::after {
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
    background: linear-gradient(to top, rgb(212,198,205,0.5) 0%, transparent 100%);
    height: 40%;
    left: 0;
}

.register_nowvMFt .connect_widgetHkvD {
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    z-index: 5;
    background: linear-gradient(135deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    flex: 0 0 300px;
    display: flex;
    padding: 50px;
    color: #ffffff;
}

.course_overview3Woz::before {
    top: 0;
    animation: shiftLines 20s linear infinite;
    content: "";
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,205,0.5) 0,
        rgb(212,198,205,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    opacity: 0.05;
}



.course_overview3Woz .statement_holderzPdE h2 {
    display: inline-block;
    color: #000000;
    font-size: 37px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    z-index: 2;
}

.course_overview3Woz .statement_holderzPdE .description {
    position: relative;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    z-index: 2;
    font-size: 18px;
}

.course_overview3Woz .image_box_wrapvNV5::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(212,198,205,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
}



.course_overview3Woz .tech_learn0vr8::after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(212,198,205,0.5) 20px,
        rgb(212,198,205,0.5) 21px
    );
    right: 0;
    content: "";
    opacity: 0.05;
    pointer-events: none;
    top: 0;
}

.subscribe_to_newsletter0C3P p {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    transform: translateX(30px);
    max-width: 70%;
    padding-left: 2rem;
    margin-bottom: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
}

.subscribe_to_newsletter0C3P .input_holder {
    overflow: hidden;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease;
    max-width: 600px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    flex-direction: row;
    margin-left: 3rem;
    border-radius: 21px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact_panelDT4h {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

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

.contact_panelDT4h .inquiry_boxFt9q h3::after {
    content: '';
    background: rgb(212,198,205);
    height: 4px;
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.contact_panelDT4h .inquiry_boxFt9q div svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.contact_panelDT4h .inquiry_boxFt9q div span {
    color: #000000;
    font-weight: 400;
    font-size: calc(16px * 0.95);
}

.contact_panelDT4h form {
    flex-direction: column;
    display: flex;
}

.contact_panelDT4h form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_panelDT4h .reach_panelFndl input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_panelDT4h .reach_panelFndl label::before {
    position: absolute;
    background-color: transparent;
    top: 2px;
    left: 0;
    content: '';
    height: 18px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 18px;
}

.contact_panelDT4h form .connect_widgetHkvD:hover::before {
    width: 100%;
}

footer {
    width: 100%;
    position: relative;
}

.res_connectesUF::before {
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        to right,
        rgb(212,198,205),
        rgb(212,198,205) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
}

footer .info_item:last-child::after {
    display: none;
}

footer .info_item p,
footer .info_item a {
    z-index: 2;
    text-decoration: none;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    font-size: 17px;
    position: relative;
    white-space: nowrap;
}

footer .header_topt5Pz svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}

footer .main_topbxXc {
    flex-direction: column;
    background-color: rgb(179,161,171);
    overflow: hidden;
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,161,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(212,198,205,0.5) 0%, transparent 40%);
    color: #ffffff;
    justify-content: center;
    position: relative;
}

footer .main_learningMwPZ a {
    font-size: 17px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .sub_materialkPbQ {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    border: none;
    background-color: rgb(179,161,171);
    border-radius: 10px;
}

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

.price_packQ1y3 .skill_offersW1z9 h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    margin-bottom: 1rem;
}

.price_packQ1y3 .skill_plansHs3d {
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.price_packQ1y3 .skill_plansHs3d:hover .fee_boardRkAs h3::after {
    width: 80px;
}

.price_packQ1y3 .skill_plansHs3d:hover .fee_packagejNc9::before {
    width: 100%;
}

.price_packQ1y3 .fee_boardRkAs p {
    color: #000000;
    margin-top: auto;
    overflow-wrap: break-word;
    font-size: 15px;
    word-break: break-word;
    line-height: 1.6;
}

.price_packQ1y3 .skill_plansHs3d:nth-child(3n+1) {
    border-top: 3px solid rgb(212,198,205);
}

.meet_usQJ3s {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.meet_usQJ3s .statement_holderzPdE > div:first-child {
    position: relative;
    display: inline-block;
}

.meet_usQJ3s h5 {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0;
    color: rgb(179,161,171);
    font-weight: 700;
}

.meet_usQJ3s div p b::before {
    bottom: 0;
    height: 8px;
    width: calc(100% + 10px);
    content: "";
    left: -5px;
    background: rgb(212,198,205,0.5);
    z-index: -1;
    position: absolute;
    transform: skewX(-15deg);
}

.title_portalJzob::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03) 0px,
        rgba(94, 170, 168, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    top: 0;
    height: 100%;
}

.title_portalJzob h1 {
    line-height: 1.2;
    font-size: clamp(2rem, 5vw, 44px);
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 700;
    animation: slideInTitle 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.title_portalJzob h1 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.title_portalJzob .page_primary1KRu {
    justify-content: center;
    margin: 2rem 0;
    opacity: 0;
    display: flex;
    transform: translateY(10px);
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
}

.title_portalJzob svg path {
    transition: fill 0.4s ease;
}

.title_portalJzob svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.4s ease;
}

.title_portalJzob .connect_widgetHkvD::before {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: -1;
}

.secure_cookiesPNe0 {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie_popup_displayiBun h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.cookie_popup_displayiBun p a {
    color: rgb(212,198,205);
    border-bottom: 2px solid rgb(212,198,205);
    text-decoration: none;
}

.ty_sidebarIXOx {
    background: linear-gradient(135deg, rgb(239,234,239) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.ty_sidebarIXOx h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: calc(28px * 1.1);
    color: #000000;
    margin-bottom: 2.5rem;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
    font-weight: 700;
}

.ty_sidebarIXOx ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ty_sidebarIXOx li {
    padding-left: 25px;
    position: relative;
}

.ty_sidebarIXOx span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

header .main_knowiJ8k::before {
    opacity: 0.2;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,198,205,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,161,171,0.5) 0%, transparent 30%);
}

header .header_guideDOW1 svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
    transition: all 0.3s ease;
    height: 50px;
}

header .site_headsXL9 {
    margin: 5px 8px;
    perspective: 800px;
    position: relative;
}

header .site_headsXL9:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}

header .site_headsXL9 a {
    padding: 10px 18px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    transform-style: preserve-3d;
    background: transparent;
    display: block;
    border-radius: 10px;
}

.academic_experiencezuBm::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,198,205,0.5) 0,
        rgb(212,198,205,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}

.academic_experiencezuBm .name {
    font-size: calc(35px * 1.2);
    color: #000000;
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.academic_experiencezuBm .work_cardqaVN {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    transform: translateZ(10px);
    transition: transform 0.5s ease 0.2s;
    font-style: italic;
}

.academic_experiencezuBm .testimonials_hubjDpQ:hover .name {
    transform: translateZ(40px);
}

.privacy_cabinetPJkp h1 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.privacy_cabinetPJkp p {
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    font-size: 18px;
}

.privacy_cabinetPJkp span {
    font-weight: 600;
}

footer .text_main_holder::-webkit-scrollbar {
    display: none;
}



@media (max-width: 768px) {.user_reviewsUNmx {
    padding: 3.5rem 0;
}.user_reviewsUNmx h2.container {
    font-size: calc(32px - 0.25rem);
    margin-bottom: 2.5rem;
}.user_reviewsUNmx .client_storyLqBE {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_reviewsUNmx .testimonials_hubjDpQ {
    padding: 1.5rem;
}.user_reviewsUNmx .testimonials_hubjDpQ div {
    width: 70px;
    height: 70px;
}
}



@media screen and (max-width: 1024px) {.course_overview3Woz {
    padding: 80px 0;
}.course_overview3Woz .tech_learn0vr8 {
    min-height: 400px;
}.course_overview3Woz .image_box_wrapvNV5 {
    height: 350px;
}.course_overview3Woz .statement_holderzPdE {
    margin-top: -60px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 30px;
}.course_overview3Woz .container::before {
    width: 150px;
    height: 150px;
}.course_overview3Woz .container::after {
    width: 100px;
    height: 100px;
}
}



@media (prefers-reduced-motion: reduce) {.course_overview3Woz::before,
    .course_overview3Woz .container::before,
    .course_overview3Woz .container::after,
    .course_overview3Woz .statement_holderzPdE::after,
    .course_overview3Woz:hover .image_box_wrapvNV5,
    .course_overview3Woz:hover .statement_holderzPdE {
    transform: none;
    animation: none;
}.course_overview3Woz .image_box_wrapvNV5,
    .course_overview3Woz .statement_holderzPdE {
    animation: none;
    opacity: 1;
}}



@media screen and (max-width: 576px) {.contact_panelDT4h {
    padding: 60px 0;
}.contact_panelDT4h .inquiry_boxFt9q,
    .contact_panelDT4h .help_messagebiVS {
    padding: 30px 20px;
}.contact_panelDT4h .inquiry_boxFt9q h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.85);
}.contact_panelDT4h .inquiry_boxFt9q div {
    margin-bottom: 20px;
}.contact_panelDT4h form .connect_widgetHkvD {
    width: 100%;
    padding: 12px 20px;
}}



@media (max-width: 576px) {footer .res_connectesUF {
    padding: 50px 0 20px;
}footer .header_topt5Pz::before,
    footer .main_topbxXc::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .main_learningMwPZ {
    height: auto;
    max-height: 220px;
}footer .header_topt5Pz, footer .main_topbxXc, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .main_topbxXc h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub_materialkPbQ {
    padding: 12px;
}}



@media screen and (min-width: 992px) {.meet_usQJ3s {
    padding: 180px 0;
}.meet_usQJ3s::after {
    border-radius: 10px;
    opacity: 0.6;
    width: 300px;
    top: -50px;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    right: -50px;
    border: 2px solid rgb(179,161,171,0.5);
    z-index: 1;
    height: 300px;
}.meet_usQJ3s .statement_holderzPdE {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.meet_usQJ3s ol li {
    font-size: calc(16px * 1.05);
    padding: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    column-gap: 50px;
    column-count: 3;
}
}



@media (max-width: 480px) {.ty_sidebarIXOx {
    padding: 50px 0;
}.ty_sidebarIXOx h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.ty_sidebarIXOx .smart_trackhPDV {
    border-left: 3px solid rgb(212,198,205);
    padding: 20px 15px;
}.ty_sidebarIXOx li::before {
    width: 8px;
    top: 8px;
    height: 8px;
}.ty_sidebarIXOx span {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}}


@media only screen and (max-width: 800px) {.privacy_cabinetPJkp {
    padding: 30px 15px;
}.privacy_cabinetPJkp h1 {
    font-size: calc(23px - 10px);
}.privacy_cabinetPJkp h2 {
    font-size: calc(23px - 8px);
}.privacy_cabinetPJkp p, .privacy_cabinetPJkp li {
    font-size: calc(18px - 2px);
}
}

@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}



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

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

