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

.header_train_zlQdrB {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    top: 0;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(136,143,143) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    border-bottom: 1px solid rgb(136,143,143,0.5);
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 1000;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.confidential_armory_bXCLeG h2 {
    margin-bottom: 20px;
    color: rgb(101,109,109);
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px solid rgb(101,109,109);
    font-size: 36px;
}

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

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

.mentorship_profile_XjCQdf .feedback_zone_njlo0y:hover {
    transform: rotateY(0);
}

.mentorship_profile_XjCQdf .img_overlay_Dag61R {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(136,143,143,0.5);
    height: 220px;
    border: 5px solid #ffffff;
    grid-area: photo;
    transition: all 0.4s ease;
    transform: translateZ(30px);
    border-radius: 50%;
    width: 220px;
}

.mentorship_profile_XjCQdf .feedback_zone_njlo0y span:not(.name) {
    transform: translateZ(15px);
    margin-top: 3.5rem;
    font-weight: 600;
    font-size: 15px;
    display: block;
    color: rgb(136,143,143);
    grid-area: info;
}

.customer_feedback_MFsleC {
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
}

.customer_feedback_MFsleC::before {
    position: absolute;
    opacity: 0.15;
    background-image: radial-gradient(circle at 10% 10%, rgb(136,143,143,0.5) 0%, transparent 25%),
                     radial-gradient(circle at 90% 90%, rgb(101,109,109,0.5) 0%, transparent 30%);
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.customer_feedback_MFsleC .feedback_zone_njlo0y {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    border: 1px solid rgba(230, 230, 240, 0.8);
    display: flex;
    transform: translateY(0);
    border-radius: 2px;
    overflow: hidden;
    padding: 30px 25px;
    flex-direction: column;
    background: #ffffff;
}

.customer_feedback_MFsleC .feedback_zone_njlo0y h3 {
    z-index: 2;
    color: #000000;
    padding-bottom: 12px;
    margin: 0 0 15px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}

.customer_feedback_MFsleC .feedback_zone_njlo0y div {
    transform: translateX(0);
    overflow: hidden;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.customer_feedback_MFsleC .feedback_zone_njlo0y div img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    height: 100%;
}

.title_board_qDLEaZ .training_classes_v6FOJw {
    width: 100%;
    z-index: 3;
    align-items: flex-end;
    height: 100%;
    position: relative;
    display: flex;
}

.title_board_qDLEaZ .start_open_Fnvkdm {
    height: 100%;
    display: flex;
    animation: sidePanCarousel 30s linear infinite;
}

.title_board_qDLEaZ .learn_quickpro_vLVFTR img {
    object-fit: cover;
    width: 100%;
    transform-origin: center;
    animation: slowZoom 15s alternate infinite ease-in-out;
    height: 100%;
}

.title_board_qDLEaZ .description_wrap_dW6ZD9::before {
    left: 0;
    height: 3px;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(136,143,143), rgb(101,109,109));
}

.title_board_qDLEaZ .description_wrap_dW6ZD9 p {
    position: relative;
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.title_board_qDLEaZ .description_wrap_dW6ZD9 .help_section_4q6Awl:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ty_note_8mwXoA {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(136,143,143,0.5), rgb(101,109,109) 120%);
    padding: 7rem 0;
}

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

.ty_note_8mwXoA .training_classes_v6FOJw {
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(1deg);
    background: rgba(255, 255, 255, 0.92);
}

.ty_note_8mwXoA .training_classes_v6FOJw:hover h5 {
    transform: translateX(10px);
}

.ty_note_8mwXoA h5::after {
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(to right, rgb(136,143,143), transparent);
    bottom: 0;
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
}

.ty_note_8mwXoA a::before {
    bottom: 0;
    left: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 1px;
    content: "";
    background: rgb(136,143,143);
    width: 0;
}

.contact_form_section_ayVqvL .img_overlay_Dag61R {
    left: 0;
    opacity: 0.07;
    z-index: 0;
    top: 0;
    filter: contrast(1.2) saturate(0.8);
    position: absolute;
    height: 100%;
    width: 100%;
}

.contact_form_section_ayVqvL h3 {
    text-align: center;
    font-size: 37px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN::before {
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    content: '';
    left: 0;
    width: 100%;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN textarea {
    border-radius: 25px;
    resize: vertical;
    height: 150px;
    padding-top: 25px;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN .support_card_89f3Hi {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    justify-content: center;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN .support_card_89f3Hi label {
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(17px - 2px);
    line-height: 1.5;
    color: #000000;
    position: relative;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN .support_card_89f3Hi input[type="checkbox"]:checked + label::after {
    width: 8px;
    left: 7px;
    top: 10px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    height: 5px;
    content: '';
    border-bottom: 2px solid #ffffff;
    position: absolute;
}

.contact_form_section_ayVqvL .message_list_ZGRvLN .help_section_4q6Awl:hover {
    transform: translateY(-2px);
    background: rgb(101,109,109);
    box-shadow: 0 5px 15px rgb(136,143,143,0.5);
}

.contact_form_section_ayVqvL .message_list_ZGRvLN .help_section_4q6Awl:hover::before {
    left: 100%;
}

.contact_form_section_ayVqvL .message_support_sIQwb0 {
    justify-content: center;
    padding: 80px 60px;
    flex: 1 1 45%;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
}

.contact_form_section_ayVqvL .message_support_sIQwb0 .inquiry_info_9cdYKW li {
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 35px;
    position: relative;
    align-items: center;
}

.contact_form_section_ayVqvL .message_support_sIQwb0 .inquiry_info_9cdYKW li:hover {
    transform: translateX(5px);
}

.contact_form_section_ayVqvL .message_support_sIQwb0 .inquiry_info_9cdYKW li span {
    color: #ffffff;
    position: relative;
    font-size: 17px;
    line-height: 1.5;
}

.contact_form_section_ayVqvL .message_support_sIQwb0 .inquiry_info_9cdYKW li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.training_structure_UfLqw1::after {
    position: absolute;
    right: -5%;
    z-index: 0;
    border: 2px solid rgb(101,109,109,0.5);
    height: 250px;
    top: -5%;
    width: 250px;
    transform: rotate(15deg);
    content: "";
}

.training_structure_UfLqw1 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 30px;
    margin-bottom: 2.5rem;
    transform: translateX(-5px);
}

.training_structure_UfLqw1 .description_wrap_dW6ZD9::before {
    width: 30px;
    left: -15px;
    z-index: -1;
    background: rgb(101,109,109);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    content: "";
    height: 30px;
}

.training_structure_UfLqw1 p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(136,143,143);
}

.company_info_iQp1Xx::before {
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}

.company_info_iQp1Xx .container:hover {
    transform: perspective(1000px) rotateY(0);
}

.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}

.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:first-child::before {
    transform: translateY(-50%) rotate(45deg);
    width: 0.75rem;
    top: 50%;
    animation: pulse 3s infinite;
    height: 0.75rem;
    left: -1.5rem;
    background: rgb(136,143,143);
    content: "";
    position: absolute;
}

.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}

.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:nth-child(2) {
    position: relative;
}

.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:nth-child(2):hover p {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transform: translateY(-0.25rem);
}

.company_info_iQp1Xx ol::before {
    top: -1rem;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(136,143,143,0.5) 15%,
        rgb(136,143,143) 50%,
        rgb(136,143,143,0.5) 85%,
        transparent 100%
    );
    left: -2rem;
    width: 1px;
    position: absolute;
    height: calc(100% + 2rem);
    z-index: 1;
    content: "";
}

.company_info_iQp1Xx ol li:hover {
    transform: translateX(0.5rem);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.company_info_iQp1Xx ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(136,143,143);
}

.course_summary_liXMfg {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(171,178,178) 30%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
}

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

.course_summary_liXMfg h2 {
    text-align: center;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 28px;
}

.course_summary_liXMfg .new_skills_XwP8ze {
    gap: 40px;
    flex-direction: column;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
}

.course_summary_liXMfg .img_overlay_Dag61R::after {
    transition: top 7s ease-out, left 7s ease-out;
    z-index: 2;
    transform: rotate(45deg);
    animation: shine 15s infinite alternate;
    height: 50%;
    width: 50%;
    position: absolute;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    content: "";
    top: -100%;
    left: -100%;
}

.course_summary_liXMfg .description_wrap_dW6ZD9:hover::before {
    height: 100%;
}

.course_summary_liXMfg .description {
    line-height: 1.8;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}

header:after {
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.02;
    pointer-events: none;
    left: 0;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 18px 25px;
    position: relative;
}

header .nav_skill_b4v2Fe {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

header .nav_skill_b4v2Fe:before {
    left: -10px;
    animation: breathe 5s infinite alternate;
    background: rgb(136,143,143);
    width: 20px;
    height: 20px;
    filter: blur(15px);
    content: '';
    opacity: 0.3;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

header .nav_sitewrap_yPQ7xM:before {
    left: -5%;
    height: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    width: 110%;
    transform: translateX(-100%);
    top: -5%;
    content: '';
    position: absolute;
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(136,143,143,0.5), 
        transparent
    );
}

header .main_page_MIfT9R:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(136,143,143);
    transform: translateY(-2px);
    color: #ffffff;
}

header .main_page_MIfT9R:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(136,143,143),
        0 0 10px rgb(136,143,143);
}

header .nav_know_CQBc4u:before {
    position: absolute;
    width: 150%;
    transition: opacity 0.5s ease;
    height: 150%;
    top: 50%;
    opacity: 0;
    content: '';
    left: 50%;
    background: radial-gradient(circle, 
        rgb(136,143,143,0.5) 0%, 
        transparent 70%
    );
    transform: translate(-50%, -50%);
}

header .nav_know_CQBc4u:hover svg {
    filter: drop-shadow(0 0 5px rgb(136,143,143));
    transform: scale(1.05);
}

.modalDataProtection_ztjgde {
    position: fixed;
    border-top: 3px solid rgb(136,143,143);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 90;
    background: rgb(171,178,178);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.modalDataProtection_ztjgde h5 {
    font-size: 21px;
    color: rgb(136,143,143);
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
}

#permit_cookie_usage_policy_uxI6Us {
    background: rgb(136,143,143);
}

#disallow_cookies_collection_Rd6SzB {
    background: rgba(0, 0, 0, 0.5);
}

.modalDataProtection_ztjgde p a:hover {
    color: rgb(101,109,109);
}


#cookieWarningModal_SYUg8K {
    display: none;
}

.calc_foot_AjxHQg::before {
    height: 120px;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(171,178,178) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(171,178,178) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(171,178,178) 25%, transparent 25%),
        linear-gradient(45deg, rgb(171,178,178) 25%, transparent 25%);
    left: 0;
    top: 0;
    background-size: 100px 100px;
    content: "";
    position: absolute;
    background-color: rgb(136,143,143,0.5);
}

footer .info_item p,
footer .info_item a {
    font-size: 16px;
    transition: color 0.3s ease;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

footer .header_edu_9VrKq3 {
    position: relative;
    padding: 0 30px;
}

footer .header_edu_9VrKq3 svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}

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

footer .nav_sitewrap_yPQ7xM h5::after {
    position: absolute;
    width: 50px;
    bottom: -7px;
    left: 0;
    background-color: rgb(136,143,143);
    content: "";
    height: 2px;
}

footer .head_site_SUu9QN a {
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
}

footer .subscribe_holder {
    margin-left: 40px;
    border-radius: 21px;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    background-color: rgb(136,143,143);
    padding: 30px;
    position: relative;
    margin-top: -10px;
    z-index: 0;
}

footer .input_holder input[type="email"] {
    color: #000000;
    transition: background-color 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 14px 16px;
}

footer .code_labs_TmjNJR {
    margin-top: 60px;
    z-index: 1;
    text-align: center;
    position: relative;
}

.course_summary_liXMfg .description_wrap_dW6ZD9::-webkit-scrollbar {
    width: 6px;
}

.course_summary_liXMfg .description_wrap_dW6ZD9::-webkit-scrollbar-track {
    background: rgba(rgb(101,109,109,0.5), 0.1);
    border-radius: 10px;
}

.course_summary_liXMfg .description_wrap_dW6ZD9::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(101,109,109);
}



@media (max-width: 576px) {.mentorship_profile_XjCQdf {
    padding: 4rem 0;
}.mentorship_profile_XjCQdf .feedback_zone_njlo0y {
    padding: 1.5rem;
    transform: none;
}.mentorship_profile_XjCQdf .img_overlay_Dag61R {
    height: 140px;
    width: 140px;
}.mentorship_profile_XjCQdf .work_box_seqSu7 {
    font-size: 15px;
    padding: 1rem;
}}



@media (max-width: 991px) {.customer_feedback_MFsleC {
    padding: 100px 0 70px;
}.customer_feedback_MFsleC .testimonial_track_lVHO3M {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.customer_feedback_MFsleC h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 576px) {.customer_feedback_MFsleC {
    padding: 60px 0 40px;
}.customer_feedback_MFsleC .feedback_zone_njlo0y {
    padding: 20px 18px;
}.customer_feedback_MFsleC h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.75);
}.customer_feedback_MFsleC h2::after {
    width: 50px;
    bottom: -10px;
}
}



@media screen and (max-width: 992px) {.title_board_qDLEaZ .description_wrap_dW6ZD9 {
    width: 70%;
}.title_board_qDLEaZ .description_wrap_dW6ZD9 h1 {
    font-size: calc(45px * 0.9);
}.title_board_qDLEaZ .description_wrap_dW6ZD9 p {
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 992px) {.ty_note_8mwXoA {
    padding: 5rem 0;
}.ty_note_8mwXoA .training_classes_v6FOJw {
    padding: 2.5rem;
}.ty_note_8mwXoA h5 {
    font-size: calc(18px * 0.95);
}
}



@media screen and (max-width: 576px) {.ty_note_8mwXoA {
    padding: 3rem 0;
}.ty_note_8mwXoA .training_classes_v6FOJw {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.ty_note_8mwXoA .training_classes_v6FOJw > div:first-child {
    margin-bottom: 1.5rem;
}.ty_note_8mwXoA .training_classes_v6FOJw > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.ty_note_8mwXoA h5 {
    font-size: calc(18px * 0.85);
}.ty_note_8mwXoA p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}



@media (min-width: 768px) {.training_structure_UfLqw1 {
    padding: 8rem 0;
}.training_structure_UfLqw1 .training_classes_v6FOJw {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.training_structure_UfLqw1 h2 {
    max-width: 80%;
    font-size: calc(30px * 1.2);
}.training_structure_UfLqw1 .description_wrap_dW6ZD9 {
    margin-left: 2rem;
    padding: 3.5rem;
}
}



@media (min-width: 992px) {.training_structure_UfLqw1 {
    padding: 10rem 0;
}.training_structure_UfLqw1::after {
    height: 350px;
    width: 350px;
}.training_structure_UfLqw1 .training_classes_v6FOJw {
    grid-template-columns: 1fr;
    gap: 4rem;
}.training_structure_UfLqw1 h2 {
    font-size: calc(30px * 1.4);
    max-width: 70%;
}.training_structure_UfLqw1 .description_wrap_dW6ZD9 {
    padding: 4rem;
    width: 85%;
    margin-left: 4rem;
}.training_structure_UfLqw1 p {
    font-size: calc(14px * 1.05);
    line-height: 1.85;
}
}



@media (max-width: 991px) {.company_info_iQp1Xx .container {
    transform: perspective(1000px) rotateY(-1deg);
    width: 95%;
    padding: 2rem;
}.company_info_iQp1Xx h5 {
    font-size: calc(18px * 0.9);
}.company_info_iQp1Xx .description_wrap_dW6ZD9 > div:nth-child(2) p {
    font-size: calc(18px * 1.3);
}.company_info_iQp1Xx ol li {
    padding: 1.25rem 1.5rem;
}
}



@media (min-width: 768px) {.course_summary_liXMfg {
    padding: 150px 0;
}.course_summary_liXMfg h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 70px;
}.course_summary_liXMfg .new_skills_XwP8ze {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.course_summary_liXMfg .img_overlay_Dag61R {
    transform: translateZ(30px) rotateY(-3deg);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 450px;
    flex: 0 0 45%;
}.course_summary_liXMfg .description_wrap_dW6ZD9 {
    padding: 50px 45px;
    max-height: 450px;
    transform: translateZ(10px) rotateY(1deg);
    flex: 0 0 55%;
}.course_summary_liXMfg .container:hover .img_overlay_Dag61R {
    transform: translateZ(40px) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course_summary_liXMfg .container:hover .description_wrap_dW6ZD9 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) rotateY(2deg);
}
}



@media (max-width: 480px) {.course_summary_liXMfg {
    padding: 60px 0;
}.course_summary_liXMfg h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.course_summary_liXMfg .img_overlay_Dag61R {
    height: 200px;
}.course_summary_liXMfg .description_wrap_dW6ZD9 {
    max-height: 300px;
    padding: 25px 20px;
}.course_summary_liXMfg .description {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}


@media only screen and (max-width: 800px) {.track_toggle_f6ojlt {
    padding: 15px;
}.cookie_all_RMCATF {
    display: none;
}.modalDataProtection_ztjgde h5 {
    font-size: 18px;
}.modalDataProtection_ztjgde p {
    font-size: 16px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .head_site_SUu9QN {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_item_S4onRX {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .calc_foot_AjxHQg {
    padding: 80px 0 30px;
}footer .reach_section_4GNrKa {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .nav_sitewrap_yPQ7xM, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .code_labs_TmjNJR {
    margin-top: 40px;
}
}



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



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



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}



@keyframes buttonGlow {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}



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



@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}



@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

