* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-viewport_3271 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}.lecture_ref_5219 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.nav_mainbar_2071 {
    flex: 1 0 auto;
}.container {
    width: 1144px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_information_9502 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.contact_information_9502::before {
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(151,164,151), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(107,114,106), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    content: "";
}.contact_information_9502::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    width: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(151,164,151), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(107,114,106), 0.15) 0%, 
        transparent 50%
    );
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_information_9502 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact_information_9502 h2 {
    text-align: center;
    font-size: 38px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_information_9502 h2::after {
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106));
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    border-radius: 1.5px;
    height: 3px;
    left: 50%;
    content: "";
    bottom: -15px;
}.contact_information_9502 .support_inquiry_5268 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 60px;
    position: relative;
    gap: 30px;
}.contact_information_9502 .support_inquiry_5268::before {
    border-radius: 24px;
    border: 1px solid rgba(rgb(151,164,151), 0.2);
    left: -8px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -8px;
    position: absolute;
}.contact_information_9502 .support_inquiry_5268::after {
    right: -8px;
    border-radius: 24px;
    z-index: -1;
    height: 100%;
    border: 1px solid rgba(rgb(107,114,106), 0.2);
    position: absolute;
    width: 100%;
    content: "";
    bottom: -8px;
}.contact_information_9502 .photo_wrap_0371 {
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}.contact_information_9502 .photo_wrap_0371::before {
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}.contact_information_9502 .photo_wrap_0371::after {
    width: 60px;
    content: "";
    top: 20px;
    z-index: 2;
    position: absolute;
    border-top: 2px solid rgba(rgb(151,164,151), 0.6);
    right: 20px;
    height: 60px;
    border-right: 2px solid rgba(rgb(151,164,151), 0.6);
}.contact_information_9502 .request_section_6081 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 50px;
}.contact_information_9502 .request_section_6081::before {
    border-left: 2px solid rgba(rgb(107,114,106), 0.6);
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(107,114,106), 0.6);
}.contact_information_9502 form {
    width: 100%;
}.contact_information_9502 form h3 {
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
}.contact_information_9502 form h3::before {
    position: absolute;
    background: rgb(151,164,151);
    content: "";
    width: 3px;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
}.contact_information_9502 form input[type="text"] {
    font-size: 18px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 100%;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.contact_information_9502 form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(151,164,151), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(151,164,151);
}.contact_information_9502 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_information_9502 .reach_inquiry_0264 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_information_9502 .reach_inquiry_0264 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_9502 .reach_inquiry_0264 label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}.contact_information_9502 .reach_inquiry_0264 label::before {
    top: 2px;
    left: 0;
    height: 22px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
}.contact_information_9502 .reach_inquiry_0264 input[type="checkbox"]:checked + label::before {
    background: rgb(151,164,151);
    border-color: rgb(151,164,151);
}.contact_information_9502 .reach_inquiry_0264 input[type="checkbox"]:checked + label::after {
    height: 10px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    content: "";
    width: 6px;
}.contact_information_9502 .reach_inquiry_0264 label a {
    color: rgb(151,164,151);
    font-weight: 600;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_information_9502 .reach_inquiry_0264 label a:hover {
    color: rgb(107,114,106);
}.contact_information_9502 form .support_section_6794 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    padding: 16px 40px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 18px;
    background: linear-gradient(45deg, rgb(151,164,151), rgb(107,114,106));
    position: relative;
    display: inline-block;
}.contact_information_9502 form .support_section_6794::before {
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(107,114,106), rgb(151,164,151));
}.contact_information_9502 form .support_section_6794:hover::before {
    left: 0;
}.contact_information_9502 form .support_section_6794:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_information_9502 svg {
    fill: rgb(151,164,151);
    height: 22px;
    width: 22px;
}.contact_information_9502 svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,164,151);
}

@media screen and (max-width: 991px) {.contact_information_9502 {
    padding: 90px 0;
}.contact_information_9502 .support_inquiry_5268 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_information_9502 .photo_wrap_0371 {
    min-height: 400px;
}.contact_information_9502 .request_section_6081 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_information_9502 {
    padding: 70px 0;
}.contact_information_9502 h2 {
    font-size: calc(38px * 0.9);
}.contact_information_9502 .photo_wrap_0371 {
    min-height: 350px;
}.contact_information_9502 .photo_wrap_0371::after,
    .contact_information_9502 .request_section_6081::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_information_9502 {
    padding: 50px 0;
}.contact_information_9502 h2 {
    font-size: calc(38px * 0.8);
}.contact_information_9502 .support_inquiry_5268 {
    margin-top: 40px;
}.contact_information_9502 .photo_wrap_0371 {
    min-height: 250px;
}.contact_information_9502 .request_section_6081 {
    padding: 30px 20px;
}.contact_information_9502 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_information_9502 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information_9502 form .support_section_6794 {
    padding: 15px 20px;
    width: 100%;
}}.consentWarningDialog_8237 {
    font-family: Arial, sans-serif;
    left: 50%;
    width: 90%;
    z-index: 1050;
    max-width: 500px;
    transform: translateX(-50%);
    bottom: 20px;
    border-radius: 21px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.edu_accept_6710 {
    align-items: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}.cookie_show_5206 {
    margin-bottom: 20px;
}.cookie_show_5206 svg, .cookie_show_5206 svg path, .cookie_show_5206 img {
    width: 60px;
    fill: rgb(151,164,151);
    height: 60px;
}.consentWarningDialog_8237 h5 {
    color: rgb(151,164,151);
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}.consentWarningDialog_8237 p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
}.privacy_cookies_0195 {
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease-in-out;
    background: rgb(151,164,151);
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
}.privacy_cookies_0195:hover {
    background: rgb(107,114,106);
}.cookie_button.track_alert_5273 {
    background: rgb(107,114,106);
}.cookie_button.track_alert_5273:hover {
    background: rgb(107,114,106,0.5);
}.consentWarningDialog_8237 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(151,164,151);
    text-decoration: none;
}.consentWarningDialog_8237 p a:hover {
    color: rgb(107,114,106);
}#trackingFormPanel_7059 {
    display: none;
}#trackingFormPanel_7059:checked ~ .consentWarningDialog_8237 {
    visibility: hidden;
    opacity: 0;
}.mentorship_profile_9726 {
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.mentorship_profile_9726::before {
    pointer-events: none;
    z-index: 0;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(151,164,151,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(151,164,151,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.05;
    top: 0;
}.mentorship_profile_9726::after {
    transform: rotate(-15deg);
    width: 50%;
    content: "";
    opacity: 0.1;
    background: rgb(107,114,106,0.5);
    top: -20%;
    z-index: 0;
    position: absolute;
    right: -10%;
    height: 70%;
    filter: blur(80px);
}.mentorship_profile_9726 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.mentorship_profile_9726 .learner_feedback_1763 {
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    display: grid;
    gap: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
}.mentorship_profile_9726 .learner_feedback_1763:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.mentorship_profile_9726 .learner_feedback_1763 > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.mentorship_profile_9726 .photo_wrap_0371 {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 180px;
    transform: translateZ(30px);
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.mentorship_profile_9726 .learner_feedback_1763:hover .photo_wrap_0371 {
    transform: translateZ(40px) translateY(-10px);
}.mentorship_profile_9726 .photo_wrap_0371::before {
    right: -12px;
    content: "";
    top: 12px;
    left: 12px;
    transition: all 0.4s ease;
    position: absolute;
    bottom: -12px;
    border: 2px solid rgb(151,164,151);
    z-index: -1;
    opacity: 0.2;
}.mentorship_profile_9726 .learner_feedback_1763:hover .photo_wrap_0371::before {
    right: -18px;
    top: 18px;
    left: 18px;
    bottom: -18px;
    opacity: 0.3;
}.mentorship_profile_9726 .name {
    font-size: 18px;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.mentorship_profile_9726 .name::after {
    content: "";
    transform: scaleX(0.6);
    transform-origin: left;
    width: 40px;
    height: 3px;
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(151,164,151);
    bottom: -6px;
    position: absolute;
}.mentorship_profile_9726 .learner_feedback_1763:hover .name::after {
    transform: scaleX(1);
}.mentorship_profile_9726 .learner_feedback_1763 > div:nth-child(2) div {
    color: rgb(107,114,106);
    margin-top: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
    transform: translateX(0);
    opacity: 0.85;
    font-size: calc(17px - 1px);
}.mentorship_profile_9726 .learner_feedback_1763:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}.mentorship_profile_9726 .emp_highlights_9638 {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    border-left: 3px solid rgb(151,164,151,0.5);
    position: relative;
    padding-left: 25px;
}.mentorship_profile_9726 .emp_highlights_9638::before {
    position: absolute;
    left: -20px;
    opacity: 0.08;
    font-family: serif;
    z-index: -1;
    content: "";
    line-height: 1;
    color: rgb(151,164,151);
    font-size: 120px;
    top: -40px;
}

@media (min-width: 768px) {.mentorship_profile_9726 .learner_feedback_1763 {
    row-gap: 30px;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    column-gap: 40px;
}.mentorship_profile_9726 .learner_feedback_1763 > div:first-child {
    grid-row: 1 / 3;
}.mentorship_profile_9726 .photo_wrap_0371 {
    width: 220px;
    height: 260px;
}.mentorship_profile_9726 .emp_highlights_9638 {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship_profile_9726 {
    padding: 150px 0;
}.mentorship_profile_9726 .learner_feedback_1763 {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.mentorship_profile_9726 .learner_feedback_1763 > div:first-child {
    grid-row: 1;
}.mentorship_profile_9726 .learner_feedback_1763 > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.mentorship_profile_9726 .emp_highlights_9638 {
    font-size: calc(17px + 1px);
    grid-row: 2;
    grid-column: 1 / 4;
    padding-left: 40px;
}.mentorship_profile_9726 .photo_wrap_0371 {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.mentorship_profile_9726 {
    padding: 80px 0;
}.mentorship_profile_9726 .learner_feedback_1763 {
    padding: 30px;
    gap: 25px;
}.mentorship_profile_9726 .photo_wrap_0371 {
    width: 150px;
    height: 150px;
}.mentorship_profile_9726 .name {
    font-size: calc(18px - 2px);
}.mentorship_profile_9726 .emp_highlights_9638 {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.mentorship_profile_9726 .learner_feedback_1763 {
    transform: none !important;
}.mentorship_profile_9726 .photo_wrap_0371,
    .mentorship_profile_9726 .learner_feedback_1763:hover .photo_wrap_0371 {
    transform: none;
}}

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

.mentorship_profile_9726 .learner_feedback_1763 {
    animation: fadeInUp 0.8s ease-out forwards;
}.privacy_depot_8731 {
    padding: 4rem 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgb(199,204,177), rgba(245, 245, 250, 0.98));
    overflow: hidden;
}.privacy_depot_8731::before {
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    background: radial-gradient(circle at 90% 10%, rgb(151,164,151,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(107,114,106,0.5), transparent 60%);
    content: "";
}.privacy_depot_8731::after {
    right: -20px;
    top: -20px;
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(151,164,151,0.5) 10%, transparent 70%);
    height: 200px;
    width: 200px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.1;
    content: "";
}.privacy_depot_8731 .container {
    position: relative;
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(151,164,151,0.5), 0.03);
    z-index: 1;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    margin: 0 auto;
}.privacy_depot_8731 .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(151,164,151,0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.privacy_depot_8731 h1 {
    color: rgb(151,164,151);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 45px;
    transform: translateX(-5px);
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(rgb(151,164,151,0.5), 0.1);
    font-weight: 700;
}.privacy_depot_8731 h1::after {
    width: 70px;
    height: 2px;
    background: rgb(151,164,151);
    left: 0;
    position: absolute;
    bottom: -2px;
    transition: width 0.5s ease;
    content: "";
}.privacy_depot_8731 h2 {
    position: relative;
    font-size: 28px;
    border-left: 3px solid rgb(107,114,106);
    color: #000000;
    padding-left: 15px;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
}.privacy_depot_8731 h3 {
    border-left: 2px solid rgb(107,114,106,0.5);
    position: relative;
    font-size: calc(28px * 0.8);
    color: #000000;
    padding-left: 12px;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy_depot_8731 h4 {
    font-weight: 600;
    padding-left: 10px;
    position: relative;
    color: #000000;
    border-left: 1px solid rgb(107,114,106,0.5);
    margin: 1.75rem 0 0.75rem;
    font-size: calc(28px * 0.65);
}.privacy_depot_8731 p {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    max-width: 95%;
}.privacy_depot_8731 p:hover {
    transform: translateX(5px);
}.privacy_depot_8731 p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: rgb(151,164,151);
}.privacy_depot_8731 p strong::after {
    left: 0;
    background: rgb(151,164,151,0.5);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    content: "";
    height: 1px;
}.privacy_depot_8731 p:hover strong::after {
    transform: scaleX(1);
}.privacy_depot_8731 ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy_depot_8731 ul::before {
    background: linear-gradient(to bottom, rgb(107,114,106,0.5), rgba(rgb(107,114,106,0.5), 0.2));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    top: 0;
    content: "";
}.privacy_depot_8731 li {
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
}.privacy_depot_8731 li:hover {
    transform: translateX(5px);
}.privacy_depot_8731 li::before {
    content: "";
    top: 10px;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(107,114,106);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: 0;
}.privacy_depot_8731 li:hover::before {
    background: rgb(151,164,151);
    transform: scale(1.3);
}.privacy_depot_8731 span {
    transition: all 0.3s ease;
    padding-left: 1rem;
    line-height: 1.8;
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(107,114,106,0.5);
}.privacy_depot_8731 span:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(151,164,151,0.5), 0.05), transparent);
    border-left-color: rgb(151,164,151);
}

@media (max-width: 1200px) {.privacy_depot_8731 .container {
    max-width: 960px;
    padding: 2.5rem;
}.privacy_depot_8731 h1 {
    font-size: calc(45px * 0.9);
}.privacy_depot_8731 h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 992px) {.privacy_depot_8731 {
    padding: 3rem 1.25rem;
}.privacy_depot_8731 .container {
    max-width: 720px;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.privacy_depot_8731 h1 {
    margin-bottom: 1.25rem;
}.privacy_depot_8731 p, 
  .privacy_depot_8731 li, 
  .privacy_depot_8731 span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 768px) {.privacy_depot_8731 {
    padding: 2.5rem 1rem;
}.privacy_depot_8731 .container {
    padding: 1.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 540px;
}.privacy_depot_8731 h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.8);
}.privacy_depot_8731 h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(28px * 0.85);
}.privacy_depot_8731 h3 {
    font-size: calc(28px * 0.7);
}.privacy_depot_8731 h4 {
    font-size: calc(28px * 0.6);
}.privacy_depot_8731 p, 
  .privacy_depot_8731 li {
    max-width: 100%;
}.privacy_depot_8731 p:hover,
  .privacy_depot_8731 li:hover,
  .privacy_depot_8731 span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy_depot_8731 {
    padding: 2rem 0.75rem;
}.privacy_depot_8731 .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_depot_8731 h1 {
    font-size: calc(45px * 0.7);
    padding-bottom: 0.75rem;
}.privacy_depot_8731 h2 {
    padding-left: 10px;
    font-size: calc(28px * 0.75);
}.privacy_depot_8731 h3 {
    padding-left: 8px;
    font-size: calc(28px * 0.65);
}.privacy_depot_8731 h4 {
    padding-left: 6px;
    font-size: calc(28px * 0.55);
}.privacy_depot_8731 ul {
    padding-left: 0.75rem;
}.privacy_depot_8731 li {
    padding-left: 1.25rem;
}.privacy_depot_8731 p, 
  .privacy_depot_8731 li, 
  .privacy_depot_8731 span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy_depot_8731 span {
    padding-left: 0.75rem;
}}.company_info_6729 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.company_info_6729::before {
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    top: 0;
    position: absolute;
    content: "";
    backdrop-filter: blur(2px);
    z-index: 1;
    left: 0;
}.company_info_6729::after {
    animation: shine 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    height: 200%;
    opacity: 0.15;
    right: -20%;
    width: 80%;
    top: -50%;
    transform: rotate(-15deg);
    content: "";
    background: rgb(151,164,151,0.5);
}.company_info_6729 .container {
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2rem;
}.company_info_6729 h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    display: inline-block;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: calc(31px * 1.2);
}.company_info_6729 h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(151,164,151), rgb(107,114,106));
    transform-origin: left;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    transform: scaleX(0);
    width: 60px;
}.company_info_6729 .text_display_1623 {
    opacity: 0;
    position: relative;
    border-radius: 2px;
    backdrop-filter: blur(5px);
    padding: 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-left: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateY(20px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
}.company_info_6729 .text_display_1623::before {
    left: -10px;
    opacity: 0.6;
    content: "";
    top: 20px;
    width: 20px;
    z-index: -1;
    position: absolute;
    height: 80px;
    background: rgb(151,164,151);
}.company_info_6729 .text_display_1623 > div {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.company_info_6729 .text_display_1623 p {
    animation: fadeIn 0.5s 0.8s forwards;
    font-weight: 600;
    margin: 0 0 10px;
    transform: translateX(-10px);
    color: #ffffff;
    line-height: 1.2;
    opacity: 0;
    font-size: calc(16px * 1.5);
    letter-spacing: 0.5px;
    position: relative;
}.company_info_6729 .text_display_1623 p::after {
    left: 0;
    position: absolute;
    transform: scaleX(0);
    width: 40px;
    transform-origin: left;
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 2px;
    background: rgb(107,114,106);
    content: "";
    bottom: -5px;
}.company_info_6729 .text_display_1623 div div {
    opacity: 0;
    column-gap: 40px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.8;
    transform: translateY(10px);
    column-count: 1;
    font-size: 16px;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}.company_info_6729 .text_display_1623 div div::first-letter {
    padding-right: 8px;
    color: rgb(151,164,151);
    font-size: 1.5em;
    float: left;
    font-weight: 700;
    line-height: 1;
}

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

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

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}


@media (min-width: 768px) {.company_info_6729 {
    padding: 150px 0;
}.company_info_6729 .container {
    grid-template-columns: 1fr;
}.company_info_6729 h2 {
    font-size: calc(31px * 1.4);
    margin-bottom: 3rem;
}.company_info_6729 .text_display_1623 {
    padding: 50px;
}.company_info_6729 .text_display_1623::before {
    height: 120px;
}.company_info_6729 .text_display_1623 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_info_6729 {
    padding: 180px 0;
}.company_info_6729::after {
    width: 60%;
}.company_info_6729 .container {
    padding: 0 40px;
}.company_info_6729 h2 {
    font-size: calc(31px * 1.6);
}.company_info_6729 h2::after {
    width: 80px;
}.company_info_6729 .text_display_1623 {
    padding: 60px 70px;
}.company_info_6729 .text_display_1623::before {
    width: 25px;
    height: 150px;
}.company_info_6729 .text_display_1623 div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (min-width: 1200px) {.company_info_6729 .container {
    padding: 0 60px;
}.company_info_6729 h2 {
    margin-left: 30px;
}.company_info_6729 .text_display_1623 {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.company_info_6729 .text_display_1623:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    transform: translateY(-5px);
}
}

@media (max-width: 767px) {.company_info_6729 {
    padding: 80px 0;
}.company_info_6729::after {
    opacity: 0.1;
}.company_info_6729 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 1.1);
}.company_info_6729 h2::after {
    width: 50px;
    height: 2px;
}.company_info_6729 .text_display_1623 {
    padding: 30px 25px;
}.company_info_6729 .text_display_1623::before {
    height: 60px;
    width: 10px;
}.company_info_6729 .text_display_1623 p {
    font-size: calc(16px * 1.2);
}.company_info_6729 .text_display_1623 div div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.course_offering_7520 {
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(199,204,177);
    position: relative;
    align-items: center;
    display: flex;
}.course_offering_7520 .learn_track_7184 {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}.course_offering_7520 .training_plan_5160 {
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
    display: flex;
    width: 500%;
}.course_offering_7520 .learn_track_7184:hover .training_plan_5160 {
    animation-play-state: paused;
}.course_offering_7520 .learn_business_8652 {
    height: 100%;
    position: relative;
    width: 20%;
    overflow: hidden;
}.course_offering_7520 .learn_business_8652 img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.3);
    transform-origin: center;
    width: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
}.course_offering_7520 .learn_business_8652::before {
    background: 
        linear-gradient(0deg, 
            rgb(151,164,151,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(107,114,106,0.5) 100%),
        linear-gradient(90deg, 
            rgb(151,164,151,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(107,114,106,0.5) 100%);
    content: '';
    z-index: 2;
    opacity: 0.7;
    inset: 0;
    position: absolute;
}.course_offering_7520 .learn_business_8652::after {
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(151,164,151,0.5) 0px,
            rgb(151,164,151,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    inset: 0;
    mix-blend-mode: overlay;
    animation: slide-pattern 15s linear infinite;
    content: '';
    z-index: 3;
    position: absolute;
}.course_offering_7520 .container {
    z-index: 4;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}.course_offering_7520 .knowledge_growth_9183 {
    width: 100%;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 0.5rem;
    margin-left: 0;
    border-radius: 26px;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgb(151,164,151,0.5) 0%,
        rgb(107,114,106,0.5) 100%
    );
}.course_offering_7520 .coding_expert_5098 {
    border-radius: 10px;
    background: rgb(199,204,177);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    overflow: hidden;
    position: relative;
}.course_offering_7520 .coding_expert_5098::before {
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(151,164,151,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(107,114,106,0.5) 0%,
            transparent 70%
        );
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.15;
}.course_offering_7520 .coding_expert_5098 h3 {
    color: rgb(151,164,151);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 35px;
}.course_offering_7520 .coding_expert_5098 h3::after {
    bottom: -10px;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(151,164,151), 
        rgb(107,114,106));
    left: 0;
    position: absolute;
    content: '';
    width: 60px;
    transition: width 0.3s ease, transform 0.3s ease;
    height: 3px;
}.course_offering_7520 .coding_expert_5098:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course_offering_7520 .coding_expert_5098 p {
    font-size: 18px;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
}.course_offering_7520 .coding_expert_5098 .support_section_6794 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(to right, 
        rgb(151,164,151), 
        rgb(107,114,106));
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    box-shadow: 0 5px 15px rgb(151,164,151,0.5);
    display: inline-block;
    color: #ffffff;
}.course_offering_7520 .coding_expert_5098 .support_section_6794::before {
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        rgb(107,114,106), 
        rgb(151,164,151));
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
}.course_offering_7520 .coding_expert_5098 .support_section_6794:hover {
    box-shadow: 0 8px 20px rgb(107,114,106,0.5);
    transform: translateY(-3px);
}.course_offering_7520 .coding_expert_5098 .support_section_6794:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_offering_7520 .coding_expert_5098 {
    padding: 2.5rem;
}.course_offering_7520 .knowledge_growth_9183 {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_offering_7520 .knowledge_growth_9183 {
    max-width: 650px;
}.course_offering_7520 .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_offering_7520 {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.course_offering_7520 .learn_track_7184 {
    height: 350px;
    position: relative;
}.course_offering_7520 .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course_offering_7520 .knowledge_growth_9183 {
    max-width: 100%;
    margin: 0 auto;
}.course_offering_7520 .coding_expert_5098 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_offering_7520 .learn_track_7184 {
    height: 300px;
}.course_offering_7520 .training_plan_5160 {
    animation-duration: 25s;
}.course_offering_7520 .container {
    padding: 2.5rem 1rem;
}.course_offering_7520 .coding_expert_5098 {
    padding: 1.8rem;
}.course_offering_7520 .coding_expert_5098 h3 {
    font-size: calc(35px * 0.9);
}.course_offering_7520 .coding_expert_5098 p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_offering_7520 .learn_track_7184 {
    height: 250px;
}.course_offering_7520 .training_plan_5160 {
    animation-duration: 20s;
}.course_offering_7520 .container {
    padding: 2rem 0.8rem;
}.course_offering_7520 .coding_expert_5098 {
    padding: 1.5rem;
}.course_offering_7520 .coding_expert_5098 h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.course_offering_7520 .coding_expert_5098 p {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.course_offering_7520 .coding_expert_5098 .support_section_6794 {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion) {.course_offering_7520 .training_plan_5160,
    .course_offering_7520 .learn_business_8652 img,
    .course_offering_7520 .learn_business_8652::after {
    animation: none;
}}header {
    width: 100%;
    background: rgb(199,204,177);
    position: relative;
    overflow: visible;
    z-index: 99;
}header::before {
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.2;
    background: radial-gradient(circle at 30% 30%, rgb(151,164,151,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
}header .nav_info_2048 {
    align-items: center;
    display: flex;
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
}header .nav_info_2048::before {
    content: "";
    width: 30%;
    top: -10px;
    height: 5px;
    background: linear-gradient(90deg, rgb(151,164,151), transparent);
    left: 10%;
    position: absolute;
    filter: blur(5px);
}header .nav_info_2048::after {
    content: "";
    height: 5px;
    width: 30%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(107,114,106));
    filter: blur(5px);
    right: 10%;
    bottom: -10px;
}header .nav_info_2048 .top_mainbar_4273 {
    position: relative;
    padding: 5px;
    z-index: 2;
}header .nav_info_2048 .top_mainbar_4273::before {
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
    opacity: 0;
    width: calc(100% + 10px);
    filter: blur(15px);
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    height: calc(100% + 10px);
    top: -5px;
    transition: opacity 0.3s ease;
}header .nav_info_2048 .top_mainbar_4273:hover::before {
    opacity: 0.7;
}header .nav_info_2048 .top_mainbar_4273 .top_guide_0693 {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}header .nav_info_2048 .top_mainbar_4273:hover .top_guide_0693 {
    transform: scale(1.05);
}header .nav_info_2048 .top_mainbar_4273 .top_guide_0693 svg {
    height: 45px;
    width: auto;
}header .nav_info_2048 .nav_header_5640 {
    padding: 10px;
    margin: 0;
    display: flex;
    list-style: none;
    border-radius: 27px;
    position: relative;
}header .nav_info_2048 .nav_header_5640::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
    backdrop-filter: blur(5px);
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 27px;
    position: absolute;
    z-index: -1;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 {
    margin: 0 3px;
    position: relative;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 a {
    display: block;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 8px 15px;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 a::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 a::after {
    height: 150%;
    content: "";
    top: 50%;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    left: 50%;
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}header .nav_info_2048 .nav_header_5640 .main_nav_2750:hover a::before {
    opacity: 1;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750:hover a {
    color: #ffffff;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .nav_info_2048 .nav_header_5640 .main_nav_2750:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(151,164,151), rgb(107,114,106));
}header .nav_info_2048 .nav_header_5640 .main_nav_2750:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(151,164,151), rgb(107,114,106));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(151,164,151), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(151,164,151), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(151,164,151), 0);
    }
}

@media (max-width: 992px) {header .nav_info_2048 {
    flex-direction: column;
    padding: 20px 15px;
}header .nav_info_2048 .top_mainbar_4273 {
    margin-bottom: 15px;
}header .nav_info_2048 .nav_header_5640 {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 {
    margin: 3px;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .nav_info_2048 {
    padding: 15px 10px;
}header .nav_info_2048 .top_mainbar_4273 .top_guide_0693 svg {
    height: 40px;
}header .nav_info_2048 .nav_header_5640 {
    padding: 5px;
}header .nav_info_2048 .nav_header_5640 .main_nav_2750 a {
    padding: 5px 10px;
    font-size: calc(18px - 2px);
}}.plan_comparison_0712 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.plan_comparison_0712::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
}.plan_comparison_0712 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.plan_comparison_0712 .value_deals_8293 {
    perspective: 1000px;
}.plan_comparison_0712 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    transform: translateZ(30px);
    font-size: 31px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}.plan_comparison_0712 .fee_choices_0134 {
    line-height: 1.6;
    max-width: 700px;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 0 auto 50px;
    font-size: 13px;
    color: #ffffff;
    transform: translateZ(20px);
}.plan_comparison_0712 .learn_rates_4567 {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
}.plan_comparison_0712 .learn_rates_4567 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_comparison_0712 .access_rates_8976 {
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
}.plan_comparison_0712 .learning_fee_6280 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    height: 100%;
}.plan_comparison_0712 .learning_fee_6280::before {
    position: absolute;
    top: 0;
    transform: scaleX(0.92);
    height: 5px;
    left: 0;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, 
        rgb(151,164,151) 0%,
        rgb(107,114,106) 100%);
}.plan_comparison_0712 .learning_fee_6280::after {
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(107,114,106,0.5) 0%,
        rgb(151,164,151,0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    opacity: 0.7;
    left: 10px;
    transform-origin: bottom;
    right: 10px;
    position: absolute;
    content: "";
}.plan_comparison_0712 .member_plans_7154 {
    transform: translateZ(10px);
    padding: 35px 30px;
}.plan_comparison_0712 .member_plans_7154 h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(5px);
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.1);
}.plan_comparison_0712 .member_plans_7154 h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    width: 40px;
    background: rgb(151,164,151);
    left: 0;
    transform-origin: left;
}.plan_comparison_0712 .member_plans_7154 p {
    line-height: 1.6;
    max-height: 250px;
    padding-right: 5px;
    overflow-wrap: break-word;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.85;
    margin: 0 0 25px;
    overflow-y: auto;
    hyphens: auto;
    font-size: 13px;
    word-wrap: break-word;
}.plan_comparison_0712 .member_plans_7154 p::-webkit-scrollbar {
    width: 4px;
}.plan_comparison_0712 .member_plans_7154 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(151,164,151,0.5);
}.plan_comparison_0712 .cost_breakdown_0415 {
    text-align: right;
    margin-top: 20px;
    display: block;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateZ(15px);
}.plan_comparison_0712 .cost_breakdown_0415::before {
    transform: translateY(-2px);
    content: "";
    width: 10px;
    margin-right: 8px;
    background: rgb(151,164,151);
    height: 10px;
    box-shadow: 0 0 15px rgb(151,164,151);
    border-radius: 50%;
    display: inline-block;
}.plan_comparison_0712 .learn_rates_4567 li:hover {
    transform: translateY(-5px) scale(1.02);
}.plan_comparison_0712 .learn_rates_4567 li:hover .learning_fee_6280 {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.plan_comparison_0712 .learn_rates_4567 li:hover .learning_fee_6280::before {
    transform: scaleX(1);
}.plan_comparison_0712 .learn_rates_4567 li:hover .learning_fee_6280::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.plan_comparison_0712 .learn_rates_4567 li:hover .member_plans_7154 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.plan_comparison_0712 {
    padding: 80px 0;
}.plan_comparison_0712 h2 {
    font-size: calc(31px * 0.9);
}.plan_comparison_0712 .learn_rates_4567 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.plan_comparison_0712 .member_plans_7154 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_comparison_0712 {
    padding: 60px 0;
}.plan_comparison_0712 h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.plan_comparison_0712 .fee_choices_0134 {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.plan_comparison_0712 .learn_rates_4567 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_comparison_0712 .member_plans_7154 {
    padding: 25px 20px;
}.plan_comparison_0712 .member_plans_7154 h4 {
    font-size: 21px;
}.plan_comparison_0712 .cost_breakdown_0415 {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 480px) {.plan_comparison_0712 {
    padding: 50px 0;
}.plan_comparison_0712 h2 {
    font-size: calc(31px * 0.7);
}.plan_comparison_0712 .fee_choices_0134 {
    font-size: calc(13px * 0.9);
}.plan_comparison_0712 .member_plans_7154 {
    padding: 20px 15px;
}.plan_comparison_0712 .member_plans_7154 p {
    font-size: calc(13px * 0.9);
    max-height: 200px;
    line-height: 1.5;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    position: absolute;
    opacity: 0.95;
    content: '';
    background: linear-gradient(125deg, #000000 0%, rgb(107,114,106) 100%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}.lecture_ref_5219 {
    font-family: Arial, sans-serif;
    padding: 60px 0;
    z-index: 2;
    color: #ffffff;
    position: relative;
}.lecture_ref_5219 .container {
    flex-wrap: wrap;
    display: flex;
}.lecture_ref_5219 .company_holder {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
}.lecture_ref_5219 .company_holder h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: 1px;
}.lecture_ref_5219 .faq_block_1879 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    line-height: 1.7;
    font-size: 18px;
}.lecture_ref_5219 .project_ref_1325 {
    flex: 0 0 100%;
    margin-top: 20px;
}.lecture_ref_5219 .top_mainwrap_0851 {
    justify-content: center;
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.lecture_ref_5219 .nav_header_5640 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    transition: all 0.3s ease;
    padding: 20px;
}.lecture_ref_5219 .nav_header_5640:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.lecture_ref_5219 .nav_header_5640 h5 {
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
}.lecture_ref_5219 .nav_header_5640 .top_mainwrap_0851 {
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}.lecture_ref_5219 .nav_header_5640 .top_mainwrap_0851 a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    padding: 8px 12px;
}.lecture_ref_5219 .nav_header_5640 .top_mainwrap_0851 a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
}.goal_footer_8104 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 40px;
    position: relative;
}.goal_footer_8104::before {
    right: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    height: 1px;
    content: '';
    left: 20%;
    top: 0;
    position: absolute;
}.goal_footer_8104 .container {
    display: flex;
    justify-content: center;
}.goal_footer_8104 .play_market_6095 {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.lecture_ref_5219 .top_mainwrap_0851 {
    justify-content: space-between;
}.lecture_ref_5219 .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.lecture_ref_5219 .project_ref_1325 {
    flex: 0 0 65%;
}.lecture_ref_5219 .container {
    justify-content: space-between;
    align-items: flex-start;
}.lecture_ref_5219 .faq_block_1879 {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.lecture_ref_5219 .nav_header_5640 {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.lecture_ref_5219 .company_holder {
    padding: 20px 15px;
}.lecture_ref_5219 .faq_block_1879 {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.lecture_ref_5219 {
    padding: 40px 0;
}.lecture_ref_5219 .company_holder h3 {
    font-size: calc(36px * 0.8);
}.lecture_ref_5219 .nav_header_5640 h5 {
    font-size: calc(19px * 0.9);
}.lecture_ref_5219 .nav_header_5640 .top_mainwrap_0851 a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    z-index: 1;
    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%;
    top: 0;
    content: '';
    left: 0;
}.user_comments_9405 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgb(151,164,151,0.5) 100%);
}.user_comments_9405::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(107,114,106,0.5) 49.5%, rgb(107,114,106,0.5) 50.5%, transparent 50.5%);
}.user_comments_9405 .knowledge_growth_9183 {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.user_comments_9405 h4 {
    margin-bottom: 4rem;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    transform: skewX(-5deg);
}.user_comments_9405 h4::after {
    width: 100px;
    position: absolute;
    height: 4px;
    background: rgb(151,164,151);
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    left: 50%;
    bottom: -15px;
}.user_comments_9405 .feedback_quotes_5036 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 3rem;
    perspective: 1000px;
}.user_comments_9405 .learner_feedback_1763 {
    transform: rotateX(10deg) rotateY(-5deg);
    padding: 2.5rem;
    backface-visibility: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 24px;
    position: relative;
}.user_comments_9405 .learner_feedback_1763::before {
    right: 0;
    height: 100px;
    transform: translate(30%, -30%) rotate(45deg);
    background: rgb(151,164,151,0.5);
    content: "";
    width: 100px;
    position: absolute;
    top: 0;
    z-index: 0;
}.user_comments_9405 .learner_feedback_1763:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_comments_9405 .learner_feedback_1763 .photo_wrap_0371 {
    margin: 0 auto 1.5rem;
    width: 80px;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 80px;
    transition: all 0.3s ease;
}.user_comments_9405 .learner_feedback_1763:hover .photo_wrap_0371 {
    transform: scale(1.1);
    border-color: rgb(151,164,151);
}.user_comments_9405 .learner_feedback_1763 span {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    position: relative;
}.user_comments_9405 .learner_feedback_1763 span::after {
    margin: 0.5rem auto;
    content: "";
    height: 2px;
    display: block;
    background: rgb(151,164,151);
    width: 40px;
}.user_comments_9405 .learner_feedback_1763 p {
    font-size: 12px;
    text-align: center;
    color: #000000;
    line-height: 1.6;
}

@media (max-width: 992px) {.user_comments_9405 .feedback_quotes_5036 {
    grid-template-columns: repeat(2, 1fr);
}.user_comments_9405 h4 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.user_comments_9405 {
    padding: 4rem 1.5rem;
}.user_comments_9405 .feedback_quotes_5036 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.user_comments_9405 h4 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.user_comments_9405 .learner_feedback_1763 {
    padding: 2rem;
}}.experience_trial_8597 {
    background: linear-gradient(135deg, rgb(151,164,151), rgb(107,114,106));
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    z-index: 1;
}.experience_trial_8597::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}.experience_trial_8597::after {
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    height: 10px;
    bottom: -5px;
    background: rgb(255, 255, 255, 0.5);
    z-index: 2;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.experience_trial_8597 .container {
    margin: 0 auto;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    transform-origin: center bottom;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
}.experience_trial_8597 h6 {
    transform: translateZ(30px);
    letter-spacing: 0.02em;
    position: relative;
    font-size: calc(22px * 1.2);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    margin: 0;
}.experience_trial_8597 .container > div {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}.experience_trial_8597 .container > div::before {
    max-width: 600px;
    position: absolute;
    content: "";
    height: 1px;
    top: -1.5rem;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    width: 100%;
}.experience_trial_8597 .container > div span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
}.experience_trial_8597 .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.experience_trial_8597 .support_section_6794 {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 2.5rem;
    transform-style: preserve-3d;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.experience_trial_8597 .support_section_6794::before {
    content: "";
    z-index: 1;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
}.experience_trial_8597 .support_section_6794 span {
    z-index: 2;
    position: relative;
}.experience_trial_8597 .support_section_6794:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
}.experience_trial_8597 .support_section_6794:hover::before {
    transform: translateX(100%);
}.experience_trial_8597 .support_section_6794:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(0.98);
}

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

@media screen and (min-width: 768px) {.experience_trial_8597 {
    padding: 8rem 4rem;
}.experience_trial_8597 .container {
    align-items: center;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.experience_trial_8597 h6 {
    text-align: left;
    font-size: calc(22px * 1.5);
}.experience_trial_8597 .container > div {
    justify-content: flex-end;
}.experience_trial_8597 .container > div::before {
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 80%;
    width: 1px;
    max-height: 100px;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}
}

@media screen and (min-width: 1200px) {.experience_trial_8597 {
    padding: 10rem 6rem;
}.experience_trial_8597 .container {
    grid-template-columns: 3fr 1fr;
}.experience_trial_8597 h6 {
    font-size: calc(22px * 1.8);
    line-height: 1.6;
}.experience_trial_8597 .support_section_6794 {
    font-size: calc(15px * 1.2);
    padding: 1.5rem 3rem;
}
}

@media (hover: none) {.experience_trial_8597 .container {
    transform: none;
}.experience_trial_8597 h6 {
    animation: none;
    transform: none;
}.experience_trial_8597 .container > div span {
    transform: none;
}.experience_trial_8597 .container > div span:hover {
    transform: none;
}.experience_trial_8597 .support_section_6794:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}
}

@media (prefers-reduced-motion) {.experience_trial_8597 h6 {
    animation: none;
}.experience_trial_8597 .support_section_6794::before {
    transition: none;
}}.thankYouHub_5142 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, #ffffff 100%);
    padding: 120px 0;
}.thankYouHub_5142::before {
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    left: -50px;
    filter: blur(80px);
    content: "";
    top: -50px;
    background: rgb(107,114,106,0.5);
    position: absolute;
    width: 300px;
    height: 300px;
}.thankYouHub_5142::after {
    z-index: 0;
    filter: blur(70px);
    content: "";
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(151,164,151,0.5);
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -80px;
    position: absolute;
}.thankYouHub_5142 .container {
    position: relative;
    z-index: 2;
}.thankYouHub_5142 .knowledge_growth_9183 {
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    grid-template-columns: 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    display: grid;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
    padding: 3.5rem;
}.thankYouHub_5142 .knowledge_growth_9183::before {
    background: linear-gradient(45deg, transparent 48%, rgb(107,114,106,0.5) 49%, transparent 51%);
    background-size: 10px 10px;
    pointer-events: none;
    opacity: 0.08;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.thankYouHub_5142 .knowledge_growth_9183 > div:first-child {
    position: relative;
}.thankYouHub_5142 .knowledge_growth_9183 > div:first-child::after {
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    bottom: -1rem;
    content: "";
    transform: scaleX(1);
    position: absolute;
    height: 4px;
    left: 0;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}.thankYouHub_5142 .knowledge_growth_9183:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thankYouHub_5142 h5 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(0);
}.thankYouHub_5142 .knowledge_growth_9183:hover h5 {
    transform: translateX(10px);
}.thankYouHub_5142 a {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0);
}.thankYouHub_5142 a:hover {
    transform: translateY(-5px);
}.thankYouHub_5142 a::before {
    transition: height 0.5s ease, opacity 0.5s ease;
    height: 0;
    opacity: 0;
    content: "";
    width: 100%;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to top, rgb(151,164,151,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
}.thankYouHub_5142 a:hover::before {
    opacity: 0.1;
    height: 100%;
}.thankYouHub_5142 p {
    font-size: 13px;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-weight: 400;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.thankYouHub_5142 {
    padding: 150px 0;
}.thankYouHub_5142 .knowledge_growth_9183 {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.thankYouHub_5142 h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 0;
}.thankYouHub_5142 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thankYouHub_5142 {
    padding: 180px 0;
}.thankYouHub_5142 .knowledge_growth_9183 {
    padding: 5rem;
}.thankYouHub_5142 h5 {
    font-size: calc(18px * 1.2);
}.thankYouHub_5142 .knowledge_growth_9183 > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thankYouHub_5142 {
    padding: 80px 0;
}.thankYouHub_5142 .knowledge_growth_9183 {
    padding: 2.5rem;
}.thankYouHub_5142 h5 {
    font-size: calc(18px * 0.9);
}.thankYouHub_5142 p {
    font-size: calc(13px * 0.95);
}.thankYouHub_5142 .knowledge_growth_9183 > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.thankYouHub_5142 {
    padding: 60px 0;
}.thankYouHub_5142 .knowledge_growth_9183 {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.thankYouHub_5142 h5 {
    font-size: calc(18px * 0.85);
}.thankYouHub_5142 p {
    font-size: calc(13px * 0.9);
}}.info_hub_2490 {
    background: rgb(199,204,177);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.info_hub_2490::before {
    content: "";
    position: absolute;
    top: 0;
    background: rgb(151,164,151,0.5);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    right: 0;
    width: 50%;
}.info_hub_2490::after {
    height: 10px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
}.info_hub_2490 .container {
    position: relative;
    z-index: 2;
}.info_hub_2490 .assist_form_7680 {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    display: grid;
}.info_hub_2490 .ask_questions_2198 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 23px;
}.info_hub_2490 .ask_questions_2198:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.info_hub_2490 .ask_questions_2198 h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 34px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.info_hub_2490 .ask_questions_2198 h2::after {
    width: 60px;
    bottom: 0;
    border-radius: 10px;
    height: 4px;
    background: rgb(151,164,151);
    left: 0;
    position: absolute;
    content: "";
}.info_hub_2490 .edu_mentor_3678 {
    color: #000000;
    font-size: calc(14px * 1.2);
    margin-bottom: 20px;
    font-weight: 600;
}.info_hub_2490 .edu_ask_4593 {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}.info_hub_2490 .ask_questions_2198 p {
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
}.info_hub_2490 .ask_questions_2198 p span {
    font-weight: 400;
    display: inline-block;
    color: #000000;
    margin-left: 10px;
}.info_hub_2490 .course_info_9405 {
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px;
    background: rgb(199,204,177);
}.info_hub_2490 .course_info_9405 h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(151,164,151);
    font-size: 22px;
}.info_hub_2490 .request_feedback_4570 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.info_hub_2490 .request_feedback_4570 span {
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 0;
}.info_hub_2490 .ask_questions_2198 .photo_wrap_0371 {
    width: 100%;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-height: 350px;
    border-radius: 23px;
}.info_hub_2490 .talk_form_3528 {
    gap: 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.info_hub_2490 .talk_form_3528 a {
    text-decoration: none;
    border-left: 4px solid rgb(107,114,106);
    border-radius: 10px;
    padding: 20px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    transition: all 0.3s ease;
}.info_hub_2490 .talk_form_3528 a:hover {
    background: rgb(199,204,177);
    border-left-color: rgb(151,164,151);
}.info_hub_2490 .talk_form_3528 a span {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(151,164,151);
}.info_hub_2490 .talk_form_3528 a p {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}.info_hub_2490 svg {
    fill: rgb(151,164,151);
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.info_hub_2490 svg path {
    fill: rgb(151,164,151);
    transition: fill 0.3s ease;
}.info_hub_2490 .talk_form_3528 a:hover svg,
.info_hub_2490 .talk_form_3528 a:hover svg path {
    fill: rgb(107,114,106);
}

@media screen and (max-width: 1200px) {.info_hub_2490 {
    padding: 80px 0;
}.info_hub_2490 .ask_questions_2198 {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.info_hub_2490 .assist_form_7680 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.info_hub_2490 .ask_questions_2198:nth-child(1) {
    grid-column: span 2;
}.info_hub_2490 .ask_questions_2198 .photo_wrap_0371 {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.info_hub_2490 {
    padding: 60px 0;
}.info_hub_2490 .assist_form_7680 {
    grid-template-columns: 1fr;
    gap: 25px;
}.info_hub_2490 .ask_questions_2198:nth-child(1) {
    grid-column: auto;
}.info_hub_2490 .ask_questions_2198 .photo_wrap_0371 {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.info_hub_2490 {
    padding: 40px 0;
}.info_hub_2490 .ask_questions_2198 {
    padding: 25px;
}.info_hub_2490 .ask_questions_2198 h2 {
    font-size: calc(34px * 0.9);
}.info_hub_2490 .talk_form_3528 a {
    padding: 15px;
}.info_hub_2490 .course_info_9405 {
    padding: 20px;
}.info_hub_2490 .ask_questions_2198 .photo_wrap_0371 {
    min-height: 200px;
}}.title_portal_1730 {
    min-height: 100vh;
    display: flex;
    z-index: 1;
    position: relative;
    perspective: 1000px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.title_portal_1730::before {
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    z-index: -1;
}.title_portal_1730::after {
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 200%;
    top: -50%;
    background: radial-gradient(
    circle at center,
    rgb(151,164,151,0.5) 0%,
    transparent 65%
  );
    transform: translateZ(-10px);
    height: 200%;
    z-index: -1;
    left: -50%;
    animation: pulse 8s infinite alternate ease-in-out;
}.title_portal_1730 > div {
    display: flex;
    padding: 3rem 2rem;
    align-items: flex-start;
    position: relative;
    transform-style: preserve-3d;
    gap: 2rem;
    max-width: 1200px;
    width: 90%;
    flex-direction: column;
}.title_portal_1730 > div::before {
    width: 40%;
    clip-path: polygon(0 0, 100% 10%, 85% 90%, 0 100%);
    top: 0;
    background: linear-gradient(
    90deg,
    rgb(107,114,106,0.5) 0%,
    transparent 100%
  );
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    transform: translateZ(-5px) skewX(-15deg);
}.title_portal_1730 .title_style_header {
    font-size: clamp(2rem, 6vw, 41px);
    font-weight: 700;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
    margin: 0;
    color: #ffffff;
    transform: translateZ(30px);
    position: relative;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    border-left: 5px solid rgb(151,164,151);
    padding-left: 1.5rem;
}.title_portal_1730 .title_style_header::after {
    animation: lineGrow 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    left: 0;
    transform-origin: left;
    width: 30%;
    background: linear-gradient(
    90deg,
    rgb(151,164,151) 0%,
    rgb(107,114,106) 100%
  );
    bottom: -15px;
}.title_portal_1730 .learn_open_1346 {
    transform: translateZ(20px);
    width: 100%;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    margin-left: 3rem;
    position: relative;
    flex-direction: column;
    max-width: 700px;
    display: flex;
    gap: 1.5rem;
}.title_portal_1730 .learn_open_1346::before {
    top: -10px;
    width: 20px;
    position: absolute;
    background: rgb(151,164,151);
    height: 20px;
    left: -30px;
    transform: rotate(45deg) translateZ(10px);
    content: "";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.title_portal_1730 .study_studio_5234 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(5deg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
}.title_portal_1730 .study_studio_5234::after {
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
    transform: translateZ(-5px);
    left: -50%;
    animation: shimmer 8s infinite linear;
    content: "";
    top: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    position: absolute;
}.title_portal_1730 .study_studio_5234 h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
}.title_portal_1730 .learn_open_1346 > div:last-child {
    position: relative;
    margin-top: 1rem;
    transform: translateZ(10px);
    margin-left: 2rem;
}.title_portal_1730 .learn_open_1346 > div:last-child::before {
    transform: translateY(-50%);
    background: rgb(107,114,106);
    top: 50%;
    left: -2rem;
    content: "";
    position: absolute;
    height: 2px;
    width: 1rem;
}.title_portal_1730 .learn_open_1346 span {
    border-left: 3px solid rgb(107,114,106);
    position: relative;
    background: rgb(107,114,106,0.5);
    padding: 1rem 1.5rem;
    display: inline-block;
    transform: skewX(-5deg);
}.title_portal_1730 .learn_open_1346 p {
    margin: 0;
    transform: skewX(5deg);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 12px);
    color: #ffffff;
}

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

@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes shimmer {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 992px) {.title_portal_1730 > div {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    width: 95%;
}.title_portal_1730 .title_style_header {
    max-width: 90%;
}.title_portal_1730 .learn_open_1346 {
    margin-left: 1.5rem;
}
}

@media (max-width: 768px) {.title_portal_1730 > div {
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.title_portal_1730 .title_style_header {
    max-width: 100%;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    padding-left: 1rem;
}.title_portal_1730 .learn_open_1346 {
    margin-left: 0;
}.title_portal_1730 .study_studio_5234 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.title_portal_1730 .learn_open_1346 > div:last-child {
    margin-left: 1rem;
}.title_portal_1730 .learn_open_1346 > div:last-child::before {
    width: 0.7rem;
    left: -1rem;
}
}

@media (max-width: 576px) {.title_portal_1730 > div {
    gap: 1rem;
    padding: 1.2rem 0.8rem;
}.title_portal_1730 .title_style_header {
    font-size: clamp(1.5rem, 4vw, 2rem);
    border-left-width: 3px;
    padding-left: 0.8rem;
}.title_portal_1730 .study_studio_5234 {
    padding: 1.2rem;
    transform: none;
}.title_portal_1730 .learn_open_1346 span {
    padding: 0.8rem 1rem;
}}.get_updates_4983 {
    overflow: hidden;
    position: relative;
    perspective: 1500px;
    background: linear-gradient(120deg, rgb(199,204,177) 0%, rgb(151,164,151,0.5) 100%);
    padding: 5rem 2rem;
}.get_updates_4983::before {
    background: 
        linear-gradient(45deg, transparent 70%, rgb(107,114,106,0.5) 70%),
        linear-gradient(135deg, rgb(151,164,151,0.5) 30%, transparent 30%);
    position: absolute;
    left: -10%;
    content: "";
    width: 120%;
    height: 120%;
    transform: rotateX(45deg);
    z-index: 1;
    opacity: 0.3;
    top: -10%;
}.get_updates_4983 .knowledge_growth_9183 {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.get_updates_4983 .reach_panel_6438 {
    border-radius: 11px;
    justify-content: space-between;
    padding: 3rem 4rem;
    transform: rotateX(5deg) rotateY(-5deg);
    align-items: center;
    background: #ffffff;
    transform-style: preserve-3d;
    margin: 0 auto;
    flex-direction: row;
    max-width: 90%;
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
}.get_updates_4983 .reach_panel_6438:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.get_updates_4983 h3 {
    font-size: 22px;
    transform: translateZ(30px);
    margin: 0 3rem 0 0;
    flex: 1;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}.get_updates_4983 h3::before {
    background: rgb(151,164,151);
    height: 100%;
    transform: translateZ(40px) skewY(15deg);
    content: "";
    top: 0;
    position: absolute;
    width: 4px;
    left: -20px;
}.get_updates_4983 .input_holder {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: stretch;
    flex: 2;
    transform: translateZ(20px);
}.get_updates_4983 input[type="email"] {
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 1rem 1.5rem;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    flex: 3;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.get_updates_4983 input[type="email"]:focus {
    border-color: rgb(151,164,151);
    outline: none;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(151,164,151,0.5);
    transform: translateZ(40px);
}.get_updates_4983 input[type="submit"] {
    font-size: 15px;
    cursor: pointer;
    border: none;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    flex: 1;
    background: linear-gradient(45deg, rgb(151,164,151) 0%, rgb(107,114,106) 100%);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.get_updates_4983 input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(151,164,151,0.5);
}.get_updates_4983 input[type="submit"]::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(107,114,106) 0%, rgb(151,164,151) 100%);
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}.get_updates_4983 input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.get_updates_4983 .reach_panel_6438 {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.get_updates_4983 h3 {
    text-align: center;
    margin: 0 0 2rem 0;
    transform: none;
}.get_updates_4983 h3::before {
    height: 4px;
    width: 50px;
    left: 50%;
    bottom: -10px;
    top: auto;
    transform: translateX(-50%);
}.get_updates_4983 .input_holder {
    transform: none;
    width: 100%;
}.get_updates_4983 input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.get_updates_4983 {
    padding: 4rem 1.5rem;
}.get_updates_4983 .reach_panel_6438 {
    max-width: 100%;
    padding: 2rem;
}.get_updates_4983 .input_holder {
    flex-direction: column;
}.get_updates_4983 input[type="email"],
    .get_updates_4983 input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.get_updates_4983 {
    padding: 3rem 1rem;
}.get_updates_4983 .reach_panel_6438 {
    padding: 1.5rem;
}.get_updates_4983 h3 {
    font-size: calc(22px * 0.9);
    margin: 0 0 1.5rem 0;
}.get_updates_4983 input[type="email"] {
    padding: 0.8rem 1rem;
}.get_updates_4983 input[type="submit"] {
    padding: 0.8rem 1rem;
}}.data_summary_1742 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(199,204,177);
}.data_summary_1742::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    content: "";
}.data_summary_1742::after {
    left: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, rgb(151,164,151,0.5) 0%, transparent 60%);
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
}.data_summary_1742 .container {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}.data_summary_1742 h2 {
    text-align: left;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    border-left: 5px solid rgb(151,164,151);
    color: #000000;
    padding-left: 25px;
    font-size: 34px;
}.data_summary_1742 ul {
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-direction: column;
    list-style: none;
}.data_summary_1742 .statistics_benefit_0674 {
    padding: 0;
    overflow: hidden;
    flex-direction: row;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    align-items: center;
    background: #ffffff;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 29px;
    position: relative;
}.data_summary_1742 .statistics_benefit_0674:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}.data_summary_1742 .statistics_benefit_0674 p {
    justify-content: center;
    background: rgb(151,164,151);
    font-weight: 700;
    font-size: 3rem;
    margin: 0;
    align-items: center;
    padding: 30px 40px;
    position: relative;
    color: #ffffff;
    min-width: 180px;
    display: flex;
}.data_summary_1742 .statistics_benefit_0674:nth-child(2n) p {
    background: rgb(107,114,106);
}.data_summary_1742 .statistics_benefit_0674 p::after {
    border-left: 15px solid rgb(151,164,151);
    content: "";
    height: 0;
    right: -15px;
    width: 0;
    top: 50%;
    position: absolute;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transform: translateY(-50%);
}.data_summary_1742 .statistics_benefit_0674:nth-child(2n) p::after {
    border-left-color: rgb(107,114,106);
}.data_summary_1742 .statistics_benefit_0674 span {
    font-size: 20px;
    position: relative;
    flex-grow: 1;
    padding: 30px 40px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}.data_summary_1742 .statistics_benefit_0674:hover span {
    color: rgb(151,164,151);
}.data_summary_1742 .statistics_benefit_0674:nth-child(2n):hover span {
    color: rgb(107,114,106);
}.data_summary_1742 svg {
    position: absolute;
    transition: all 0.3s ease;
    fill: #ffffff;
    width: 40px;
    right: 20px;
    top: 20px;
    height: 40px;
}.data_summary_1742 svg path {
    fill: #ffffff;
    transition: all 0.3s ease;
}.data_summary_1742 .statistics_benefit_0674:hover svg {
    transform: scale(1.1) rotate(10deg);
}.data_summary_1742 ul::before {
    content: "";
    left: 90px;
    width: 2px;
    background: linear-gradient(to bottom, rgb(151,164,151,0.5), rgb(107,114,106,0.5));
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
}.data_summary_1742 .statistics_benefit_0674:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}.data_summary_1742 .statistics_benefit_0674:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}.data_summary_1742 .statistics_benefit_0674:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}.data_summary_1742 .statistics_benefit_0674:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.data_summary_1742 .container::before,
.data_summary_1742 .container::after {
    opacity: 0.1;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(151,164,151,0.5) 0%, transparent 70%);
    width: 300px;
    position: absolute;
    height: 300px;
}.data_summary_1742 .container::before {
    top: -150px;
    right: -150px;
}.data_summary_1742 .container::after {
    bottom: -150px;
    left: -150px;
}

@media (max-width: 992px) {.data_summary_1742 {
    padding: 90px 0;
}.data_summary_1742 h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.data_summary_1742 .statistics_benefit_0674 p {
    min-width: 150px;
    padding: 25px 30px;
    font-size: 2.5rem;
}.data_summary_1742 .statistics_benefit_0674 span {
    padding: 25px 30px;
}.data_summary_1742 ul::before {
    left: 75px;
}
}

@media (max-width: 768px) {.data_summary_1742 {
    padding: 70px 0;
}.data_summary_1742 h2 {
    border-left: none;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(151,164,151);
    text-align: center;
    padding-left: 0;
}.data_summary_1742 .statistics_benefit_0674 {
    text-align: center;
    flex-direction: column;
}.data_summary_1742 .statistics_benefit_0674 p {
    font-size: 2.2rem;
    padding: 20px;
    width: 100%;
    min-width: auto;
}.data_summary_1742 .statistics_benefit_0674 p::after {
    left: 50%;
    border-bottom: none;
    top: auto;
    border-right: 15px solid transparent;
    bottom: -15px;
    border-top: 15px solid rgb(151,164,151);
    right: auto;
    border-left: 15px solid transparent;
    transform: translateX(-50%);
}.data_summary_1742 .statistics_benefit_0674:nth-child(2n) p::after {
    border-left-color: transparent;
    border-top-color: rgb(107,114,106);
}.data_summary_1742 .statistics_benefit_0674 span {
    padding: 25px 20px;
    width: 100%;
}.data_summary_1742 svg {
    margin: 15px 0;
    top: auto;
    right: auto;
    position: relative;
}.data_summary_1742 ul::before {
    display: none;
}.data_summary_1742 .statistics_benefit_0674:hover {
    transform: translateY(-10px);
}
    
    @keyframes slide-in {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 576px) {.data_summary_1742 {
    padding: 50px 0;
}.data_summary_1742 h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.data_summary_1742 .statistics_benefit_0674 p {
    font-size: 2rem;
    padding: 15px;
}.data_summary_1742 .statistics_benefit_0674 span {
    padding: 20px 15px;
    font-size: calc(20px * 0.9);
}.data_summary_1742 ul {
    gap: 20px;
}}

.data_summary_1742 .statistics_benefit_0674::before {
    opacity: 0;
    left: 0;
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
}.data_summary_1742 .statistics_benefit_0674:hover::before {
    opacity: 0.1;
}.data_summary_1742 .statistics_benefit_0674 span,
.data_summary_1742 .statistics_benefit_0674 p,
.data_summary_1742 svg {
    z-index: 1;
}

@media (min-width: 1400px) {.data_summary_1742 .statistics_benefit_0674 {
    max-width: 90%;
    margin-left: auto;
}.data_summary_1742 .statistics_benefit_0674:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
}.data_summary_1742 .statistics_benefit_0674 p {
    font-size: 3.5rem;
}}.course_methodology_9876 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(199,204,177) 0%, rgba(rgb(151,164,151,0.5), 0.08) 100%);
}.course_methodology_9876::before {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(151,164,151,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(107,114,106,0.5), 0.05) 0%, transparent 40%);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.course_methodology_9876::after {
    transform: rotate(15deg) translateZ(0);
    background: linear-gradient(225deg, rgba(rgb(151,164,151,0.5), 0.1), transparent);
    content: "";
    height: 300px;
    top: -5%;
    right: -5%;
    filter: blur(20px);
    position: absolute;
    width: 300px;
    z-index: 0;
}.course_methodology_9876 .container.knowledge_growth_9183 {
    perspective: 1000px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 25px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.course_methodology_9876 .container.knowledge_growth_9183 > div {
    border-left: 5px solid rgb(151,164,151);
    padding: 40px;
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0) rotateX(2deg);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}.course_methodology_9876 .container.knowledge_growth_9183 > div:hover {
    transform: translateZ(20px) rotateX(0);
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.course_methodology_9876 h3 {
    position: relative;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    transform: translateZ(10px);
    margin-bottom: 30px;
}.course_methodology_9876 h3::after {
    transform-origin: left center;
    transition: width 0.4s ease-out;
    position: absolute;
    width: 80px;
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(151,164,151), rgba(rgb(151,164,151,0.5), 0.5));
    content: "";
    left: 0;
}.course_methodology_9876 .container.knowledge_growth_9183 > div:hover h3::after {
    width: 120px;
}.course_methodology_9876 p {
    position: relative;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
    margin-bottom: 0;
    font-size: 14px;
}.course_methodology_9876 p span {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}.course_methodology_9876 p span::before {
    content: "";
    right: -20px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    opacity: 0;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    background: rgba(rgb(151,164,151,0.5), 0.05);
    width: 60px;
    top: -20px;
    transform: scale(0);
}.course_methodology_9876 .container.knowledge_growth_9183 > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}.course_methodology_9876 .container.knowledge_growth_9183::before {
    z-index: -1;
    opacity: 0.15;
    height: 100px;
    top: -30px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: rotate(15deg) translateZ(-10px);
    position: absolute;
    background: linear-gradient(-45deg, rgb(151,164,151) 0%, rgba(rgb(151,164,151,0.5), 0.6) 100%);
    left: 20px;
    width: 100px;
    content: "";
}.course_methodology_9876 .container.knowledge_growth_9183::after {
    z-index: -1;
    bottom: -40px;
    height: 120px;
    width: 120px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.08;
    transform: rotate(-10deg) translateZ(-20px);
    content: "";
    right: 40px;
    background: linear-gradient(45deg, rgb(107,114,106) 0%, rgba(rgb(107,114,106,0.5), 0.6) 100%);
    position: absolute;
}

@media (max-width: 991px) {.course_methodology_9876 {
    padding: 80px 0;
}.course_methodology_9876 .container.knowledge_growth_9183 > div {
    padding: 30px;
}.course_methodology_9876 h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.course_methodology_9876 {
    padding: 60px 0;
}.course_methodology_9876 .container.knowledge_growth_9183 {
    padding: 0 15px;
}.course_methodology_9876 .container.knowledge_growth_9183 > div {
    transform: translateZ(0) rotateX(0);
    padding: 25px;
}.course_methodology_9876 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.course_methodology_9876 h3::after {
    width: 60px;
    height: 3px;
}.course_methodology_9876 p {
    font-size: calc(14px * 0.95);
}.course_methodology_9876 .container.knowledge_growth_9183::before,
    .course_methodology_9876 .container.knowledge_growth_9183::after {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.course_methodology_9876 {
    padding: 50px 0;
}.course_methodology_9876 .container.knowledge_growth_9183 > div {
    padding: 20px;
    border-left-width: 3px;
}.course_methodology_9876 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.course_methodology_9876 p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.course_methodology_9876 .container.knowledge_growth_9183::before,
    .course_methodology_9876 .container.knowledge_growth_9183::after {
    display: none;
}
}

@media (hover: none) {.course_methodology_9876 .container.knowledge_growth_9183 > div,
    .course_methodology_9876 .container.knowledge_growth_9183 > div:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.course_methodology_9876 h3::after,
    .course_methodology_9876 .container.knowledge_growth_9183 > div:hover h3::after {
    width: 70px;
}.course_methodology_9876 p span::before {
    display: none;
}
}