﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.project_ref389 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.warp-container496 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.site_core290 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1272px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .header_primary790 {
    position: relative;
    z-index: 100;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}header .header_primary790::before {
    height: 100%;
    top: 0;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(173,164,152,0.5) 10px,
        rgb(173,164,152,0.5) 11px
    );
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
}header .header_primary790::after {
    position: absolute;
    transform: rotate(-2deg);
    left: -25%;
    width: 150%;
    opacity: 0.1;
    top: -50px;
    z-index: -2;
    background: rgb(208,201,191);
    height: 100px;
    content: "";
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .head_mainbar036 {
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 2rem;
}header .top_know419 {
    z-index: 2;
    position: relative;
}header .header_bar243 {
    border-radius: 10px;
    display: block;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(208,201,191,0.5);
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 15px;
}header .header_bar243::before {
    left: -5px;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    border: 2px dashed rgb(208,201,191,0.5);
    top: -5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: "";
    right: -5px;
}header .header_bar243:hover {
    box-shadow: 8px 8px 0 rgb(208,201,191);
    transform: rotate(0deg) translateY(-5px);
}header .header_bar243:hover::before {
    bottom: -8px;
    right: -8px;
    opacity: 1;
    left: -8px;
    top: -8px;
}header .header_bar243 svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .header_nav197 {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    align-items: center;
}header .header_nav197::before {
    width: 85%;
    bottom: 0;
    transition: width 0.3s ease;
    border-radius: 0 13px 13px 0;
    opacity: 0.15;
    content: "";
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(173,164,152,0.5) 100%);
    right: 0;
    position: absolute;
}header .header_nav197:hover::before {
    width: 100%;
}header .head_pro891 {
    margin: 5px 3px;
    position: relative;
}header .head_pro891:nth-child(odd) {
    transform: translateY(-3px);
}header .head_pro891:nth-child(even) {
    transform: translateY(3px);
}header .head_pro891 a {
    border-left: 3px solid transparent;
    overflow: hidden;
    color: #000000;
    position: relative;
    border-radius: 0 10px 0 10px;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 12px;
    background: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
}header .head_pro891 a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(208,201,191);
    transform: scaleY(0);
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: top;
    width: 5px;
}header .head_pro891 a::after {
    transform: scaleX(0);
    height: 2px;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.3s ease 0.1s;
    bottom: 0;
    width: 100%;
    left: 0;
}header .head_pro891 a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(208,201,191);
    transform: translateX(5px);
    border-left-color: rgb(208,201,191);
}header .head_pro891 a:hover::before {
    transform: scaleY(1);
}header .head_pro891 a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head_mainbar036 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .top_know419 {
    justify-self: center;
}header .header_nav197 {
    justify-content: center;
}header .header_nav197::before {
    background: rgb(173,164,152,0.5);
    width: 100%;
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_nav197 {
    flex-direction: column;
    width: 100%;
}header .head_pro891 {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .head_pro891 a {
    border-radius: 10px;
    text-align: center;
    border-bottom: 3px solid transparent;
    border-left: none;
}header .head_pro891 a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(208,201,191);
}header .head_pro891 a::before {
    transform: scaleX(0);
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    height: 5px;
    right: auto;
}header .head_pro891 a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .header_bar243 {
    padding: 10px;
    transform: none;
}header .header_bar243 svg {
    height: 40px;
}header .header_bar243:hover {
    transform: translateY(-3px);
}}.program_details650 {
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background-color: rgb(233,230,225);
    z-index: 1;
    min-height: 100vh;
    position: relative;
    justify-content: center;
}.program_details650::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(208,201,191,0.5) 100%);
    left: 0;
    top: 0;
}.program_details650::after {
    pointer-events: none;
    left: 0;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(173,164,152,0.5) 0%, transparent 50%);
    top: 0;
    animation: pulse 15s infinite alternate;
}.program_details650 .skill_up367 {
    width: 100%;
    overflow: hidden;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.program_details650 .learn_plan025 {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.program_details650 .skill_up367:hover .learn_plan025 {
    animation-play-state: paused;
}.program_details650 .knowledge_track176 {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}.program_details650 .knowledge_track176::before {
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.7;
    height: 100%;
    z-index: 2;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
}.program_details650 .knowledge_track176::after {
    top: 0;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,201,191,0.5),
        rgb(208,201,191,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    width: 100%;
    z-index: 1;
    mix-blend-mode: overlay;
    content: '';
    left: 0;
}.program_details650 .knowledge_track176 img {
    transition: transform 8s ease;
    filter: saturate(1.2) contrast(1.1);
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
    height: 100%;
}.program_details650 .knowledge_track176:hover img {
    transform: scale(1.15);
}.program_details650 .container {
    justify-content: flex-end;
    display: flex;
    height: 100%;
    padding: 2rem 0;
    position: relative;
    align-items: center;
    z-index: 10;
}.program_details650 .why_mission951 {
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    width: 100%;
    transform: translateX(0);
    border-radius: 11px;
    max-width: 600px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    animation: float 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.program_details650 .study_hack958 {
    position: relative;
}.program_details650 .study_hack958::before {
    content: '';
    top: -20px;
    opacity: 0.8;
    border-left: 2px solid rgb(208,201,191);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    border-top: 2px solid rgb(208,201,191);
}.program_details650 .study_hack958::after {
    opacity: 0.8;
    border-right: 2px solid rgb(173,164,152);
    position: absolute;
    height: 40px;
    content: '';
    border-bottom: 2px solid rgb(173,164,152);
    bottom: -20px;
    width: 40px;
    right: -20px;
}.program_details650 .study_hack958 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 31px;
    display: inline-block;
    font-weight: 700;
}.program_details650 .study_hack958 h3::after {
    bottom: -10px;
    height: 3px;
    width: 60%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(208,201,191) 0%, transparent 100%);
    left: 0;
}.program_details650 .study_hack958 p {
    opacity: 0.8;
    font-size: 18px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.6;
}.program_details650 .study_hack958 .query_inquiry216 {
    z-index: 1;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    background: linear-gradient(135deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
}.program_details650 .study_hack958 .query_inquiry216::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
}.program_details650 .study_hack958 .query_inquiry216:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.program_details650 .study_hack958 .query_inquiry216:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.program_details650 .container {
    justify-content: center;
}.program_details650 .why_mission951 {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.program_details650 {
    padding: 6rem 0;
    min-height: auto;
}.program_details650 .skill_up367 {
    height: 100%;
    position: fixed;
}.program_details650 .why_mission951 {
    padding: 2rem;
    max-width: 90%;
}.program_details650 .study_hack958 h3 {
    font-size: calc(31px * 0.8);
}.program_details650 .study_hack958 p {
    font-size: calc(18px * 0.9);
}.program_details650 .study_hack958 .query_inquiry216 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.program_details650 {
    padding: 4rem 0;
}.program_details650 .why_mission951 {
    padding: 1.5rem;
}.program_details650 .study_hack958 h3 {
    font-size: calc(31px * 0.7);
}.program_details650 .study_hack958::before,
    .program_details650 .study_hack958::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.program_details650 .learn_plan025 {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.program_details650 .learn_plan025 {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.cookie_overlay_banner126 {
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(208,201,191);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    background: rgb(233,230,225);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.consent_box163 {
    max-width: 1200px;
    padding: 20px 15px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}.track_settings094 {
    margin-right: 15px;
    flex-shrink: 0;
}.track_settings094 svg {
    height: 60px;
    width: 60px;
    fill: rgb(208,201,191);
    transition: fill 0.3s ease;
}.track_settings094 svg:hover {
    fill: rgb(173,164,152);
}.edu_settings091 {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie_overlay_banner126 h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: rgb(208,201,191);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.cookie_overlay_banner126 p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}.consent_edu634 {
    margin-left: 10px;
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 19px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(208,201,191);
    text-align: center;
}.consent_edu634:hover {
    background: rgb(173,164,152);
    box-shadow: 0 0 10px rgb(173,164,152,0.5);
}#cookies_acceptance_action269 {
    background: rgb(208,201,191);
}#refuseTrackingCookiesOption398 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_banner126 p a {
    transition: color 0.3s ease;
    color: rgb(208,201,191);
    text-decoration: underline;
}.cookie_overlay_banner126 p a:hover {
    color: rgb(173,164,152);
}
@media only screen and (max-width: 1200px) {.consent_box163 {
    align-items: center;
    flex-direction: column;
}.track_settings094 {
    margin-bottom: 15px;
}.edu_settings091 {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.consent_edu634 {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.consent_box163 {
    padding: 15px;
}.track_settings094 {
    display: none;
}.cookie_overlay_banner126 h5 {
    font-size: 16px;
}.cookie_overlay_banner126 p {
    font-size: 15px;
}}
#cookieBannerAlert206 {
    display: none;
}#cookieBannerAlert206:checked ~ .cookie_overlay_banner126 {
    visibility: hidden;
    opacity: 0;
}.get_in_touch602 {
    background: linear-gradient(
        225deg, 
        rgb(233,230,225) 0%, 
        rgb(173,164,152,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
}.get_in_touch602::before {
    content: '';
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
}.get_in_touch602::after {
    content: '';
    position: absolute;
    left: -50%;
    height: 200%;
    animation: circuit-pulse 10s infinite alternate;
    opacity: 0.6;
    z-index: 2;
    width: 200%;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(208,201,191,0.5) 0%, 
        transparent 70%
    );
}.get_in_touch602 .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding: 0 1rem;
    z-index: 3;
}.get_in_touch602 h2 {
    margin-bottom: 3rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
}.get_in_touch602 h2::before,
.get_in_touch602 h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(208,201,191), 
        transparent
    );
    bottom: -0.5rem;
    content: '';
    height: 2px;
}.get_in_touch602 h2::before {
    width: 30%;
    left: 0;
}.get_in_touch602 h2::after {
    right: 0;
    width: 30%;
}.get_in_touch602 .connect_box945 {
    background: rgb(173,164,152,0.5);
    transition: transform 0.3s ease;
    transform: rotateX(5deg) scale(0.98);
    border-radius: 22px;
    align-items: stretch;
    border: 1px solid rgb(208,201,191,0.5);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}.get_in_touch602 .connect_box945:hover {
    transform: rotateX(0) scale(1);
}.get_in_touch602 .img_display_box425 {
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
    position: relative;
}.get_in_touch602 .img_display_box425::before {
    content: '';
    position: absolute;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(208,201,191,0.5) 0%, 
        rgb(173,164,152,0.5) 100%
    );
    height: 100%;
    top: 0;
    left: 0;
}.get_in_touch602 .support_block468 {
    padding: 4rem 3rem;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
}.get_in_touch602 .support_block468::before {
    content: '';
    box-shadow: 0 0 20px rgb(208,201,191);
    right: 2rem;
    height: 10px;
    animation: signal-pulse 2s infinite alternate;
    background: rgb(208,201,191);
    border-radius: 50%;
    position: absolute;
    width: 10px;
    top: 2rem;
}.get_in_touch602 .support_block468 form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    z-index: 3;
    position: relative;
}.get_in_touch602 .support_block468 h3 {
    margin-bottom: 2rem;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #ffffff;
}.get_in_touch602 .support_block468 input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 10px;
    background: rgb(173,164,152,0.5);
    color: #ffffff;
    outline: none;
    z-index: 2;
    border: 1px solid rgb(208,201,191,0.5);
    padding: 1rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
}.get_in_touch602 .support_block468 input:not([type="checkbox"]):not([type="submit"])::before {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(208,201,191,0.5) 100%
    );
    top: 0;
    opacity: 0;
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
}.get_in_touch602 .support_block468 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(208,201,191);
    box-shadow: 0 0 15px rgb(208,201,191,0.5);
}.get_in_touch602 .support_block468 input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.get_in_touch602 .support_block468 .request_reach392 {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.get_in_touch602 .support_block468 .request_reach392 input[type="checkbox"] {
    margin-right: 1rem;
    position: relative;
    width: 22px;
    height: 22px;
    appearance: none;
    background: rgb(173,164,152,0.5);
    border: 2px solid rgb(208,201,191,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}.get_in_touch602 .support_block468 .request_reach392 input[type="checkbox"]:checked {
    background: rgb(208,201,191);
    border-color: rgb(208,201,191);
}.get_in_touch602 .support_block468 .request_reach392 input[type="checkbox"]:checked::after {
    position: absolute;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    content: '✔';
    color: #ffffff;
    left: 50%;
    top: 50%;
}.get_in_touch602 .support_block468 .request_reach392 label {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
}.get_in_touch602 .support_block468 .request_reach392 a {
    transition: color 0.3s ease;
    color: rgb(208,201,191);
    margin-left: 0.3rem;
    text-decoration: none;
}.get_in_touch602 .support_block468 .request_reach392 a:hover {
    text-decoration: underline;
}.get_in_touch602 .support_block468 .query_inquiry216 {
    border: none;
    overflow: hidden;
    letter-spacing: 0.1em;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    padding: 1rem;
    border-radius: 10px;
    background: rgb(208,201,191);
}.get_in_touch602 .support_block468 .query_inquiry216::before {
    height: 100%;
    left: -100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(208,201,191,0.5), 
        transparent
    );
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
}.get_in_touch602 .support_block468 .query_inquiry216:hover::before {
    left: 100%;
}.get_in_touch602 .support_block468 .query_inquiry216:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(208,201,191,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.get_in_touch602 .connect_box945 {
    transform: none;
    flex-direction: column;
}.get_in_touch602 .img_display_box425 {
    min-height: 300px;
    flex: 0 0 100%;
}.get_in_touch602 .support_block468 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.get_in_touch602 {
    padding: 3rem 0;
}.get_in_touch602 h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.get_in_touch602 .support_block468 h3 {
    font-size: calc(34px * 0.9);
}.get_in_touch602 .support_block468 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.get_in_touch602 .support_block468 .request_reach392 {
    align-items: flex-start;
}.get_in_touch602 .support_block468 .request_reach392 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.get_in_touch602 .connect_box945 {
    border-radius: 0;
}.get_in_touch602 .img_display_box425 {
    min-height: 250px;
}.get_in_touch602 .support_block468 {
    padding: 2rem 1.5rem;
}}.company_overview834 {
    position: relative;
    padding: 100px 0;
    background: rgb(233,230,225);
    overflow: hidden;
}.company_overview834::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(120deg, rgb(208,201,191,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(173,164,152,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 1;
}.company_overview834 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.company_overview834 h2 {
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    margin-bottom: 60px;
}.company_overview834 h2::after {
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 100px;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    left: 50%;
    content: "";
}.company_overview834 .learn_way763 {
    gap: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}.company_overview834 .edu_promise014 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.02);
    border-left: 4px solid rgb(208,201,191);
    padding: 40px;
}.company_overview834 .edu_promise014:nth-child(2) {
    border-left-color: rgb(173,164,152);
}.company_overview834 .edu_promise014::before {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.company_overview834 .edu_promise014::after {
    border-radius: 50%;
    animation: pulse 4s infinite;
    top: 30px;
    border: 2px solid rgb(208,201,191,0.5);
    width: 20px;
    right: 30px;
    position: absolute;
    height: 20px;
    content: "";
}.company_overview834 .edu_promise014:nth-child(2)::after {
    border-color: rgb(173,164,152,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.company_overview834 .edu_promise014:hover {
    background: linear-gradient(to right, rgba(rgb(208,201,191,0.5), 0.03), rgba(255, 255, 255, 0.05));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.company_overview834 .edu_promise014 h3 {
    font-size: 19px;
    display: inline-block;
    font-weight: 600;
    color: rgb(208,201,191);
    position: relative;
    margin-bottom: 20px;
}.company_overview834 .edu_promise014:nth-child(2) h3 {
    color: rgb(173,164,152);
}.company_overview834 .edu_promise014 h3::before {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
    background: currentColor;
    width: 30px;
    left: 0;
    content: "";
}.company_overview834 .edu_promise014:hover h3::before {
    width: 100%;
}.company_overview834 .edu_promise014 p {
    font-size: 13px;
    line-height: 1.8;
    padding-left: 0;
    transition: padding-left 0.3s ease;
    position: relative;
    color: #000000;
}.company_overview834 .edu_promise014:first-child {
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.2s;
    opacity: 0;
}.company_overview834 .edu_promise014:last-child {
    animation: slideIn 0.6s forwards 0.5s;
    transform: translateX(-20px);
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_overview834::after {
    background-size: 50px 50px;
    height: 100%;
    width: 100%;
    opacity: 0.03;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}.company_overview834 .container::before,
.company_overview834 .container::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    content: "";
    height: 200px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(208,201,191,0.5) 0%, transparent 70%);
}.company_overview834 .container::before {
    right: -100px;
    top: -100px;
}.company_overview834 .container::after {
    background: radial-gradient(circle, rgb(173,164,152,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
}

@media (max-width: 992px) {.company_overview834 {
    padding: 80px 0;
}.company_overview834 h2 {
    margin-bottom: 50px;
}.company_overview834 .edu_promise014 {
    padding: 30px;
}
}

@media (max-width: 768px) {.company_overview834 {
    padding: 60px 0;
}.company_overview834 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.company_overview834 .edu_promise014 {
    padding: 25px;
}.company_overview834 .edu_promise014 h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 576px) {.company_overview834 {
    padding: 40px 0;
}.company_overview834 h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.company_overview834 .edu_promise014 {
    padding: 20px;
    border-left-width: 3px;
}.company_overview834 .edu_promise014::after {
    right: 20px;
    height: 15px;
    top: 20px;
    width: 15px;
}.company_overview834 .edu_promise014 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.company_overview834 .container::before,
    .company_overview834 .container::after {
    height: 150px;
    width: 150px;
}}.thxField784 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.thxField784::before {
    transform: rotate(-5deg);
    background: rgb(208,201,191,0.5);
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    height: 120%;
    width: 60%;
    left: -10%;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.1;
}.thxField784::after {
    background: rgb(173,164,152,0.5);
    right: -5%;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 80%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    transform: rotate(3deg);
    width: 40%;
    bottom: -5%;
    z-index: 1;
}.thxField784 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.thxField784 .why_mission951 {
    padding: 60px 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    display: grid;
}.thxField784 .why_mission951:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.thxField784 .why_mission951::before {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    height: 6px;
    top: 0;
    position: absolute;
}.thxField784 .why_mission951::after {
    opacity: 0.2;
    width: 60px;
    animation: rotate 15s infinite linear;
    position: absolute;
    content: "";
    z-index: -1;
    border: 2px solid rgb(208,201,191,0.5);
    right: 20px;
    top: 20px;
    height: 60px;
}.thxField784 h5 {
    line-height: 1.4;
    transform: translateZ(0);
    position: relative;
    margin: 0 0 10px;
    font-weight: 700;
    color: rgb(208,201,191);
    padding-left: 20px;
    font-size: 20px;
}.thxField784 h5::before {
    background: rgb(208,201,191);
    top: 0.4em;
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}.thxField784 p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    padding-left: 20px;
    transition: all 0.3s ease;
    border-left: 1px solid rgb(208,201,191,0.5);
    position: relative;
    font-size: 16px;
}.thxField784 a {
    background-color: rgba(rgb(233,230,225), 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
}.thxField784 a::before {
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(208,201,191,0.5), transparent);
}.thxField784 a:hover::before {
    transform: scaleX(1);
}.thxField784 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: rgba(rgb(233,230,225), 0.5);
    transform: translateY(-2px);
}.thxField784 a:hover p {
    padding-left: 25px;
    border-left-color: rgb(208,201,191);
}

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

@media screen and (min-width: 768px) {.thxField784 {
    padding: 150px 0;
}.thxField784 .why_mission951 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.thxField784 h5 {
    max-width: 90%;
    font-size: calc(20px * 1.1);
}.thxField784 p {
    font-size: calc(16px * 1.05);
}.thxField784 a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.thxField784 {
    padding: 180px 0;
}.thxField784 .why_mission951 {
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 100px 80px;
}.thxField784 h5 {
    font-size: calc(20px * 1.2);
    padding-left: 30px;
}.thxField784 h5::before {
    width: 10px;
    height: 10px;
}.thxField784 p {
    padding-left: 30px;
    font-size: calc(16px * 1.1);
}.thxField784 a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.thxField784 {
    padding: 80px 0;
}.thxField784 .why_mission951 {
    padding: 40px 25px;
}.thxField784 h5 {
    font-size: calc(20px * 0.95);
}.thxField784 p {
    font-size: calc(16px * 0.95);
}.thxField784 a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.thxField784 .why_mission951,
    .thxField784 .why_mission951:hover,
    .thxField784 a,
    .thxField784 a:hover,
    .thxField784 p,
    .thxField784 a:hover p,
    .thxField784 a::before,
    .thxField784 a:hover::before {
    transition: none;
    animation: none;
    transform: none;
}}.join_our_mailing_list145 {
    overflow: hidden;
    isolation: isolate;
    background-color: rgb(233,230,225);
    padding: 5rem 3rem;
    position: relative;
}.join_our_mailing_list145::before {
    height: 100%;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(208,201,191,0.5) 49%, rgb(208,201,191,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(173,164,152,0.5) 49%, rgb(173,164,152,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    top: 0;
    opacity: 0.1;
    left: 0;
    content: "";
    width: 100%;
}.join_our_mailing_list145::after {
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    height: 70%;
    background: linear-gradient(135deg, transparent, rgb(208,201,191,0.5));
    animation: shift 10s infinite alternate;
    content: "";
    position: absolute;
    bottom: 0;
    width: 40%;
}.join_our_mailing_list145 .why_mission951 {
    position: relative;
    gap: 0;
    display: grid;
    grid-template-columns: 2fr 3fr;
}.join_our_mailing_list145 .why_mission951::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,201,191,0.5), transparent);
    left: 0;
    height: 1px;
    opacity: 0.5;
    top: 50%;
    content: "";
    transform: translateY(-50%) rotate(-5deg);
}.join_our_mailing_list145 p {
    color: #000000;
    font-weight: 300;
    font-size: calc(16px * 1.2);
    position: relative;
    justify-content: center;
    font-family: Arial, sans-serif;
    padding-right: 2rem;
    flex-direction: column;
    margin: 0;
    letter-spacing: 1px;
    transform-origin: left center;
    grid-column: 1 / 2;
    display: flex;
    line-height: 1.6;
}.join_our_mailing_list145 p::after {
    background: linear-gradient(to bottom, transparent, rgb(208,201,191,0.5), transparent);
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}.join_our_mailing_list145 .input_holder {
    margin-left: 2rem;
    display: flex;
    position: relative;
    align-items: center;
    grid-column: 2 / 3;
}.join_our_mailing_list145 .news_box385 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex: 1;
    font-size: 13px;
    border-radius: 10px 0 0 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}.join_our_mailing_list145 .news_box385:focus {
    outline: none;
    border-color: rgb(208,201,191,0.5);
}.join_our_mailing_list145 .news_box385::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #000000;
}.join_our_mailing_list145 .news_box385:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.join_our_mailing_list145 .email_panel780 {
    background-color: rgb(208,201,191);
    z-index: 1;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1.2rem 2rem;
    border-radius: 0 10px 10px 0;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}.join_our_mailing_list145 .email_panel780::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background-color: rgb(173,164,152);
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
}.join_our_mailing_list145 .email_panel780:hover::before {
    transform: translateX(0);
}.join_our_mailing_list145 .email_panel780:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.join_our_mailing_list145 {
    padding: 3rem 1.5rem;
}.join_our_mailing_list145 .why_mission951 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.join_our_mailing_list145 p {
    text-align: center;
    padding-bottom: 1.5rem;
    grid-column: 1 / 2;
    padding-right: 0;
}.join_our_mailing_list145 p::after {
    width: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(208,201,191,0.5), transparent);
    right: auto;
    left: 50%;
    height: 1px;
    top: auto;
}.join_our_mailing_list145 .input_holder {
    grid-column: 1 / 2;
    margin-left: 0;
    flex-direction: column;
}.join_our_mailing_list145 .news_box385 {
    margin-bottom: 1rem;
    border-radius: 10px;
    width: 100%;
}.join_our_mailing_list145 .email_panel780 {
    border-radius: 10px;
    width: 100%;
}}.project_ref389 {
    color: #ffffff;
    z-index: 1;
    padding: 6rem 0 3rem;
    position: relative;
    background-attachment: fixed;
}.project_ref389::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(208,201,191,0.5) 100%);
    z-index: -1;
    content: "";
}.project_ref389::after {
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    left: 0;
    z-index: -1;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.project_ref389 .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.project_ref389 .company_holder {
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    position: relative;
}.project_ref389 .company_holder::before,
.project_ref389 .company_holder::after {
    position: absolute;
    content: "";
    animation: slide 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(173,164,152), transparent);
    bottom: -1px;
    width: 20%;
    height: 2px;
}.project_ref389 .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.project_ref389 .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.project_ref389 .company_holder h3 {
    font-size: calc(35px * 1.3);
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
}.project_ref389 .company_holder h3::after {
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(173,164,152);
    bottom: -10px;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
}.project_ref389 .idea_pool641 {
    max-width: 600px;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    color: #ffffff;
}.project_ref389 .faq_block814 {
    display: flex;
    justify-content: center;
}.project_ref389 .head_base146 {
    gap: 6rem;
    display: flex;
    position: relative;
}.project_ref389 .head_base146::before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    height: 20px;
    content: "";
    width: 1px;
    background: rgb(208,201,191);
    position: absolute;
}.project_ref389 .header_nav197 {
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
}.project_ref389 .header_nav197:hover {
    background: rgba(rgb(208,201,191,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.project_ref389 .header_nav197 h5 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 0.8rem;
    color: rgb(173,164,152);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
}.project_ref389 .header_nav197 .head_base146 {
    display: flex;
    gap: 0.8rem;
    position: static;
    flex-direction: column;
}.project_ref389 .header_nav197 .head_base146 a {
    color: #ffffff;
    opacity: 0.75;
    font-size: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0.4rem 0;
}.project_ref389 .header_nav197 .head_base146 a::before {
    bottom: 0;
    content: "";
    height: 1px;
    transform-origin: center;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(208,201,191), transparent);
    transition: transform 0.4s ease;
    position: absolute;
    z-index: -1;
}.project_ref389 .header_nav197 .head_base146 a:hover {
    color: rgb(173,164,152);
    opacity: 1;
}.project_ref389 .header_nav197 .head_base146 a:hover::before {
    transform: scaleX(1);
}.volunteer307 {
    overflow: hidden;
    position: relative;
    padding: 1.2rem 0;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
}.volunteer307::before {
    opacity: 0.3;
    width: 100%;
    position: absolute;
    animation: bgMove 20s linear infinite;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(208,201,191,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(208,201,191,0.5), 0.05) 50%, rgba(rgb(208,201,191,0.5), 0.05) 75%, transparent 75%, transparent);
    content: "";
    background-size: 4px 4px;
    top: 0;
    left: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.volunteer307 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.volunteer307 .gift_card913 {
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
}.volunteer307 .gift_card913::before,
.volunteer307 .gift_card913::after {
    margin: 0 0.6rem;
    color: rgb(208,201,191);
    content: "•";
}

@media screen and (max-width: 992px) {.project_ref389 {
    padding: 4rem 0 2rem;
}.project_ref389 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.project_ref389 .company_holder h3 {
    font-size: 35px;
}.project_ref389 .head_base146 {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.project_ref389 .faq_block814 {
    flex-direction: column;
    align-items: center;
}.project_ref389 .head_base146 {
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
}.project_ref389 .header_nav197 {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.project_ref389 {
    padding: 3rem 0 1.5rem;
}.project_ref389 .company_holder h3 {
    font-size: calc(35px * 0.9);
}.project_ref389 .idea_pool641 {
    font-size: calc(12px * 0.9);
}.project_ref389 .header_nav197 {
    padding: 1rem;
}.project_ref389 .header_nav197 h5 {
    font-size: calc(22px * 0.9);
}.volunteer307 {
    padding: 1rem 0;
    margin-top: 2rem;
}.volunteer307 .gift_card913 {
    font-size: calc(12px * 0.9);
}.volunteer307 .gift_card913::before,
    .volunteer307 .gift_card913::after {
    display: none;
}}.connect571 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(233,230,225) 0%, rgb(208,201,191,0.5) 100%);
}.connect571::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}.connect571 .container {
    position: relative;
    z-index: 2;
}.connect571 .message_request407 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    background-color: #ffffff;
    gap: 2rem;
    display: grid;
    border-radius: 28px;
    overflow: hidden;
    grid-template-columns: 1fr;
}.connect571 .message_request407:hover {
    transform: perspective(1000px) rotateX(2deg);
}.connect571 .message_request407 h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    color: rgb(208,201,191);
    margin: 2.5rem 0 1rem;
    font-size: 28px;
}.connect571 .message_request407 h3::after {
    transform: translateX(-50%);
    border-radius: 2px;
    content: '';
    width: 60px;
    bottom: -15px;
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    left: 50%;
    position: absolute;
    height: 4px;
}.connect571 .instant_contact264 {
    font-size: 12px;
    padding: 0 1.5rem;
    text-align: center;
    margin: 0 auto 2rem;
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
}.connect571 .request_team658 {
    padding: 2rem 3rem 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    gap: 1.5rem;
}.connect571 .request_team658::before {
    top: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(208,201,191,0.5),
        rgb(173,164,152,0.5),
        rgb(208,201,191,0.5),
        transparent
    );
    content: '';
    height: 1px;
    right: 3rem;
    left: 3rem;
    position: absolute;
}.connect571 .request_team658 > span {
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    background-color: rgba(rgb(233,230,225), 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
}.connect571 .request_team658 > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.connect571 .request_team658 > span::before {
    left: 0;
    width: 4px;
    background-color: rgb(208,201,191);
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
}.connect571 .request_team658 > span:nth-child(even)::before {
    background-color: rgb(173,164,152);
}.connect571 .request_team658 > span svg {
    transition: all 0.3s ease;
    width: 24px;
    right: 1rem;
    top: 1rem;
    opacity: 0.7;
    fill: rgb(208,201,191);
    position: absolute;
    height: 24px;
}.connect571 .request_team658 > span:nth-child(even) svg {
    fill: rgb(173,164,152);
}.connect571 .request_team658 > span:hover svg {
    transform: translateY(-3px) rotate(10deg);
    opacity: 1;
}.connect571 .request_team658 > span svg path {
    transition: all 0.3s ease;
    stroke-width: 0.5;
    stroke: #ffffff;
}.connect571 .request_team658 > span:hover svg path {
    stroke-width: 1;
}.connect571 .request_team658 p {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}.connect571 .request_team658 p svg {
    opacity: 0.9;
    margin-right: 8px;
    position: static;
    height: 18px;
    width: 18px;
}.connect571 .request_team658 span > span {
    margin-top: 0.5rem;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
}.connect571 .request_team658 span > span svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
    position: static;
    opacity: 0.8;
}.connect571 .request_team658 a {
    display: inline-flex;
    color: rgb(208,201,191);
    position: relative;
    align-items: center;
    text-decoration: none;
    padding-bottom: 2px;
    font-weight: 600;
    transition: color 0.3s ease;
}.connect571 .request_team658 a svg {
    opacity: 0.9;
    margin-right: 6px;
    transition: all 0.3s ease;
    width: 14px;
    height: 14px;
    position: static;
}.connect571 .request_team658 a::after {
    transform-origin: right;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    background-color: rgb(208,201,191);
    position: absolute;
    bottom: 0;
    content: '';
    height: 1px;
    transform: scaleX(0);
}.connect571 .request_team658 a:hover {
    color: rgb(173,164,152);
}.connect571 .request_team658 a:hover svg {
    fill: rgb(173,164,152);
    transform: translateX(3px);
}.connect571 .request_team658 a:hover::after {
    background-color: rgb(173,164,152);
    transform: scaleX(1);
    transform-origin: left;
}.connect571 .support_info389 {
    grid-column: 1 / -1;
    background-color: rgba(rgb(208,201,191,0.5), 0.05);
    position: relative;
    border-radius: 10px;
    margin-top: 2rem;
    padding: 2rem;
}.connect571 .support_info389::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background: radial-gradient(circle at top right, rgb(208,201,191,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    left: 0;
}.connect571 .support_info389 h4 {
    margin-right: 10px;
    position: relative;
    color: rgb(208,201,191);
    font-weight: 600;
    align-items: center;
    font-size: 23px;
    display: inline-flex;
    margin-bottom: 1.5rem;
}.connect571 .support_info389 h4 svg {
    margin-right: 10px;
    fill: rgb(208,201,191);
    width: 20px;
    height: 20px;
    transition: transform 0.5s ease;
}.connect571 .support_info389:hover h4 svg {
    transform: rotate(360deg);
}.connect571 .support_info389 h4::after {
    width: 30px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -5px;
    height: 2px;
    background-color: rgb(173,164,152);
}.connect571 .support_info389 span {
    border-radius: 10px;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    font-size: calc(12px * 0.95);
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    color: #000000;
    padding: 0.5rem 1rem;
}.connect571 .support_info389 span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}.connect571 .support_info389 span svg {
    transition: transform 0.3s ease;
    height: 14px;
    margin-right: 8px;
    fill: rgb(173,164,152);
    opacity: 0.7;
    width: 14px;
}.connect571 .support_info389 span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.connect571 {
    background-size: 400% 400%;
    animation: floatBackground 15s ease infinite;
}.connect571 .message_request407::after {
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    height: 5px;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
@media (min-width: 992px) {.connect571 .message_request407 {
    grid-template-columns: 1fr;
}.connect571 .request_team658 {
    grid-template-columns: repeat(3, 1fr);
}.connect571 .support_info389 {
    grid-column: span 3;
}.connect571 .request_team658 > span {
    padding: 1.5rem;
}
}
@media (max-width: 991px) {.connect571 .support_info389 h4 {
    width: 100%;
    margin-bottom: 20px;
}.connect571 {
    padding: 4rem 0;
}.connect571 .request_team658 {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.connect571 .support_info389 {
    grid-column: span 2;
}.connect571 .instant_contact264 {
    max-width: 90%;
}.connect571 .request_team658 > span svg {
    width: 20px;
    height: 20px;
}.connect571 .support_info389 span svg {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 767px) {.connect571 {
    padding: 3rem 0;
}.connect571 .request_team658 {
    gap: 1rem;
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.connect571 .support_info389 {
    grid-column: 1;
    padding: 1.5rem;
}.connect571 .instant_contact264 {
    max-width: 100%;
}.connect571 .request_team658::before {
    right: 1.5rem;
    left: 1.5rem;
}.connect571 .request_team658 > span svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 575px) {.connect571 {
    padding: 2.5rem 0;
}.connect571 .message_request407 {
    gap: 1.5rem;
}.connect571 .request_team658 {
    padding: 1rem;
}.connect571 .support_info389 {
    margin-top: 1rem;
    padding: 1.2rem;
}.connect571 .support_info389 span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.connect571 .message_request407 h3 {
    font-size: calc(28px * 0.9);
    margin: 2rem 0 1.5rem;
}.connect571 .instant_contact264 {
    font-size: calc(12px * 0.95);
    padding: 0 1rem;
}.connect571 .request_team658 > span {
    padding: 0.8rem;
}.connect571 .request_team658 > span svg {
    top: 0.8rem;
    right: 0.8rem;
    height: 16px;
    width: 16px;
}.connect571 .support_info389 h4 svg {
    height: 16px;
    width: 16px;
}.connect571 .support_info389 span svg {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}}
.connect571 .message_request407 {
    animation: card-appear 0.8s ease-out forwards;
    transform-style: preserve-3d;
}@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}
.connect571 .request_team658 > span {
    animation: item-appear 0.5s ease-out forwards;
    opacity: 0;
}.connect571 .request_team658 > span:nth-child(1) {
    animation-delay: 0.1s;
}.connect571 .request_team658 > span:nth-child(2) {
    animation-delay: 0.2s;
}.connect571 .request_team658 > span:nth-child(3) {
    animation-delay: 0.3s;
}.connect571 .request_team658 > span:nth-child(4) {
    animation-delay: 0.4s;
}.connect571 .request_team658 > span:nth-child(5) {
    animation-delay: 0.5s;
}.connect571 .request_team658 > span:nth-child(6) {
    animation-delay: 0.6s;
}@keyframes item-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.connect571 .container::before {
    width: 300px;
    background: radial-gradient(circle, rgb(208,201,191,0.5) 0%, transparent 70%);
    position: absolute;
    right: -5%;
    opacity: 0.2;
    content: '';
    z-index: 0;
    height: 300px;
    top: -10%;
    border-radius: 50%;
}.connect571 .container::after {
    position: absolute;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(173,164,152,0.5) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -10%;
    left: -5%;
    width: 250px;
    height: 250px;
    z-index: 0;
    content: '';
}.connect571 .request_team658 > span:hover::after {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    animation: shine 1.5s ease forwards;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    z-index: 0;
    content: '';
}@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}.privacy_folio547 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(255,255,255,0.98) 100%);
    padding: 5rem 2rem;
    perspective: 1000px;
}.privacy_folio547::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,201,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(173,164,152,0.5) 0%, transparent 25%);
    opacity: 0.15;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateZ(-50px);
}.privacy_folio547 .container {
    padding: 2rem;
    transform: translateZ(0) rotateX(0.5deg);
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    max-width: 1140px;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(208,201,191);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
}.privacy_folio547 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.privacy_folio547 h1 {
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: -0.5px;
    line-height: 1.2;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(40px * 1.2);
    font-weight: 700;
}.privacy_folio547 h1::after {
    left: 0;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    height: 4px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    transform: scaleX(1);
    bottom: 0;
    content: "";
}.privacy_folio547:hover h1::after {
    transform: scaleX(1.5);
}.privacy_folio547 h2 {
    padding-left: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease-out;
    transform: translateX(0);
    color: #000000;
    position: relative;
    font-size: calc(34px * 1.05);
    border-left: 3px solid rgb(173,164,152);
    font-family: Arial, sans-serif;
    margin: 3rem 0 1.5rem;
}.privacy_folio547 h2:hover {
    transform: translateX(5px);
}.privacy_folio547 h3 {
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(20px * 1.2);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 2.5rem 0 1rem;
}.privacy_folio547 h4 {
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.1);
    padding-left: 1.5rem;
}.privacy_folio547 h4::before {
    left: 0;
    background-color: rgb(208,201,191);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    content: "";
    position: absolute;
    top: 50%;
}.privacy_folio547 p {
    transform: translateZ(0);
    position: relative;
    font-size: 14px;
    color: #000000;
    transition: transform 0.3s ease-out;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}.privacy_folio547 p:hover {
    transform: translateZ(5px);
}.privacy_folio547 strong {
    display: inline-block;
    padding: 0 2px;
    color: #000000;
    font-weight: 600;
    position: relative;
    background: linear-gradient(to bottom, transparent 85%, rgb(173,164,152,0.5) 85%, rgb(173,164,152,0.5) 100%);
}.privacy_folio547 ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}.privacy_folio547 ul li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.2s ease-out;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
}.privacy_folio547 ul li:hover {
    transform: translateX(5px);
}.privacy_folio547 ul li::before {
    width: 6px;
    content: "";
    left: 0;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    border-radius: 50%;
    position: absolute;
    top: 0.65rem;
    background-color: rgb(208,201,191);
    height: 6px;
}.privacy_folio547 ul li:hover::before {
    background-color: rgb(173,164,152);
    transform: scale(1.5);
}.privacy_folio547 span {
    font-size: 14px;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    color: #000000;
    border-left: 2px solid rgb(173,164,152,0.5);
    display: block;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    line-height: 1.7;
}.privacy_folio547 span:hover {
    border-left-color: rgb(173,164,152);
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {.privacy_folio547 {
    padding: 4rem 1.5rem;
}.privacy_folio547 .container {
    padding: 1.5rem;
}.privacy_folio547 h1 {
    font-size: calc(40px * 1.1);
}.privacy_folio547 h2 {
    font-size: 34px;
}
}

@media screen and (max-width: 992px) {.privacy_folio547 {
    padding: 3rem 1rem;
}.privacy_folio547 .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.privacy_folio547 .container:hover {
    transform: none;
}.privacy_folio547 h1 {
    font-size: 40px;
}
}

@media screen and (max-width: 768px) {.privacy_folio547 {
    padding: 2rem 0.5rem;
}.privacy_folio547 .container {
    padding: 1.5rem 1rem;
}.privacy_folio547 h1 {
    font-size: calc(40px * 0.9);
}.privacy_folio547 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.privacy_folio547 h3 {
    font-size: 20px;
}.privacy_folio547 h4 {
    font-size: 20px;
}.privacy_folio547 p, 
    .privacy_folio547 ul li,
    .privacy_folio547 span {
    font-size: calc(14px * 0.95);
}.privacy_folio547 ul {
    padding-left: 0.5rem;
}.privacy_folio547 span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.privacy_folio547 {
    padding: 1.5rem 0.5rem;
}.privacy_folio547 .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy_folio547 h1 {
    font-size: calc(40px * 0.8);
}.privacy_folio547 h1::after {
    height: 3px;
    width: 60px;
}.privacy_folio547 h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.privacy_folio547 ul li {
    padding-left: 1.25rem;
}.privacy_folio547 p:hover,
    .privacy_folio547 ul li:hover,
    .privacy_folio547 span:hover,
    .privacy_folio547 h2:hover {
    transform: none;
}}.user_comments348 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background-color: #ffffff;
}.user_comments348::before {
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(208,201,191,0.5), 0.03) 0%, rgba(rgb(208,201,191,0.5), 0.01) 100%);
}.user_comments348::after {
    content: "";
    top: -5%;
    transform: rotate(-15deg);
    height: 30%;
    z-index: 1;
    width: 30%;
    position: absolute;
    right: -5%;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(208,201,191) 0%, transparent 70%);
}.user_comments348 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.user_comments348 h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.user_comments348 h2::after {
    left: 50%;
    position: absolute;
    width: 6rem;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(208,201,191), transparent);
    bottom: -1rem;
    content: "";
}.user_comments348 .why_mission951 {
    position: relative;
}.user_comments348 .student_feedback294 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
    display: grid;
}.user_comments348 .learner_stories568 {
    z-index: 2;
    border-left: 3px solid rgb(208,201,191);
    transform: translateY(0);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    position: relative;
    padding: 2.5rem 2rem;
}.user_comments348 .learner_stories568::before {
    z-index: -1;
    content: "";
    opacity: 0.1;
    line-height: 1;
    font-family: serif;
    font-size: 6rem;
    color: rgb(208,201,191);
    top: 1.5rem;
    position: absolute;
    right: 1.5rem;
}.user_comments348 .learner_stories568:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.user_comments348 .learner_stories568 h3 {
    font-size: calc(23px - 0.1rem);
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    color: rgb(208,201,191);
}.user_comments348 .learner_stories568 h3::after {
    position: absolute;
    transition: width 0.3s ease-in-out;
    content: "";
    width: 0;
    left: 0;
    height: 2px;
    background-color: rgb(208,201,191);
    bottom: -5px;
}.user_comments348 .learner_stories568:hover h3::after {
    width: 100%;
}.user_comments348 .learner_stories568 .description {
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
    margin-bottom: 1.5rem;
}.user_comments348 .learner_stories568 div {
    margin-top: auto;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}.user_comments348 .learner_stories568 img {
    border-radius: 50%;
    object-fit: cover;
    height: 60px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 60px;
    transform-origin: center;
    border: 3px solid rgba(rgb(208,201,191,0.5), 0.2);
}.user_comments348 .learner_stories568:hover img {
    border-color: rgb(208,201,191);
    transform: scale(1.05);
}.user_comments348 .student_feedback294::after {
    content: "";
    height: 10px;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(rgb(208,201,191,0.5), 0.05), transparent);
    filter: blur(5px);
    width: 80%;
    border-radius: 100px;
    bottom: -50px;
}

@media (min-width: 992px) {.user_comments348 {
    padding: 8rem 0;
}.user_comments348 h2 {
    font-size: calc(32px + 0.2rem);
    margin-bottom: 4.5rem;
}.user_comments348 .student_feedback294 {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}.user_comments348 .learner_stories568 {
    padding: 3rem 2.5rem;
}.user_comments348 .learner_stories568:nth-child(odd) {
    transform: translateY(15px);
}.user_comments348 .learner_stories568:nth-child(odd):hover {
    transform: translateY(7px);
}.user_comments348 .learner_stories568:nth-child(even) {
    transform: translateY(-15px);
}.user_comments348 .learner_stories568:nth-child(even):hover {
    transform: translateY(-23px);
}.user_comments348 .learner_stories568::after {
    height: 1px;
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(208,201,191));
    opacity: 0.3;
    width: 40%;
    top: 0;
}
}

@media (min-width: 1200px) {.user_comments348 .student_feedback294 {
    grid-template-columns: repeat(4, 1fr);
}.user_comments348::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(208,201,191,0.5), 0.02) 0px,
      rgba(rgb(208,201,191,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.user_comments348 .learner_stories568 {
    padding: 2.2rem 1.8rem;
}.user_comments348 h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.user_comments348 {
    padding: 4rem 0;
}.user_comments348 h2 {
    font-size: calc(32px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_comments348 .student_feedback294 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.user_comments348 .learner_stories568 {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.user_comments348 {
    padding: 3rem 0;
}.user_comments348 .container {
    padding: 0 1.5rem;
}.user_comments348 .student_feedback294 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_comments348 .learner_stories568 {
    padding: 1.8rem 1.3rem;
}.user_comments348 .learner_stories568::before {
    top: 1rem;
    right: 1rem;
    font-size: 4rem;
}.user_comments348 h2 {
    font-size: calc(32px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.user_comments348 .learner_stories568 {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.user_comments348 .learner_stories568:nth-child(1) {
    animation-delay: 0.1s;
}.user_comments348 .learner_stories568:nth-child(2) {
    animation-delay: 0.2s;
}.user_comments348 .learner_stories568:nth-child(3) {
    animation-delay: 0.3s;
}.user_comments348 .learner_stories568:nth-child(4) {
    animation-delay: 0.4s;
}.user_comments348 .learner_stories568:nth-child(5) {
    animation-delay: 0.5s;
}.user_comments348 .learner_stories568:nth-child(6) {
    animation-delay: 0.6s;
}.user_comments348 .learner_stories568:nth-child(7) {
    animation-delay: 0.7s;
}}.title_opener027 {
    display: flex;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
}.title_opener027::before {
    z-index: 1;
    top: 0;
    opacity: 0.15;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgb(208,201,191,0.5) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgb(173,164,152,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
}.title_opener027::after {
    background: rgb(208,201,191);
    width: 100%;
    opacity: 0.05;
    content: "";
    transform: rotate(-35deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    height: 100%;
    z-index: 0;
    right: -50%;
    position: absolute;
    top: -50%;
}.title_opener027 .page_entry096 {
    width: 100%;
    display: grid;
    position: relative;
    z-index: 2;
    opacity: 1;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    transform: translateY(0);
}.title_opener027 .page_entry096 > div:first-child {
    padding: 2rem;
    position: relative;
    transform: translateX(-5px);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border-left: 4px solid rgb(208,201,191);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
}.title_opener027 .page_entry096 > div:first-child::before {
    opacity: 0.5;
    width: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #ffffff;
}.title_opener027 h3 {
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-size: calc(24px * 0.95);
    color: #000000;
    font-weight: 600;
}.title_opener027 h3::after {
    position: absolute;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    bottom: -10px;
    height: 3px;
    content: "";
    background: rgb(208,201,191);
    left: 0;
    transform-origin: left;
    width: 60px;
}.title_opener027 .legacy_story496 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
    border-radius: 10px;
    background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.title_opener027 .legacy_story496::before {
    z-index: 1;
    background: linear-gradient(to right, rgb(208,201,191,0.5), transparent);
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
}.title_opener027 .legacy_story496:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.15);
}.title_opener027 h1 {
    transform: translateY(0);
    color: #ffffff;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    margin: 0 0 2rem 0;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.2;
}.title_opener027 h1::before {
    background: rgb(173,164,152);
    position: absolute;
    left: 0;
    height: 4px;
    width: 80px;
    content: "";
    bottom: -10px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    transform-origin: left;
}.title_opener027 .legacy_story496 > div {
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 10px;
    margin-top: 2rem;
}.title_opener027 .legacy_story496 > div:hover {
    transform: perspective(1000px) rotateX(5deg);
}.title_opener027 .legacy_story496 > div::before {
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
}.title_opener027 .legacy_story496 > div::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    animation: shimmer 3s infinite;
    top: 0;
}.title_opener027 p {
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: calc(13px * 1.1);
    padding: 2.5rem 2rem;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@media (min-width: 768px) {.title_opener027 .page_entry096 {
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
}.title_opener027 .page_entry096 > div:first-child {
    transform: translateY(2rem);
    margin-top: 3rem;
}.title_opener027 h3 {
    font-size: 24px;
}.title_opener027 h1 {
    font-size: calc(47px * 1.1);
}.title_opener027 p {
    font-size: calc(13px * 1.2);
}
}

@media (min-width: 1024px) {.title_opener027 {
    padding: 5rem;
}.title_opener027 .page_entry096 {
    grid-template-columns: 1fr 1.75fr;
    gap: 4rem;
}.title_opener027 .page_entry096 > div:first-child {
    padding: 3rem;
    margin-top: 2rem;
}.title_opener027 h3 {
    font-size: calc(24px * 1.1);
}.title_opener027 h1 {
    max-width: 90%;
    font-size: calc(47px * 1.2);
}.title_opener027 .legacy_story496 {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title_opener027 {
    padding: 3rem 1.5rem;
}.title_opener027 h1 {
    font-size: calc(47px * 0.85);
}.title_opener027 .legacy_story496 {
    padding: 2rem;
}.title_opener027 p {
    padding: 1.5rem;
    font-size: 13px;
}.title_opener027 h3 {
    font-size: calc(24px * 0.85);
}
}

@media (max-width: 480px) {.title_opener027 {
    padding: 2rem 1rem;
}.title_opener027 h1 {
    font-size: calc(47px * 0.75);
}.title_opener027 .legacy_story496 {
    padding: 1.5rem;
}.title_opener027 p {
    font-size: calc(13px * 0.9);
    padding: 1.25rem;
}}.developer_experience901 {
    background: rgb(233,230,225);
    isolation: isolate;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.developer_experience901::before {
    right: -5%;
    position: absolute;
    z-index: -1;
    width: 60%;
    transform: rotate(15deg);
    height: 140%;
    background: rgb(208,201,191,0.5);
    top: -20%;
    content: "";
    filter: blur(3px);
}.developer_experience901::after {
    animation: morph 15s linear infinite alternate;
    height: 30%;
    left: -5%;
    z-index: -1;
    background: rgb(173,164,152,0.5);
    content: "";
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -5%;
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.developer_experience901 .learner_stories568 {
    gap: 0;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0 auto;
    max-width: 1100px;
}.developer_experience901 .img_display_box425 {
    grid-row: 1 / 2;
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 2;
    transform: translateX(-5%);
    grid-column: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.developer_experience901 .img_display_box425::after {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    content: "";
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 100%;
    position: absolute;
}.developer_experience901 .learner_stories568:hover .img_display_box425 {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.developer_experience901 .career_experience724 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    flex-direction: column;
    transform: translateX(-15%);
    padding: 3rem 3rem 3rem 5rem;
    background: #ffffff;
}.developer_experience901 .learner_stories568:hover .career_experience724 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.developer_experience901 .name {
    margin-bottom: 0.7rem;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    color: rgb(208,201,191);
}.developer_experience901 .name::before {
    border-radius: 10px;
    background: rgb(173,164,152,0.5);
    transform: rotate(45deg) scale(0);
    transition: transform 0.4s ease 0.2s;
    width: 30px;
    left: -20px;
    content: "";
    top: -10px;
    position: absolute;
    height: 30px;
    z-index: -1;
}.developer_experience901 .learner_stories568:hover .name::before {
    transform: rotate(45deg) scale(1);
}.developer_experience901 .career_experience724 > div:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease 0.3s;
    color: rgb(173,164,152);
    transform: translateX(-20px);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.9;
}.developer_experience901 .learner_stories568:hover .career_experience724 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.developer_experience901 .past_jobs041 {
    font-style: italic;
    opacity: 0;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    font-weight: 400;
    font-size: 12px;
    padding-top: 20px;
}.developer_experience901 .learner_stories568:hover .past_jobs041 {
    transform: translateY(0);
    opacity: 1;
}.developer_experience901 .past_jobs041::before {
    height: 3px;
    top: 0;
    background: linear-gradient(to right, rgb(208,201,191), transparent);
    content: "";
    left: 0;
    width: 60px;
    position: absolute;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.developer_experience901 .career_experience724::after {
    z-index: -1;
    border-radius: 50%;
    background: rgb(208,201,191,0.5);
    right: 20px;
    height: 40px;
    bottom: 20px;
    content: "";
    animation: float 4s ease-in-out infinite;
    position: absolute;
    width: 40px;
}

@media (max-width: 992px) {.developer_experience901 .learner_stories568 {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.developer_experience901 .img_display_box425 {
    transform: none;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    height: 300px;
}.developer_experience901 .img_display_box425::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.developer_experience901 .career_experience724 {
    grid-row: 2 / 3;
    padding: 2rem;
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
}.developer_experience901 .learner_stories568:hover .career_experience724 {
    transform: translateY(-5px);
}}.pricing_item368 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing_item368::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.pricing_item368 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.fee_choices049 {
    position: relative;
}.fee_choices049::before {
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(208,201,191,0.5) 5%, transparent 70%);
    filter: blur(15px);
    animation: pulseGlow 8s infinite alternate;
    top: -50px;
    content: "";
    position: absolute;
}.fee_choices049::after {
    height: 300px;
    animation: pulseGlow 10s infinite alternate-reverse;
    width: 300px;
    background: radial-gradient(ellipse, rgb(173,164,152,0.5) 5%, transparent 70%);
    position: absolute;
    left: -80px;
    filter: blur(20px);
    content: "";
    bottom: -80px;
}.pricing_item368 h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(173,164,152));
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    margin-bottom: 20px;
    color: transparent;
    font-size: 33px;
    transition: transform 0.5s ease;
    background-clip: text !important;
}.pricing_item368 .cost_fee759 {
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(15px * 1.1);
    margin: 0 auto 50px;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
    max-width: 800px;
}.pricing_item368 .price_plan963 {
    padding: 0;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    display: grid;
}.pricing_item368 .price_plan963 li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}.pricing_item368 .price_plan963 li:hover {
    transform: translateY(-15px) rotateY(5deg);
    z-index: 5;
}.pricing_item368 .rate_choices401 {
    display: block;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    overflow: hidden;
    position: relative;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
}.pricing_item368 .rate_choices401::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(208,201,191,0.5), transparent 70%);
    height: 100%;
}.pricing_item368 .rate_choices401:hover::before {
    opacity: 0.2;
}.pricing_item368 .rate_choices401::after {
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    content: "";
    z-index: 1;
    height: 200%;
    top: -50%;
    transform: rotate(45deg);
    opacity: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 200%;
    left: -50%;
}.pricing_item368 .rate_choices401:hover::after {
    top: 100%;
    opacity: 0.3;
    left: 100%;
}.pricing_item368 .learning_packages945 {
    display: flex;
    height: 100%;
    min-height: 400px;
    z-index: 2;
    padding: 30px;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}.pricing_item368 .study_price453 {
    flex-direction: column;
    flex: 1;
    display: flex;
}.pricing_item368 .rate_choices401 h4 {
    color: rgb(208,201,191);
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(22px * 1.1);
    position: relative;
}.pricing_item368 .rate_choices401:hover h4 {
    transform: translateX(5px);
}.pricing_item368 .rate_choices401 h4::after {
    content: "";
    bottom: 0;
    width: 60px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    height: 3px;
}.pricing_item368 .rate_choices401:hover h4::after {
    width: 100px;
}.pricing_item368 .rate_choices401 p {
    flex: 1;
    scrollbar-color: rgb(208,201,191) rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    word-break: normal;
    margin: 0 0 25px;
    overflow-y: auto;
    font-size: 15px;
    max-height: 250px;
    overflow-wrap: break-word;
    color: #ffffff;
    scrollbar-width: thin;
}.pricing_item368 .rate_choices401 p::-webkit-scrollbar {
    width: 6px;
}.pricing_item368 .rate_choices401 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_item368 .rate_choices401 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(208,201,191);
}.pricing_item368 .member_fees893 {
    transform: translateZ(20px);
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,201,191), rgb(173,164,152));
    margin-top: auto;
    padding: 10px 20px;
    display: inline-block;
    font-size: calc(22px * 1.3);
    transition: all 0.3s ease;
    font-weight: 700;
}.pricing_item368 .member_fees893::before {
    position: absolute;
    transition: left 0.6s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
}.pricing_item368 .rate_choices401:hover .member_fees893::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.pricing_item368 {
    padding: 80px 0;
}.pricing_item368 .price_plan963 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing_item368 h2 {
    font-size: calc(33px * 0.9);
}.pricing_item368 .cost_fee759 {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing_item368 .learning_packages945 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_item368 {
    padding: 60px 0;
}.pricing_item368 .price_plan963 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_item368 .rate_choices401 h4 {
    font-size: 22px;
}.pricing_item368 .member_fees893 {
    font-size: calc(22px * 1.1);
}.pricing_item368 .price_plan963 li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.pricing_item368 {
    padding: 50px 0;
}.pricing_item368 h2 {
    font-size: calc(33px * 0.8);
}.pricing_item368 .cost_fee759 {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.pricing_item368 .price_plan963 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.pricing_item368 .learning_packages945 {
    padding: 20px;
    min-height: 300px;
}.pricing_item368 .rate_choices401 p {
    font-size: calc(15px * 0.9);
    max-height: 180px;
}.pricing_item368 .member_fees893 {
    padding: 8px 15px;
}
}