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

* {
    scrollbar-color: #ffffff rgb(156,156,159,0.5);
    scrollbar-width: none;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to bottom, rgb(193,193,196), rgba(0, 0, 0, 0.5));
}


.webprivacy_hub {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.webprivacy_hub h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(120,120,122);
    font-size: 35px;
    margin-top: 40px;
    text-align: left;
    border-bottom: 2px solid rgb(120,120,122);
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.webprivacy_hub ul, .webprivacy_hub ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding: 20px 0;
}

.webprivacy_hub li {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
    line-height: 1.8;
}

.webmentorship_profile {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(193,193,196), rgb(120,120,122,0.5));
    overflow: hidden;
}

.webmentorship_profile::after {
    position: absolute;
    border-radius: 30px;
    z-index: 1;
    left: -5%;
    animation: float 6s ease-in-out infinite reverse;
    width: 40%;
    height: 60%;
    content: "";
    transform: rotate(20deg);
    bottom: -5%;
    background: rgb(120,120,122,0.5);
}

.webmentorship_profile .webopinion_ratings {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 30px;
    gap: 15px;
    transform: rotate(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 2fr;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    padding: 40px;
    display: grid;
}

.webmentorship_profile .name {
    grid-area: name;
    margin-top: 20px;
    transform: translateX(20px);
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.webmentorship_profile .webemployee_area {
    line-height: 1.6;
    grid-area: quote;
    padding: 20px;
    border-left: 4px solid rgb(156,156,159);
    color: #000000;
    border-radius: 0 10px 10px 0;
    position: relative;
    background: linear-gradient(to right, rgb(193,193,196), transparent);
    font-size: 17px;
    margin-top: 20px;
}

.webour_info::before {
    position: absolute;
    animation: ambientGlow 15s infinite alternate;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(156,156,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(120,120,122,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}

.webour_info .webcontact_faq {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    display: flex;
    position: relative;
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}

.webour_info .webassist_experts {
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    align-self: center;
    text-align: center;
    position: relative;
    color: rgb(156,156,159);
    letter-spacing: 2px;
}

.webour_info .websnap {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.1);
    height: 200px;
    position: relative;
    width: 200px;
}

.webour_info .webget_help {
    padding: 2rem;
    backdrop-filter: blur(5px);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.webour_info .webget_help p {
    position: relative;
    padding-left: 2rem;
    color: #000000;
    flex-direction: column;
    font-size: 13px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    display: flex;
}

.webour_info .webget_help p:hover {
    transform: translateX(5px);
}

.webour_info .webget_help p span {
    margin-top: 0.3rem;
    font-weight: 600;
}

.webour_info .webget_help p a:hover {
    transform: scale(1.03);
    color: rgb(120,120,122);
}

.webour_info .webget_help p:hover svg {
    transform: scale(1.1);
}

.webour_info .webget_help svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(156,156,159);
}

.webour_info .webget_help p:hover svg path {
    stroke: rgb(120,120,122);
}

.webour_info .webget_help p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dasharray: 50;
}

.webour_info .webget_help p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}

.webour_info .websupport_request {
    position: relative;
    font-weight: 700;
    color: rgb(156,156,159);
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5rem;
}

.webour_info .websupport_request::after {
    right: 20%;
}

.webour_info .websupport_request svg {
    vertical-align: middle;
    width: 18px;
    margin-right: 8px;
    height: 18px;
    animation: pulseAnimation 2s infinite;
    stroke-width: 2;
    fill: none;
    stroke: rgb(156,156,159);
}

.webour_info .websupport_info {
    font-size: calc(13px - 2px);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.8rem 1rem;
    color: #000000;
}

.webour_info .websupport_info svg {
    fill: none;
    stroke-width: 2;
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    margin-right: 5px;
    stroke: rgb(156,156,159);
}

.webtitle_screen .webmain_welcome {
    min-height: 100vh;
    align-items: center;
    isolation: isolate;
    padding: 4rem 2rem;
    position: relative;
    justify-content: center;
    display: flex;
}

.webtitle_screen .webmain_welcome::after {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgba(0, 0, 0, 0.5) 100%);
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.webtitle_screen .webcreds_sect::before {
    transform: scale(1.05);
    width: 100%;
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    content: '';
    top: 0;
    background: linear-gradient(135deg, 
        rgb(120,120,122,0.5) 0%, 
        rgb(156,156,159,0.5) 100%);
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    left: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.webtitle_screen h1 {
    line-height: 1.2;
    color: #ffffff;
    animation: slideInFromLeft 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: clamp(2.5rem, 5vw, 46px);
    letter-spacing: -0.02em;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
}

.webtitle_screen p {
    font-weight: 400;
    border-left: 3px solid rgb(120,120,122);
    backdrop-filter: blur(3px);
    max-width: 85%;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: clamp(1rem, 2vw, 17px);
    padding: 1rem;
    transform: translateY(20px);
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    opacity: 0;
    margin-top: 2rem;
}

header::before {
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    position: absolute;
    height: 100%;
    opacity: 0.1;
    content: "";
    width: 100%;
}

header .webmain_teach .webmain_navbar {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

header .webmain_teach .webmain_navbar .webhead_skill {
    position: relative;
    display: block;
    padding: 5px;
}

header .webmain_teach .webmain_navbar .webhead_skill:hover::before {
    opacity: 0.1;
    transform: scale(1);
}

header .webmain_teach .webmain_navbar .webhead_skill svg {
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
}

header .webmain_teach .webheader_primary {
    display: flex;
    list-style: none;
    margin: 0;
    perspective: 1000px;
    padding: 0;
}

header .webmain_teach .webheader_primary .webheader_learn a {
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    transform-style: preserve-3d;
    text-transform: uppercase;
    background: linear-gradient(to bottom, transparent, transparent);
}

header .webmain_teach .webheader_primary .webheader_learn a::after {
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(120,120,122,0.5), transparent);
    opacity: 0;
}

header .webmain_teach .webheader_primary .webheader_learn:hover a::before,
header .webmain_teach .webheader_primary .webheader_learn:hover a::after {
    opacity: 0.1;
}

header .webmain_teach .webheader_primary .webheader_learn:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}

.websign_up_now::before {
    top: 0;
    transform-origin: center bottom;
    animation: gridAnimate 30s linear infinite;
    width: 100%;
    transform: perspective(500px) rotateX(45deg) scale(2);
    background-size: 30px 30px;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    position: absolute;
    left: 0;
    content: '';
}

.websign_up_now::before {
    top: 0;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    animation: scanLines 8s linear infinite;
}

.websign_up_now::before {
    position: absolute;
    height: 100%;
    z-index: 2;
    opacity: 0.7;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    background-size: 100px 100px;
}



.websign_up_now::before {
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    height: 3px;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(120,120,122), transparent);
    bottom: 0;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
}

.websign_up_now .webvision_mission:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(156,156,159), 0.1);
    transform: translateY(-10px);
}

.websign_up_now .webvision_mission::after {
    border-right-width: 2px;
    bottom: 15px;
    border-color: rgb(120,120,122);
    border-bottom-width: 2px;
    animation: cornerPulse 3s 1.5s infinite alternate;
    right: 15px;
}

.websign_up_now h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 29px;
    letter-spacing: 3px;
    padding: 0 20px 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.websign_up_now h3::after {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    height: 3px;
    opacity: 0.8;
    width: 50px;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122));
    position: absolute;
}

.websign_up_now h3::before {
    background-repeat: no-repeat;
    content: '';
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(156,156,159) 0%, rgb(156,156,159) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(120,120,122) 0%, rgb(120,120,122) 3px, transparent 3px);
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -5px;
}

.websign_up_now .webcontact_feedback::before {
    height: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(120,120,122) 0%, rgb(156,156,159) 100%);
    position: absolute;
    opacity: 0;
}

.websign_up_now .webcontact_feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    letter-spacing: 2.5px;
}

.websign_up_now .webcontact_feedback:hover::before {
    opacity: 1;
}

.websign_up_now .webcontact_feedback:hover::after {
    opacity: 0.8;
}

.webtraining_method {
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(120,120,122,0.5) 0%, rgb(156,156,159) 100%);
    padding: 100px 0;
    position: relative;
}

.webtraining_method::before {
    transform: rotate(30deg);
    height: 200%;
    top: -50%;
    background-size: 30px 30px;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 200%;
    left: -50%;
    z-index: 1;
    content: "";
    animation: constellation 120s linear infinite;
    position: absolute;
}

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

.webtraining_method .container.webvision_mission > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.webtraining_method .container.webvision_mission > div::before {
    mix-blend-mode: overlay;
    opacity: 0.7;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    right: 20px;
    border-radius: 50%;
    content: "";
    top: 20px;
}

.webtraining_method .container.webvision_mission > div::after {
    left: 20px;
    height: 40px;
    opacity: 0.7;
    content: "";
    bottom: 20px;
    mix-blend-mode: overlay;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 40px;
    border-radius: 50%;
}

.webtraining_method h3::after {
    background: linear-gradient(90deg, rgb(120,120,122), transparent);
    height: 3px;
    transform-origin: left;
    width: 70px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 0;
    content: "";
    left: 0;
    transform: scaleX(0.8);
}

.webtraining_method p span {
    opacity: 0.9;
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: inline-block;
}

.webour_background {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
}

.webour_background::after {
    top: -50%;
    position: absolute;
    content: "";
    opacity: 0.2;
    animation: rotateBackground 60s linear infinite;
    height: 200%;
    width: 200%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    left: -50%;
}

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

.webour_background .webpro_classes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.webour_background .webvalue_vision {
    padding: 40px;
    border-radius: 22px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.webour_background .webvalue_vision:first-child:hover {
    border-color: rgb(156,156,159,0.5);
}

.webour_background .webvalue_vision::before {
    content: "";
    top: 0;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: bottom;
    width: 4px;
    height: 100%;
    background: rgb(156,156,159);
    position: absolute;
}

.webour_background .webvalue_vision:last-child::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    background: rgb(120,120,122,0.5);
}

.webour_background .webvalue_vision h3 {
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    font-size: 23px;
    color: rgb(156,156,159);
}

.webour_background .webvalue_vision p {
    font-size: 18px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.8;
}

.webour_background .webvalue_vision:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}

.webour_background .webpro_classes::after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(156,156,159,0.5), rgb(120,120,122,0.5), transparent);
    height: 1px;
    bottom: -30px;
}



@supports not (backdrop-filter: blur(10px)) {.webour_background .webvalue_vision {
    background: rgba(30, 30, 30, 0.7);
}}

.webeducational_yield::before {
    z-index: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(156,156,159,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(120,120,122,0.5), 0.07) 0%, transparent 50%);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}

.webeducational_yield h5 {
    position: relative;
    transform: translateZ(0);
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: #000000;
    z-index: 2;
}

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

.webeducational_yield .webvision_mission:hover {
    transform: translateY(-5px);
}

.webeducational_yield .websnap {
    object-position: center;
    height: 300px;
    transform: scale(1);
    display: block;
    width: 100%;
    transition: transform 1.2s ease-out;
    object-fit: cover;
}

.webeducational_yield .webtext_item {
    padding: 2.5rem 2rem;
    position: relative;
}

.webeducational_yield .webvision_mission:hover .webtext_item::before {
    height: 100%;
}

.webeducational_yield ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.webeducational_yield li {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
    padding-left: 38px;
    margin-bottom: 1.2rem;
}

.webeducational_yield li svg {
    transition: transform 0.3s ease;
    top: 2px;
    left: 0;
    height: 26px;
    width: 26px;
    margin-right: 12px;
    position: absolute;
}

.webeducational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(156,156,159);
}

.webgratZone::before {
    content: "";
    background-size: 20px 20px;
    z-index: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: patternShift 60s linear infinite;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(156,156,159,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(156,156,159,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(156,156,159,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(156,156,159,0.5), 0.05) 75%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.webgratZone h2::after {
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 3px;
    bottom: -1rem;
    width: 6rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122));
    transform: translateX(-50%) scaleX(0.8);
    box-shadow: 0 2px 10px rgba(rgb(156,156,159,0.5), 0.2);
}

.webgratZone .webvision_mission {
    background: #ffffff;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem 2.5rem;
    transform: translateY(0);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
}

.webgratZone:hover .webvision_mission {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}

.webgratZone li {
    z-index: 2;
    position: relative;
}

.webgratZone:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}

.webgratZone span {
    color: #000000;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
}

.webgratZone span::first-letter {
    color: rgb(156,156,159);
    font-size: 1.5em;
    font-weight: 600;
}

footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(156,156,159,0.5), rgb(156,156,159,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(156,156,159,0.5), rgb(156,156,159,0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
    top: 0;
}

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

.webdiploma_cta .company_holder::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    height: 5px;
    background: rgb(156,156,159);
}

.webdiploma_cta .company_holder h3::after {
    width: 80px;
    height: 3px;
    content: "";
    bottom: -0.5rem;
    position: absolute;
    background: rgb(120,120,122);
    left: 0;
}

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

.webdiploma_cta .webnav_top {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.webdiploma_cta .webheader_primary h5 {
    position: relative;
    padding: 1rem 1.5rem;
    background: rgb(120,120,122);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.webdiploma_cta .webheader_primary .webnav_top a {
    display: flex;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 0.8rem 1.5rem;
    position: relative;
    align-items: center;
}

.webdiploma_cta .webheader_primary .webnav_top a::after {
    opacity: 0;
    left: 1.5rem;
    background: rgb(120,120,122);
    transition: all 0.3s ease;
    height: 5px;
    content: "";
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
}

.webknowl_base {
    position: relative;
    padding: 2rem 0;
    background: rgb(193,193,196);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
}

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

.webcourse_suitability {
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.webcourse_suitability::before {
    opacity: 0.15;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(156,156,159,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(120,120,122,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
}

.webcourse_suitability .webvision_mission {
    max-width: 1200px;
    z-index: 10;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}

.webcourse_suitability h3::before,
.webcourse_suitability h3::after {
    top: 50%;
    background: linear-gradient(90deg, rgb(156,156,159), rgb(120,120,122));
    height: 2px;
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    content: '';
}

.webcourse_suitability h3::before {
    left: -60px;
}

.webcourse_suitability ul li {
    display: flex;
    text-align: left;
    gap: 20px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    width: calc(33.333% - 27px);
    z-index: 1;
    position: relative;
    min-width: 280px;
    padding: 40px 30px;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
}



.webcourse_suitability ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}

.webcourse_suitability ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}

.webcourse_suitability ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.webcourse_suitability ul li svg path {
    fill: rgb(156,156,159);
    transition: fill 0.5s ease;
}

.webcourse_suitability ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.webcourse_suitability ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.webcourse_suitability ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.webcourse_suitability ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}

.webcourse_suitability ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

.webedu_cookie {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.webedu_track svg {
    fill: rgb(156,156,159);
    width: 50px;
    height: 50px;
}

.webcookie_warning_window h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
}

.webcookie_show {
    background: rgb(156,156,159);
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    min-width: 150px;
    margin-left: 10px;
    flex-shrink: 0;
    border: 2px solid rgb(156,156,159);
    transition: none;
    border-radius: 10px;
}


#webpopupPrivacyNotice {
    display: none;
}

#webpopupPrivacyNotice:checked ~ .webcookie_warning_window {
    visibility: hidden;
    opacity: 0;
}

.webcourse_summary::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(45deg, rgb(156,156,159,0.5) 0%, transparent 40%);
}

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

.webcourse_summary .websnap {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transform: translateX(-20px);
    height: 380px;
    position: relative;
}

.webcourse_summary .websnap::after {
    transform: rotate(15deg);
    height: 80px;
    width: 80px;
    animation: float 6s ease-in-out infinite;
    content: "";
    right: -20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 20px;
    z-index: -1;
    background: rgb(120,120,122);
    position: absolute;
}

.webcourse_summary .webtext_item::before {
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(156,156,159), rgb(120,120,122));
    left: 0;
    position: absolute;
    width: 5px;
    transition: height 0.6s ease-out;
    content: "";
}

.webcourse_summary h3::after {
    height: 3px;
    background: rgb(156,156,159);
    left: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    width: 80px;
    content: "";
    bottom: 0;
}

.webcourse_summary p.description {
    opacity: 1;
    display: block;
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.75;
}

.webplan_array {
    padding: 120px 0;
    background-color: rgb(193,193,196);
    position: relative;
    overflow: hidden;
}

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

.webplan_array .webplan_fee {
    display: flex;
    flex-direction: column;
}

.webplan_array .webpromo_cost {
    order: 1;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.webplan_array .webpromo_cost h2 {
    margin-bottom: 15px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-text-fill-color: transparent;
    color: #000000;
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, rgb(120,120,122), rgb(156,156,159));
    font-weight: 700;
    font-size: 34px;
}

.webplan_array .webpromo_cost:hover .webcost_card::after {
    transform: translateX(-50%) scaleX(1);
}

.webplan_array .webpricing_levels {
    gap: 30px;
    order: 2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}

.webplan_array .webfee_choices::before {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(120,120,122), rgb(156,156,159));
    transform: scaleX(0.85);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
}

.webplan_array .webfee_choices:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}

.webplan_array .webedu_deals {
    flex-grow: 1;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}

.webplan_array .webedu_deals h3 {
    font-size: calc(19px + 2px);
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
}

.webplan_array .webannual_fee {
    padding: 5px 10px;
    font-size: calc(19px + 8px);
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(156,156,159);
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    display: inline-block;
}

.webplan_array .webfee_choices:hover .webannual_fee {
    color: rgb(120,120,122);
    transform: translateY(-5px);
}

.webplan_array .webfee_choices:hover .webannual_fee::before {
    transform: scaleX(1);
}

.webplan_array .websnap {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
}

.webplan_array .webfee_choices:hover .websnap {
    transform: scale(1.05);
}

.webstatistical_summary {
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(193,193,196) 0%, rgba(rgba(0, 0, 0, 0.5), 0.05) 100%);
}

.webstatistical_summary::after {
    transform: skewX(-15deg) translateX(30%);
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 30%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(rgb(156,156,159,0.5), 0.05));
    right: 0;
}

.webstatistical_summary h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 38px;
    transform: translateY(0);
    text-align: left;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 3rem;
}

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

.webstatistical_summary ul {
    padding: 0;
    opacity: 0;
    margin: 0;
    list-style: none;
    animation: fadeGridIn 0.8s ease-out forwards 0.3s;
    gap: 2rem;
    transform: translateY(20px);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.webstatistical_summary .webtop_statistics::before {
    content: "";
    width: 100%;
    background: rgb(156,156,159);
    transform-origin: left;
    left: 0;
    top: 0;
    transform: scaleX(0.6);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    height: 4px;
    position: absolute;
}

.webstatistical_summary .webtop_statistics:hover {
    box-shadow: 0 20px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-8px) translateZ(0);
}

.webstatistical_summary .webtop_statistics:hover::before {
    transform: scaleX(1);
}

.webstatistical_summary .webtop_statistics:nth-child(odd) {
    transform: translateY(10px) translateZ(0);
}

.webstatistical_summary .webtop_statistics span {
    color: #000000;
    font-size: calc(14px * 0.95);
    display: block;
    font-weight: 400;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.webstatistical_summary .webtop_statistics p::before {
    background: rgba(rgb(156,156,159,0.5), 0.15);
    position: absolute;
    width: 100%;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    height: 0.4rem;
    z-index: -1;
    content: "";
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    bottom: 0.25rem;
}

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

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

.webconnect_form h2::before {
    height: 4px;
    width: 80px;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background: rgb(156,156,159);
}

.webconnect_form h2::after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 30px;
    background: rgb(120,120,122);
    height: 4px;
    left: calc(50% - 15px);
}

.webconnect_form .websnap {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}

.webconnect_form .websupport_panel {
    justify-content: center;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.webconnect_form .websupport_panel::before {
    width: 150px;
    border-radius: 50%;
    top: -75px;
    right: -75px;
    border: 30px solid rgb(156,156,159,0.5);
    height: 150px;
    position: absolute;
    content: "";
    z-index: 0;
}

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

.webconnect_form form h3::after {
    content: "";
    bottom: -15px;
    width: 50%;
    height: 2px;
    left: 0;
    background: rgb(156,156,159);
    position: absolute;
}

.webconnect_form form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(156,156,159);
}

.webconnect_form form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.webconnect_form form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.webconnect_form .websupport_form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.webconnect_form .websupport_form label::before {
    height: 22px;
    background: transparent;
    position: absolute;
    width: 22px;
    border: 2px solid rgb(193,193,196);
    top: 0;
    content: "";
    left: 0;
    transition: all 0.3s ease;
}

.webconnect_form .websupport_form label a {
    color: rgb(156,156,159);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.webconnect_form .websupport_form label a::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: rgb(156,156,159);
    transform: scaleX(1);
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    width: 100%;
}

.webconnect_form .webquery_inquiry::before {
    left: -10px;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    transform: skewX(-25deg);
    background: rgb(120,120,122);
    transition: width 0.5s ease;
    z-index: -1;
    width: 0;
}

.webconnect_form .webquery_inquiry:hover::before {
    width: 150%;
}

.webconnect_form svg {
    width: 24px;
    stroke-width: 2;
    stroke: rgb(156,156,159);
    fill: none;
    height: 24px;
    transition: all 0.3s ease;
}

.webconnect_form svg:hover,
.webconnect_form svg:hover path {
    stroke: rgb(120,120,122);
}


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


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



@media only screen and (max-width: 800px) {.webprivacy_hub {
    padding: 20px;
    box-shadow: none;
    border: none;
}.webprivacy_hub h1, .webprivacy_hub h2 {
    text-align: left;
    border-bottom-width: 1px;
    font-size: calc(23px - 10px);
}.webprivacy_hub ul, .webprivacy_hub ol {
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 10px 0;
}.webprivacy_hub li {
    padding: 5px 0;
    border-bottom-width: 0;
}.webprivacy_hub p, .webprivacy_hub span, .webprivacy_hub div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}}



@media (min-width: 768px) {.webour_info .webcontact_faq {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}.webour_info .webassist_experts {
    width: 100%;
    margin-bottom: 3rem;
}.webour_info .websnap {
    width: 250px;
    margin: 0;
    flex-shrink: 0;
    height: 250px;
}.webour_info .webget_help {
    flex: 1;
    margin-left: 2.5rem;
}.webour_info .webget_help svg {
    height: 20px;
    width: 20px;
}.webour_info .webreach_section {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 992px) {.webour_info .webcontact_faq {
    padding: 4rem;
}.webour_info .websnap {
    width: 300px;
    height: 300px;
}.webour_info .webget_help {
    padding: 2.5rem;
}.webour_info .webget_help svg {
    height: 22px;
    width: 22px;
}.webour_info .webreach_section {
    grid-template-columns: repeat(4, 1fr);
}
}



@media (min-width: 1200px) {.webtitle_screen .webcreds_sect {
    transform: translateY(-4vh);
    padding: 4rem;
}.webtitle_screen .webcreds_sect::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}.webtitle_screen h1 {
    max-width: 90%;
}.webtitle_screen h3 {
    max-width: 80%;
}.webtitle_screen p {
    max-width: 75%;
}
}



@media (max-width: 767px) {.webtitle_screen .webmain_welcome {
    padding: 2rem 1rem;
    min-height: 90vh;
}.webtitle_screen .webcreds_sect {
    padding: 2rem 1.5rem;
}.webtitle_screen .webcreds_sect::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.webtitle_screen h3 {
    max-width: 100%;
}.webtitle_screen p {
    max-width: 100%;
    margin-top: 1.5rem;
}
}



@media (max-width: 992px) {header .webmain_teach {
    flex-direction: column;
    padding: 15px;
}header .webmain_teach .webmain_navbar {
    margin: 0 0 15px 0;
}header .webmain_teach .webheader_primary {
    width: 100%;
    justify-content: center;
    perspective: none;
    flex-wrap: wrap;
}header .webmain_teach .webheader_primary .webheader_learn a {
    padding: 10px 15px;
    font-size: calc(14px - 1px);
    transform-style: flat;
}header .webmain_teach .webheader_primary .webheader_learn:hover a {
    transform: none;
}header .webmain_teach .webheader_primary .webheader_learn a::before,
    header .webmain_teach .webheader_primary .webheader_learn a::after {
    display: none;
}
}



@media (max-width: 767px) {.webtraining_method {
    padding: 70px 0;
}.webtraining_method .container.webvision_mission > div {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0deg);
}.webtraining_method h3 {
    font-size: calc(32px * 0.9);
    transform: translateX(0);
    margin-bottom: 20px;
}.webtraining_method p {
    max-width: 100%;
    line-height: 1.6;
    font-size: 12px;
}
}



@media (max-width: 1100px) {.webour_background {
    padding: 100px 0 80px;
}.webour_background h2 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.webour_background .webvalue_vision {
    padding: 35px;
}
}



@media (max-width: 576px) {.webour_background {
    padding: 60px 0 50px;
}.webour_background h2 {
    margin-bottom: 40px;
    font-size: calc(37px);
}.webour_background h2::before {
    bottom: -15px;
    height: 3px;
    width: 50px;
}.webour_background .webpro_classes {
    gap: 30px;
}.webour_background .webvalue_vision {
    padding: 25px;
}.webour_background .webvalue_vision h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.webour_background .webvalue_vision p {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 768px) {.webeducational_yield .webvision_mission {
    align-items: stretch;
    flex-direction: row;
}.webeducational_yield .webvision_mission > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.webeducational_yield .websnap {
    height: 100%;
}.webeducational_yield .webtext_item {
    flex: 0 0 55%;
    padding: 3rem;
}.webeducational_yield ul {
    columns: 1;
}
}



@media (max-width: 767px) {.webeducational_yield {
    padding: 4rem 0;
}.webeducational_yield h5 {
    padding: 0 15px;
    font-size: calc(19px * 0.9);
    line-height: 1.4;
}.webeducational_yield .websnap {
    height: 220px;
}.webeducational_yield .webtext_item {
    padding: 1.8rem 1.5rem;
}.webeducational_yield li {
    margin-bottom: 1rem;
}
}



@media (hover: none) {.webeducational_yield .webvision_mission,
  .webeducational_yield .webvision_mission:hover {
    transform: translateY(0);
}.webeducational_yield .websnap,
  .webeducational_yield .webvision_mission:hover .websnap {
    transform: scale(1);
}.webeducational_yield li:hover {
    transform: translateX(0);
}}



@media (max-width: 575px) {.webgratZone {
    padding: 3rem 0;
}.webgratZone h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.8rem;
}.webgratZone h2::after {
    width: 4rem;
}.webgratZone .webvision_mission {
    padding: 1.5rem 1.25rem;
}.webgratZone span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.webgratZone li::before {
    width: 1.5rem;
    top: -0.3rem;
    height: 1.5rem;
    left: -0.5rem;
}}



@media (max-width: 992px) {.webdiploma_cta {
    padding: 3.5rem 0 2rem;
}.webdiploma_cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.webdiploma_cta .company_holder,
    .webdiploma_cta .webchrome_ext {
    flex: 1 1 100%;
    min-width: 100%;
}.webdiploma_cta .webheader_primary {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.webdiploma_cta {
    padding: 2.5rem 0 1rem;
}.webdiploma_cta .container {
    gap: 1.5rem;
}.webdiploma_cta .webheader_primary {
    flex: 1 1 100%;
    min-width: 100%;
}.webdiploma_cta .webnav_top {
    gap: 1rem;
}.webdiploma_cta .company_holder {
    padding: 1.5rem;
}.webdiploma_cta .webcredit_info {
    padding: 1.2rem;
}.webknowl_base {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}



@media (max-width: 768px) {.webcourse_suitability ul li {
    max-width: 400px;
    width: 100%;
}.webcourse_suitability ul li:nth-child(3n+1),
    .webcourse_suitability ul li:nth-child(3n+2),
    .webcourse_suitability ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (max-width: 576px) {.webcourse_suitability {
    padding: 70px 0;
}.webcourse_suitability h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.webcourse_suitability h3::before,
    .webcourse_suitability h3::after {
    display: none;
}.webcourse_suitability ul {
    gap: 25px;
}.webcourse_suitability ul li {
    padding: 30px 20px;
}.webcourse_suitability ul li svg {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 768px) {.webcourse_summary .weblearn_network {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.webcourse_summary .websnap {
    height: 450px;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
}.webcourse_summary .webtext_item {
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    flex: 1.2;
}.webcourse_summary .weblearn_network:hover .websnap {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.webcourse_summary .weblearn_network:hover .webtext_item {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (hover: hover) {.webcourse_summary .webtext_item:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}



@media (min-width: 768px) {.webplan_array .webpricing_levels {
    grid-template-columns: repeat(2, 1fr);
}.webplan_array .webedu_deals {
    padding: 35px;
}.webplan_array .websnap {
    height: 220px;
}
}



@media (min-width: 1200px) {.webplan_array {
    padding: 150px 0;
}.webplan_array .webpricing_levels {
    gap: 40px;
}.webplan_array .webfee_choices {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.webplan_array .webfee_choices:hover {
    transform: translateY(-15px) scale(1.02);
}.webplan_array .webfee_choices:nth-child(even) {
    transform: translateY(15px);
}.webplan_array .webfee_choices:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.webplan_array .websnap {
    height: 250px;
}}



@media screen and (max-width: 768px) {.webstatistical_summary {
    padding: 3.5rem 1rem;
}.webstatistical_summary h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.85);
}.webstatistical_summary ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.webstatistical_summary .webtop_statistics {
    padding: 1.5rem 1.25rem;
}.webstatistical_summary .webtop_statistics p {
    font-size: calc(38px * 0.85);
}.webstatistical_summary .webtop_statistics span {
    font-size: calc(14px * 0.9);
    margin-bottom: 0.75rem;
}
}



@media (max-width: 1024px) {.webconnect_form {
    padding: 80px 0;
}.webconnect_form .websnap {
    min-height: 500px;
}.webconnect_form .websupport_panel {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.webconnect_form {
    padding: 60px 0;
}.webconnect_form .websupport_grid {
    flex-direction: column;
}.webconnect_form .websnap {
    min-height: 300px;
    width: 100%;
}.webconnect_form .websupport_panel {
    width: 100%;
    padding: 40px 30px;
}.webconnect_form form h3 {
    margin-bottom: 30px;
}.webconnect_form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.webconnect_form .websupport_form {
    margin-bottom: 30px;
}.webconnect_form .webquery_inquiry {
    padding: 15px 30px;
    width: 100%;
}
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}



@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}



@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}



@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}



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



@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}



@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

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



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



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}



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



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



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



@keyframes subtleShift {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-5px, 5px);
    }
    50% {
        transform: translate(-7px, -3px);
    }
    75% {
        transform: translate(3px, -5px);
    }
    100% {
        transform: translate(0, 0);
    }
}

