* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.grid-container_sys {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.header_nav_sys {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 11px;
    padding: 1px;
}::-webkit-scrollbar-button {
    width: 14px;
    height: 8px;
    border-radius: 10px;
}::-webkit-scrollbar-thumb {
    border: 3px double rgb(244,229,201);
    background: rgb(217,168,109,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(217,168,109,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px 2px 3px 0px rgba(0, 0, 0, 0.4);
    background: rgb(231,200,155,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 0px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1249px;
}.peer_help_sys {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_habitat_sys {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(rgb(231,200,155,0.5), 0.03), rgba(rgb(217,168,109,0.5), 0.07));
}.secure_habitat_sys::before {
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    right: 0;
    perspective: 1000px;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(rgb(231,200,155,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(231,200,155,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(231,200,155,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(231,200,155,0.5), 0.02) 75%);
    pointer-events: none;
    left: 0;
    animation: backgroundShift 60s linear infinite;
    bottom: 0;
    transform-style: preserve-3d;
    background-size: 20px 20px;
    content: "";
}.secure_habitat_sys::after {
    height: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.secure_habitat_sys .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
}.secure_habitat_sys h1 {
    margin-bottom: 2rem;
    position: relative;
    border-bottom: 2px solid rgba(rgb(231,200,155,0.5), 0.2);
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 700;
    font-size: 43px;
    transform: translateZ(5px);
    padding-bottom: 1rem;
    color: rgb(231,200,155);
}.secure_habitat_sys h1::after {
    height: 3px;
    transform-origin: left;
    position: absolute;
    width: 60px;
    transform: scaleX(1);
    content: "";
    background: linear-gradient(90deg, rgb(231,200,155), rgb(217,168,109));
    left: 0;
    bottom: -2px;
}.secure_habitat_sys h2 {
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    color: rgb(217,168,109);
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    padding-left: 1rem;
    transform: translateZ(3px);
    font-size: 37px;
    animation-delay: 0.2s;
}.secure_habitat_sys h2::before {
    background: linear-gradient(to bottom, rgb(231,200,155), rgb(217,168,109));
    bottom: 0;
    top: 0;
    content: "";
    width: 3px;
    position: absolute;
    border-radius: 10px;
    left: 0;
}.secure_habitat_sys h3 {
    transform: translateZ(2px);
    margin: 2rem 0 1.2rem;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-size: calc(37px * 0.85);
    color: rgb(217,168,109);
    padding-left: 0.8rem;
    opacity: 0;
    animation-delay: 0.3s;
    font-weight: 600;
}.secure_habitat_sys h3::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    border-radius: 10px;
    width: 2px;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,168,109), rgb(231,200,155));
}.secure_habitat_sys h4 {
    font-size: calc(37px * 0.7);
    font-weight: 400;
    margin: 1.8rem 0 1rem;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.4s;
    padding-left: 0.6rem;
    color: rgb(231,200,155);
    transform: translateZ(1px);
}.secure_habitat_sys h4::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    background: rgb(231,200,155);
    top: 0;
    width: 1px;
    left: 0;
    bottom: 0;
}.secure_habitat_sys p {
    animation-delay: 0.5s;
    transform: translateZ(0);
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
}.secure_habitat_sys p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.secure_habitat_sys strong {
    color: rgb(231,200,155);
    font-weight: 600;
}.secure_habitat_sys ul {
    animation-delay: 0.6s;
    list-style: none;
    opacity: 0;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.secure_habitat_sys li {
    color: #000000;
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}.secure_habitat_sys li::before {
    animation: pulse 3s infinite alternate;
    position: absolute;
    height: 8px;
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
    width: 8px;
}.secure_habitat_sys span {
    font-size: 14px;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(217,168,109,0.5), 0.05), rgba(rgb(231,200,155,0.5), 0.05));
    transition: all 0.3s ease;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
    line-height: 1.7;
    transform: translateZ(0);
    display: block;
    opacity: 0;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(217,168,109);
    padding: 1rem;
}.secure_habitat_sys span:hover {
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(217,168,109,0.5), 0.08), rgba(rgb(231,200,155,0.5), 0.08));
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.secure_habitat_sys {
    padding: 4rem 0;
}.secure_habitat_sys .container {
    padding: 0 15px;
}.secure_habitat_sys h1 {
    font-size: calc(43px * 0.9);
}.secure_habitat_sys h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 767px) {.secure_habitat_sys {
    padding: 3rem 0;
}.secure_habitat_sys h1 {
    font-size: calc(43px * 0.8);
}.secure_habitat_sys h2 {
    padding-left: 0.8rem;
    font-size: calc(37px * 0.8);
}.secure_habitat_sys h3 {
    padding-left: 0.6rem;
    font-size: calc(37px * 0.7);
}.secure_habitat_sys h4 {
    font-size: calc(37px * 0.6);
    padding-left: 0.5rem;
}.secure_habitat_sys p, .secure_habitat_sys li, .secure_habitat_sys span {
    font-size: calc(14px * 0.95);
}.secure_habitat_sys ul {
    padding-left: 0.8rem;
}.secure_habitat_sys li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.secure_habitat_sys {
    padding: 2rem 0;
}.secure_habitat_sys h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.secure_habitat_sys h2 {
    margin: 2rem 0 1rem;
}.secure_habitat_sys p, .secure_habitat_sys li, .secure_habitat_sys span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.secure_habitat_sys span {
    padding: 0.8rem;
}.secure_habitat_sys li::before {
    height: 6px;
    width: 6px;
}}.peer_help_sys {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 3rem;
    z-index: 1;
    background-attachment: fixed;
}.peer_help_sys::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(231,200,155,0.5) 100%);
    top: 0;
}.peer_help_sys::after {
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.peer_help_sys .container {
    position: relative;
    flex-direction: column;
    display: flex;
}.peer_help_sys .company_holder {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    padding-bottom: 2.5rem;
}.peer_help_sys .company_holder::before,
.peer_help_sys .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(217,168,109), transparent);
    content: "";
    bottom: -1px;
    height: 2px;
    animation: slide 3s infinite alternate;
    width: 20%;
    position: absolute;
}.peer_help_sys .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.peer_help_sys .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.peer_help_sys .company_holder h3 {
    font-size: calc(37px * 1.3);
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
}.peer_help_sys .company_holder h3::after {
    background: rgb(217,168,109);
    content: "";
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
}.peer_help_sys .discount_cta_sys {
    color: #ffffff;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    max-width: 600px;
    font-size: 16px;
}.peer_help_sys .report_abuse_sys {
    display: flex;
    justify-content: center;
}.peer_help_sys .head_top_sys {
    display: flex;
    gap: 6rem;
    position: relative;
}.peer_help_sys .head_top_sys::before {
    position: absolute;
    left: 50%;
    width: 1px;
    background: rgb(231,200,155);
    content: "";
    top: -30px;
    transform: translateX(-50%);
    height: 20px;
}.peer_help_sys .header_lesson_sys {
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}.peer_help_sys .header_lesson_sys:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(231,200,155,0.5), 0.1);
}.peer_help_sys .header_lesson_sys h5 {
    font-size: 20px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
    color: rgb(217,168,109);
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
    font-weight: 600;
}.peer_help_sys .header_lesson_sys .head_top_sys {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.peer_help_sys .header_lesson_sys .head_top_sys a {
    text-align: center;
    overflow: hidden;
    opacity: 0.75;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
}.peer_help_sys .header_lesson_sys .head_top_sys a::before {
    position: absolute;
    transform-origin: center;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(231,200,155), transparent);
    left: 0;
    height: 1px;
    content: "";
    width: 100%;
    z-index: -1;
    transform: scaleX(0);
    bottom: 0;
}.peer_help_sys .header_lesson_sys .head_top_sys a:hover {
    opacity: 1;
    color: rgb(217,168,109);
}.peer_help_sys .header_lesson_sys .head_top_sys a:hover::before {
    transform: scaleX(1);
}.contact_edu_sys {
    overflow: hidden;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin-top: 4rem;
}.contact_edu_sys::before {
    position: absolute;
    height: 100%;
    content: "";
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    top: 0;
    opacity: 0.3;
    left: 0;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(231,200,155,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(231,200,155,0.5), 0.05) 50%, rgba(rgb(231,200,155,0.5), 0.05) 75%, transparent 75%, transparent);
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_edu_sys .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.contact_edu_sys .knowl_base_sys {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    position: relative;
    color: #ffffff;
}.contact_edu_sys .knowl_base_sys::before,
.contact_edu_sys .knowl_base_sys::after {
    color: rgb(231,200,155);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.peer_help_sys {
    padding: 4rem 0 2rem;
}.peer_help_sys .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.peer_help_sys .company_holder h3 {
    font-size: 37px;
}.peer_help_sys .head_top_sys {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.peer_help_sys .report_abuse_sys {
    flex-direction: column;
    align-items: center;
}.peer_help_sys .head_top_sys {
    max-width: 450px;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
}.peer_help_sys .header_lesson_sys {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.peer_help_sys {
    padding: 3rem 0 1.5rem;
}.peer_help_sys .company_holder h3 {
    font-size: calc(37px * 0.9);
}.peer_help_sys .discount_cta_sys {
    font-size: calc(16px * 0.9);
}.peer_help_sys .header_lesson_sys {
    padding: 1rem;
}.peer_help_sys .header_lesson_sys h5 {
    font-size: calc(20px * 0.9);
}.contact_edu_sys {
    padding: 1rem 0;
    margin-top: 2rem;
}.contact_edu_sys .knowl_base_sys {
    font-size: calc(12px * 0.9);
}.contact_edu_sys .knowl_base_sys::before,
    .contact_edu_sys .knowl_base_sys::after {
    display: none;
}}.contact_information_sys {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(244,229,201);
}.contact_information_sys::before {
    height: 400px;
    right: -150px;
    width: 400px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(231,200,155,0.5), rgb(217,168,109,0.5));
    filter: blur(70px);
    top: -150px;
    border-radius: 50%;
    z-index: 1;
}.contact_information_sys::after {
    z-index: 1;
    bottom: -100px;
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    height: 300px;
    background: linear-gradient(225deg, rgb(217,168,109,0.5), rgb(231,200,155,0.5));
    width: 300px;
    left: -100px;
    content: "";
}.contact_information_sys .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.contact_information_sys h2 {
    font-size: 29px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
}.contact_information_sys h2::before {
    left: calc(50% - 120px);
    content: "";
    height: 50px;
    top: -25px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: rgb(231,200,155,0.5);
}.contact_information_sys h2::after {
    bottom: -15px;
    z-index: -1;
    border-radius: 50%;
    right: calc(50% - 100px);
    height: 30px;
    position: absolute;
    background: rgb(217,168,109,0.5);
    width: 30px;
    content: "";
}.contact_information_sys .reach_links_sys {
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
}.contact_information_sys .reach_links_sys::before {
    pointer-events: none;
    inset: 0;
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(231,200,155,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(217,168,109,0.5) 99%
    );
}.contact_information_sys .cover_photo_sys {
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    min-height: 500px;
}.contact_information_sys .cover_photo_sys::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
}.contact_information_sys .cover_photo_sys::after {
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    position: absolute;
    content: "";
    z-index: 2;
    right: 20px;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_information_sys .support_map_sys {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
}.contact_information_sys form {
    position: relative;
    z-index: 3;
}.contact_information_sys form h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_information_sys form input[type="text"] {
    font-size: 14px;
    border-radius: 12px;
    color: #000000;
    border: none;
    width: 100%;
    background: rgb(244,229,201);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 25px;
}.contact_information_sys form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(231,200,155), 0.1);
    outline: none;
    border: 1px solid transparent;
    background: linear-gradient(rgb(244,229,201), rgb(244,229,201)) padding-box,
                linear-gradient(to right, rgb(231,200,155), rgb(217,168,109)) border-box;
}.contact_information_sys form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_information_sys .message_inquiry_sys {
    position: relative;
    margin-bottom: 30px;
}.contact_information_sys .message_inquiry_sys input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_sys .message_inquiry_sys label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: 14px;
}.contact_information_sys .message_inquiry_sys label::before {
    height: 22px;
    position: absolute;
    content: "";
    width: 22px;
    background: rgb(244,229,201);
    border-radius: 6px;
    top: 0;
    transition: all 0.3s ease;
    left: 0;
}.contact_information_sys .message_inquiry_sys input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
}.contact_information_sys .message_inquiry_sys input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    height: 12px;
    border: solid #ffffff;
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact_information_sys .message_inquiry_sys label a {
    color: rgb(231,200,155);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_information_sys .message_inquiry_sys label a:hover {
    color: rgb(217,168,109);
}.contact_information_sys .request_feedback_sys {
    width: 100%;
    font-weight: 600;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
    color: #ffffff;
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding: 20px;
}.contact_information_sys .request_feedback_sys::before {
    background: linear-gradient(135deg, rgb(217,168,109), rgb(231,200,155));
    height: 100%;
    z-index: -1;
    transform-origin: right;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    top: 0;
    transform: scaleX(0);
    left: 0;
    width: 100%;
}.contact_information_sys .request_feedback_sys:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_information_sys svg {
    fill: none;
    stroke: rgb(231,200,155);
    margin-right: 12px;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}.contact_information_sys svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(231,200,155);
}.contact_information_sys svg:hover,
.contact_information_sys svg:hover path {
    stroke: rgb(217,168,109);
}

@media (max-width: 1024px) {.contact_information_sys {
    padding: 70px 0;
}.contact_information_sys .support_map_sys {
    padding: 45px;
}.contact_information_sys .cover_photo_sys {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_information_sys {
    padding: 60px 0;
}.contact_information_sys h2 {
    margin-bottom: 40px;
}.contact_information_sys .reach_links_sys {
    flex-direction: column;
}.contact_information_sys .cover_photo_sys {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.contact_information_sys .support_map_sys {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_information_sys form h3 {
    margin-bottom: 25px;
}.contact_information_sys form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_information_sys {
    padding: 50px 0;
}.contact_information_sys h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.contact_information_sys .cover_photo_sys {
    min-height: 220px;
}.contact_information_sys .support_map_sys {
    padding: 30px 20px;
}.contact_information_sys form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.contact_information_sys form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(14px * 0.95);
    margin-bottom: 16px;
}.contact_information_sys .request_feedback_sys {
    padding: 16px;
}.contact_information_sys .message_inquiry_sys label {
    font-size: calc(14px * 0.95);
}}.our_mission_sys {
    background: linear-gradient(145deg, rgb(244,229,201) 0%, rgb(217,168,109,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.our_mission_sys::before {
    height: 70%;
    background: linear-gradient(120deg, rgb(231,200,155,0.5) 0%, transparent 70%);
    top: -5%;
    content: "";
    z-index: 1;
    width: 50%;
    right: -10%;
    position: absolute;
    opacity: 0.7;
    transform: rotate(-15deg);
}.our_mission_sys::after {
    left: -10%;
    opacity: 0.6;
    height: 50%;
    background: linear-gradient(240deg, rgb(217,168,109,0.5) 0%, transparent 80%);
    transform: rotate(10deg);
    position: absolute;
    content: "";
    bottom: -5%;
    width: 60%;
    z-index: 1;
}.our_mission_sys .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.our_mission_sys h1 {
    padding-bottom: 1rem;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 45px;
    position: relative;
    transform: translateX(-0.5rem);
}.our_mission_sys h1::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
    width: 6rem;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    bottom: 0;
    left: 0;
}.our_mission_sys h1:hover::after {
    transform: scaleX(1.5);
}.our_mission_sys .learn_track_sys {
    position: relative;
}.our_mission_sys .learn_track_sys ul {
    gap: 3rem;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
}.our_mission_sys .expert_program_sys {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 2px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
}.our_mission_sys .expert_program_sys::before {
    position: absolute;
    content: "";
    top: 0;
    width: 4px;
    transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: linear-gradient(to bottom, rgb(231,200,155), rgb(217,168,109));
    height: 0;
}.our_mission_sys .expert_program_sys:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.our_mission_sys .expert_program_sys:hover::before {
    height: 100%;
}.our_mission_sys .expert_program_sys h4 {
    position: relative;
    color: rgb(231,200,155);
    transform: translateX(0);
    padding-bottom: 0.75rem;
    font-size: calc(23px * 1.2);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    margin-bottom: 1.5rem;
}.our_mission_sys .expert_program_sys:hover h4 {
    transform: translateX(0.5rem);
}.our_mission_sys .expert_program_sys h4::after {
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(217,168,109,0.5);
    transform-origin: left;
    left: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 3rem;
    bottom: 0;
}.our_mission_sys .expert_program_sys:hover h4::after {
    width: 5rem;
}.our_mission_sys .expert_program_sys div {
    max-height: 300px;
    font-size: 17px;
    padding-right: 0.5rem;
    color: #000000;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.our_mission_sys .expert_program_sys div::-webkit-scrollbar {
    width: 4px;
}.our_mission_sys .expert_program_sys div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(244,229,201);
}.our_mission_sys .expert_program_sys div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,168,109,0.5);
}.our_mission_sys .expert_program_sys div::-webkit-scrollbar-thumb:hover {
    background: rgb(217,168,109);
}

@media (min-width: 768px) {.our_mission_sys {
    padding: 7rem 0;
}.our_mission_sys .container {
    padding: 0 4rem;
}.our_mission_sys h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 4rem;
}.our_mission_sys .learn_track_sys ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our_mission_sys .expert_program_sys {
    display: flex;
    flex-direction: column;
    height: 500px;
}.our_mission_sys .expert_program_sys div {
    flex-grow: 1;
    max-height: none;
    overflow-y: auto;
}
}

@media (min-width: 1200px) {.our_mission_sys {
    padding: 8rem 0;
}.our_mission_sys .container {
    padding: 0 2rem;
}.our_mission_sys .learn_track_sys ul {
    gap: 3rem;
}.our_mission_sys .expert_program_sys {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_sys .expert_program_sys:first-child:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.our_mission_sys .expert_program_sys:last-child:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.our_mission_sys .expert_program_sys h4 {
    font-size: calc(23px * 1.4);
}
}

@media (max-width: 767px) {.our_mission_sys {
    padding: 4rem 0;
}.our_mission_sys .container {
    padding: 0 1.5rem;
}.our_mission_sys h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2.5rem;
}.our_mission_sys .learn_track_sys ul {
    gap: 2rem;
}.our_mission_sys .expert_program_sys {
    padding: 1.5rem;
}.our_mission_sys .expert_program_sys h4 {
    font-size: 23px;
    margin-bottom: 1rem;
}.our_mission_sys .expert_program_sys div {
    max-height: 200px;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.operation_process_sys {
    position: relative;
    min-height: 70vh;
    align-items: center;
    overflow: hidden;
    padding: 6rem 2rem;
    display: flex;
    background: rgb(244,229,201);
}.operation_process_sys::before {
    filter: blur(40px);
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(231,200,155,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(217,168,109,0.5) 0%, transparent 25%);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.operation_process_sys::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(231,200,155,0.5) 49%, rgb(231,200,155,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(217,168,109,0.5) 49%, rgb(217,168,109,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
}.operation_process_sys .learning_studio_sys {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.operation_process_sys .text_display_box_sys {
    transition: all 0.4s ease;
    border-radius: 25px;
    background: rgb(244,229,201);
    width: 80%;
    padding: 3.5rem;
    position: relative;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    max-width: 800px;
}.operation_process_sys .text_display_box_sys:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.operation_process_sys .text_display_box_sys::before {
    z-index: -1;
    content: '';
    position: absolute;
    animation: pulse 5s infinite alternate;
    width: 60px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    top: 20px;
    border-radius: 50%;
    right: 20px;
    background: linear-gradient(135deg, rgb(231,200,155,0.5), rgb(217,168,109,0.5));
    height: 60px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.operation_process_sys .text_display_box_sys::after {
    background: linear-gradient(135deg, rgb(217,168,109,0.5), rgb(231,200,155,0.5));
    width: 40px;
    bottom: 20px;
    height: 40px;
    border-radius: 50%;
    animation: pulse 5s infinite alternate-reverse;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    left: 20px;
    content: '';
    z-index: -1;
    position: absolute;
}.operation_process_sys h2 {
    position: relative;
    text-fill-color: transparent;
    text-align: center;
    font-size: 37px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
    color: #000000;
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    font-weight: 700;
}.operation_process_sys h2::before {
    border-radius: 10px;
    height: 5px;
    background: linear-gradient(90deg, rgb(231,200,155,0.5) 0%, rgb(217,168,109) 50%, rgb(231,200,155,0.5) 100%);
    left: 0;
    bottom: -10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    content: '';
}.operation_process_sys p {
    color: #000000;
    padding: 1rem;
    font-size: 12px;
    border-radius: 10px;
    line-height: 1.8;
    transition: all 0.3s ease;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    margin-top: 1.5rem;
    position: relative;
    background: rgb(244,229,201);
}.operation_process_sys .text_display_box_sys:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.operation_process_sys .text_display_box_sys::before,
.operation_process_sys .text_display_box_sys::after {
    transition: all 0.5s ease;
}.operation_process_sys .text_display_box_sys:hover::before {
    transform: scale(1.15) translateY(-5px);
}.operation_process_sys .text_display_box_sys:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.operation_process_sys {
    padding: 4rem 1.5rem;
}.operation_process_sys .text_display_box_sys {
    width: 90%;
    padding: 2.5rem;
}.operation_process_sys h2 {
    font-size: calc(37px * 0.9);
}.operation_process_sys p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.operation_process_sys {
    min-height: auto;
    padding: 3rem 1rem;
}.operation_process_sys .text_display_box_sys {
    padding: 2rem;
    width: 100%;
}.operation_process_sys h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.5rem;
}.operation_process_sys p {
    padding: 0.6rem;
    font-size: calc(12px * 0.95);
}.operation_process_sys .text_display_box_sys::before {
    top: 15px;
    height: 40px;
    right: 15px;
    width: 40px;
}.operation_process_sys .text_display_box_sys::after {
    width: 30px;
    left: 15px;
    height: 30px;
    bottom: 15px;
}
}

@media (max-width: 576px) {.operation_process_sys {
    padding: 2.5rem 0.8rem;
}.operation_process_sys .text_display_box_sys {
    padding: 1.5rem;
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
}.operation_process_sys h2 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.operation_process_sys h2::before {
    height: 3px;
    bottom: -8px;
}.operation_process_sys p {
    padding: 0.5rem;
    font-size: calc(12px * 0.9);
    margin-top: 1rem;
}}.course_program_sys {
    overflow: hidden;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    background: rgb(217,168,109);
    min-height: 100vh;
}.course_program_sys .class_path_sys {
    overflow: hidden;
    width: 50%;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    height: 100%;
    position: absolute;
}.course_program_sys .lesson_route_sys {
    height: 400%;
    flex-direction: column;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    display: flex;
    width: 100%;
}.course_program_sys .class_path_sys:hover .lesson_route_sys {
    animation-play-state: paused;
}.course_program_sys .training_path_sys {
    transform: scale(1.1);
    width: 100%;
    transition: transform 0.5s ease;
    height: 25%;
    position: relative;
}.course_program_sys .training_path_sys::after {
    position: absolute;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    content: "";
    inset: 0;
    z-index: 1;
}.course_program_sys .training_path_sys img {
    object-fit: cover;
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    width: 100%;
    transition: filter 0.5s ease;
}.course_program_sys .training_path_sys:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course_program_sys .container {
    display: flex;
    z-index: 5;
    align-items: center;
    height: 100%;
    grid-column: 1;
    position: relative;
}.course_program_sys .learning_studio_sys {
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
}.course_program_sys .learn_professional_sys {
    border-left: 4px solid rgb(231,200,155);
    padding: 4rem 3rem;
    background: transparent;
    position: relative;
}.course_program_sys .learn_professional_sys::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0;
    transition: width 0.6s ease;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(231,200,155,0.5);
}.course_program_sys .learn_professional_sys:hover::before {
    width: 100%;
}.course_program_sys .learn_professional_sys::after {
    top: 50%;
    background: rgb(231,200,155);
    position: absolute;
    height: 40px;
    content: "";
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    left: -20px;
}.course_program_sys .learn_professional_sys h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 43px;
}.course_program_sys .learn_professional_sys span > * {
    display: inline-block;
    transform: skewX(15deg);
}.course_program_sys .learn_professional_sys p {
    margin-bottom: 2.5rem;
    position: relative;
    border-left: 2px solid rgb(217,168,109);
    line-height: 1.8;
    color: #ffffff;
    font-size: 18px;
    padding-left: 1rem;
}.course_program_sys .learn_professional_sys .request_feedback_sys {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    font-weight: 700;
    padding: 1rem 2.5rem;
    position: relative;
    font-size: 20px;
    border: 2px solid rgb(231,200,155);
    z-index: 1;
    background: transparent;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
}.course_program_sys .learn_professional_sys .request_feedback_sys::before {
    background: rgb(231,200,155);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 0;
}.course_program_sys .learn_professional_sys .request_feedback_sys:hover {
    color: #000000;
}.course_program_sys .learn_professional_sys .request_feedback_sys:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course_program_sys .learn_professional_sys h3 {
    font-size: calc(43px * 0.85);
}.course_program_sys .learning_studio_sys {
    padding-left: 5%;
    padding-right: 0;
}
}

@media screen and (max-width: 992px) {.course_program_sys {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course_program_sys .class_path_sys {
    height: 40vh;
    width: 100%;
    clip-path: none;
    position: relative;
}.course_program_sys .lesson_route_sys {
    height: 100%;
    flex-direction: row;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
}.course_program_sys .training_path_sys {
    width: 25%;
    height: 100%;
}.course_program_sys .training_path_sys::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course_program_sys .container {
    grid-row: 2;
    grid-column: auto;
    padding: 3rem 0;
}.course_program_sys .learning_studio_sys {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course_program_sys .learn_professional_sys {
    padding: 3rem 1.5rem;
}.course_program_sys .learn_professional_sys h3 {
    font-size: 35px;
    margin-bottom: 1.5rem;
}.course_program_sys .learn_professional_sys::after {
    height: 30px;
    left: -15px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.course_program_sys {
    grid-template-rows: 30vh 1fr;
}.course_program_sys .class_path_sys {
    height: 30vh;
}.course_program_sys .lesson_route_sys {
    animation-duration: 20s;
    width: 300%;
}.course_program_sys .training_path_sys {
    width: 33.333%;
}.course_program_sys .learn_professional_sys {
    border-left-width: 3px;
    padding: 2rem 1rem;
}.course_program_sys .learn_professional_sys h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.9);
}.course_program_sys .learn_professional_sys p {
    font-size: calc(18px * 0.9);
    padding-left: 0.5rem;
}.course_program_sys .learn_professional_sys .request_feedback_sys {
    text-align: center;
    padding: 0.8rem 1.5rem;
    display: block;
    font-size: calc(20px * 0.9);
}.course_program_sys .learn_professional_sys::after {
    height: 20px;
    left: -10px;
    width: 20px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}.education_history_sys {
    position: relative;
    background: rgb(244,229,201);
    padding: 100px 0;
    overflow: hidden;
}.education_history_sys::before {
    opacity: 0.3;
    left: 0;
    width: 100%;
    height: 100%;
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(231,200,155,0.5) 10%, 
        transparent 11%);
    position: absolute;
    top: 0;
    content: "";
}.education_history_sys .container {
    z-index: 2;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}.education_history_sys .student_testimonials_sys {
    background: #ffffff;
    border-radius: 2px;
    display: flex;
    padding: 60px 40px 40px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
}.education_history_sys .student_testimonials_sys:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.education_history_sys .cover_photo_sys {
    width: 120px;
    top: -60px;
    left: 40px;
    position: absolute;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(231,200,155);
    transition: all 0.5s ease;
    height: 120px;
    border-radius: 2px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.education_history_sys .student_testimonials_sys:hover .cover_photo_sys {
    transform: rotate(-5deg);
}.education_history_sys .name {
    color: #000000;
    letter-spacing: -0.5px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-top: 40px;
    font-size: calc(19px * 1.2);
    margin-left: 0;
}.education_history_sys .student_testimonials_sys:hover .name {
    transform: translateX(10px);
}.education_history_sys .student_testimonials_sys span:not(.name) {
    text-transform: uppercase;
    transform: translateX(0);
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 300;
    transition: transform 0.5s ease;
}.education_history_sys .student_testimonials_sys:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(231,200,155);
}.education_history_sys .emp_block_sys {
    margin-top: 40px;
    transition: padding 0.5s ease;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding-left: 0;
    line-height: 1.8;
    color: #000000;
}.education_history_sys .emp_block_sys::before {
    position: absolute;
    transform: scaleX(0);
    background: rgb(231,200,155);
    top: 15px;
    height: 2px;
    width: 30px;
    transition: transform 0.5s ease;
    left: -40px;
    content: "";
    transform-origin: right;
}.education_history_sys .student_testimonials_sys:hover .emp_block_sys {
    padding-left: 20px;
}.education_history_sys .student_testimonials_sys:hover .emp_block_sys::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.education_history_sys {
    padding: 80px 0;
}.education_history_sys .student_testimonials_sys {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.education_history_sys .cover_photo_sys {
    width: 100px;
    height: 100px;
    left: 25px;
}.education_history_sys .name {
    font-size: 19px;
}.education_history_sys .emp_block_sys {
    font-size: calc(12px * 0.95);
}.education_history_sys .emp_block_sys::before {
    left: -25px;
    width: 20px;
}}.course_demographic_sys {
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(244,229,201);
    position: relative;
}.course_demographic_sys::before {
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(217,168,109,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(231,200,155,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.2;
    width: 100%;
    left: 0;
}.course_demographic_sys::after {
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
}.course_demographic_sys .learning_studio_sys {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_demographic_sys h3 {
    margin-bottom: 4rem;
    font-size: 38px;
    color: rgb(231,200,155);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 300;
    position: relative;
}.course_demographic_sys h3::after {
    opacity: 0.8;
    left: 50%;
    border-radius: 50px;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(231,200,155), transparent);
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
}.course_demographic_sys ul {
    margin: 0;
    list-style-type: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.course_demographic_sys li {
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}.course_demographic_sys li::before {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(231,200,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(217,168,109,0.5) 0%, transparent 30%);
    transition: opacity 0.5s ease;
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
}.course_demographic_sys li::after {
    top: -50%;
    content: '';
    transform: scale(0.8);
    z-index: -1;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    left: -50%;
}.course_demographic_sys li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(231,200,155,0.5);
}.course_demographic_sys li:hover::before {
    opacity: 0.2;
}.course_demographic_sys li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.course_demographic_sys li svg {
    animation: float 8s ease-in-out infinite;
    fill: rgb(217,168,109);
    filter: drop-shadow(0 3px 6px rgb(217,168,109,0.5));
    height: 70px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 70px;
}.course_demographic_sys li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(231,200,155,0.5));
    fill: rgb(231,200,155);
    transform: translateY(-5px);
}.course_demographic_sys li svg path {
    transition: all 0.5s ease;
}.course_demographic_sys li:hover svg path {
    fill: rgb(231,200,155);
}.course_demographic_sys li {
    font-weight: 300;
    margin-top: 1rem;
    font-size: calc(13px * 1.1);
    line-height: 1.7;
    color: #000000;
}.course_demographic_sys li:nth-child(1) {
    animation-delay: 0s;
}.course_demographic_sys li:nth-child(2) {
    animation-delay: 0.3s;
}.course_demographic_sys li:nth-child(3) {
    animation-delay: 0.6s;
}.course_demographic_sys li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.course_demographic_sys {
    padding: 5rem 0;
}.course_demographic_sys h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.course_demographic_sys ul {
    gap: 2rem;
}.course_demographic_sys li {
    padding: 2rem 1.5rem;
}.course_demographic_sys li svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.course_demographic_sys {
    padding: 4rem 0;
}.course_demographic_sys h3 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.7);
}.course_demographic_sys ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_demographic_sys li {
    padding: 1.8rem 1.2rem;
}.course_demographic_sys li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}}.modalCookieAgreement_sys {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    z-index: 100;
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    display: flex;
    border-top: 3px solid rgb(231,200,155);
    background: rgb(244,229,201);
    position: fixed;
}.cookie_guide_sys {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(231,200,155);
    justify-content: space-between;
    border-radius: 18px;
    max-width: 1200px;
    margin: auto;
    width: 90%;
}.edu_cookies_sys {
    flex-shrink: 0;
    margin-right: 20px;
}.edu_cookies_sys svg {
    width: 50px;
    fill: rgb(231,200,155);
    height: 50px;
}.cookie_tab_sys {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookie_tab_sys h5 {
    letter-spacing: 1px;
    color: rgb(231,200,155);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
}.cookie_tab_sys p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}.cookie_tab_sys p a {
    text-decoration: underline;
    color: rgb(231,200,155);
}.edu_settings_sys {
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    min-width: 120px;
    flex-shrink: 0;
    border: none;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    background: rgb(231,200,155);
}.cookie_button.cookie_overlay_sys {
    margin-right: 10px;
}#cookieAlertMessage_sys {
    display: none;
}#cookieAlertMessage_sys:checked ~ .modalCookieAgreement_sys {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_guide_sys {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.edu_cookies_sys {
    margin-bottom: 20px;
    margin-right: 0;
}.edu_settings_sys {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}
header {
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    margin-top: 0;
    background: rgb(217,168,109);
}header::before {
    top: 0;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
}header::after {
    content: '';
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(217,168,109,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(217,168,109,0.5) 50%, transparent 100%);
}header .site_main_sys {
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 5;
}header .nav_block_sys {
    flex: 0 0 auto;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(231,200,155);
    margin-right: 2rem;
    position: relative;
    padding: 0.5rem 0.7rem;
}header .nav_block_sys::before {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    left: 0;
    position: absolute;
}header .nav_block_sys:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(231,200,155);
}header .nav_block_sys:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .top_header_sys {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .top_header_sys::after {
    right: -5px;
    width: 10px;
    bottom: -5px;
    position: absolute;
    opacity: 0;
    background: rgb(231,200,155);
    transition: all 0.3s ease;
    content: '';
    height: 10px;
}header .top_header_sys:hover::after {
    opacity: 1;
}header .top_header_sys img {
    max-height: 40px;
    filter: brightness(1.1);
}header .header_lesson_sys {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    z-index: 2;
}header .header_lesson_sys::before {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(231,200,155);
    content: '';
    right: -20px;
    height: 1px;
}header .header_master_sys {
    position: relative;
    margin: 0 1px;
}header .header_master_sys a {
    font-size: 14px;
    justify-content: center;
    height: 45px;
    letter-spacing: 1px;
    color: #ffffff;
    align-items: center;
    font-weight: 600;
    display: flex;
    overflow: hidden;
    border-right: 1px solid transparent;
    z-index: 1;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border-left: 1px solid transparent;
    position: relative;
}header .header_master_sys a::before {
    background: rgb(231,200,155);
    left: 0;
    height: 100%;
    transition: transform 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translateX(-100%);
    top: 0;
}header .header_master_sys a:hover {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}header .header_master_sys a:hover::before {
    transform: translateX(0);
}header .header_master_sys a::after {
    background: rgb(231,200,155);
    top: 0;
    transition: transform 0.3s ease;
    content: '';
    height: 2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    width: 100%;
}header .header_master_sys a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .header_master_sys::before {
    background: rgb(231,200,155);
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    position: absolute;
    content: '';
    left: -10px;
    height: 5px;
    top: 50%;
    width: 5px;
}header .header_master_sys:hover::before {
    transform: translateY(-50%) scale(1);
}header .site_main_sys::before {
    background: rgb(231,200,155);
    height: 1px;
    left: 20px;
    position: absolute;
    content: '';
    width: 30px;
    top: 20px;
}header .site_main_sys::after {
    background: rgb(231,200,155);
    width: 1px;
    height: 30px;
    position: absolute;
    content: '';
    left: 20px;
    top: 20px;
}.header_nav_sys {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(244,229,201);
    position: relative;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .header_master_sys:last-child::after {
    right: -10px;
    color: rgb(231,200,155);
    font-weight: 700;
    transform: translateY(-50%);
    top: 50%;
    content: '|';
    position: absolute;
    animation: typingCursor 1s infinite;
}

@media (min-width: 1400px) {header .site_main_sys {
    max-width: 1320px;
    margin: 0 auto;
}header .header_master_sys {
    margin: 0 2px;
}header .header_master_sys a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site_main_sys {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_block_sys {
    margin-bottom: 0;
    margin-right: 0;
}header .header_lesson_sys {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_lesson_sys::before {
    display: none;
}header .header_master_sys a {
    font-size: calc(14px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .header_master_sys::before {
    display: none;
}header .site_main_sys::before,
    header .site_main_sys::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_main_sys {
    padding: 0.8rem 1.5rem;
}header .nav_block_sys {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .top_header_sys img {
    max-height: 35px;
}header .header_lesson_sys {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
}header .header_lesson_sys::-webkit-scrollbar {
    height: 3px;
}header .header_lesson_sys::-webkit-scrollbar-thumb {
    background: rgb(231,200,155);
    border-radius: 10px;
}header .header_master_sys {
    margin: 0;
    flex: 0 0 auto;
}header .header_master_sys a {
    white-space: nowrap;
    height: 35px;
    font-size: calc(14px - 2px);
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
}header .header_master_sys:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_main_sys {
    padding: 0.7rem 1.2rem;
}header .nav_block_sys {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .header_master_sys a {
    font-size: calc(14px - 3px);
    height: 32px;
    padding: 0 0.6rem;
}}.deal_plan_sys {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.deal_plan_sys::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    top: 0;
    height: 100%;
}.deal_plan_sys .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.pricing_options_sys {
    position: relative;
}.deal_plan_sys h2 {
    font-size: 38px;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    margin-bottom: 20px;
}.deal_plan_sys h2::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    background: rgb(231,200,155);
    position: absolute;
    width: 80px;
    bottom: -12px;
}.deal_plan_sys .promo_cost_sys {
    opacity: 0.9;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
}.deal_plan_sys .cost_matrix_sys {
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.deal_plan_sys .price_tiers_sys {
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}.deal_plan_sys .learning_deals_sys {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    height: 100%;
    justify-content: space-between;
    position: relative;
    display: flex;
    padding: 30px;
    min-height: 380px;
    flex-direction: column;
}.deal_plan_sys .learning_deals_sys::before {
    transition: opacity 0.5s ease;
    background: linear-gradient(to bottom right, 
        rgb(231,200,155,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}.deal_plan_sys .discount_deals_sys {
    display: flex;
    height: 100%;
    z-index: 2;
    flex-direction: column;
    position: relative;
}.deal_plan_sys .price_tiers_sys h4 {
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.4s ease;
    font-size: 22px;
}.deal_plan_sys .price_tiers_sys h4::after {
    position: absolute;
    width: 40px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    background: rgb(231,200,155);
    height: 2px;
    bottom: 0;
}.deal_plan_sys .price_tiers_sys p {
    margin-bottom: 25px;
    color: #ffffff;
    white-space: normal;
    line-height: 1.7;
    overflow-wrap: break-word;
    opacity: 0.85;
    font-size: 15px;
    word-break: break-word;
    flex-grow: 1;
}.deal_plan_sys .program_fees_sys {
    font-size: 28px;
    position: relative;
    color: #ffffff;
    margin-top: auto;
    border-radius: 10px;
    padding: 10px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    align-self: flex-start;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
    display: inline-block;
}.deal_plan_sys .program_fees_sys::before {
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}.deal_plan_sys .price_tiers_sys:hover {
    transform: translateY(-10px);
}.deal_plan_sys .price_tiers_sys:hover .learning_deals_sys {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.deal_plan_sys .price_tiers_sys:hover .learning_deals_sys::before {
    opacity: 1;
}.deal_plan_sys .price_tiers_sys:hover h4 {
    transform: translateX(5px);
}.deal_plan_sys .price_tiers_sys:hover h4::after {
    width: 60px;
}.deal_plan_sys .price_tiers_sys:hover .program_fees_sys {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}.deal_plan_sys .price_tiers_sys:hover .program_fees_sys::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.deal_plan_sys {
    padding: 100px 0;
}.deal_plan_sys .cost_matrix_sys {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.deal_plan_sys .learning_deals_sys {
    min-height: 360px;
    padding: 25px;
}.deal_plan_sys h2 {
    font-size: calc(38px - 2px);
}
}

@media (max-width: 992px) {.deal_plan_sys {
    padding: 80px 0;
}.deal_plan_sys .cost_matrix_sys {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.deal_plan_sys .learning_deals_sys {
    min-height: 340px;
    padding: 22px;
}.deal_plan_sys .price_tiers_sys h4 {
    font-size: 20px;
}.deal_plan_sys .price_tiers_sys p {
    font-size: 14px;
    line-height: 1.6;
}.deal_plan_sys .program_fees_sys {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.deal_plan_sys {
    padding: 60px 0;
}.deal_plan_sys .cost_matrix_sys {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.deal_plan_sys .learning_deals_sys {
    padding: 25px;
    min-height: auto;
}.deal_plan_sys h2 {
    font-size: calc(38px - 4px);
}.deal_plan_sys .promo_cost_sys {
    margin-bottom: 40px;
    font-size: 16px;
}
}

@media (max-width: 576px) {.deal_plan_sys {
    padding: 50px 0;
}.deal_plan_sys h2 {
    font-size: calc(38px - 6px);
}.deal_plan_sys .promo_cost_sys {
    margin-bottom: 30px;
    font-size: 15px;
}.deal_plan_sys .learning_deals_sys {
    padding: 20px;
}.deal_plan_sys .price_tiers_sys h4 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}.deal_plan_sys .price_tiers_sys p {
    margin-bottom: 20px;
    font-size: 14px;
}.deal_plan_sys .program_fees_sys {
    padding: 8px 14px;
    font-size: 22px;
}}.thanksCore_sys {
    position: relative;
    background: linear-gradient(135deg, rgb(244,229,201) 0%, rgb(217,168,109,0.5) 100%);
    padding: 120px 0 80px;
    perspective: 1000px;
    overflow: hidden;
}.thanksCore_sys::before {
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.07;
    width: 100%;
    transform: translateZ(-10px);
    background-image: repeating-linear-gradient(
        45deg,
        rgb(217,168,109,0.5) 0px,
        rgb(217,168,109,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 0;
    height: 100%;
    left: 0;
}.thanksCore_sys::after {
    animation: floating 8s infinite ease-in-out;
    content: "";
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(231,200,155,0.5) 0%, transparent 70%);
    bottom: -50px;
    position: absolute;
    filter: blur(40px);
    opacity: 0.4;
    right: -50px;
}.thanksCore_sys .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}.thanksCore_sys h2 {
    animation: slideIn 0.8s ease-out forwards;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    line-height: 1.3;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(20px);
    font-size: 28px;
}.thanksCore_sys h2::after {
    width: 120px;
    transform-origin: left;
    height: 4px;
    content: "";
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
}.thanksCore_sys .learning_studio_sys {
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    background: #ffffff;
    animation: fadeIn 1s 0.3s both;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease;
    position: relative;
    border-left: 5px solid rgb(231,200,155);
}.thanksCore_sys .learning_studio_sys:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.thanksCore_sys ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksCore_sys li {
    position: relative;
    padding-left: 30px;
}.thanksCore_sys li::before {
    top: 8px;
    animation: pulse 3s infinite;
    background-color: rgb(217,168,109);
    left: 0;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    box-shadow: 0 0 0 4px rgb(217,168,109,0.5);
    content: "";
    width: 8px;
}.thanksCore_sys span {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: all 0.3s;
    display: block;
}.thanksCore_sys .learning_studio_sys::after {
    transform: rotate(15deg);
    content: "";
    z-index: -1;
    height: 60px;
    animation: float 6s infinite ease-in-out;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(231,200,155) 0%, rgb(217,168,109) 100%);
    position: absolute;
    top: -10px;
    width: 60px;
    right: 30px;
    border-radius: 10px;
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(217,168,109,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(217,168,109), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(217,168,109), 0);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(20deg) translateY(-10px);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.thanksCore_sys {
    padding: 80px 0 60px;
}.thanksCore_sys h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.thanksCore_sys .learning_studio_sys {
    padding: 30px;
}.thanksCore_sys h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thanksCore_sys {
    padding: 60px 0 40px;
}.thanksCore_sys h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.thanksCore_sys .learning_studio_sys {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.thanksCore_sys .learning_studio_sys:hover {
    transform: translateZ(8px) rotateX(0deg);
}.thanksCore_sys li {
    padding-left: 25px;
}.thanksCore_sys span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.thanksCore_sys .learning_studio_sys::after {
    top: -5px;
    width: 40px;
    height: 40px;
    right: 20px;
}
}

@media (max-width: 575px) {.thanksCore_sys {
    padding: 50px 0 30px;
}.thanksCore_sys h2 {
    line-height: 1.4;
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.thanksCore_sys h2::after {
    height: 3px;
    width: 80px;
}.thanksCore_sys .learning_studio_sys {
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: none;
}.thanksCore_sys .learning_studio_sys:hover {
    transform: translateY(-3px);
}.thanksCore_sys li {
    padding-left: 20px;
}.thanksCore_sys li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.thanksCore_sys span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.thanksCore_sys .learning_studio_sys::after {
    display: none;
}}.welcome_page_sys {
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(217,168,109,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}.welcome_page_sys::before {
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
}.welcome_page_sys .cover_photo_sys {
    filter: brightness(0.7) contrast(1.1) saturate(1.2);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    transform: scale(1.05);
    left: 0;
    width: 100%;
}.welcome_page_sys .cover_photo_sys::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, 
        rgba(rgb(231,200,155), 0.85) 0%, 
        rgba(rgb(217,168,109), 0.6) 100%);
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.welcome_page_sys .learning_studio_sys {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    backdrop-filter: blur(8px);
    padding: 4rem 2rem;
    z-index: 2;
    justify-content: center;
    display: flex;
}.welcome_page_sys h1 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(-2rem);
    color: #ffffff;
    max-width: 800px;
    font-size: calc(44px * 1.2);
}.welcome_page_sys h1::after {
    transform-origin: left;
    animation: growLine 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.8s;
    background: rgb(217,168,109);
    transform: scaleX(0);
    box-shadow: 0 2px 8px rgba(rgb(217,168,109), 0.5);
    bottom: -0.5rem;
    width: 120px;
    left: 0;
    height: 4px;
    position: absolute;
    content: "";
}.welcome_page_sys .text_display_box_sys {
    animation: fadeInUp 0.8s ease-out forwards 0.6s;
    background: rgba(255,255,255,0.1);
    border-bottom: none;
    padding: 2.5rem;
    position: relative;
    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.2),
        inset 0 -1px 1px rgba(0,0,0,0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    transform: translateY(1rem);
    max-width: 650px;
    margin-left: 2rem;
    border-radius: 18px;
}.welcome_page_sys .text_display_box_sys::before {
    opacity: 0.4;
    right: -10px;
    filter: blur(10px);
    top: -10px;
    z-index: -1;
    content: "";
    bottom: -10px;
    position: absolute;
    border-radius: calc(18px + 10px);
    background: linear-gradient(135deg, rgb(217,168,109,0.5) 0%, transparent 50%, rgb(231,200,155,0.5) 100%);
    left: -10px;
}.welcome_page_sys p {
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    position: relative;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}.welcome_page_sys .skill_trackfast_sys {
    margin: 2rem 0;
    opacity: 0;
    animation: zoomIn 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 1s;
    display: flex;
    transform: scale(0.9);
    justify-content: center;
}.welcome_page_sys svg {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    width: 120px;
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.welcome_page_sys svg:hover {
    transform: rotate(5deg) scale(1.05);
}.welcome_page_sys svg path {
    fill: rgb(217,168,109);
    transition: fill 0.3s ease;
}.welcome_page_sys svg:hover path {
    fill: rgb(115, 190, 188);
}.welcome_page_sys svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
    fill: rgb(217,168,109);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}.welcome_page_sys svg:hover text {
    fill: rgb(115, 190, 188);
}.welcome_page_sys h6 {
    margin-top: 2rem;
}.welcome_page_sys .request_feedback_sys {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    font-weight: 600;
    background: rgb(217,168,109);
    display: inline-block;
    position: relative;
    box-shadow: 
        0 8px 20px rgba(rgb(217,168,109), 0.3),
        0 4px 10px rgba(0,0,0,0.2);
    font-size: 20px;
    transform: translateY(0);
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    padding: 1rem 2.5rem;
}.welcome_page_sys .request_feedback_sys::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
}.welcome_page_sys .request_feedback_sys::after {
    left: 50%;
    width: 10px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    height: 10px;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    z-index: -1;
    content: "";
    background: rgba(255,255,255,0.8);
}.welcome_page_sys .request_feedback_sys:hover {
    background: rgb(84, 160, 158);
    box-shadow: 
        0 12px 25px rgba(rgb(217,168,109), 0.4),
        0 8px 15px rgba(0,0,0,0.2);
    transform: translateY(-4px);
}.welcome_page_sys .request_feedback_sys:active {
    transform: translateY(-1px);
    box-shadow: 
        0 5px 15px rgba(rgb(217,168,109), 0.3),
        0 3px 8px rgba(0,0,0,0.2);
}.welcome_page_sys .request_feedback_sys:hover::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0.1;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {.welcome_page_sys {
    height: auto;
    min-height: 600px;
}.welcome_page_sys .learning_studio_sys {
    padding: 3rem 1.5rem;
}.welcome_page_sys h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 1.1);
}.welcome_page_sys .text_display_box_sys {
    margin-left: 0;
    max-width: 600px;
    padding: 2rem;
}.welcome_page_sys p {
    font-size: 14px;
}.welcome_page_sys svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 767px) {.welcome_page_sys {
    min-height: 500px;
}.welcome_page_sys .learning_studio_sys {
    padding: 2.5rem 1rem;
}.welcome_page_sys h1 {
    font-size: 44px;
    text-align: center;
}.welcome_page_sys h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes growLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome_page_sys .text_display_box_sys {
    margin: 0 auto;
    padding: 1.5rem;
    text-align: center;
}.welcome_page_sys p {
    font-size: calc(14px * 0.95);
}.welcome_page_sys svg {
    height: 90px;
    width: 90px;
}.welcome_page_sys .request_feedback_sys {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 575px) {.welcome_page_sys {
    min-height: 450px;
}.welcome_page_sys .learning_studio_sys {
    padding: 2rem 0.8rem;
}.welcome_page_sys h1 {
    font-size: calc(44px * 0.9);
}.welcome_page_sys .text_display_box_sys {
    padding: 1.2rem;
}.welcome_page_sys p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.welcome_page_sys svg {
    width: 80px;
    height: 80px;
}.welcome_page_sys .skill_trackfast_sys {
    margin: 1.5rem 0;
}.welcome_page_sys h6 {
    margin-top: 1.5rem;
}.welcome_page_sys .request_feedback_sys {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.8rem;
}}.location_details_sys {
    background: #a7c7dd;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.location_details_sys::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    background: rgb(231,200,155,0.5);
    height: 100%;
    width: 50%;
}.location_details_sys .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.location_details_sys .contact_question_sys {
    color: #000000;
    text-align: left;
    font-size: 47px;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    margin-left: 30px;
}.location_details_sys .contact_question_sys::after {
    bottom: -15px;
    height: 4px;
    content: '';
    left: 0;
    background: rgb(231,200,155);
    position: absolute;
    width: 80px;
}.location_details_sys .assist_form_sys {
    margin: 0 auto;
    width: 80%;
    border-radius: 0;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}.location_details_sys .cover_photo_sys {
    height: 300px;
    position: relative;
    width: 100%;
    background-position: center !important;
    border-top-left-radius: 0;
    display: block;
    border-top-right-radius: 0;
    background-size: cover !important;
}.location_details_sys .cover_photo_sys::after {
    left: 0;
    height: 30%;
    background: linear-gradient(to top, #000000 0%, transparent 100%);
    width: 100%;
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    bottom: 0;
}.location_details_sys .reach_out_sys {
    background: #ffffff;
    padding: 40px;
}.location_details_sys .reach_out_sys p {
    padding-bottom: 10px;
    margin: 0 0 25px 0;
    font-size: 15px;
    display: flex;
    padding: 0;
    color: #000000;
    border-bottom: 1px solid #eee;
    align-items: center;
    position: relative;
}.location_details_sys .reach_out_sys p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.location_details_sys .reach_out_sys p::after {
    bottom: -12px;
    left: 0;
    background: rgb(244,229,201);
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
}.location_details_sys .reach_out_sys p:last-child::after {
    display: none;
}.location_details_sys .reach_out_sys p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    fill: rgb(231,200,155);
    flex-shrink: 0;
    order: -1;
}.location_details_sys .reach_out_sys p svg path {
    fill: rgb(231,200,155);
    transition: fill 0.3s ease;
}.location_details_sys .reach_out_sys p:hover svg path {
    fill: rgb(217,168,109);
}.location_details_sys .reach_out_sys p span {
    position: relative;
    transition: transform 0.3s ease;
}.location_details_sys .reach_out_sys p span:first-child {
    margin-right: auto;
    color: #000000;
    font-weight: 400;
}.location_details_sys .reach_out_sys p span:last-child {
    margin-left: 10px;
}.location_details_sys .reach_out_sys p:hover span:last-child {
    transform: translateX(10px);
}.location_details_sys .reach_out_sys p span a {
    font-weight: 400;
    text-decoration: none;
    color: rgb(231,200,155);
    transition: color 0.3s ease;
}.location_details_sys .reach_out_sys p span a:hover {
    color: rgb(217,168,109);
}.location_details_sys .instant_request_sys {
    padding-top: 40px;
    border-top: 1px solid rgb(244,229,201);
    margin-top: 40px;
}.location_details_sys .contact_section_sys {
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}.location_details_sys .contact_section_sys::after {
    width: 40px;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: rgb(231,200,155);
    height: 2px;
    content: '';
}.location_details_sys .assist_support_sys {
    gap: 15px;
    display: grid;
}.location_details_sys .get_contactinfo_sys {
    background: rgb(244,229,201);
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    color: #000000;
    transition: background 0.3s ease, color 0.3s ease;
    font-size: 15px;
}.location_details_sys .get_contactinfo_sys:hover {
    background: rgb(231,200,155);
    color: #ffffff;
}.location_details_sys .instant_request_sys svg {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    fill: rgb(231,200,155);
}.location_details_sys .get_contactinfo_sys:hover svg path {
    fill: #ffffff;
}

@media (min-width: 992px) {.location_details_sys .cover_photo_sys {
    order: 2;
}.location_details_sys .reach_out_sys {
    width: 60%;
    order: 1;
}.location_details_sys .assist_support_sys {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.location_details_sys {
    padding: 80px 0;
}.location_details_sys .contact_question_sys {
    margin-bottom: 50px;
    font-size: 30px;
}.location_details_sys .assist_support_sys {
    grid-template-columns: repeat(2, 1fr);
}.location_details_sys .reach_out_sys p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 767px) {.location_details_sys {
    padding: 60px 0;
}.location_details_sys .contact_question_sys {
    margin-bottom: 40px;
    font-size: 19px;
}.location_details_sys .reach_out_sys {
    padding: 30px;
}.location_details_sys .contact_section_sys {
    font-size: 17px;
}.location_details_sys .reach_out_sys p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}}.stay_connected_sys {
    overflow: hidden;
    background: radial-gradient(ellipse at center, rgb(231,200,155,0.5), rgb(244,229,201) 70%);
    padding: 5rem 0;
    position: relative;
}.stay_connected_sys::before {
    transform: rotate(15deg);
    animation: orbitalShift 25s infinite linear;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 30%, rgb(217,168,109,0.5) 35%, transparent 40%);
    top: -50%;
    content: "";
    width: 200%;
    position: absolute;
    opacity: 0.05;
    height: 200%;
    left: -50%;
}.stay_connected_sys::after {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.03;
    position: absolute;
    pointer-events: none;
    content: "";
    background: repeating-linear-gradient(
        60deg,
        rgb(217,168,109,0.5) 0,
        rgb(217,168,109,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.stay_connected_sys .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.stay_connected_sys .learning_studio_sys {
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(231,200,155,0.5),
        0 -5px 25px rgba(255,255,255,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 2.5rem;
}.stay_connected_sys .learning_studio_sys:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(231,200,155),
        0 -5px 25px rgba(255,255,255,0.8);
}.stay_connected_sys .learning_studio_sys::before {
    top: -50px;
    filter: blur(20px);
    height: 100px;
    width: 100px;
    background: linear-gradient(to right, rgb(231,200,155), rgb(217,168,109));
    position: absolute;
    opacity: 0.1;
    transform-origin: center;
    border-radius: 50%;
    content: "";
    animation: pulseOrbit 12s infinite ease-in-out;
    right: -50px;
}.stay_connected_sys .learning_studio_sys::after {
    content: "";
    left: 20%;
    height: 3px;
    transform-origin: center;
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,168,109,0.5) 50%, transparent);
    bottom: -20px;
    filter: blur(1px);
    animation: widthPulse 8s infinite alternate ease-in-out;
}.stay_connected_sys h3 {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
    margin-bottom: 2rem;
    text-align: center;
    transform: translateZ(0);
    font-size: 18px;
    position: relative;
}.stay_connected_sys h3::before {
    position: absolute;
    opacity: 0.7;
    background: rgb(231,200,155);
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    content: "";
}.stay_connected_sys .input_holder {
    position: relative;
    flex-direction: column;
    max-width: 550px;
    gap: 1.25rem;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}.stay_connected_sys .input_holder div {
    position: relative;
    width: 100%;
}.stay_connected_sys .input_holder div::before {
    background-size: contain;
    transform: translateY(-50%);
    opacity: 0.5;
    top: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
    background-repeat: no-repeat;
    height: 18px;
    left: 15px;
    position: absolute;
    content: "";
    width: 18px;
}.stay_connected_sys input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 15px 15px 45px;
}.stay_connected_sys input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(231,200,155,0.5);
    background: #ffffff;
    border-color: rgb(231,200,155);
    outline: none;
}.stay_connected_sys input[type="email"]::placeholder {
    font-style: italic;
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.5);
}.stay_connected_sys input[type="email"]:focus + .input_holder div::before {
    opacity: 1;
}.stay_connected_sys .email_container_sys {
    cursor: pointer;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(231,200,155), rgb(217,168,109));
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    align-self: center;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px -5px rgb(231,200,155,0.5);
    border-radius: 10px;
}.stay_connected_sys .email_container_sys::before {
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    height: 100%;
    content: "";
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
}.stay_connected_sys .email_container_sys:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px -5px rgb(231,200,155);
}.stay_connected_sys .email_container_sys:hover::before {
    left: 100%;
}.stay_connected_sys .email_container_sys:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px -5px rgb(231,200,155);
}

@keyframes orbitalShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(180deg);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}

@media screen and (min-width: 768px) {.stay_connected_sys .input_holder {
    flex-direction: row;
    align-items: center;
}.stay_connected_sys .input_holder div {
    flex: 1;
}.stay_connected_sys .email_container_sys {
    white-space: nowrap;
    align-self: stretch;
}.stay_connected_sys .learning_studio_sys {
    border-radius: 19px;
    padding: 4rem 3.5rem;
}.stay_connected_sys h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    font-size: calc(18px * 1.1);
}
}

@media screen and (max-width: 767px) {.stay_connected_sys {
    padding: 3rem 0;
}.stay_connected_sys .learning_studio_sys {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
}.stay_connected_sys h3 {
    font-size: calc(19px * 1.1);
    line-height: 1.4;
}.stay_connected_sys .email_container_sys {
    padding: 12px 20px;
    width: 100%;
}.stay_connected_sys input[type="email"] {
    padding: 12px 12px 12px 40px;
}.stay_connected_sys .input_holder div::before {
    width: 16px;
    height: 16px;
    left: 12px;
}
}

@media screen and (max-width: 480px) {.stay_connected_sys {
    padding: 2rem 0;
}.stay_connected_sys .learning_studio_sys {
    padding: 2rem 1.25rem;
}.stay_connected_sys h3 {
    font-size: 19px;
}.stay_connected_sys h3::before {
    width: 40px;
}
}

@media (prefers-reduced-motion) {.stay_connected_sys .learning_studio_sys,
    .stay_connected_sys .learning_studio_sys::before,
    .stay_connected_sys .learning_studio_sys::after,
    .stay_connected_sys::before,
    .stay_connected_sys .email_container_sys::before {
    animation: none;
    transition: opacity 0.3s ease;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
