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

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

.desktop_app_0483 {
    flex: 0 0 auto;
}

.desktop_app_0483 {
    position: relative;
    z-index: 5;
    background-color: transparent;
    padding: 60px 0 40px;
}


.program_details_0681 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(228,225,230) 0%, rgb(193,187,194,0.5) 100%);
    overflow: hidden;
}

.program_details_0681::after {
    width: 100%;
    animation: shiftBackground 30s linear infinite;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
}

.program_details_0681 .pro_sessions_5017::before {
    z-index: 1;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(193,187,194), 0.05)
        );
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}



.program_details_0681 .img_strip_1285::before {
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(193,187,194,0.5) 100%
    );
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: overlay;
    content: "";
}

.program_details_0681 .job_success_5376 {
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 60px 50% 60px 60px;
    position: relative;
    min-height: 400px;
}

.program_details_0681 .top_learning_6017 {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    z-index: 4;
}

.program_details_0681 .top_learning_6017 svg {
    position: relative;
    fill: #ffffff;
    z-index: 2;
    height: auto;
    width: 70px;
}

.program_details_0681 h3 {
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 4;
    max-width: 100%;
    position: relative;
    font-size: 31px;
}

.program_details_0681 .pro_sessions_5017:hover h3::after {
    width: 120px;
}

.program_details_0681 p {
    margin: 0;
    line-height: 1.7;
    max-width: 100%;
    color: #000000;
    font-size: 16px;
    z-index: 4;
    position: relative;
}

.program_details_0681 .job_success_5376::before {
    position: absolute;
    top: 20px;
    opacity: 0.2;
    z-index: 1;
    height: 90%;
    background-image: 
        radial-gradient(circle, rgb(193,187,194,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(159,151,159,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    right: 48%;
    animation: floatDots 10s infinite alternate ease-in-out;
    width: 150px;
    background-size: 20px 20px, 25px 25px;
    content: "";
}

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

.cookie_view_2381 svg {
    fill: rgb(193,187,194);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}

.privacy_gate_1852 p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}

.cookie_button.track_accept_4678 {
    color: #ffffff;
    background-color: rgb(193,187,194);
    border-color: rgb(193,187,194);
}

#cookie_announcement_9782 {
    display: none;
}

#cookie_announcement_9782:checked ~ .cookie_message_banner_5836 {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.track_accept_4678:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie_visitor_8792:hover {
    background-color: rgb(193,187,194);
    color: #ffffff;
    border-color: rgb(193,187,194);
}

.cookie_message_banner_5836 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.title_portal_8274 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    min-height: 100vh;
}

.title_portal_8274::after {
    height: 15px;
    bottom: -10px;
    transform: skewY(-1deg);
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    background: rgb(193,187,194);
}

.title_portal_8274 .text_spot_3178 {
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 1;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 3;
}

.title_portal_8274 h1::after {
    transform: scaleX(1);
    background: rgb(193,187,194);
    position: absolute;
    transform-origin: left;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 4px;
    left: 0;
    content: "";
    bottom: -10px;
}

.title_portal_8274 .edu_first_9074:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.title_portal_8274 .edu_first_9074 p {
    padding: 0 1.5rem;
    color: #000000;
    max-width: 500px;
    position: relative;
    font-size: calc(18px * 1.1);
    margin-top: 1.5rem;
    line-height: 1.6;
}

.title_portal_8274 .edu_first_9074:hover svg {
    transform: rotate(5deg) scale(1.05);
}

.title_portal_8274 svg path {
    transition: fill 0.3s ease;
}

.title_portal_8274 .edu_first_9074:hover svg path,
.title_portal_8274 .edu_first_9074:hover svg text {
    fill: rgb(159,151,159);
}

.title_portal_8274 li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.title_portal_8274 .request_help_5079::before {
    left: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(159,151,159) 0%, rgb(193,187,194) 100%);
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}

.title_portal_8274 .request_help_5079:hover {
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}

.title_portal_8274 .request_help_5079:hover::before {
    opacity: 1;
}

.title_portal_8274 .img_strip_1285::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}

.title_portal_8274:hover .img_strip_1285 {
    transform: scale(1.02);
}

.title_portal_8274:hover .img_strip_1285::after {
    opacity: 0.2;
}

.stay_informed_4135 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(228,225,230);
}

.stay_informed_4135 .pro_sessions_5017 {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}

.stay_informed_4135 .query_map_7420 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10% 5%;
    position: relative;
}

.stay_informed_4135 h3 {
    color: #000000;
    font-size: clamp(18px, 5vw, 42px);
    margin-bottom: 40px;
    line-height: 1.1;
    font-weight: 700;
    grid-column: 1 / -1;
    max-width: 80%;
    position: relative;
}

.stay_informed_4135 .input_holder {
    gap: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    grid-column: 1 / -1;
}

.stay_informed_4135 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
    transition: all 0.3s ease;
}

.stay_informed_4135 input[type="email"]:focus {
    outline: none;
    border-color: rgb(193,187,194);
}

.stay_informed_4135 .mail_group_9571 {
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: transparent;
    color: #000000;
    height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    flex: 1;
    font-size: 17px;
    overflow: hidden;
    font-weight: 400;
    border-radius: 0;
}

.stay_informed_4135::after {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    width: 60%;
    content: "";
    bottom: 60px;
    position: absolute;
    left: 20%;
}

.secure_retreat_7492 h2 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 37px;
    margin-top: 0;
    border-bottom: 2px solid rgb(193,187,194);
    color: rgb(159,151,159);
    font-weight: 600;
}

.secure_retreat_7492 li {
    border-radius: 10px;
    font-weight: 400;
    border-left: 4px solid rgb(193,187,194);
    padding: 10px 20px;
    margin-bottom: 15px;
    color: #000000;
    background: rgb(193,187,194,0.5);
    font-size: 12px;
}

.ty_block_id_0581 {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.ty_block_id_0581::after {
    animation: floatGlow 15s ease-in-out infinite alternate;
    right: -5%;
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgb(193,187,194,0.5), rgb(159,151,159,0.5));
    filter: blur(70px);
    top: -10%;
    width: 30%;
    z-index: 0;
    opacity: 0.25;
    height: 50%;
}

.ty_block_id_0581 .container {
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
}

.ty_block_id_0581 h2 {
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    text-align: center;
    font-size: 31px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
}

.ty_block_id_0581:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.ty_block_id_0581 .pro_sessions_5017 {
    background: #ffffff;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    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);
    overflow: hidden;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.ty_block_id_0581:hover .pro_sessions_5017 {
    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);
    transform: translateY(-5px);
}

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

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

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

.ty_block_id_0581 span::first-letter {
    color: rgb(193,187,194);
    font-weight: 600;
    font-size: 1.5em;
}

footer::before {
    top: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(193,187,194,0.5) 50%,
    #000000 100%);
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.9;
    height: 100%;
}

.desktop_app_0483 .company_holder h3 {
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 31px;
    font-weight: 700;
}

.desktop_app_0483 .tiktok_edu_2150 {
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.desktop_app_0483 .header_site_9803 {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.desktop_app_0483 .header_site_9803 h5::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: rgb(159,151,159);
}

.desktop_app_0483 .header_site_9803 .site_start_3521 {
    display: grid;
    grid-gap: 15px;
}

.desktop_app_0483 .header_site_9803 .site_start_3521 a::before {
    position: absolute;
    left: 0;
    background: rgb(159,151,159);
    width: 6px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    height: 6px;
}

.pledge_block_1294 {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
}

.pledge_block_1294 .alumni_net_7526 {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}

.pledge_block_1294 .alumni_net_7526 {
    position: relative;
    display: inline-block;
}

.desktop_app_0483 .container::before {
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(193,187,194,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(193,187,194,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    opacity: 0.05;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}

footer::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    content: "";
    opacity: 0.3;
    left: 0;
    background: linear-gradient(to right,
    rgb(193,187,194),
    rgb(159,151,159),
    rgb(193,187,194));
    height: 5px;
}

.desktop_app_0483 .header_site_9803:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.pledge_block_1294 .alumni_net_7526::before {
    content: "";
    height: 1px;
    position: absolute;
    opacity: 0.5;
    left: -40px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(193,187,194);
    width: 30px;
}

.contact_box_5694 {
    position: relative;
    padding: 90px 0;
    background: rgb(228,225,230);
    overflow: hidden;
}

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

.contact_box_5694 h2 {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 37px;
    position: relative;
    border-bottom: 3px solid rgb(193,187,194);
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact_box_5694 .connect_feedback_2478 {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    position: relative;
}

.contact_box_5694 .connect_list_5246::before {
    z-index: -1;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-position: 0 0, 15px 15px;
    content: "";
    width: 100%;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.contact_box_5694 input[type="text"]:focus {
    background: #ffffff;
    border-left-color: rgb(159,151,159);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.contact_box_5694 .support_help_9215 {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
}

.contact_box_5694 .support_help_9215 input[type="checkbox"]:checked {
    border-color: rgb(193,187,194);
    background: rgb(193,187,194);
}

.contact_box_5694 .support_help_9215 input[type="checkbox"]:checked::after {
    height: 10px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 40%;
    position: absolute;
}

.contact_box_5694 .support_help_9215 a:hover {
    color: rgb(159,151,159);
}

.contact_box_5694 .support_help_9215 a::after {
    bottom: -2px;
    position: absolute;
    width: 100%;
    background: rgb(193,187,194);
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
}

.contact_box_5694 .request_help_5079::after {
    border-radius: 50%;
    top: 50%;
    left: 50%;
    height: 0;
    transition: all 0.6s ease;
    content: "";
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
}

.contact_box_5694 .request_help_5079:hover::after {
    height: 300%;
    width: 300%;
}

.contact_box_5694 svg path {
    transition: all 0.3s ease;
    fill: rgb(193,187,194);
}

.contact_box_5694 svg:hover path {
    fill: rgb(159,151,159);
}

.developer_experience_9376::before {
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(193,187,194,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    content: "";
}

.developer_experience_9376 .student_feedback_0594 {
    transform-style: preserve-3d;
    perspective: 1500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    display: grid;
}

.developer_experience_9376 .img_strip_1285::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
}

.developer_experience_9376 .exp_milestones_7465 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 40px;
    position: relative;
    background: #ffffff;
    z-index: 1;
    transform: rotateX(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 21px 21px;
    transform-origin: top;
}

.developer_experience_9376 .name::after {
    height: 3px;
    position: absolute;
    bottom: -5px;
    content: "";
    width: 0;
    transition: width 0.4s ease 0.1s;
    left: 0;
    background: linear-gradient(to right, rgb(159,151,159), transparent);
}

.developer_experience_9376 .exp_milestones_7465 > div:nth-child(2) {
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    font-size: 22px;
    opacity: 0.7;
}

.developer_experience_9376 .student_feedback_0594:hover .job_background_0126 {
    transform: translateZ(5px);
}

.developer_experience_9376 .job_background_0126::before {
    line-height: 0;
    color: rgb(159,151,159,0.5);
    font-size: 60px;
    position: absolute;
    left: -5px;
    top: 10px;
    opacity: 0.5;
    content: "";
}

.meet_us_5143::before {
    content: "";
    width: 100%;
    background-size: 40px 40px;
    background-position: center;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    transform-origin: center center;
    backface-visibility: hidden;
    animation: gridMove 60s linear infinite;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
}

.meet_us_5143 .container::after {
    bottom: -150px;
    opacity: 0.15;
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    background: radial-gradient(circle at center, rgb(159,151,159,0.5) 0%, transparent 70%);
    left: -100px;
    height: 300px;
    width: 300px;
}

.meet_us_5143 .pro_sessions_5017::before {
    background: 
        linear-gradient(90deg, transparent calc(33.33% - 1px), rgb(193,187,194,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
        linear-gradient(0deg, transparent calc(40% - 1px), rgb(193,187,194,0.5) calc(40%), transparent calc(40% + 1px));
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}



.meet_us_5143 .study_zone_3017 {
    backdrop-filter: blur(10px);
    position: relative;
    grid-area: logo;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    border-radius: 23px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.02);
}

.meet_us_5143 .study_zone_3017 svg {
    width: 45px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 2px rgb(193,187,194,0.5));
    fill: rgb(193,187,194);
    height: 45px;
}

.meet_us_5143 .virtual_track_2670 {
    flex-direction: row;
    backdrop-filter: blur(15px);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 23px;
    grid-area: director;
    border: 1px solid rgba(255, 255, 255, 0.07);
    align-items: center;
    gap: 25px;
}

.meet_us_5143 .virtual_track_2670:hover::before {
    opacity: 0.1;
}

.meet_us_5143 .virtual_track_2670::after {
    height: 2px;
    content: "";
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    width: 30%;
    bottom: 0;
    left: 35%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,187,194), transparent);
}

.meet_us_5143 .learn_roots_1468 {
    flex: 1;
}

.meet_us_5143 .student_journey_6413::after {
    left: 0;
    content: "";
    width: 40px;
    background: linear-gradient(90deg, rgb(193,187,194), transparent);
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    height: 2px;
}

.meet_us_5143 .study_program_0736 {
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 600;
    color: rgb(193,187,194);
}

.meet_us_5143 .text_spot_3178:hover {
    border-color: rgb(159,151,159,0.5);
    transform: translateY(-5px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}

.meet_us_5143 .text_spot_3178::before {
    z-index: -1;
    top: -300px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    width: 600px;
    height: 600px;
    position: absolute;
    animation: morphBlob 20s ease-in-out infinite alternate;
    filter: blur(60px);
    background: rgb(193,187,194,0.5);
    content: "";
    opacity: 0.03;
    right: -300px;
}



.meet_us_5143 .text_spot_3178 h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.4s ease;
    font-size: 28px;
    padding-bottom: 15px;
}

.meet_us_5143 .text_spot_3178 h2::after {
    width: 80px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159,0.5), transparent);
    left: 0;
    bottom: 0;
    height: 3px;
    transition: all 0.4s ease;
    position: absolute;
}

.meet_us_5143 .text_spot_3178:hover h2::after {
    width: 120px;
}

.meet_us_5143 .text_spot_3178 p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.9;
}

.meet_us_5143 .study_zone_3017:hover svg path,
.meet_us_5143 .study_zone_3017:hover svg {
    fill: rgb(159,151,159);
}

.attempt_now_9623::before {
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    animation: patternMove 30s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.4;
}

.attempt_now_9623 .container {
    display: flex;
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
}

.attempt_now_9623 h2::after {
    height: 3px;
    bottom: -15px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    background: #ffffff;
    content: "";
    border-radius: 10px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.attempt_now_9623 .pro_sessions_5017:hover {
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(40px) rotateX(0);
}

.attempt_now_9623 .pro_sessions_5017::before {
    top: -3px;
    background: linear-gradient(45deg, transparent 40%, rgb(159,151,159), transparent 60%);
    left: -3px;
    opacity: 0.6;
    filter: blur(3px);
    border-radius: calc(27px + 3px);
    content: "";
    z-index: -1;
    bottom: -3px;
    animation: borderGlow 3s infinite alternate;
    right: -3px;
    position: absolute;
}

.attempt_now_9623 .pro_sessions_5017:hover svg {
    transform: rotateZ(0) scale(1.1);
}

.attempt_now_9623 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.attempt_now_9623 .pro_sessions_5017:hover svg path {
    animation: pathPulse 2s infinite alternate;
    fill: #ffffff;
}

.attempt_now_9623 .request_help_5079::before {
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
}

.attempt_now_9623 .request_help_5079:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.03);
    color: rgb(193,187,194);
}

.attempt_now_9623 .request_help_5079:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

header .first_pagebar_1684 {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
    padding: 25px 30px;
}

header .first_pagebar_1684 {
    padding: 20px 15px;
    flex-direction: column;
}

header .first_pagebar_1684 .top_learning_6017 {
    position: relative;
    z-index: 2;
}

header .first_pagebar_1684 .top_learning_6017 {
    margin-bottom: 20px;
}

header .first_pagebar_1684 .top_learning_6017 .head_info_1504 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 {
    position: relative;
    margin: 0 15px;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 {
    margin: 5px 12px;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 a {
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    display: block;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    overflow: hidden;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 a {
    padding: 5px 0;
    font-size: calc(17px - 1px);
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 a::after {
    transform-origin: left center;
    transform: scaleX(0);
    background-color: rgb(159,151,159);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120 a::after {
    height: 3px;
    bottom: -2px;
    opacity: 0.3;
}

header .first_pagebar_1684 .header_site_9803 .first_class_4120:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

.pricing_shelf_5743::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    left: 0;
    position: absolute;
}

.pricing_shelf_5743 h2 {
    text-align: center;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 20px;
    transform: translateY(0);
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
}

.pricing_shelf_5743 .cert_fees_4631 {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
    padding: 0;
}

.pricing_shelf_5743 .payment_deals_8097 {
    flex-direction: column;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    display: flex;
    min-height: 380px;
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    justify-content: space-between;
}

.pricing_shelf_5743 .premium_plan_0135 {
    z-index: 2;
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
}

.pricing_shelf_5743 .learn_packs_6147 h4::after {
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    background: rgb(193,187,194);
    height: 2px;
    width: 40px;
}

.pricing_shelf_5743 .payment_pricing_1483 {
    position: relative;
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 28px;
    display: inline-block;
    background: linear-gradient(135deg, rgb(193,187,194), rgb(159,151,159));
    font-weight: 700;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    align-self: flex-start;
    margin-top: auto;
    border-radius: 10px;
}

.pricing_shelf_5743 .learn_packs_6147:hover {
    transform: translateY(-10px);
}

.pricing_shelf_5743 .learn_packs_6147:hover .payment_deals_8097::before {
    opacity: 1;
}

.pricing_shelf_5743 .learn_packs_6147:hover h4::after {
    width: 60px;
}

.pricing_shelf_5743 .learn_packs_6147:hover .payment_pricing_1483::before {
    transform: translateX(100%);
}

.future_students_4219 {
    background-color: rgb(228,225,230);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.future_students_4219::after {
    animation: moveGradient 120s linear infinite;
    z-index: 1;
    content: '';
    left: -50%;
    opacity: 0.05;
    top: -50%;
    background: linear-gradient(45deg, transparent 48%, rgb(159,151,159,0.5) 49%, rgb(159,151,159,0.5) 51%, transparent 52%);
    height: 200%;
    background-size: 100px 100px;
    position: absolute;
    width: 200%;
}

.future_students_4219 h3 {
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3.5rem;
    font-size: 33px;
}

.future_students_4219 h3::before {
    background: rgb(159,151,159);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    top: -30px;
    height: 5px;
    border-radius: 50px;
}

.future_students_4219 ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    flex-direction: column;
    margin: 0;
}

.future_students_4219 li::before {
    height: 5px;
    top: 0;
    left: 0;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,151,159,0.5), rgb(193,187,194,0.5));
    opacity: 0.3;
    width: 100%;
}

.future_students_4219 li::after {
    background: radial-gradient(circle at center bottom, rgb(159,151,159,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.future_students_4219 li:hover::before {
    opacity: 1;
}

.future_students_4219 li:hover::after {
    opacity: 0.15;
}

.future_students_4219 li svg {
    margin-bottom: 1.5rem;
    height: 60px;
    transition: all 0.4s ease;
    display: block;
    filter: drop-shadow(0 3px 6px rgb(159,151,159,0.5));
    width: 60px;
    fill: rgb(159,151,159);
}

.future_students_4219 li svg path {
    transition: all 0.4s ease;
}

.future_students_4219 li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}

.future_students_4219 li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}

.get_support_7830 {
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(255,255,255,0.9) 100%);
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 80px 20px;
    position: relative;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}

.get_support_7830::after {
    border-radius: 100px;
    filter: blur(20px);
    background: linear-gradient(to bottom right, rgb(159,151,159) 0%, transparent 70%);
    content: '';
    transform: rotate(-15deg) translateZ(-5px);
    bottom: -50px;
    right: -50px;
    z-index: -1;
    height: 200px;
    opacity: 0.6;
    width: 200px;
    position: absolute;
}

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

.get_support_7830 .reach_team_2510 {
    gap: 30px;
    background: #ffffff;
    padding: 40px 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 
                0 10px 20px rgba(0,0,0,0.05),
                0 5px 10px rgba(rgb(193,187,194,0.5), 0.08);
    border-radius: 28px;
    display: grid;
    transform: rotateX(1deg) rotateY(0.5deg);
}

.get_support_7830 .reach_team_2510 > div:nth-child(3) {
    border-left: 3px solid rgb(193,187,194);
}

.get_support_7830 span {
    margin-left: 30px;
    display: block;
    font-size: 15px;
    position: relative;
    color: #000000;
}

.get_support_7830 span::before {
    position: absolute;
    background: rgb(159,151,159);
    border-radius: 50%;
    content: '';
    top: 50%;
    left: -15px;
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
}

.get_support_7830 .ask_question_2718::before {
    height: 100%;
    left: -10px;
    z-index: -1;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(193,187,194,0.5) 0%, transparent 100%);
    content: '';
    top: 0;
    width: 0;
}

.get_support_7830 .ask_question_2718:hover::before {
    width: 100%;
}

.get_support_7830 .ask_question_2718:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.get_support_7830 svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,187,194);
}

.get_support_7830 .reach_team_2510 > div:first-child div {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
}


@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 (max-width: 991px) {.program_details_0681 {
    padding: 80px 0;
}.program_details_0681 .pro_sessions_5017 {
    display: flex;
    flex-direction: column;
}.program_details_0681 .job_success_5376 {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.program_details_0681 .img_strip_1285 {
    top: 0;
    height: 200px;
    left: 10%;
    width: 80%;
    position: absolute;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.program_details_0681 .top_learning_6017 {
    margin-bottom: 0;
    top: 160px;
    left: 40px;
    position: absolute;
}.program_details_0681 h3 {
    font-size: calc(31px * 0.9);
}.program_details_0681 .job_success_5376::before {
    display: none;
}
}


@media (max-width: 1200px) {.privacy_gate_1852 h5 {
    font-size: calc(20px - 2px);
}.privacy_gate_1852 p {
    font-size: calc(18px - 2px);
}.cookie_review_0948 {
    font-size: calc(16px - 2px);
}
}


@media (max-width: 800px) {.user_status_7851 {
    align-items: center;
    flex-direction: column;
}.cookie_view_2381 {
    margin-bottom: 10px;
}.privacy_gate_1852 {
    text-align: center;
    margin-bottom: 15px;
}.cookie_review_0948 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}



@media (min-width: 992px) {.title_portal_8274 .pro_sessions_5017 {
    padding: 4rem;
}.title_portal_8274 .text_spot_3178 {
    padding-right: 5rem;
}.title_portal_8274 .img_strip_1285 {
    height: 500px;
}.title_portal_8274 h1 {
    font-size: calc(40px * 1.5);
}.title_portal_8274 .edu_first_9074 {
    display: flex;
    padding: 2rem;
    align-items: center;
}.title_portal_8274 svg {
    width: 90px;
    height: 90px;
}.title_portal_8274 .request_help_5079 {
    padding: 1rem 2.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.title_portal_8274 .text_spot_3178,
    .title_portal_8274:hover .text_spot_3178,
    .title_portal_8274:hover h1::after,
    .title_portal_8274 .edu_first_9074,
    .title_portal_8274 .edu_first_9074:hover,
    .title_portal_8274 svg,
    .title_portal_8274 .edu_first_9074:hover svg,
    .title_portal_8274 .request_help_5079,
    .title_portal_8274 .request_help_5079:hover,
    .title_portal_8274 .img_strip_1285,
    .title_portal_8274:hover .img_strip_1285 {
    transform: none;
    transition: none;
}}



@media (max-width: 480px) {.stay_informed_4135 {
    padding: 60px 0 80px;
}.stay_informed_4135 h3 {
    font-size: 18px;
    margin-bottom: 25px;
}.stay_informed_4135 input[type="email"] {
    font-size: calc(18px * 0.9);
}.stay_informed_4135 .mail_group_9571 {
    font-size: calc(17px * 0.9);
    letter-spacing: 1px;
}.stay_informed_4135::after {
    bottom: 40px;
}}



@media (max-width: 991px) {.ty_block_id_0581 {
    padding: 4rem 0;
}.ty_block_id_0581 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.ty_block_id_0581 .pro_sessions_5017 {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.ty_block_id_0581 {
    padding: 3.5rem 0;
}.ty_block_id_0581 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.ty_block_id_0581 h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.ty_block_id_0581 .pro_sessions_5017 {
    padding: 2rem 1.5rem;
}.ty_block_id_0581 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 991px) {.desktop_app_0483 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.desktop_app_0483 .company_holder {
    grid-column: span 12;
}.desktop_app_0483 .podcast_cta_3462 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 575px) {.desktop_app_0483 {
    padding: 30px 0 20px;
}.desktop_app_0483 .company_holder,
  .desktop_app_0483 .header_site_9803 {
    padding: 20px;
}.desktop_app_0483 .company_holder h3 {
    font-size: calc(31px - 4px);
}.pledge_block_1294 {
    padding: 20px 0;
}}



@media (max-width: 768px) {.contact_box_5694 {
    padding: 60px 0;
}.contact_box_5694 h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.contact_box_5694 .connect_list_5246 {
    padding: 35px 25px 45px;
}.contact_box_5694 #contact {
    gap: 20px;
}.contact_box_5694 .img_strip_1285 {
    min-height: 250px;
}
}



@media (min-width: 768px) {.developer_experience_9376 .student_feedback_0594 {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.developer_experience_9376 .img_strip_1285 {
    transform: rotateY(-10deg);
    transform-origin: right;
    border-radius: 21px 0 0 21px;
    height: 100%;
}.developer_experience_9376 .student_feedback_0594:hover .img_strip_1285 {
    transform: rotateY(0deg) translateZ(30px);
}.developer_experience_9376 .exp_milestones_7465 {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 21px 21px 0;
}.developer_experience_9376 .student_feedback_0594:hover .exp_milestones_7465 {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (max-width: 1199px) {.meet_us_5143 {
    padding: 120px 0;
}.meet_us_5143 .pro_sessions_5017 {
    grid-template-columns: 1fr 1.2fr;
    gap: 25px;
}.meet_us_5143 .text_spot_3178 {
    padding: 35px;
}
}



@media (max-width: 767px) {.meet_us_5143 {
    padding: 80px 0;
}.meet_us_5143::before {
    background-size: 30px 30px;
}.meet_us_5143 .virtual_track_2670 {
    padding: 25px;
}.meet_us_5143 .text_spot_3178 {
    padding: 30px;
}.meet_us_5143 .study_zone_3017 {
    padding: 15px;
}.meet_us_5143 .text_spot_3178 h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 575px) {.meet_us_5143 {
    padding: 60px 0;
}.meet_us_5143 .virtual_track_2670 {
    padding: 25px 15px;
    flex-direction: column;
    text-align: center;
}.meet_us_5143 .img_strip_1285 {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}.meet_us_5143 .student_journey_6413::after {
    transform: translateX(-50%);
    left: 50%;
}.meet_us_5143 .virtual_track_2670:hover .study_program_0736 {
    transform: translateX(0) translateY(3px);
}.meet_us_5143 .text_spot_3178 {
    padding: 25px 20px;
}.meet_us_5143 .text_spot_3178 h2 {
    font-size: calc(28px * 0.8);
}.meet_us_5143 .study_zone_3017 svg {
    height: 40px;
    width: 40px;
}.meet_us_5143 .student_journey_6413 {
    font-size: calc(20px * 0.95);
}.meet_us_5143 .study_program_0736 {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 480px) {.attempt_now_9623 {
    padding: 3rem 0;
}.attempt_now_9623 h2 {
    font-size: 1.5rem;
}.attempt_now_9623 h2::after {
    width: 60px;
}.attempt_now_9623 .pro_sessions_5017 {
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.attempt_now_9623 svg {
    height: 36px;
    width: 36px;
}.attempt_now_9623 .request_help_5079 {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
}}



@media (max-width: 1200px) {.pricing_shelf_5743 {
    padding: 100px 0;
}.pricing_shelf_5743 .cert_fees_4631 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.pricing_shelf_5743 .payment_deals_8097 {
    min-height: 360px;
    padding: 25px;
}.pricing_shelf_5743 h2 {
    font-size: calc(31px - 2px);
}
}



@media (max-width: 768px) {.pricing_shelf_5743 {
    padding: 60px 0;
}.pricing_shelf_5743 .cert_fees_4631 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_shelf_5743 .payment_deals_8097 {
    min-height: auto;
    padding: 25px;
}.pricing_shelf_5743 h2 {
    font-size: calc(31px - 4px);
}.pricing_shelf_5743 .rate_card_0235 {
    margin-bottom: 40px;
    font-size: 16px;
}
}



@media (min-width: 992px) {.future_students_4219 ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.future_students_4219 li:nth-child(even) {
    transform: translateY(20px);
}.future_students_4219 li:nth-child(even):hover {
    transform: translateY(12px);
}.future_students_4219 li:nth-child(1),
    .future_students_4219 li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.future_students_4219 li:nth-child(2),
    .future_students_4219 li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media (max-width: 767px) {.future_students_4219 {
    padding: 3rem 0;
}.future_students_4219 .pro_sessions_5017 {
    padding: 1.5rem;
}.future_students_4219 h3 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.future_students_4219 h3::before {
    width: 50px;
    top: -20px;
}.future_students_4219 h3::after {
    width: 70%;
}.future_students_4219 ul {
    gap: 1.5rem;
}.future_students_4219 li {
    padding: 1.5rem 1rem;
}.future_students_4219 li svg {
    width: 45px;
    height: 45px;
}}



@media (min-width: 992px) {.get_support_7830 .reach_team_2510 {
    grid-template-columns: 2fr 1fr 1fr;
}.get_support_7830 .reach_team_2510 > div:first-child {
    grid-column: 1;
}.get_support_7830 .reach_team_2510 > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.get_support_7830 .reach_team_2510 > div:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.get_support_7830 .reach_team_2510 > div {
    transform: translateZ(15px);
}
}

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



@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}



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



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

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

@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}

@keyframes morphBlob {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(-50px, 20px) rotate(120deg);
    }
    66% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(50px, -20px) rotate(240deg);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(360deg);
    }
}


    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }



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

