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

.wrapping-container_B {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

.mentor_net_g {
    flex: 0 0 auto;
}

.mentor_net_g {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

.client_comments_U::before {
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    height: 5px;
    position: absolute;
}

.client_comments_U h2 {
    letter-spacing: -0.02em;
    font-size: calc(34px * 1.1);
    background-clip: text;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    max-width: 90%;
    color: transparent;
}

.client_comments_U .container.mentor_network_J {
    position: relative;
    z-index: 1;
}

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

.client_comments_U .success_voices_W::before {
    left: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79,0.5));
    height: 5px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    top: 0;
}

.client_comments_U .success_voices_W:hover {
    transform: translateY(-8px) translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}

.client_comments_U .success_voices_W:hover::before {
    transform: scaleX(1);
}

.client_comments_U .success_voices_W h3::after {
    transform-origin: left;
    position: absolute;
    background: rgb(200,178,132,0.5);
    left: 0;
    width: 30px;
    transition: transform 0.3s ease-out;
    bottom: -5px;
    transform: scaleX(0);
    height: 2px;
    content: "";
}

.client_comments_U .success_voices_W div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    overflow: hidden;
    height: 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    border-radius: 50%;
    margin-top: 0.5rem;
    position: relative;
}

.client_comments_U .success_voices_W:hover div::before {
    opacity: 0.4;
}

.client_comments_U .success_voices_W div img {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
}

.client_comments_U .success_voices_W:nth-child(odd):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}

.client_comments_U .success_voices_W:nth-child(even):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}

.instructor_history_p {
    min-height: 450px;
    position: relative;
    background: rgb(219,210,189);
    padding: 80px 40px;
    overflow: hidden;
}

.instructor_history_p .success_voices_W {
    max-width: 1000px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}

.instructor_history_p .capture_d {
    width: 140px;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 60px;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 50%;
    height: 140px;
    position: relative;
}

.instructor_history_p .success_voices_W:hover .exp_progress_L {
    transform: translateZ(30px);
}

.instructor_history_p .exp_progress_L::before {
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    top: 0;
    left: 0;
    height: 0;
    width: 4px;
    position: absolute;
    transition: height 0.5s ease;
    content: "";
}

.instructor_history_p .success_voices_W:hover .name {
    color: rgb(200,178,132);
    transform: translateX(15px);
}

.instructor_history_p .exp_progress_L > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    font-size: 18px;
    color: rgb(176,111,79);
    text-transform: uppercase;
    opacity: 0.8;
    transform: translateX(0);
}

.instructor_history_p .success_voices_W:hover .exp_achievements_c {
    transform: translateY(-5px);
}

.instructor_history_p .exp_achievements_c::after {
    right: 0;
    bottom: 0;
}

.instructor_history_p .success_voices_W:hover .exp_achievements_c::before,
.instructor_history_p .success_voices_W:hover .exp_achievements_c::after {
    height: 2px;
    width: 100px;
    background: rgb(176,111,79);
}

.meet_us_K {
    padding: 140px 0;
    background: rgb(219,210,189);
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.meet_us_K::after {
    top: 0;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -2;
    width: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(200,178,132,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(176,111,79,0.5) 0%, transparent 50%);
}

.meet_us_K .container::before {
    right: -100px;
    background: rgb(200,178,132,0.5);
    opacity: 0.1;
    width: 200px;
    height: 200px;
    position: absolute;
    content: "";
    filter: blur(80px);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 50%;
    top: -100px;
}



.meet_us_K .pro_program_n {
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(15px);
    z-index: 3;
    position: relative;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    transform-style: preserve-3d;
    flex-direction: column;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
    padding: 50px 35px;
}

.meet_us_K .pro_program_n:hover::before {
    opacity: 0.12;
}

.meet_us_K .pro_program_n::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(200,178,132,0.5), transparent);
    border-radius: calc(29px + 1px);
    content: "";
    z-index: -2;
    inset: -1px;
    animation: borderGlow 4s linear infinite;
    opacity: 0;
    position: absolute;
}

.meet_us_K .capture_d::before {
    mask-composite: exclude;
    border-radius: 50%;
    background: conic-gradient(rgb(200,178,132), rgb(176,111,79), rgb(200,178,132));
    animation: rotate 8s linear infinite;
    inset: -3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    padding: 3px;
    content: "";
    position: absolute;
    -webkit-mask-composite: xor;
}

.meet_us_K .corp_values_5::before {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(200,178,132), transparent);
    opacity: 0.8;
    position: absolute;
    top: 0;
    height: 2px;
    width: 70px;
}

.meet_us_K .pro_program_n:hover .growth_path_r::after {
    width: 80%;
}

.meet_us_K .online_mastery_f {
    transition: all 0.3s ease;
    color: rgb(200,178,132);
    font-size: calc(18px * 1.05);
    opacity: 0.9;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.meet_us_K .text_banner_I {
    border-radius: 29px;
    padding: 50px 45px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.01);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.meet_us_K .text_banner_I::after {
    animation-delay: -15s;
    background: rgb(176,111,79,0.5);
    left: -250px;
    bottom: -250px;
}

.meet_us_K .text_banner_I:hover::before,
.meet_us_K .text_banner_I:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}

.meet_us_K .knowledge_hub_J {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: center;
    font-size: calc(17px * 1.2);
    gap: 16px;
    color: rgb(200,178,132);
    transition: all 0.3s ease;
    font-weight: 600;
}

.meet_us_K .knowledge_hub_J::after {
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(200,178,132), transparent);
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
}

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

.meet_us_K .knowledge_hub_J:hover svg path {
    fill: rgb(176,111,79);
}

.meet_us_K .text_banner_I h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: calc(28px * 1.1);
    padding-bottom: 20px;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
}

.meet_us_K .text_banner_I:hover h2::after {
    width: 150px;
}

.meet_us_K .text_banner_I p {
    color: #000000;
    font-size: calc(18px * 1.05);
    transition: all 0.4s ease;
    position: relative;
    line-height: 1.9;
    margin-bottom: 0;
}

.program_offerings_f {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(219,210,189);
}

.program_offerings_f::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(200,178,132,0.5) 0%, transparent 50%, rgb(176,111,79,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
}

.program_offerings_f::after {
    animation: rotate 20s linear infinite;
    width: 400px;
    background: radial-gradient(circle, rgb(176,111,79,0.5) 0%, transparent 80%);
    border-radius: 50%;
    z-index: 1;
    top: -100px;
    right: -100px;
    position: absolute;
    content: "";
    height: 400px;
}

.program_offerings_f .knowledge_path_c {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

.program_offerings_f .text_banner_I h2 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    border-left: 4px solid rgb(200,178,132);
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.program_offerings_f .description:first-of-type {
    overflow: hidden;
    position: relative;
}

.program_offerings_f .description:first-of-type::before {
    content: "";
    top: -10px;
    height: 40px;
    background-color: rgb(200,178,132,0.5);
    border-radius: 50%;
    width: 40px;
    z-index: -1;
    left: -10px;
    position: absolute;
}

.program_offerings_f .description:last-of-type::before {
    position: absolute;
    right: -10px;
    width: 40px;
    z-index: -1;
    height: 40px;
    content: "";
    background-color: rgb(176,111,79,0.5);
    border-radius: 50%;
    bottom: -10px;
}

.program_offerings_f .capture_d::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    z-index: 1;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.program_offerings_f .capture_d:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.contact_box_e {
    background: rgb(219,210,189);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.contact_box_e::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(200,178,132,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(176,111,79,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    background: rgb(219,210,189);
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
}



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

.contact_box_e h2 {
    position: relative;
    letter-spacing: 2px;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.contact_box_e h2::before {
    background: rgb(200,178,132);
    height: 2px;
    bottom: -15px;
    left: calc(50% - 50px);
    box-shadow: 
        0 0 5px rgb(200,178,132),
        0 0 10px rgb(200,178,132),
        0 0 15px rgb(200,178,132);
    position: absolute;
    content: "";
    width: 100px;
}

.contact_box_e .capture_d {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
    overflow: hidden;
}

.contact_box_e .capture_d::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}

.contact_box_e .support_links_S {
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
    padding: 60px;
}

.contact_box_e .support_links_S::before {
    height: 200px;
    background: rgb(200,178,132,0.5);
    filter: blur(100px);
    z-index: 0;
    content: "";
    right: -100px;
    position: absolute;
    width: 200px;
    opacity: 0.3;
    top: -100px;
}

.contact_box_e form {
    position: relative;
    z-index: 2;
}

.contact_box_e form h3::after {
    height: 2px;
    background: rgb(200,178,132);
    position: absolute;
    bottom: -15px;
    width: 40px;
    left: 0;
    box-shadow: 
        0 0 5px rgb(200,178,132,0.5),
        0 0 10px rgb(200,178,132,0.5);
    content: "";
}

.contact_box_e form input[type="text"]:focus {
    outline: none;
    border-color: rgb(200,178,132);
    box-shadow: 
        0 0 0 1px rgb(200,178,132),
        0 0 5px rgb(200,178,132,0.5);
}

.contact_box_e .reach_request_s {
    margin-bottom: 35px;
    position: relative;
}

.contact_box_e .reach_request_s label {
    color: #000000;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 13px;
    cursor: pointer;
}

.contact_box_e .reach_request_s input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,178,132);
    background: rgb(200,178,132);
    box-shadow: 0 0 5px rgb(200,178,132,0.5);
}

.contact_box_e .reach_request_s label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(200,178,132);
}

.contact_box_e .reach_request_s label a::after {
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    content: "";
    height: 1px;
    position: absolute;
    background: rgb(200,178,132);
    width: 100%;
    transform-origin: right;
    transition: transform 0.3s ease;
}

.contact_box_e .help_help_b::before {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    background: rgb(176,111,79);
    z-index: -1;
    transform-origin: right;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}

.contact_box_e .help_help_b:hover {
    box-shadow: 
        0 5px 20px rgb(176,111,79,0.5),
        0 0 0 1px rgb(176,111,79);
}

.contact_box_e svg {
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgb(200,178,132,0.5));
    fill: rgb(200,178,132);
    width: 22px;
}

header .nav_skill_x {
    position: relative;
    box-sizing: border-box;
    align-items: center;
    overflow: visible;
    width: 100%;
    background: linear-gradient(120deg, rgb(200,178,132) 0%, rgb(176,111,79,0.5) 100%);
    justify-content: space-between;
    padding: 1.5rem 0;
    z-index: 99;
    display: flex;
}

header .nav_skill_x .header_mentor_5 {
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    z-index: 2;
    position: relative;
}

header .nav_skill_x .header_mentor_5 .head_primary_b::before {
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% + 20px);
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    left: -20px;
    width: calc(100% + 40px);
    top: -10px;
}

header .nav_skill_x .head_guide_f::before {
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .nav_skill_x .head_guide_f .main_header_4 a {
    transform-origin: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    display: block;
}

header .nav_skill_x .head_guide_f .main_header_4 a:hover {
    transform: translateZ(10px);
    color: rgb(176,111,79);
}

.training_benefits_V {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(219,210,189) 0%, #ffffff 100%);
}

.training_benefits_V .mentor_network_J {
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.training_benefits_V h2 {
    margin-bottom: 4rem;
    font-size: 37px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.training_benefits_V .text_banner_I {
    margin-bottom: 3rem;
    width: 100%;
}

.training_benefits_V .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.training_benefits_V .text_main_holder > div::before {
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.5);
    height: 200%;
    left: -50%;
    z-index: -1;
    width: 200%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(200,178,132,0.5) 0%,
        transparent 70%
    );
    content: '';
}

.training_benefits_V .text_main_holder > div:hover::before {
    opacity: 0.8;
    transform: scale(1);
}

.training_benefits_V .text_main_holder > div:hover svg {
    background: rgb(200,178,132,0.5);
    transform: scale(1.1);
}

.training_benefits_V .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}

.training_benefits_V .text_main_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    margin: 0;
}

.training_benefits_V .capture_d::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(200,178,132,0.5) 0%,
        transparent 50%,
        rgb(176,111,79,0.5) 100%
    );
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
}

.title_welcome_x::before {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    animation: grid-pulse 8s infinite alternate;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(200,178,132,0.5) 0%, transparent 100%);
    position: absolute;
}

.title_welcome_x .skill_plan_G {
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.title_welcome_x .tech_study_A {
    width: 100%;
    height: 100%;
}

.title_welcome_x .learning_main_X {
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.title_welcome_x .learning_main_X::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    mix-blend-mode: hard-light;
    background: 
        linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(176,111,79,0.5) 0%, transparent 50%);
    top: 0;
}

.title_welcome_x .learning_main_X img {
    object-fit: cover;
    transform-origin: center;
    animation: glitch-zoom 10s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    filter: contrast(1.1) saturate(0.9);
}



.title_welcome_x .text_banner_I::before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    content: "";
    border-radius: calc(29px - 5px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    right: 10px;
    border: 1px solid rgba(rgb(176,111,79), 0.2);
}

.title_welcome_x .text_banner_I::after {
    border-radius: 10px;
    left: -2px;
    height: 5px;
    z-index: 4;
    position: absolute;
    top: -2px;
    background: linear-gradient(to right, rgb(200,178,132), transparent);
    content: "";
    width: calc(60% + 4px);
}

.title_welcome_x .text_banner_I h1::before {
    bottom: 0;
    border-radius: 10px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(200,178,132);
    width: 40px;
    height: 3px;
}

.title_welcome_x .text_banner_I .help_help_b {
    position: relative;
    font-size: 19px;
    border-radius: 10px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    background: rgb(200,178,132);
}

.title_welcome_x .text_banner_I .help_help_b:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.title_welcome_x .text_banner_I .help_help_b:hover::before {
    opacity: 1;
}

.secure_bolt_4 h1 {
    text-transform: uppercase;
    font-size: 41px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    grid-column: span 2;
    background: rgb(200,178,132);
    font-family: Arial, sans-serif;
    margin-top: 0;
}

.secure_bolt_4 h3, .secure_bolt_4 h4, .secure_bolt_4 h5, .secure_bolt_4 h6 {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: left;
    color: #ffffff;
    border-left: 4px solid rgb(200,178,132);
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-top: 15px;
}

.secure_bolt_4 li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}

.secure_bolt_4 li::before {
    height: 6px;
    background-color: rgb(176,111,79);
    content: "";
    box-shadow: 0 0 0 2px #ffffff;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -10px;
    width: 6px;
}

.quantitative_data_Y {
    overflow: hidden;
    background: rgb(219,210,189);
    position: relative;
    padding: 5rem 0;
}

.quantitative_data_Y::after {
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    height: 100%;
    width: 100%;
    top: 0;
}

.quantitative_data_Y .knowledge_statistics_a::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(200,178,132);
    border-radius: 10px 0 0 10px;
    width: 5px;
}

.quantitative_data_Y .statistics_extras_U::after {
    position: absolute;
    content: "";
    bottom: -0.5rem;
    height: 3px;
    background: rgb(176,111,79);
    border-radius: 10px;
    left: 0;
    width: 50%;
}

.quantitative_data_Y .top_statistics_l {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}

.quantitative_data_Y .statistics_benefits_O:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.quantitative_data_Y .statistics_benefits_O h4 {
    color: #ffffff;
    position: relative;
    display: flex;
    background: rgb(200,178,132);
    font-weight: 700;
    flex: 0 0 40%;
    justify-content: center;
    font-size: calc(35px * 1.5);
    overflow: hidden;
    align-items: center;
    padding: 2.5rem;
    margin: 0;
}

.quantitative_data_Y .statistics_benefits_O:hover h4::before {
    opacity: 1;
}

.quantitative_data_Y .statistics_benefits_O span {
    padding: 2.5rem;
    color: #000000;
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.quantitative_data_Y svg path {
    fill: inherit;
}

.quantitative_data_Y .statistics_benefits_O:hover svg {
    transform: scale(1.2) rotate(15deg);
    fill: rgba(255, 255, 255, 0.8);
}

.service_contact_V::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(rgb(200,178,132), 0.02) 5px,
      rgba(rgb(200,178,132), 0.02) 10px
    );
}

.service_contact_V .team_contact_V {
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 
    0 15px 35px rgba(#000000, 0.1),
    0 1px 5px rgba(#000000, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    padding: 60px;
    display: flex;
}

.service_contact_V .team_contact_V {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.service_contact_V h3 {
    margin-bottom: 25px;
    font-size: 37px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: rgb(200,178,132);
}

.service_contact_V .msg_block_7 {
    display: flex;
    z-index: 2;
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
}

.service_contact_V .msg_block_7 span {
    flex: 1 0 calc(50% - 30px);
    min-width: 250px;
    border-bottom: 3px solid transparent;
    padding-left: 40px;
    position: relative;
    padding: 20px;
    background-color: rgba(#ffffff, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 
    0 5px 15px rgba(#000000, 0.03),
    0 1px 5px rgba(#000000, 0.02);
}

.service_contact_V .msg_block_7 span span:hover {
    box-shadow: none;
    border-bottom: none;
    transform: none;
}

.service_contact_V .msg_block_7 span a {
    transition: color 0.3s ease;
    padding-bottom: 2px;
    text-decoration: none;
    color: rgb(200,178,132);
    position: relative;
    font-weight: 400;
}

.service_contact_V .msg_block_7 span a:hover::after {
    width: 100%;
}

.service_contact_V .query_form_J {
    padding: 30px;
    margin-top: 10px;
    flex-basis: 100%;
    border-radius: 10px;
    background-color: rgba(rgb(200,178,132), 0.04);
    position: relative;
    overflow: hidden;
}

.service_contact_V .query_form_J h4 {
    font-weight: 600;
    font-size: 21px;
    position: relative;
    color: rgb(200,178,132);
    margin-bottom: 20px;
}

.service_contact_V .query_form_J h4 svg {
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    fill: rgb(200,178,132);
    left: 4px;
}

.service_contact_V .query_form_J h4 svg path {
    fill: rgb(200,178,132);
}

.service_contact_V .query_form_J span:last-child {
    border-bottom: none;
}

.service_contact_V .query_form_J span:hover {
    transform: none;
    border-bottom: 1px solid rgba(#000000, 0.06);
    box-shadow: none;
}

.service_contact_V .query_form_J span:hover {
    padding-left: 10px;
}

.service_contact_V .query_form_J span:last-child:hover {
    border-bottom: none;
}

.service_contact_V .msg_block_7 span:hover::before {
    width: 100%;
}

.service_contact_V .msg_block_7 span p::before {
    height: 22px;
    top: 50%;
    width: 22px;
    border-radius: 50%;
    background-color: rgba(rgb(200,178,132), 0.1);
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.service_contact_V .msg_block_7 span:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.service_contact_V .msg_block_7 span svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}

.service_contact_V .msg_block_7 span[href^="mailto:"] svg path,
.service_contact_V .msg_block_7 span a[href^="mailto:"] + svg path {
    fill: rgb(200,178,132);
}

.service_contact_V .msg_block_7 span[href^="https://wa.me"] svg path,
.service_contact_V .msg_block_7 span a[href^="https://wa.me"] + svg path {
    fill: rgb(200,178,132);
}

.service_contact_V .team_contact_V:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.service_contact_V .query_form_J span svg {
    position: absolute;
    left: 4px;
    width: 8px;
    fill: rgb(200,178,132);
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
}

.service_contact_V .query_form_J span svg path {
    fill: rgb(200,178,132);
}

.learning_process_m::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    animation: bg-shift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    background: repeating-linear-gradient(
        120deg,
        rgb(200,178,132,0.5) 0%,
        transparent 10%,
        rgb(176,111,79,0.5) 20%,
        transparent 30%,
        rgb(200,178,132,0.5) 40%
    );
    content: "";
    width: 100%;
}

.learning_process_m .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.learning_process_m .mentor_network_J {
    padding: 40px;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    flex-direction: column;
}

.learning_process_m .mentor_network_J {
    padding: 25px 20px;
}

.learning_process_m .mentor_network_J {
    padding: 20px 15px;
}

.learning_process_m .mentor_network_J::after {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    inset: 0;
    position: absolute;
    backdrop-filter: blur(10px);
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    content: "";
    border-radius: 19px;
    z-index: -1;
}

.learning_process_m h3::before {
    border-radius: 10px;
    animation: underline-pulse 3s ease-in-out infinite;
    left: 50%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(200,178,132) 0%,
        rgb(176,111,79) 100%
    );
    content: "";
    height: 3px;
    top: 110%;
    transform: translateX(-50%);
    width: 60px;
    opacity: 0.8;
}

.learning_process_m h3::before {
    width: 50px;
}

.learning_process_m h3::before {
    height: 2px;
    width: 40px;
}

.learning_process_m span::before {
    filter: blur(20px);
    background: rgb(200,178,132,0.5);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 10px;
    top: 10px;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    content: "";
    opacity: 0.2;
    position: absolute;
}

.consentSettingsDialog_5 {
    border-top: 2px solid rgb(200,178,132);
    bottom: 0;
    position: fixed;
    background: rgb(219,210,189);
    z-index: 90;
    width: 100%;
}

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

.edu_approve_v {
    margin-right: 10px;
    flex-shrink: 0;
}

.track_accept_s {
    color: rgb(200,178,132);
    border-bottom: 2px solid rgb(200,178,132);
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
}

.appSpace_a {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
    position: relative;
}

.appSpace_a::after {
    opacity: 0.07;
    left: -5%;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    background: linear-gradient(45deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    content: "";
    width: 35%;
    bottom: -10%;
    position: absolute;
    z-index: 1;
    height: 60%;
    transform: rotate(-10deg) skewX(15deg);
}

.appSpace_a .mentor_network_J > div:first-child {
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.appSpace_a .mentor_network_J > div:last-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transform: translateZ(10px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
}

.appSpace_a h5::after {
    display: block;
    width: 70px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(200,178,132), transparent);
    margin-top: 1rem;
}

.appSpace_a a:hover {
    transform: translateX(5px);
}

.appSpace_a p {
    font-size: 12px;
    position: relative;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}

footer::before {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.85;
    right: 0;
    background: linear-gradient(120deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
}

.mentor_net_g::before {
    height: 10px;
    content: "";
    left: 0;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    background: #ffffff;
}

.mentor_net_g .company_holder h3 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    padding: 0.5rem 2rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    font-size: 37px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}

.mentor_net_g .first_pagebar_e {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.mentor_net_g .head_guide_f {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    position: relative;
}

.mentor_net_g .head_guide_f .first_pagebar_e {
    gap: 0.8rem;
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
}

.mentor_net_g .head_guide_f .first_pagebar_e a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    font-size: 18px;
    position: relative;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    color: #ffffff;
}

.mentor_net_g .head_guide_f .first_pagebar_e a:hover::before {
    opacity: 0.7;
}

.digital_res_d .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.digital_res_d .leaderboard_P {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    font-size: 15px;
    position: relative;
    padding: 0.7rem 2rem;
}



@media (min-width: 1200px) {.client_comments_U {
    padding: 8rem 0;
}.client_comments_U h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 4rem;
}.client_comments_U .success_ratings_U {
    grid-template-columns: repeat(4, 1fr);
}.client_comments_U .success_voices_W {
    padding: 3rem 2.5rem 2.5rem;
}
}



@media (max-width: 767px) {.client_comments_U {
    padding: 5rem 0;
}.client_comments_U h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.client_comments_U .success_ratings_U {
    grid-template-columns: 1fr;
    gap: 2rem;
}.client_comments_U .success_voices_W {
    padding: 2rem 1.5rem 1.5rem;
}.client_comments_U .success_voices_W::after {
    font-size: 60px;
}
}



@media (min-width: 768px) {.instructor_history_p .success_voices_W {
    flex-direction: row;
    align-items: center;
}.instructor_history_p .capture_d {
    height: 180px;
    margin-left: 0;
    margin-right: -80px;
    z-index: 5;
    width: 180px;
}.instructor_history_p .exp_progress_L {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}



@media (max-width: 1199px) {.meet_us_K {
    padding: 120px 0;
}.meet_us_K .mentor_network_J {
    gap: 50px;
}.meet_us_K .text_banner_I {
    padding: 40px 35px;
}.meet_us_K .pro_program_n {
    padding: 40px 30px;
}.meet_us_K .mentor_network_J::after {
    top: 320px;
}
}



@media (max-width: 991px) {.meet_us_K {
    padding: 100px 0;
}.meet_us_K .mentor_network_J {
    gap: 50px;
}.meet_us_K .text_banner_I {
    padding: 40px 30px;
}.meet_us_K .pro_program_n {
    padding: 40px 30px;
}.meet_us_K .text_banner_I h2 {
    font-size: 28px;
}.meet_us_K .mentor_network_J::after {
    top: 300px;
}
}



@media (max-width: 575px) {.meet_us_K {
    padding: 60px 0;
}.meet_us_K .capture_d {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.meet_us_K .pro_program_n {
    padding: 30px 20px;
}.meet_us_K .text_banner_I {
    padding: 30px 20px;
}.meet_us_K .knowledge_hub_J {
    font-size: calc(17px * 0.95);
}.meet_us_K .knowledge_hub_J svg {
    width: 35px;
    height: 35px;
}.meet_us_K .text_banner_I h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.meet_us_K .text_banner_I p {
    line-height: 1.8;
    font-size: 18px;
}.meet_us_K .growth_path_r {
    font-size: calc(20px * 0.95);
}.meet_us_K .online_mastery_f {
    font-size: calc(18px * 0.95);
}.meet_us_K .mentor_network_J::after {
    top: 250px;
}}



@media screen and (max-width: 480px) {.program_offerings_f {
    padding: 40px 0;
}.program_offerings_f .knowledge_path_c {
    gap: 30px;
}.program_offerings_f .text_banner_I h2 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
}.program_offerings_f .description {
    padding: 20px;
    font-size: calc(13px * 0.95);
}.program_offerings_f .capture_d {
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
    margin: 20px 0;
}}



@media (max-width: 480px) {.contact_box_e {
    padding: 50px 0;
}.contact_box_e h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.contact_box_e .capture_d {
    min-height: 200px;
}.contact_box_e .support_links_S {
    padding: 30px 20px;
}.contact_box_e form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_box_e form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_box_e .reach_request_s {
    margin-bottom: 20px;
}.contact_box_e .reach_request_s label {
    font-size: calc(13px * 0.9);
}.contact_box_e .help_help_b {
    padding: 12px 20px;
}}



@media screen and (max-width: 767px) {header .nav_skill_x .head_guide_f {
    padding: 0.5rem 0;
}header .nav_skill_x .head_guide_f .main_header_4 {
    width: 50%;
}header .nav_skill_x .head_guide_f .main_header_4 a {
    text-align: center;
    font-size: calc(14px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav_skill_x .head_guide_f .main_header_4 a::after {
    display: none;
}}



@media (max-width: 992px) {.training_benefits_V .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.training_benefits_V {
    padding: 5rem 0;
}.training_benefits_V .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.training_benefits_V h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}.training_benefits_V .capture_d {
    height: 300px;
}
}



@media (max-width: 1200px) {.title_welcome_x {
    height: 90vh;
}.title_welcome_x .mentor_network_J {
    padding-right: 6%;
}.title_welcome_x .text_banner_I {
    padding: 2.5rem;
    max-width: 480px;
}
}



@media (max-width: 576px) {.title_welcome_x .mentor_network_J {
    padding: 3rem 1rem;
}.title_welcome_x .text_banner_I {
    max-width: 95%;
    width: 95%;
    padding: 1.8rem;
}.title_welcome_x .text_banner_I h1 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.85);
}.title_welcome_x .text_banner_I p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
}.title_welcome_x .text_banner_I .help_help_b {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.5rem;
}.title_welcome_x .learn_begin_e {
    animation-duration: 16s;
}
}



@media (max-width: 1024px) {.quantitative_data_Y .benefits_block_c {
    max-width: 100%;
}.quantitative_data_Y .statistics_benefits_O h4 {
    padding: 2rem;
    font-size: calc(35px * 1.3);
}.quantitative_data_Y .statistics_benefits_O span {
    padding: 2rem;
}
}



@media (max-width: 768px) {.quantitative_data_Y {
    padding: 4rem 0;
}.quantitative_data_Y .knowledge_statistics_a {
    margin-bottom: 2rem;
    padding: 2rem;
}.quantitative_data_Y .statistics_benefits_O {
    flex: 0 0 calc(100% - 2rem);
}.quantitative_data_Y .statistics_benefits_O h4 {
    padding: 1.8rem;
    font-size: calc(35px * 1.2);
}.quantitative_data_Y .statistics_benefits_O span {
    padding: 1.8rem;
}.quantitative_data_Y .statistics_extras_U {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.9);
}.quantitative_data_Y .benefits_block_c {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 992px) {.service_contact_V {
    padding: 70px 0;
}.service_contact_V .team_contact_V {
    padding: 45px;
}.service_contact_V .connect_block_X {
    max-width: 100%;
}.service_contact_V .msg_block_7 span {
    flex: 1 0 calc(50% - 20px);
    min-width: 220px;
}.service_contact_V .query_form_J {
    padding: 25px;
}
}



@media (max-width: 576px) {.service_contact_V {
    padding: 50px 0;
}.service_contact_V .team_contact_V {
    padding: 25px;
}.service_contact_V h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 20px;
}.service_contact_V .connect_block_X {
    margin-bottom: 30px;
}.service_contact_V .msg_block_7 {
    gap: 15px;
}.service_contact_V .msg_block_7 span {
    padding: 15px;
    padding-left: 30px;
}.service_contact_V .query_form_J {
    padding: 20px;
}.service_contact_V .query_form_J h4 {
    margin-bottom: 15px;
}.service_contact_V .query_form_J span {
    padding: 8px 0;
}}


@media only screen and (max-width: 800px) {.edu_approve_v {
    display: none;
}.cookie_overlay_i {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentSettingsDialog_5 h5 {
    text-align: center;
}.consentSettingsDialog_5 p {
    text-align: center;
}.edu_cookie_D {
    margin-bottom: 20px;
}body .wrapping-container_B .track_accept_s {
    margin-left: 0;
}}



@media (min-width: 992px) {.appSpace_a .mentor_network_J {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.appSpace_a .mentor_network_J > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.appSpace_a .mentor_network_J > div:first-child::after {
    background: rgb(176,111,79);
    position: absolute;
    right: -1.5rem;
    content: "";
    width: 3px;
    top: 2rem;
    height: 40px;
    transform: rotate(15deg);
}.appSpace_a .mentor_network_J > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.appSpace_a h5 {
    font-size: calc(22px * 1.3);
}.appSpace_a h5::after {
    width: 100px;
}
}



@media (max-width: 1200px) {.mentor_net_g .container {
    gap: 2rem;
}.mentor_net_g .company_holder {
    flex: 1 1 380px;
}.mentor_net_g .webinar_live_X {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}



@media (max-width: 768px) {.mentor_net_g {
    padding: 3rem 0 1.5rem;
}.mentor_net_g .company_holder {
    padding: 2rem;
}.mentor_net_g .company_holder h3 {
    font-size: calc(37px - 2px);
}.mentor_net_g .first_pagebar_e {
    gap: 1.5rem;
}.digital_res_d {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.mentor_net_g .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.mentor_net_g .company_holder h3 {
    padding: 0.4rem 1rem;
}.mentor_net_g .head_guide_f h5 {
    padding: 0.4rem 1rem;
}.mentor_net_g .head_guide_f .first_pagebar_e {
    padding: 1rem;
}.mentor_net_g .head_guide_f .first_pagebar_e a:hover {
    transform: translateX(3px);
}.digital_res_d .leaderboard_P {
    padding: 0.6rem 1.5rem;
    width: 90%;
}
}

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

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

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}



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

@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }



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



@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}



@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}



@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}


    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }



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

