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

html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

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


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

.web_educational_rewards .web_image_stack {
    height: 500px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 0 0 45%;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.5s ease;
}

.web_educational_rewards h2 {
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 32px;
}

.web_educational_rewards .text_main_holder > div {
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.web_meet_us .container {
    z-index: 5;
    position: relative;
}

.web_meet_us h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 28px;
    position: relative;
    color: #000000;
}

.web_meet_us h2::before {
    content: "";
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(175,185,209);
    position: absolute;
    height: 2px;
    bottom: -10px;
}

.web_meet_us .web_learn_guide:first-child {
    border-top-color: rgb(175,185,209);
}

.web_meet_us .web_learn_guide:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.web_meet_us .web_learn_guide:first-child h3 {
    color: rgb(175,185,209);
}

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

.web_meet_us .web_learn_guide p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

.web_meet_us .web_learn_guide::after {
    border-bottom: 2px solid rgb(175,185,209);
    opacity: 0;
    height: 10px;
    position: absolute;
    right: -5px;
    content: "";
    border-right: 2px solid rgb(175,185,209);
    width: 10px;
    transition: all 0.3s ease;
    bottom: -5px;
}

.web_meet_us .container::after {
    width: 140px;
    z-index: 0;
    bottom: -70px;
    position: absolute;
    height: 140px;
    opacity: 0.2;
    border-radius: 50%;
    right: -70px;
    content: "";
    border: 15px solid rgb(135,153,182,0.5);
}

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

.web_find_contact .web_quick_help {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}

.web_find_contact .web_ask_question:first-child {
    display: flex;
    padding: 40px;
    flex-direction: column;
}



.web_find_contact .web_ask_question:first-child {
    position: relative;
    overflow: hidden;
}

.web_find_contact h2 {
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.web_find_contact h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.web_find_contact .web_form_edu {
    border-left: 2px solid rgb(175,185,209,0.5);
    padding-left: 15px;
    margin-bottom: 30px;
}

.web_find_contact .web_instant_request h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.web_find_contact .web_ask_feedback span {
    font-size: calc(14px * 0.85);
    transition: all 0.3s ease;
    display: block;
    border-left: 3px solid rgb(175,185,209);
    color: #000000;
    text-align: center;
    background: rgb(214,217,233);
    padding: 8px 10px;
}

.web_find_contact .web_get_contactform {
    gap: 20px;
    display: flex;
    padding: 40px;
    flex-direction: column;
}

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

.web_find_contact .web_get_contactform a:hover::before {
    width: 3px;
}

.web_find_contact .web_get_contactform a p {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: calc(14px * 1.1);
}

.web_find_contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(175,185,209);
}

.web_find_contact .web_ask_question:first-child::after {
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    top: -50%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(175,185,209,0.5) 100%);
    transition: transform 0.5s ease;
    content: "";
    right: -50%;
}

.web_pricing_row_item::before {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 0%, rgb(175,185,209,0.5) 30%, transparent 70%);
    top: 0;
    content: "";
}

.web_pricing_row_item .web_learn_fees h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    width: 80px;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
}

.web_pricing_row_item .web_payment_deals {
    transform: translateZ(0) scale(1);
    background: #ffffff;
    color: #000000;
    overflow: hidden;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    opacity: 0;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.web_pricing_row_item .web_program_fees {
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}

.web_pricing_row_item .web_bundle_offer {
    display: inline-block;
    color: rgb(175,185,209);
    position: relative;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.web_pricing_row_item .web_program_fees p {
    line-height: 1.6;
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    font-size: calc(14px - 2px);
}

.web_pricing_row_item .web_payment_deals:hover .web_image_stack {
    transform: scale(1.05);
}

.web_program_overview {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,217,233), rgba(rgb(135,153,182,0.5), 0.05));
}

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

.web_program_overview h2 {
    margin-bottom: 3rem;
    position: relative;
    max-width: 85%;
    padding-bottom: 1.5rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    font-size: 29px;
    color: #000000;
}

.web_program_overview .web_image_stack::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(175,185,209,0.5), 0.2), transparent);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.web_program_overview .web_content_card {
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) translateZ(0);
    display: flex;
    gap: 2rem;
}

.web_program_overview .description:first-of-type {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 2rem;
}

.web_program_overview .description:hover {
    opacity: 1;
}

.web_explore_now::after {
    top: -50%;
    content: "";
    animation: glow 8s infinite alternate ease-in-out;
    opacity: 0.15;
    width: 100%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    z-index: 1;
    position: absolute;
    transform: translateZ(-5px) rotate(45deg);
    right: -50%;
}

.web_explore_now div:nth-child(2) {
    transform: translateZ(30px);
    display: flex;
    justify-content: center;
}

.web_explore_now .web_support_info {
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    color: rgb(175,185,209);
    text-decoration: none;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    opacity: 0;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    justify-content: center;
    background: #ffffff;
    position: relative;
    display: inline-flex;
    letter-spacing: 0.5px;
    align-items: center;
    padding: 0.8rem 2.5rem;
}

.web_explore_now .web_support_info:hover::before {
    left: 100%;
}

.web_explore_now .web_support_info:hover span {
    transform: translateY(0) scale(1.05);
}

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

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

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

.web_instructor_profile .web_exp_card::after {
    font-size: 5rem;
    position: absolute;
    font-family: serif;
    color: rgb(175,185,209,0.5);
    bottom: -2rem;
    right: 0;
    content: "";
    line-height: 0;
}

.web_instructor_profile .web_client_feedback:hover .web_experiencep_wrap div:nth-child(2) {
    transform: translateZ(35px);
}

.web_ty_banner::after {
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    content: "";
    width: 80%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(175,185,209,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
}

.web_ty_banner .web_guide_approach::before {
    background: linear-gradient(
        45deg,
        rgb(135,153,182,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(175,185,209,0.5) 100%
    );
    top: 0;
    pointer-events: none;
    z-index: -1;
    content: "";
    opacity: 0.05;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
}

.web_ty_banner h5 {
    line-height: 1.4;
    transform: translateY(15px);
    font-size: clamp(1.5rem, 2.5vw, 18px);
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 700;
    color: #000000;
}

.web_ty_banner a:hover {
    transform: scale(1.01);
}

.web_ty_banner a::before {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 30px);
    border: 1px solid rgb(135,153,182,0.5);
    pointer-events: none;
    border-radius: 3px;
    content: "";
    top: -15px;
    width: calc(100% + 30px);
    opacity: 0;
    left: -15px;
}

.web_contact::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(175,185,209), 0.05) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
}

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

.web_contact .web_image_stack::before {
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
}



.web_contact .web_connect_feedback {
    padding: 50px;
    position: relative;
}

.web_contact #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.web_contact input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.web_contact .web_reach_box {
    display: flex;
    gap: 12px;
    margin-top: 5px;
    align-items: flex-start;
}

.web_contact .web_reach_box input[type="checkbox"]:checked::after {
    content: "";
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 9px;
}

.web_contact .web_reach_box a::after {
    height: 1px;
    bottom: -2px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(175,185,209);
    transition: all 0.3s ease;
    left: 0;
}

.web_contact .web_support_info:hover {
    background: rgb(135,153,182);
    transform: translateY(-3px);
}

.web_contact .web_support_info:hover::before {
    left: 100%;
}

.web_contact svg {
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(175,185,209), 0.5));
    fill: rgb(175,185,209);
}

header::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(90deg, rgb(175,185,209,0.5) 0%, transparent 50%, rgb(175,185,209,0.5) 100%);
    z-index: -1;
}

header .web_head_learning .web_header_primary::after {
    transform-origin: bottom right;
    right: -5px;
    border-bottom: 2px solid rgb(135,153,182);
    border-right: 2px solid rgb(135,153,182);
    transition: transform 0.3s ease;
    transform: scale(0);
    bottom: -5px;
}

header .web_head_learning .web_header_primary .web_nav_mentor svg {
    height: 60px;
    width: auto;
}

header .web_head_learning .web_header_wrap::before,
header .web_head_learning .web_header_wrap::after {
    top: 15%;
    position: absolute;
    height: 70%;
    background: rgb(175,185,209,0.5);
    content: "";
    width: 2px;
}

header .web_head_learning .web_header_wrap::before {
    left: 0;
}

header .web_head_learning .web_header_wrap .web_nav_expert:hover {
    transform: translateY(-3px);
}

header .web_head_learning .web_header_wrap .web_nav_expert a:hover {
    color: rgb(175,185,209);
}

header .web_head_learning .web_header_wrap .web_nav_expert a:hover::before {
    transform: scaleX(1);
}

#web_cookie_alert_modal {
    display: none;
}

.web_cookie_warning_dialog {
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    border-top: 3px solid rgb(175,185,209);
    background: rgb(135,153,182);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
}

.web_cookie_warning_dialog p {
    color: #ffffff;
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
}

.web_cookie_layer {
    text-align: center;
    text-decoration: none;
    background: rgb(175,185,209);
    flex-shrink: 0;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    padding: 10px 20px;
    border: 2px solid rgb(175,185,209);
    min-width: 140px;
    color: #000000;
    line-height: 40px;
    font-size: 19px;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.web_prospective_members::after {
    background: radial-gradient(
        circle at 70% 80%,
        rgb(175,185,209,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.web_prospective_members h3::after {
    content: '';
    position: absolute;
    box-shadow: 0 0 15px rgb(175,185,209);
    background: rgb(175,185,209);
    transform: translateX(-50%);
    border-radius: 50px;
    left: 50%;
    height: 3px;
    width: 120px;
    bottom: -15px;
}

.web_prospective_members li {
    overflow: hidden;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.12);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    align-items: center;
    padding: 1.8rem 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.web_prospective_members li {
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.web_prospective_members li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}

.web_prospective_members li:hover svg {
    filter: drop-shadow(0 0 8px rgb(175,185,209));
    fill: rgb(175,185,209);
    transform: rotate(15deg);
}

.web_title_opener {
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(175,185,209,0.5), rgb(135,153,182));
    justify-content: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem 1rem;
}

.web_title_opener .web_fast_knowledge::after {
    bottom: -10px;
    animation: line-grow 1.2s ease-out 0.6s forwards;
    background: linear-gradient(90deg, rgb(135,153,182), #ffffff);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
}

.web_title_opener .web_learn_begin {
    transform: translateY(30px);
    opacity: 0;
    width: 100%;
    margin-top: 1rem;
    animation: fade-up 1s ease-out 0.6s forwards;
    position: relative;
}

.web_title_opener .web_skill_sessions:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.web_title_opener .web_skill_sessions:hover {
    cursor: pointer;
}

.web_title_opener .web_skill_sessions h3::before {
    width: 3px;
    background: rgb(135,153,182);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}

.web_copy_notice::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 3px;
    background: rgb(135,153,182);
}

.web_copy_notice .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.web_copy_notice .company_holder {
    border-radius: 28px;
    padding: 0;
    position: relative;
    flex: 1 1 400px;
}

.web_copy_notice .company_holder::before {
    opacity: 0.1;
    border-radius: 28px;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(135,153,182) 25px, rgb(135,153,182) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(135,153,182) 25px, rgb(135,153,182) 26px, transparent 27px, transparent 49px);
}

.web_copy_notice .web_trade_mark {
    border-bottom-right-radius: 28px;
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    border-bottom-left-radius: 28px;
}

.web_copy_notice .web_tech_stack {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.web_copy_notice .web_top_pagebar {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.web_copy_notice .web_header_wrap h5 {
    padding: 1rem 1.5rem;
    display: flex;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    background: rgb(135,153,182);
    font-weight: 600;
    margin: 0;
    align-items: center;
}

.web_copy_notice .web_header_wrap h5::after {
    right: 15px;
    width: 6px;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    background: #ffffff;
    height: 6px;
    content: "";
}

.web_copy_notice .web_header_wrap .web_top_pagebar a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.web_teach_supp {
    position: relative;
    background: rgb(135,153,182);
    padding: 2rem 0;
    margin-top: 2.5rem;
}

.web_teach_supp::before {
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(175,185,209) 20px, rgb(175,185,209) 40px,
            transparent 40px, transparent 60px,
            rgb(175,185,209) 60px, rgb(175,185,209) 80px,
            transparent 80px, transparent 100px,
            rgb(175,185,209) 100px, rgb(175,185,209) 120px
        );
    left: 0;
    content: "";
    top: -5px;
    height: 5px;
    background-repeat: repeat-x;
}

.web_data_overview::before {
    top: 0;
    opacity: 0.07;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(175,185,209,0.5) 0,
        rgb(175,185,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    z-index: 0;
    width: 100%;
    content: "";
}

.web_data_overview .web_advantage_statistics {
    transform: rotate(-3deg);
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    flex: 0 0 60%;
    display: grid;
}

.web_data_overview .web_statistics_expertise:hover {
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.05) translateZ(0);
}

.web_data_overview .web_statistics_expertise:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}

.web_data_overview .web_statistics_expertise span {
    line-height: 1.4;
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
}

.web_data_overview .web_smart_statistics {
    color: #000000;
    font-size: 32px;
    margin: 0 0 2rem 0;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}

.web_data_overview .web_mentor_statistics {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}

.web_data_overview svg path {
    fill: inherit;
}

.web_secure_lodge h1 {
    margin-bottom: 20px;
    font-size: 38px;
    color: rgb(175,185,209);
    font-weight: 700;
}

.web_secure_lodge h3, .web_secure_lodge h4, .web_secure_lodge h5, .web_secure_lodge h6 {
    color: rgb(175,185,209);
    margin: 1rem 0;
    font-weight: 400;
}

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


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



@media (max-width: 576px) {.web_educational_rewards .web_guide_approach {
    padding: 0 1rem;
}.web_educational_rewards .web_image_stack {
    height: 250px;
}.web_educational_rewards .text_main_holder svg {
    width: 2rem;
    height: 2rem;
}}



@media screen and (max-width: 992px) {.web_meet_us {
    padding: 80px 0;
}.web_meet_us .web_smart_track {
    grid-template-columns: 1fr;
    gap: 30px;
}.web_meet_us h2 {
    margin-bottom: 40px;
}.web_meet_us .container::before {
    width: 60px;
    left: -30px;
    top: -30px;
    border-width: 10px;
    height: 60px;
}.web_meet_us .container::after {
    width: 100px;
    bottom: -50px;
    right: -50px;
    height: 100px;
    border-width: 10px;
}
}



@media (max-width: 768px) {.web_find_contact {
    padding: 50px 0;
}.web_find_contact .web_quick_help {
    grid-template-columns: 1fr;
}.web_find_contact .web_ask_question:last-child {
    grid-column: span 1;
}.web_find_contact .web_ask_question .web_image_stack {
    height: 300px;
}.web_find_contact .web_ask_question:first-child {
    order: 1;
}.web_find_contact .web_ask_question:nth-child(2) {
    order: 3;
}.web_find_contact .web_ask_question:last-child {
    order: 2;
}
}



@media (min-width: 1200px) {.web_pricing_row_item {
    padding: 8rem 2rem;
}.web_pricing_row_item .web_learn_fees {
    flex: 0 0 25%;
}.web_pricing_row_item .web_access_plans {
    flex: 0 0 75%;
}.web_pricing_row_item .web_program_fees {
    padding: 2.5rem;
}
}



@media (min-width: 768px) {.web_program_overview {
    padding: 8rem 0;
}.web_program_overview h2 {
    font-size: calc(29px * 1.1);
    max-width: 70%;
}.web_program_overview .web_training_guide {
    gap: 4rem;
    align-items: start;
    grid-template-columns: 1fr 1fr;
}.web_program_overview .web_image_stack {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.web_program_overview h2::after {
    width: 120px;
}
}



@media (max-width: 767px) {.web_program_overview {
    padding: 4rem 0;
}.web_program_overview h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
    padding-bottom: 1rem;
}.web_program_overview .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.web_program_overview .web_image_stack {
    height: 300px;
}}



@media (max-width: 575px) {.web_explore_now {
    padding: 2.5rem 0;
}.web_explore_now h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(22px * 0.9);
}.web_explore_now .web_support_info {
    padding: 0.6rem 1.8rem;
    font-size: calc(20px * 0.95);
}
}



@media (max-width: 991px) {.web_ty_banner {
    padding: 4rem 0;
}.web_ty_banner .web_guide_approach {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.web_ty_banner h5 {
    line-height: 1.35;
}.web_ty_banner p {
    max-width: 100%;
}.web_ty_banner .web_guide_approach > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 480px) {.web_ty_banner {
    padding: 2.5rem 0;
}.web_ty_banner .web_guide_approach {
    padding: 1.5rem;
}.web_ty_banner h5 {
    font-size: 1.3rem;
}.web_ty_banner p {
    font-size: 0.95rem;
}.web_ty_banner .web_guide_approach > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.web_ty_banner a::before {
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}}



@media (max-width: 576px) {.web_contact {
    padding: 40px 0;
}.web_contact .container {
    padding: 0 15px;
}.web_contact h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 40px;
}.web_contact h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.web_contact h2::after {
    width: 50px;
}.web_contact .web_connect_feedback {
    padding: 30px 20px 40px;
}.web_contact #contact {
    gap: 20px;
}.web_contact .web_support_info {
    width: 100%;
}.web_contact .web_image_stack {
    min-height: 200px;
}}


@media only screen and (max-width: 1200px) {.web_cookie_warning_dialog {
    padding: 15px 0;
}.web_policy_opt {
    padding: 15px 5%;
}.web_consent_learn {
    display: none;
}.web_policy_opt {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.web_cookie_warning_dialog h5 {
    margin-bottom: 10px;
    font-size: 18px;
}.web_cookie_gate {
    margin-bottom: 15px;
}.web_cookie_layer {
    min-width: 100%;
    margin: 10px 0;
}}



@media (min-width: 1200px) {.web_title_opener .web_fast_knowledge {
    font-size: calc(41px * 1.5);
}.web_title_opener p {
    font-size: calc(16px * 1.3);
}.web_title_opener .web_skill_sessions {
    height: 500px;
}.web_title_opener .web_skill_sessions h3 {
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 1200px) {.web_copy_notice .container {
    gap: 2rem;
}.web_copy_notice .company_holder {
    flex: 1 1 350px;
}.web_copy_notice .web_tech_stack {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.web_copy_notice .web_top_pagebar {
    gap: 2rem;
}.web_teach_supp .container::before {
    left: 5%;
}.web_teach_supp .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.web_copy_notice {
    padding: 3rem 0 1rem;
}.web_copy_notice .web_top_pagebar {
    gap: 1.5rem;
}.web_copy_notice .company_holder h3 {
    font-size: calc(31px - 2px);
    padding: 1.2rem 1.5rem;
}.web_copy_notice .web_trade_mark {
    padding: 1.5rem;
}.web_copy_notice .web_trade_mark::before,
    .web_copy_notice .web_trade_mark::after {
    display: none;
}.web_teach_supp {
    margin-top: 2rem;
}.web_teach_supp .web_skill_test::before,
    .web_teach_supp .web_skill_test::after {
    width: 30px;
}
}



@media (max-width: 1024px) {.web_data_overview {
    padding: 5rem 0;
}.web_data_overview .container {
    gap: 4rem;
    flex-direction: column;
}.web_data_overview .web_advantage_statistics {
    transform: rotate(0deg);
    width: 100%;
    flex: 0 0 100%;
}.web_data_overview .web_fast_statistics {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 3rem;
}.web_data_overview .web_fast_statistics::before {
    background: linear-gradient(to right, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    top: 0;
}.web_data_overview .web_smart_statistics {
    text-align: center;
}.web_data_overview .web_smart_statistics::after {
    transform: translateX(-50%);
    left: 50%;
}
}


@media only screen and (max-width: 800px) {.web_secure_lodge {
    padding: 20px 10px;
}.web_secure_lodge h1 {
    font-size: calc(23px - 5px);
}.web_secure_lodge h2 {
    font-size: calc(23px - 5px);
}.web_secure_lodge p, .web_secure_lodge li {
    font-size: calc(14px - 2px);
}
}

@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}



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



@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@keyframes slide-in {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

