﻿header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 99;
    background: #ffffff;
}

.wrapper-border_tcVxG {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

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

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

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


.contact_form_section_nYQBV {
    position: relative;
    background: rgb(230,225,233);
    padding: 120px 0;
    overflow: hidden;
}

.contact_form_section_nYQBV::after {
    bottom: 0;
    position: absolute;
    height: 200px;
    content: "";
    background: linear-gradient(0deg, rgb(230,225,233) 0%, transparent 100%);
    z-index: 2;
    left: 0;
    width: 100%;
}

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

.support_info_QMHTL {
    display: flex;
    z-index: 10;
    position: relative;
    gap: 0;
}

.support_info_QMHTL .request_inquiry_yTDSe {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 0 0 58%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.support_info_QMHTL .request_inquiry_yTDSe h3::before,
.support_info_QMHTL .request_inquiry_yTDSe h3::after {
    content: none;
}

.support_info_QMHTL .request_inquiry_yTDSe input[type="text"]:focus,
.support_info_QMHTL .request_inquiry_yTDSe textarea:focus {
    border-bottom-color: rgb(201,191,208);
    outline: none;
    background: rgba(245, 245, 245, 0.8);
}

.support_info_QMHTL .request_inquiry_yTDSe textarea {
    resize: vertical;
    min-height: 150px;
}

.support_info_QMHTL .request_inquiry_yTDSe .contact_feedback_YlcgM {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.support_info_QMHTL .request_inquiry_yTDSe .contact_feedback_YlcgM label::before {
    position: absolute;
    height: 22px;
    width: 22px;
    background: rgba(245, 245, 245, 0.5);
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

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

.support_info_QMHTL .request_inquiry_yTDSe .contact_feedback_YlcgM a:hover {
    border-bottom-color: rgb(164,152,173);
    color: rgb(164,152,173);
}

.support_info_QMHTL .request_inquiry_yTDSe .feedback_help_rkAcO::before {
    left: 0;
    background: rgb(201,191,208);
    content: "";
    bottom: -2px;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
}

.support_info_QMHTL .request_inquiry_yTDSe .feedback_help_rkAcO:hover {
    color: #ffffff;
}

.support_info_QMHTL .support_support_gdisA {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 60px;
    z-index: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    flex: 0 0 42%;
    margin-left: -40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.support_info_QMHTL .support_support_gdisA h4 {
    margin-bottom: 40px;
    font-size: 23px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.support_info_QMHTL .support_support_gdisA .connect_grid_tNFmr li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.support_info_QMHTL .support_support_gdisA .connect_grid_tNFmr li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
}

.support_info_QMHTL .support_support_gdisA .connect_grid_tNFmr li:hover svg path {
    fill: #ffffff;
}

.support_info_QMHTL .support_support_gdisA .connect_grid_tNFmr li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}

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

.who_we_are_iOIFc::after {
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(201,191,208,0.5) 0%, 
        transparent 30%, 
        rgb(164,152,173,0.5) 70%, 
        rgb(201,191,208,0.5) 100%);
    position: absolute;
    right: 0;
    animation: gradientShift 15s ease-in-out infinite alternate;
    opacity: 0.4;
    bottom: 0;
}

.who_we_are_iOIFc h4::after {
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    z-index: 5;
    bottom: -15px;
    left: 50%;
}

.who_we_are_iOIFc .text_group_fpFLv:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.who_we_are_iOIFc .text_group_fpFLv::before {
    left: -2px;
    position: absolute;
    transform: translateZ(-10px);
    opacity: 0.7;
    right: -2px;
    background: linear-gradient(45deg, 
        rgb(201,191,208) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(164,152,173) 100%);
    z-index: -1;
    top: -2px;
    bottom: -2px;
    filter: blur(5px);
    content: "";
}

.who_we_are_iOIFc .text_group_fpFLv h6::after {
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
    bottom: -8px;
    position: absolute;
    width: 100%;
    transform: scaleX(0.3);
    left: 0;
    transform-origin: left;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.leadership_experience_dbxpD {
    overflow: hidden;
    padding: 6rem 2rem;
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(230,225,233) 30%, rgb(164,152,173,0.5) 100%);
    position: relative;
}

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

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

.leadership_experience_dbxpD .past_experience_kxync::before {
    height: 60%;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(164,152,173));
    content: "";
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

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

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

.leadership_experience_dbxpD .testimonial_feedback_fjLkM:hover .portrait_img_ZjMbG {
    transform: translateZ(50px) translateX(-20px);
}

.leadership_experience_dbxpD .testimonial_feedback_fjLkM:hover .name {
    transform: translateZ(40px);
}

.leadership_experience_dbxpD .testimonial_feedback_fjLkM:hover .career_overview_fMrWU {
    transform: translateZ(30px);
}

header .nav_begin_TnNGt {
    position: relative;
    padding: 25px 30px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .nav_begin_TnNGt {
    flex-direction: column;
    padding: 20px 15px;
}

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

header .nav_begin_TnNGt .main_pro_YhKSD {
    margin-bottom: 20px;
}

header .nav_begin_TnNGt .main_pro_YhKSD .header_sitebar_KcGAC svg {
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
}

header .nav_begin_TnNGt .head_study_AtYDC {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .nav_begin_TnNGt .head_study_AtYDC {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz a {
    overflow: hidden;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    color: #000000;
    display: block;
    padding: 8px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz a {
    font-size: calc(17px - 1px);
    padding: 5px 0;
}

header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz a::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background-color: rgb(164,152,173);
    transform: scaleX(0);
    transform-origin: left center;
}

header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}

header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

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

#cookieNoticePanel_tNGHK {
    display: none;
}

.cookie_warning_message_CxqGd h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_warning_message_CxqGd p {
    font-size: 18px;
}

.consent_panel_KFVwk svg, .consent_panel_KFVwk svg path, .consent_panel_KFVwk img {
    height: 100px;
    fill: rgb(201,191,208);
    width: 100px;
}

.cookie_warning_message_CxqGd p a {
    color: rgb(201,191,208);
    text-decoration: none;
}


.wrapper-border_tcVxG .cookie_warning_message_CxqGd {
    background: #ffffff;
    box-shadow: rgb(201,191,208,0.5) 0px 0px 40px 39px;
    border: none;
}

.wrapper-border_tcVxG .consent_panel_KFVwk {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background:rgb(201,191,208);
    width: 80px;
    height: 80px;
    display: flex;
}

.wrapper-border_tcVxG .learn_agree_GeVcM h5, .wrapper-border_tcVxG .learn_agree_GeVcM p {
    color: #000000;
}

.customer_comments_lCrwA {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(230,225,233);
}

.customer_comments_lCrwA .container {
    z-index: 2;
    position: relative;
}

.customer_comments_lCrwA h2 {
    letter-spacing: -1px;
    font-weight: 700;
    font-size: calc(33px * 1.4);
    color: #000000;
    margin-bottom: 80px;
    position: relative;
    padding-left: 20px;
    max-width: 60%;
}

.customer_comments_lCrwA .client_feedback_aEWNY {
    position: relative;
    gap: 60px 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}

.customer_comments_lCrwA .testimonial_feedback_fjLkM {
    grid-template-columns: auto 1fr;
    display: grid;
    padding: 0;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    grid-template-rows: auto auto 1fr;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.customer_comments_lCrwA .testimonial_feedback_fjLkM img {
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgb(201,191,208,0.5);
    filter: grayscale(100%);
    object-fit: cover;
    transition: all 0.4s ease;
    width: 55px;
    height: 55px;
    grid-area: image;
    transform: rotate(-3deg);
}

.customer_comments_lCrwA .testimonial_feedback_fjLkM p::after {
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(164,152,173);
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 0;
    content: "";
}

.customer_comments_lCrwA .testimonial_feedback_fjLkM .description {
    font-size: 14px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    line-height: 1.8;
    grid-area: desc;
    color: #000000;
    font-weight: 400;
    position: relative;
    margin-top: 15px;
}

.customer_comments_lCrwA .testimonial_feedback_fjLkM:nth-child(3n+2) {
    transform: translateY(-20px);
}

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

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

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

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

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

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

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

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

footer .head_study_AtYDC {
    display: flex;
    overflow: hidden;
    color: #ffffff;
    background-color: rgb(164,152,173);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(164,152,173,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(201,191,208,0.5) 0%, transparent 40%);
    position: relative;
    justify-content: center;
    flex-direction: column;
}

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

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

footer .nav_top_BVAjm a:hover {
    color: #ffffff;
    border-bottom-color: rgb(201,191,208);
    padding-left: 10px;
}

footer .subscribe_holder {
    justify-content: center;
    background-color: rgb(201,191,208);
    color: #ffffff;
    flex-direction: column;
    display: flex;
}

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

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

footer .updates_card_EUjXx {
    background-color: rgb(164,152,173);
    padding: 15px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 14px;
}

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

.gratBlock_GVDkF {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.gratBlock_GVDkF::after {
    opacity: 0.05;
    bottom: -10px;
    content: "";
    transform: rotate(-5deg);
    width: 40%;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(201,191,208) 0%, transparent 80%);
    right: -10px;
    position: absolute;
    height: 40%;
    z-index: 0;
}

.gratBlock_GVDkF h2 {
    line-height: 1.3;
    margin-left: auto;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 36px;
    max-width: 900px;
    margin-right: auto;
}

.gratBlock_GVDkF .smart_track_cPgWn {
    position: relative;
    border-radius: 29px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem;
}

.gratBlock_GVDkF .smart_track_cPgWn:hover {
    transform: translateY(-5px);
}

.gratBlock_GVDkF ul {
    position: relative;
    list-style: none;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.gratBlock_GVDkF li {
    position: relative;
    padding-left: 2rem;
}

.gratBlock_GVDkF li::before {
    border-radius: 50%;
    opacity: 0;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 8px;
    left: 0;
    transform: scale(0);
    position: absolute;
    height: 8px;
    background: rgb(201,191,208);
    width: 8px;
}

.privacy_haven_ZflvL h1 {
    color: rgb(201,191,208);
    margin-top: 40px;
    font-weight: 700;
    font-size: 44px;
    border-bottom: 2px solid rgb(201,191,208);
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.privacy_haven_ZflvL h2 {
    border-bottom: 1px solid rgb(164,152,173);
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 34px;
    color: rgb(164,152,173);
    font-weight: 600;
}

.privacy_haven_ZflvL li {
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}

.privacy_haven_ZflvL p, .privacy_haven_ZflvL span, .privacy_haven_ZflvL div {
    margin-bottom: 10px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}

.course_summary_JqlpE::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(201,191,208,0.5) 0%, transparent 50%, rgb(164,152,173,0.5) 100%);
    height: 100%;
    width: 100%;
    animation: backgroundShift 15s infinite alternate;
    left: 0;
    opacity: 0.7;
    content: "";
    z-index: 1;
}

.course_summary_JqlpE::after {
    position: absolute;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(201,191,208,0.5) 0%, transparent 70%);
    left: 0;
    animation: pulse 8s infinite alternate;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}

.course_summary_JqlpE .training_zumic::before {
    z-index: -1;
    left: -30px;
    border-radius: 17px;
    top: -30px;
    transform: rotateY(5deg) rotateX(2deg);
    content: "";
    animation: borderPulse 4s infinite alternate;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    transform-style: preserve-3d;
    position: absolute;
    border: 1px solid rgb(201,191,208,0.5);
}

.course_summary_JqlpE .text_group_fpFLv h2 {
    border-radius: 8px 0 8px 0;
    display: inline-block;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(201,191,208,0.5);
    background-clip: text !important;
    border-bottom: 2px solid rgb(201,191,208);
    font-size: 32px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    max-width: fit-content;
    background: linear-gradient(to right, rgb(201,191,208) 0%, rgb(164,152,173) 100%);
    position: relative;
    padding: 15px 20px;
    -webkit-text-fill-color: transparent;
    transform: translateY(-10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgb(164,152,173);
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
}

.course_summary_JqlpE .text_group_fpFLv .description:last-of-type {
    border-left-color: rgb(164,152,173);
    margin-bottom: 0;
}

.course_summary_JqlpE .text_group_fpFLv .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.course_summary_JqlpE .portrait_img_ZjMbG {
    position: relative;
    z-index: 4;
    animation: floatImage 6s ease-in-out infinite alternate;
    align-self: flex-start;
    border-radius: 17px;
    height: 450px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translateZ(0) rotateY(-5deg);
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-size: cover;
}

.learning_system_IGwFy::after {
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    position: absolute;
}

.learning_system_IGwFy .smart_track_cPgWn::before {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    animation: rotateField 40s linear infinite;
    opacity: 0.6;
    content: "";
    width: 100%;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
}

.learning_system_IGwFy h3 {
    flex: 0 1 48%;
    font-size: 29px;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    padding: 2rem 3rem;
    max-width: 600px;
    animation: magneticPulse 5s ease-in-out infinite;
    font-weight: 700;
    color: rgb(201,191,208);
    margin: 0 10px;
    background: #ffffff;
    z-index: 2;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

.learning_system_IGwFy span {
    flex: 0 1 70%;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.7;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    max-width: 850px;
    padding: 2rem 3rem;
    z-index: 2;
    margin: 0 10px;
    color: #000000;
    background: #ffffff;
    font-size: 12px;
}

.learning_system_IGwFy span::after {
    width: 40px;
    left: -20px;
    background: linear-gradient(to left, rgb(164,152,173), transparent);
    position: absolute;
    top: 50%;
    content: "";
    z-index: 1;
    height: 2px;
}

.title_screen_qQcVR::before {
    height: 100%;
    z-index: 1;
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    content: "";
    width: 60%;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    top: 0;
}

.title_screen_qQcVR::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.title_screen_qQcVR h1 {
    grid-column: 1 / -1;
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(-20px);
    color: #000000;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 48px;
    opacity: 0;
}

.title_screen_qQcVR h1 {
    text-align: center;
    font-size: calc(48px * 0.9);
}

.title_screen_qQcVR .text_group_fpFLv {
    justify-content: center;
    opacity: 0;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    transform: translateX(-30px);
}


    
    .title_screen_qQcVR .text_group_fpFLv {
    order: 2;
}

.title_screen_qQcVR .edu_space_fMGBF:hover {
    transform: perspective(1000px) rotateY(0);
}

.title_screen_qQcVR .edu_space_fMGBF p {
    font-size: calc(13px * 1.2);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
}

.title_screen_qQcVR .edu_space_fMGBF p::after {
    bottom: -10px;
    content: "";
    background: rgb(164,152,173);
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
}

.title_screen_qQcVR svg:hover {
    transform: scale(1);
}

.title_screen_qQcVR svg path {
    transition: fill 0.3s ease;
    fill: rgb(201,191,208);
}

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

.title_screen_qQcVR .feedback_help_rkAcO::before {
    left: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(164,152,173), rgb(201,191,208));
}

.title_screen_qQcVR .feedback_help_rkAcO:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}

.title_screen_qQcVR .feedback_help_rkAcO:hover::before {
    opacity: 1;
}

.title_screen_qQcVR .portrait_img_ZjMbG::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    z-index: 1;
}

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

.pricing_feature_ytYUv::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
}

.pricing_feature_ytYUv .study_packages_HxpAC {
    position: relative;
}

.pricing_feature_ytYUv h2 {
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    position: relative;
    font-size: 35px;
    color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    margin-bottom: 20px;
}

.pricing_feature_ytYUv h2:hover::after {
    transform: scaleX(1.2);
}

.pricing_feature_ytYUv .pro_fees_djUYc {
    max-width: 700px;
    font-size: calc(16px + 2px);
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 1.6;
    opacity: 0.9;
}

.pricing_feature_ytYUv .plan_fee_YkhtD li {
    perspective: 1000px;
    height: 100%;
}

.pricing_feature_ytYUv .learn_packs_HIutS {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    position: relative;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    display: block;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pricing_feature_ytYUv .learn_packs_HIutS::after {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 10px;
    border-radius: 50%;
    opacity: 0.8;
    content: "";
    width: 10px;
    top: -5px;
    left: -5px;
    position: absolute;
    background: rgb(201,191,208);
    box-shadow: 0 0 20px 5px rgb(201,191,208,0.5);
}

.pricing_feature_ytYUv .learn_packs_HIutS h4 {
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}

.pricing_feature_ytYUv .learn_packs_HIutS:hover h4::after {
    width: 60px;
}

.pricing_feature_ytYUv .learn_packs_HIutS p {
    margin-bottom: 30px;
    white-space: normal;
    max-height: 200px;
    overflow-wrap: break-word;
    padding-right: 10px;
    word-break: normal;
    line-height: 1.7;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
}

.pricing_feature_ytYUv .learn_packs_HIutS:hover .package_deal_nWYoq {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.pricing_feature_ytYUv .package_deal_nWYoq::before {
    height: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    content: "";
    transform: skewX(-20deg) translateX(-100%);
    width: 100%;
    left: 0;
}


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


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



@media screen and (max-width: 992px) {.contact_form_section_nYQBV {
    padding: 80px 0;
}.support_info_QMHTL {
    flex-direction: column;
}.support_info_QMHTL .request_inquiry_yTDSe {
    width: 100%;
    clip-path: none;
}.support_info_QMHTL .support_support_gdisA {
    width: 100%;
    clip-path: none;
    margin-left: 0;
}
}



@media screen and (max-width: 480px) {.contact_form_section_nYQBV {
    padding: 40px 0;
}.support_info_QMHTL .request_inquiry_yTDSe,
    .support_info_QMHTL .support_support_gdisA {
    padding: 30px 20px;
}.support_info_QMHTL .request_inquiry_yTDSe h3,
    .support_info_QMHTL .support_support_gdisA h4 {
    font-size: calc(23px - 2px);
}}



@media screen and (min-width: 992px) {.who_we_are_iOIFc {
    padding: 180px 0 150px;
}.who_we_are_iOIFc h4 {
    font-size: calc(32px * 1.3);
}.who_we_are_iOIFc .container {
    max-width: 1200px;
}.who_we_are_iOIFc .text_group_fpFLv {
    padding: 70px;
    max-width: 85%;
}.who_we_are_iOIFc .text_group_fpFLv span {
    column-count: 3;
}
}



@media screen and (max-width: 767px) {.who_we_are_iOIFc {
    padding: 90px 0 70px;
}.who_we_are_iOIFc h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.who_we_are_iOIFc .text_group_fpFLv {
    padding: 30px;
}.who_we_are_iOIFc .text_group_fpFLv h6 {
    margin-bottom: 20px;
    font-size: 24px;
}.who_we_are_iOIFc .text_group_fpFLv span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {header .nav_begin_TnNGt {
    padding: 15px 10px;
}header .nav_begin_TnNGt .main_pro_YhKSD {
    margin-bottom: 15px;
}header .nav_begin_TnNGt .main_pro_YhKSD .header_sitebar_KcGAC svg {
    height: 35px;
}header .nav_begin_TnNGt .head_study_AtYDC {
    gap: 5px;
}header .nav_begin_TnNGt .head_study_AtYDC .head_top_XSRYz {
    margin: 2px 10px;
}}


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


@media only screen and (max-width: 800px) {.consent_panel_KFVwk {
    display: none;
}.data_control_pOKae {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_message_CxqGd h5 {
    text-align: center;
}.cookie_warning_message_CxqGd p {
    text-align: center;
}.learn_agree_GeVcM {
    margin-bottom: 20px;
}body .wrapper-border_tcVxG .cookie_alerts_SojHK {
    margin-bottom: 10px;
    margin-left: 0;
}}


@media only screen and (max-width: 800px){.wrapper-border_tcVxG .consent_panel_KFVwk {
    margin-bottom: 14px;
    margin: 0;
}}



@media screen and (max-width: 768px) {.customer_comments_lCrwA {
    padding: 70px 0;
}.customer_comments_lCrwA .client_feedback_aEWNY {
    gap: 70px;
    grid-template-columns: 1fr;
}.customer_comments_lCrwA h2 {
    max-width: 100%;
}.customer_comments_lCrwA .testimonial_feedback_fjLkM:nth-child(3n+1),
    .customer_comments_lCrwA .testimonial_feedback_fjLkM:nth-child(3n+2) {
    transform: translateY(0);
}
}



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



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



@media (max-width: 991px) {.gratBlock_GVDkF {
    padding: 4rem 0;
}.gratBlock_GVDkF h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.gratBlock_GVDkF .smart_track_cPgWn {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.gratBlock_GVDkF {
    padding: 3rem 0;
}.gratBlock_GVDkF h2 {
    line-height: 1.4;
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.gratBlock_GVDkF h2::after {
    width: 60px;
    bottom: -12px;
}.gratBlock_GVDkF .smart_track_cPgWn {
    padding: 2rem 1.5rem;
}.gratBlock_GVDkF .smart_track_cPgWn::after {
    width: 80px;
    height: 80px;
}.gratBlock_GVDkF li {
    padding-left: 1.5rem;
}
}



@media only screen and (max-width: 800px) {.privacy_haven_ZflvL {
    padding: 20px 10px;
}.privacy_haven_ZflvL h1 {
    font-size: calc(19px * 0.8);
}.privacy_haven_ZflvL h2 {
    font-size: calc(19px * 0.8);
}.privacy_haven_ZflvL h3, .privacy_haven_ZflvL h4, .privacy_haven_ZflvL h5, .privacy_haven_ZflvL h6 {
    font-size: calc(19px * 0.8);
}.privacy_haven_ZflvL p, .privacy_haven_ZflvL span, .privacy_haven_ZflvL div {
    font-size: calc(14px * 0.9);
}}



@media screen and (max-width: 767px) {.course_summary_JqlpE {
    padding: 60px 0;
}.course_summary_JqlpE .training_zumic {
    gap: 30px;
}.course_summary_JqlpE .text_group_fpFLv {
    gap: 20px;
    padding: 25px;
}.course_summary_JqlpE .text_group_fpFLv h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
    padding: 10px 15px;
}.course_summary_JqlpE .text_group_fpFLv .description {
    font-size: calc(18px * 0.95);
    padding: 12px;
    margin-bottom: 15px;
    line-height: 1.7;
}.course_summary_JqlpE .portrait_img_ZjMbG {
    min-height: 350px;
}.course_summary_JqlpE .training_zumic::before {
    display: none;
}
}



@media screen and (max-width: 480px) {.course_summary_JqlpE {
    padding: 40px 0;
}.course_summary_JqlpE .text_group_fpFLv {
    gap: 15px;
    padding: 20px;
}.course_summary_JqlpE .text_group_fpFLv h2 {
    letter-spacing: 1px;
    font-size: calc(32px * 0.7);
    padding: 8px 12px;
}.course_summary_JqlpE .text_group_fpFLv .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.course_summary_JqlpE .portrait_img_ZjMbG {
    min-height: 280px;
}}



@media (max-width: 768px) {.learning_system_IGwFy {
    padding: 3rem 0;
    min-height: auto;
}.learning_system_IGwFy .container {
    padding: 0 1.2rem;
}.learning_system_IGwFy .smart_track_cPgWn {
    gap: 2.5rem;
}.learning_system_IGwFy h3 {
    padding: 1.5rem 2rem;
    font-size: calc(29px * 0.8);
}.learning_system_IGwFy span {
    padding: 1.5rem 2rem;
    font-size: calc(12px * 0.9);
}.learning_system_IGwFy h3::before,
    .learning_system_IGwFy span::before {
    inset: -3px;
}
}



@media (max-width: 768px) {.title_screen_qQcVR .smart_track_cPgWn {
    gap: 2rem;
    padding: 3rem 1rem;
}.title_screen_qQcVR h1 {
    font-size: calc(48px * 0.8);
}.title_screen_qQcVR .edu_space_fMGBF {
    padding: 1.5rem;
}.title_screen_qQcVR .edu_space_fMGBF p {
    font-size: 13px;
}.title_screen_qQcVR svg {
    width: 100px;
    height: 100px;
}.title_screen_qQcVR .portrait_img_ZjMbG {
    height: 250px;
}.title_screen_qQcVR .feedback_help_rkAcO {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 576px) {.title_screen_qQcVR .smart_track_cPgWn {
    padding: 2rem 1rem;
}.title_screen_qQcVR h1 {
    font-size: calc(48px * 0.7);
}.title_screen_qQcVR .edu_space_fMGBF {
    padding: 1.25rem;
    transform: perspective(1000px) rotateY(0);
}.title_screen_qQcVR svg {
    width: 80px;
    margin: 1rem 0;
    height: 80px;
}.title_screen_qQcVR .portrait_img_ZjMbG {
    height: 200px;
}}



@media (max-width: 767px) {.pricing_feature_ytYUv {
    padding: 60px 0 80px;
}.pricing_feature_ytYUv .plan_fee_YkhtD {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.pricing_feature_ytYUv .learn_packs_HIutS {
    min-height: auto;
}.pricing_feature_ytYUv h2 {
    font-size: calc(35px - 8px);
}.pricing_feature_ytYUv .pro_fees_djUYc {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.pricing_feature_ytYUv .learn_packs_HIutS p {
    max-height: 150px;
}
}



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



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



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



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



@keyframes borderPulse {
    0% {
        border-color: rgb(201,191,208,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(164,152,173,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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



@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}



@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

