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

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

.web_nav_pagewrap {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 99;
    background: rgb(214,217,233);
    width: 100%;
    position: relative;
}

.web_educational_rewards .web_guide_approach {
    margin: 0 auto;
    flex-direction: row-reverse;
    z-index: 5;
    display: flex;
    max-width: 1200px;
    align-items: center;
    position: relative;
    padding: 0 2rem;
}

.web_educational_rewards .web_image_stack::after {
    position: absolute;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgb(135,153,182,0.5) 100%);
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.web_educational_rewards .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    display: grid;
}

.web_educational_rewards .text_main_holder svg {
    height: 2.5rem;
    fill: rgb(175,185,209);
    width: 2.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

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

.web_meet_us::after {
    top: 0;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.05;
    background:
        linear-gradient(0deg, rgb(214,217,233) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    width: 100%;
}

.web_meet_us .web_learn_guide {
    padding: 40px;
    overflow: hidden;
    border-top: 3px solid transparent;
    border-radius: 19px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web_meet_us .web_learn_guide h3::after {
    content: "";
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    bottom: -5px;
    background-color: currentColor;
    height: 2px;
    position: absolute;
}

.web_meet_us .web_learn_guide:last-child::before,
.web_meet_us .web_learn_guide:last-child::after {
    border-color: rgb(135,153,182);
}

.web_meet_us .web_learn_guide:hover::before,
.web_meet_us .web_learn_guide:hover::after {
    width: 25px;
    height: 25px;
    opacity: 1;
}

.web_find_contact {
    background: rgb(214,217,233);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.web_find_contact::before {
    left: 0;
    z-index: 0;
    opacity: 0.4;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
}



.web_find_contact::before {
    animation: gradient-shift 15s ease infinite alternate;
}

.web_find_contact .web_ask_question {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.web_find_contact .web_ask_question:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.web_find_contact .web_ask_question:hover h2::after {
    width: 50px;
}

.web_find_contact p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

.web_find_contact .web_instant_request {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.web_find_contact .web_instant_request h3::before {
    content: "";
    margin-right: 10px;
    background: rgb(175,185,209);
    display: block;
    height: 16px;
    width: 16px;
}

.web_find_contact .web_ask_feedback span:hover {
    color: #ffffff;
    background: rgb(175,185,209);
    transform: translateX(3px);
}

.web_find_contact .web_ask_feedback span:hover {
    animation: pulse 1s ease;
}

.web_find_contact .web_get_contactform a {
    transition: all 0.3s ease;
    padding-bottom: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    align-items: flex-start;
}

.web_find_contact .web_get_contactform a span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

.web_find_contact .web_get_contactform a:hover svg {
    transform: scale(1.2);
}

.web_find_contact .web_get_contactform a:hover svg,
.web_find_contact .web_get_contactform a:hover svg path {
    fill: rgb(135,153,182);
}

.web_find_contact .web_get_contactform a:nth-child(1) {
    animation-delay: 0.1s;
}

.web_find_contact .web_get_contactform a:nth-child(3) {
    animation-delay: 0.3s;
}

.web_pricing_row_item {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(214,217,233), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}

.web_pricing_row_item .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

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

.web_pricing_row_item .web_fee_package {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
    font-size: 14px;
}

.web_pricing_row_item .web_payment_deals:nth-child(1) {
    animation-delay: 0.1s;
}

.web_pricing_row_item .web_payment_deals:nth-child(3) {
    animation-delay: 0.3s;
}

.web_pricing_row_item .web_payment_deals::before {
    left: 0;
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    content: "";
    position: absolute;
    transform-origin: left;
    width: 100%;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.web_pricing_row_item .web_program_fees h3 {
    position: relative;
    color: #000000;
    font-size: 21px;
    transition: color 0.3s ease;
    font-weight: 700;
    margin: 0 0 1rem;
}

.web_pricing_row_item .web_payment_deals:hover .web_bundle_offer {
    transform: translateY(-3px);
}

.web_pricing_row_item .web_payment_deals:hover .web_bundle_offer::after {
    width: 80px;
}

.web_pricing_row_item .web_image_stack::after {
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    transition: opacity 0.5s ease;
}

.web_program_overview::after {
    z-index: 0;
    position: absolute;
    bottom: -80px;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    width: 300px;
    height: 200px;
    content: "";
    opacity: 0.07;
    left: -80px;
    background: linear-gradient(45deg, rgb(135,153,182), rgb(175,185,209));
}

.web_program_overview .web_training_guide {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    perspective: 1000px;
}

.web_program_overview .web_image_stack {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
}

.web_program_overview .description::before {
    bottom: 0;
    width: 3px;
    position: absolute;
    opacity: 0.7;
    top: 0;
    background: linear-gradient(to bottom, rgb(175,185,209), rgb(135,153,182));
    left: 0;
    content: "";
}

.web_explore_now {
    perspective: 1000px;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
}

.web_explore_now .container {
    flex-direction: column;
    z-index: 2;
    max-width: 1140px;
    display: flex;
    padding: 0 15px;
    transform: translateZ(20px);
    justify-content: center;
    position: relative;
    margin: 0 auto;
    align-items: center;
}

.web_explore_now span {
    position: relative;
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
    display: inline-block;
}

.web_explore_now .web_support_info::before {
    transition: left 0.7s ease;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    left: -100%;
}

.web_explore_now .web_support_info span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}

.web_explore_now .web_support_info:hover {
    background: #ffffff;
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
}

.web_explore_now .web_support_info:active {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(0) translateZ(0);
    transition: all 0.1s;
}

.web_instructor_profile::after {
    top: -20%;
    content: "";
    position: absolute;
    background: rgb(175,185,209,0.5);
    right: -10%;
    transform: rotate(-15deg);
    width: 50%;
    height: 140%;
    z-index: 0;
    filter: blur(60px);
}

.web_instructor_profile .web_experiencep_wrap {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    background: #ffffff;
    flex-direction: column;
    transform: translateZ(10px);
    justify-content: center;
    transition: all 0.7s ease;
    margin-left: -3rem;
}

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

.web_instructor_profile .web_client_feedback:hover .web_experiencep_wrap {
    transform: translateZ(30px) translateX(20px);
}

.web_instructor_profile .web_client_feedback:hover .web_exp_card {
    transform: translateZ(30px);
}

.web_ty_banner::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(135,153,182,0.5) 0px,
        rgb(135,153,182,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    width: 100%;
}

.web_ty_banner .web_guide_approach:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.web_ty_banner .web_guide_approach > div:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.web_ty_banner .web_guide_approach > div:first-child::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 40%;
    background: linear-gradient(
        to right,
        rgb(135,153,182),
        rgb(175,185,209,0.5)
    );
    content: "";
    height: 3px;
}

.web_ty_banner a {
    position: relative;
    transform: scale(1);
    transition: transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    color: inherit;
}

.web_ty_banner a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}

.web_ty_banner a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.web_contact {
    background: linear-gradient(120deg, rgb(214,217,233) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.web_contact::after {
    height: 100px;
    z-index: 1;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
}

.web_contact h2::before {
    content: "";
    position: absolute;
    width: 30px;
    left: calc(50% - 50px);
    background: rgb(175,185,209);
    height: 2px;
    bottom: -20px;
}

.web_contact .web_image_stack {
    position: relative;
    min-height: 100%;
}

.web_contact .web_image_stack::after {
    left: 0;
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(175,185,209), 0.1) 10px, rgba(rgb(175,185,209), 0.1) 11px);
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    animation: scanLines 5s linear infinite;
}

.web_contact h3::after {
    width: 50px;
    left: 0;
    bottom: -10px;
    content: "";
    background: rgb(175,185,209);
    position: absolute;
    height: 2px;
}

.web_contact input[type="text"]:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(175,185,209);
    box-shadow: 0 0 15px rgba(rgb(175,185,209), 0.2);
}

.web_contact .web_reach_box input[type="checkbox"]:checked {
    background: rgb(175,185,209);
    border-color: rgb(175,185,209);
}

.web_contact .web_reach_box label {
    font-size: calc(16px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.web_contact .web_reach_box a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(175,185,209);
    text-decoration: none;
}

.web_contact .web_support_info {
    border: none;
    background: rgb(175,185,209);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 16px 35px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    align-self: flex-start;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    letter-spacing: 1px;
}

header .web_head_learning {
    display: grid;
    position: relative;
    gap: 15px;
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}

header .web_head_learning .web_header_primary {
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
    position: relative;
}

header .web_head_learning .web_header_primary:hover::before,
header .web_head_learning .web_header_primary:hover::after {
    transform: scale(1);
}

header .web_head_learning .web_header_primary .web_nav_mentor {
    display: block;
    transition: transform 0.3s ease;
}

header .web_head_learning .web_header_wrap {
    position: relative;
    flex-wrap: wrap;
    background: linear-gradient(180deg, transparent, rgb(135,153,182) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 20px 0 10px;
    list-style: none;
}

header .web_head_learning .web_header_wrap .web_nav_expert:not(:last-child)::after {
    position: absolute;
    width: 1px;
    right: 0;
    background: rgb(135,153,182,0.5);
    top: 20%;
    content: "";
    height: 60%;
}

header .web_head_learning .web_header_wrap .web_nav_expert a::before {
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    bottom: 5px;
    transition: transform 0.3s ease;
    background: rgb(135,153,182);
    position: absolute;
    transform: scaleX(0);
}

.web_cookie_warning_dialog h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: rgb(175,185,209);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.web_consent_learn {
    margin-right: 20px;
    border-radius: 29px;
    display: flex;
    flex-shrink: 0;
    padding: 10px;
    background: rgb(175,185,209,0.5);
    align-items: center;
    justify-content: center;
}

.cookie_button.web_consent_track {
    border: 2px solid rgb(135,153,182);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.web_cookie_warning_dialog p a:hover {
    color: rgb(135,153,182);
}


.web_prospective_members {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(214,217,233) 0%, rgb(175,185,209,0.5) 100%);
    padding: 5rem 0;
}

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

.web_prospective_members h3 {
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 29px;
    margin-bottom: 3.5rem;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.web_prospective_members ul {
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}

.web_prospective_members li::before {
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

.web_prospective_members li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(175,185,209,0.5);
    transform: translateY(-5px);
    border-color: rgb(175,185,209,0.5);
    background-color: rgba(255, 255, 255, 0.18);
}

.web_prospective_members li svg {
    height: 40px;
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgb(135,153,182,0.5));
    fill: rgb(135,153,182);
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40px;
    margin-right: 1.5rem;
}

.web_title_opener > div {
    max-width: 1200px;
    gap: 3rem;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
}

.web_title_opener .web_fast_knowledge {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(-20px);
    animation: slide-in 0.8s ease-out forwards;
    font-size: calc(41px * 1.1);
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}

.web_title_opener .web_skill_sessions {
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
}

.web_title_opener .web_skill_sessions span {
    width: 100%;
    z-index: 2;
    padding: 2rem;
    position: relative;
}



.web_title_opener:hover {
    cursor: default;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    opacity: 0.95;
    background: rgb(175,185,209);
    z-index: -2;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
}

.web_copy_notice::after {
    opacity: 0.5;
    top: 3px;
    background-image: 
        linear-gradient(90deg, 
            rgb(135,153,182) 0px, rgb(135,153,182) 10px,
            transparent 10px, transparent 15px,
            rgb(135,153,182) 15px, rgb(135,153,182) 30px,
            transparent 30px, transparent 35px,
            rgb(135,153,182) 35px, rgb(135,153,182) 40px,
            transparent 40px, transparent 60px,
            rgb(135,153,182) 60px, rgb(135,153,182) 70px,
            transparent 70px, transparent 80px,
            rgb(135,153,182) 80px, rgb(135,153,182) 90px,
            transparent 90px, transparent 110px,
            rgb(135,153,182) 110px, rgb(135,153,182) 120px,
            transparent 120px, transparent 140px
        );
    height: 8px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background-repeat: repeat-x;
}

.web_copy_notice .web_trade_mark::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(135,153,182);
    opacity: 0.6;
    content: "";
    top: 2rem;
    left: -10px;
    position: absolute;
}

.web_copy_notice .web_header_wrap {
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 28px;
    overflow: hidden;
    min-width: 200px;
}

.web_copy_notice .web_header_wrap h5::before {
    border-radius: 50%;
    height: 8px;
    margin-right: 10px;
    background: #ffffff;
    content: "";
    width: 8px;
    display: inline-block;
}

.web_copy_notice .web_header_wrap .web_top_pagebar {
    display: flex;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 1.5rem;
}

.web_copy_notice .web_header_wrap .web_top_pagebar a::before {
    top: 50%;
    width: 6px;
    background: rgb(135,153,182);
    left: 0.7rem;
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 6px;
}

.web_teach_supp .container::before,
.web_teach_supp .container::after {
    width: 15px;
    transform: translateY(-50%);
    background: rgb(175,185,209);
    height: 15px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    content: "";
}

.web_teach_supp .container::before {
    left: 15%;
}

.web_teach_supp .web_skill_test::before,
.web_teach_supp .web_skill_test::after {
    height: 1px;
    transform: translateY(-50%);
    content: "";
    width: 50px;
    background: rgb(175,185,209);
    top: 50%;
    position: absolute;
}

.web_teach_supp .web_skill_test::before {
    right: 100%;
    margin-right: 15px;
}

.web_data_overview .container {
    gap: 3rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 1;
}

.web_data_overview .web_statistics_expertise {
    border-left: 3px solid rgb(175,185,209);
    transform: translateZ(0);
    border-radius: 0 15px 15px 0;
    background: linear-gradient(to right, rgb(175,185,209,0.5) 0%, transparent 100%);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 2rem;
    -webkit-backdrop-filter: blur(10px);
}

.web_data_overview .web_statistics_expertise:nth-child(even) h4 {
    color: rgb(135,153,182);
}

.web_data_overview .web_fast_statistics {
    position: relative;
    flex: 0 0 35%;
    padding-left: 3rem;
}

.web_data_overview .web_smart_statistics::after {
    position: absolute;
    width: 80px;
    bottom: -0.8rem;
    opacity: 0.7;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(135,153,182);
}

.web_data_overview .web_statistics_expertise:nth-child(even) svg {
    margin-left: auto;
    fill: rgb(135,153,182);
}

.web_secure_lodge {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    background-color: rgb(214,217,233);
}

.web_secure_lodge ul {
    margin-left: 20px;
    list-style-type: disc;
}

.web_secure_lodge li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}

.web_secure_lodge span {
    color: rgb(135,153,182);
    font-weight: 600;
}


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



@media (max-width: 768px) {.web_educational_rewards {
    padding: 4rem 0;
}.web_educational_rewards .web_image_stack {
    height: 300px;
}.web_educational_rewards h2 {
    font-size: calc(32px * 0.85);
}.web_educational_rewards .text_main_holder > div {
    padding: 1.2rem;
}
}



@media screen and (max-width: 576px) {.web_meet_us {
    padding: 50px 0;
}.web_meet_us h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.web_meet_us h2::before {
    width: 40px;
}.web_meet_us .web_learn_guide {
    padding: 25px;
}.web_meet_us .web_learn_guide h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
}.web_meet_us .web_learn_guide p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.web_meet_us .web_learn_guide:hover::before,
    .web_meet_us .web_learn_guide:hover::after {
    height: 20px;
    width: 20px;
}.web_meet_us .container::before,
    .web_meet_us .container::after {
    display: none;
}}



@media (min-width: 768px) {.web_pricing_row_item {
    padding: 7rem 2rem;
}.web_pricing_row_item .web_price_panel {
    align-items: flex-start;
    flex-direction: row;
}.web_pricing_row_item .web_learn_fees {
    padding-right: 2rem;
    text-align: left;
    margin: 0;
    display: flex;
    order: 0;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: center;
}.web_pricing_row_item .web_learn_fees h2 {
    text-align: left;
}.web_pricing_row_item .web_learn_fees h2::after {
    transform: none;
    left: 0;
}.web_pricing_row_item .web_fee_package {
    margin: 0;
    max-width: 100%;
}.web_pricing_row_item .web_access_plans {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (min-width: 1200px) {.web_program_overview .container {
    padding: 0 4rem;
}.web_program_overview h2 {
    max-width: 60%;
}.web_program_overview .web_training_guide {
    gap: 6rem;
}.web_program_overview .web_image_stack {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.web_program_overview .description {
    padding-left: 2rem;
}.web_program_overview .description::before {
    width: 4px;
}
}



@media (max-width: 991px) {.web_explore_now {
    padding: 3.5rem 0;
}.web_explore_now h6 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
}.web_explore_now .web_support_info {
    padding: 0.7rem 2.2rem;
}
}



@media (max-width: 380px) {.web_explore_now {
    padding: 2rem 0;
}.web_explore_now h6 {
    font-size: calc(22px * 0.85);
    margin-bottom: 1.2rem;
}.web_explore_now .web_support_info {
    padding: 0.5rem 1.5rem;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 767px) {.web_ty_banner {
    padding: 3rem 0;
    min-height: auto;
}.web_ty_banner .web_guide_approach {
    transform: none;
    padding: 2rem;
}.web_ty_banner .web_guide_approach > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.web_ty_banner .web_guide_approach > div:first-child::after {
    width: 80%;
}.web_ty_banner p {
    line-height: 1.6;
}.web_ty_banner::after {
    right: -50%;
    top: -30%;
    width: 100%;
}
}



@media (max-width: 992px) {.web_contact {
    padding: 70px 0;
}.web_contact .web_help_card {
    grid-template-columns: 1fr;
}.web_contact .web_image_stack {
    min-height: 300px;
}.web_contact .web_connect_feedback {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.web_contact {
    padding: 50px 0;
}.web_contact h2 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.web_contact .web_image_stack {
    min-height: 250px;
}
}



@media (max-width: 992px) {header .web_head_learning {
    grid-template-rows: auto auto;
    padding: 15px;
    gap: 10px;
}header .web_head_learning .web_header_primary {
    padding: 5px 10px;
}header .web_head_learning .web_header_primary .web_nav_mentor svg {
    height: 45px;
}header .web_head_learning .web_header_wrap {
    padding: 15px 0 10px;
}header .web_head_learning .web_header_wrap .web_nav_expert {
    padding: 0 10px;
}header .web_head_learning .web_header_wrap .web_nav_expert a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 767px) {.web_prospective_members {
    padding: 3rem 0;
}.web_prospective_members h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
}.web_prospective_members h3::after {
    width: 100px;
}.web_prospective_members li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.web_prospective_members li svg {
    margin-right: 1rem;
    height: 35px;
    width: 35px;
}}



@media (max-width: 767px) {.web_title_opener {
    padding: 3rem 1.5rem;
}.web_title_opener .web_fast_knowledge {
    font-size: calc(41px * 1);
}.web_title_opener p {
    font-size: 16px;
}.web_title_opener .web_skill_sessions {
    height: 350px;
}.web_title_opener .web_skill_sessions h3 {
    font-size: 18px;
}
}



@media (max-width: 992px) {.web_copy_notice {
    padding: 3.5rem 0 1.5rem;
}.web_copy_notice .container {
    flex-direction: column;
    gap: 2.5rem;
}.web_copy_notice .company_holder,
    .web_copy_notice .web_tech_stack {
    flex: 1 1 100%;
    min-width: 100%;
}.web_copy_notice .web_header_wrap {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.web_teach_supp .container::before,
    .web_teach_supp .container::after {
    display: none;
}
}



@media (max-width: 420px) {.web_copy_notice::after {
    height: 5px;
    background-size: 100px 5px;
}.web_copy_notice .company_holder h3::after,
    .web_copy_notice .web_header_wrap h5::before,
    .web_copy_notice .web_header_wrap h5::after {
    display: none;
}.web_copy_notice .web_header_wrap h5 {
    padding: 0.8rem 1rem;
}.web_copy_notice .web_header_wrap .web_top_pagebar {
    padding: 1rem;
}.web_teach_supp .web_skill_test {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}



@media (max-width: 480px) {.web_data_overview {
    padding: 3rem 0;
}.web_data_overview .container {
    padding: 0 1rem;
    gap: 3rem;
}.web_data_overview .web_statistics_expertise {
    padding: 1.5rem;
}.web_data_overview .web_statistics_expertise h4 {
    font-size: 32px;
}.web_data_overview .web_statistics_expertise span {
    font-size: calc(17px * 0.85);
}.web_data_overview .web_smart_statistics {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.8);
}.web_data_overview .web_mentor_statistics {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}.web_data_overview .web_fast_statistics::before {
    width: 60px;
    height: 4px;
}}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



@keyframes line-grow {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

