﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.footer {
    flex: 0 0 auto;
}
.container {
    margin: auto;
    width: 1124px;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
.top_section_2065 {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
.wrapper-capsule_2639 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
section {
    background-color: rgb(231,228,237);
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.privacy_haven_4376 {
    background: linear-gradient(135deg, #000000 0%, rgb(182,135,120,0.5) 100%);
    padding: 50px 30px;
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.privacy_haven_4376::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at center, rgb(168,201,179), transparent);
    opacity: 0.5;
    transform: rotate(45deg);
    z-index: 0;
}
.privacy_haven_4376::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at center, rgb(182,135,120), transparent);
    opacity: 0.5;
    transform: rotate(-45deg);
    z-index: 0;
}
.privacy_haven_4376 h1, .privacy_haven_4376 h2, .privacy_haven_4376 h3, .privacy_haven_4376 h4, .privacy_haven_4376 h5, .privacy_haven_4376 h6 {
    color: rgb(168,201,179);
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.privacy_haven_4376 h1 {
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid rgb(168,201,179);
    padding-bottom: 10px;
}
.privacy_haven_4376 h2 {
    font-size: 31px;
    font-weight: 600;
    border-bottom: 1px solid rgb(182,135,120);
    padding-bottom: 8px;
}
.privacy_haven_4376 ul, .privacy_haven_4376 ol {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    list-style: none;
}
.privacy_haven_4376 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #ffffff;
}
.privacy_haven_4376 ul li:before, .privacy_haven_4376 ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background-color: rgb(168,201,179);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(168,201,179);
}
.privacy_haven_4376 ol {
    counter-reset: item;
}
.privacy_haven_4376 ol li {
    list-style-type: none;
}
.privacy_haven_4376 ol li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: rgb(182,135,120);
    border-radius: 50%;
    color: #000000;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
.privacy_haven_4376 p, .privacy_haven_4376 span {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    z-index: 1;
}
.privacy_haven_4376 div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 800px) {
    .privacy_haven_4376 {
        padding: 30px 20px;
    }
    .privacy_haven_4376 h1 {
        font-size: calc(23px - 5px);
    }
    .privacy_haven_4376 h2 {
        font-size: calc(23px - 5px);
    }
    .privacy_haven_4376 p, .privacy_haven_4376 li {
        font-size: calc(15px - 2px);
    }
    .privacy_haven_4376::before, .privacy_haven_4376::after {
        width: 100px;
        height: 100px;
    }
}.connect_form_4895 {
    position: relative;
    background: linear-gradient(160deg, rgb(231,228,237) 0%, rgb(168,201,179,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
}

.connect_form_4895::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,201,179,0.5),
        rgb(168,201,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
}

.connect_form_4895 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.connect_form_4895 h2 {
    font-size: 46px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.connect_form_4895 .query_reach_4058 {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    margin: 0 auto;
}

.connect_form_4895 .media_thumbnail_2034 {
    width: 100%;
    height: 200px;
    position: relative;
}

.connect_form_4895 .support_info_7425 {
    width: 100%;
    padding: 50px;
    position: relative;
}

.connect_form_4895 form {
    width: 100%;
}

.connect_form_4895 form h3 {
    font-size: 23px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.connect_form_4895 form h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(168,201,179);
    border-radius: 1.5px;
}

.connect_form_4895 form input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    background: rgb(231,228,237);
    border: 2px solid transparent;
    border-radius: 10px;
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.connect_form_4895 form input[type="text"]:focus {
    border-color: rgb(168,201,179);
    outline: none;
}

.connect_form_4895 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.connect_form_4895 .message_request_6879 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.connect_form_4895 .message_request_6879 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_form_4895 .message_request_6879 label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    cursor: pointer;
}

.connect_form_4895 .message_request_6879 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgb(231,228,237);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.connect_form_4895 .message_request_6879 input[type="checkbox"]:checked + label::before {
    background: rgb(168,201,179);
}

.connect_form_4895 .message_request_6879 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.connect_form_4895 .message_request_6879 label a {
    color: rgb(168,201,179);
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect_form_4895 .message_request_6879 label a:hover {
    text-decoration: underline;
}

.connect_form_4895 form .connect_links_4670 {
    width: 100%;
    padding: 16px 20px;
    background: rgb(168,201,179);
    border: none;
    border-radius: 10px;
    font-family: Merriweather, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.connect_form_4895 form .connect_links_4670:hover {
    background: rgb(182,135,120);
}

.connect_form_4895 svg {
    width: 20px;
    height: 20px;
    fill: rgb(168,201,179);
}

.connect_form_4895 svg path {
    fill: rgb(168,201,179);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {
    .connect_form_4895 .query_reach_4058 {
        flex-direction: row;
        max-width: 1000px;
    }
    
    .connect_form_4895 .media_thumbnail_2034 {
        width: 40%;
        height: auto;
        min-height: 400px;
    }
    
    .connect_form_4895 .support_info_7425 {
        width: 60%;
    }
}

@media screen and (min-width: 992px) {
    .connect_form_4895 .media_thumbnail_2034 {
        width: 50%;
    }
    
    .connect_form_4895 .support_info_7425 {
        width: 50%;
        padding: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .connect_form_4895 .query_reach_4058 {
        max-width: 1100px;
    }
    
    .connect_form_4895 .media_thumbnail_2034 {
        min-height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .connect_form_4895 {
        padding: 60px 0;
    }
    
    .connect_form_4895 h2 {
        font-size: calc(46px * 0.7);
        margin-bottom: 30px;
    }
    
    .connect_form_4895 .support_info_7425 {
        padding: 30px 20px;
    }
    
    .connect_form_4895 form h3 {
        font-size: calc(23px * 0.9);
    }
}.course_details_6508 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(to right, rgb(182,135,120,0.5), rgb(168,201,179,0.5));
    color: #000000;
    font-family: Merriweather, sans-serif;
    border-radius: 21px;
}

.course_details_6508 h2 {
    color: rgb(168,201,179);
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.course_details_6508 .knowledge_sessions_3012 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.course_details_6508 .job_classes_8206 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.course_details_6508 .education_map_2956 {
    padding: 20px;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course_details_6508 .top_section_2065 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.course_details_6508 .media_thumbnail_2034 {
    height: 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgb(168,201,179,0.5);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, border 0.3s ease;
}

.course_details_6508 .text_content_box_6137 {
    padding: 20px;
}

.course_details_6508 h3 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(168,201,179);
    margin-bottom: 16px;
}

.course_details_6508 p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

.course_details_6508 .connect_links_4670 {
    display: inline-block;
    background: rgb(168,201,179);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.course_details_6508 .connect_links_4670:hover {
    background: rgb(182,135,120);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .course_details_6508 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .course_details_6508 .media_thumbnail_2034 {
        height: 200px;
        width: 200px;
    }

    .course_details_6508 h3 {
        font-size: 18px;
    }

    .course_details_6508 p {
        font-size: 13px;
    }

    .course_details_6508 .connect_links_4670 {
        padding: 10px 20px;
    }
}

.wrapper-capsule_2639 .course_details_6508 {
    background: rgb(231,228,237);
    padding: 80px 0;
}

.wrapper-capsule_2639 .course_details_6508 .job_classes_8206 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-capsule_2639 .course_details_6508 .media_thumbnail_2034 {
    width: 250px;
    height: 250px;
    border-radius: 21px;
    overflow: hidden;
    border: 5px solid rgb(168,201,179,0.5);
}

.wrapper-capsule_2639 .course_details_6508 .top_section_2065 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.wrapper-capsule_2639 .course_details_6508 .text_content_box_6137 {
    text-align: center;
    padding: 20px;
}

.wrapper-capsule_2639 .course_details_6508 h3 {
    font-size: 41px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(168,201,179);
}

.wrapper-capsule_2639 .course_details_6508 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.wrapper-capsule_2639 .course_details_6508 .connect_links_4670 {
    margin-top: 30px;
    padding: 15px 40px;
    background: none;
    border: 2px solid rgb(168,201,179);
    border-radius: 50px;
    color: rgb(168,201,179);
    transition: background 0.3s ease, color 0.3s ease;
}

.wrapper-capsule_2639 .course_details_6508 .connect_links_4670:hover {
    background: rgb(168,201,179);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-capsule_2639 .course_details_6508 .media_thumbnail_2034 {
        width: 200px;
        height: 200px;
    }

    .wrapper-capsule_2639 .course_details_6508 h3 {
        font-size: 29px;
    }

    .wrapper-capsule_2639 .course_details_6508 p {
        font-size: 16px;
    }

    .wrapper-capsule_2639 .course_details_6508 .connect_links_4670 {
        padding: 10px 30px;
    }
}
footer {
    background: rgb(182,135,120);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgb(168,201,179), rgb(182,135,120));
}
footer .container {
    position: relative;
    z-index: 1;
}
.footer {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}
footer .sustain_cta_7812 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 15px;
    margin-bottom: 30px;
}
footer .nav_teach_3675 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .nav_teach_3675 svg, footer .nav_teach_3675 img {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    fill: #ffffff;
}
footer h5 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .top_pro_8091 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 5px;
    padding: 8px 15px;
    transition: color 0.3s;
    display: inline-block;
}
footer .top_pro_8091 a:hover {
    color: rgb(182,135,120);
}
footer .inquiry_form_3764 div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}
footer .inquiry_form_3764 div svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #ffffff;
}
footer .inquiry_form_3764 div span {
    color: #ffffff;
    font-size: 17px;
}
footer .webinar_live_9152 {
    margin: 20px 0;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
}
footer .contest_info_0526 {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
}
footer .encrypt_cta_3810 {
    color: #ffffff;
    font-size: 12px;
}
footer .encrypt_cta_3810 a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .sustain_cta_7812 {
        flex-direction: column;
        align-items: center;
    }
    footer .top_pro_8091, footer .inquiry_form_3764 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer h5 {
        font-size: 18px;
    }
    footer .top_pro_8091 a {
        font-size: 17px;
        padding: 5px 10px;
    }
    footer .inquiry_form_3764 div svg {
        width: 16px;
        height: 16px;
    }
}
.footer::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}
.footer::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}
footer .container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}
.title_board_5260 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.title_board_5260::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 2;
}
.title_board_5260 .course_head_4156 {
    background-size: cover;
    background-position: center !important;
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.title_board_5260 .skill_sessions_8576 {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 800px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.title_board_5260 .skill_sessions_8576:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.title_board_5260 .skill_sessions_8576 h1 {
    color: rgb(168,201,179);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.title_board_5260 .skill_sessions_8576 h1:hover {
    color: rgb(182,135,120);
}
.title_board_5260 .skill_sessions_8576 h3 {
    color: rgb(182,135,120);
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
}
.title_board_5260 .skill_sessions_8576 p {
    color: #000000;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .title_board_5260 .course_head_4156 {
        min-height: 480px;
    }
    .title_board_5260 .skill_sessions_8576 {
        padding: 30px 40px;
    }
    .title_board_5260 .skill_sessions_8576 h1 {
        font-size: 30px;
    }
    .title_board_5260 .skill_sessions_8576 h3 {
        font-size: 21px;
    }
    .title_board_5260 .skill_sessions_8576 p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 800px) {
    .title_board_5260 .course_head_4156 {
        min-height: 320px;
        padding: 20px;
    }
    .title_board_5260 .skill_sessions_8576 {
        padding: 20px;
        border-radius: 10px;
    }
    .title_board_5260 .skill_sessions_8576 h1 {
        font-size: 21px;
    }
    .title_board_5260 .skill_sessions_8576 h3 {
        font-size: 16px;
    }
    .title_board_5260 .skill_sessions_8576 p {
        font-size: 18px;
    }
}
.wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 {
    clip-path: none;
    height: auto;
    width: 100%;
    max-width: 50%;
    min-height: 260px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 50px 110px 30px;
    left: calc(50% - 600px);
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}
.wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 h1 {
    font-size: 40px;
    text-align: left;
}
.wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 h3 {
    text-align: left;
}
.wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 p {
    text-align: left;
}
@media only screen and (max-width: 1200px) {
    .wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 {
        left: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        position: static;
    }
    .wrapper-capsule_2639 .title_board_5260 .skill_sessions_8576 h1 {
        font-size: 30px;
    }
    .wrapper-capsule_2639 .title_board_5260 .course_head_4156 {
        min-height: 480px;
    }
}.gratSection_5936 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(231,228,237);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.gratSection_5936 .container {
    max-width: 700px;
    width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(231,228,237) 100%);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.gratSection_5936 h2 {
    margin-bottom: 20px;
    font-size: 48px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: rgb(168,201,179);
    background: linear-gradient(145deg, rgb(168,201,179), rgb(182,135,120));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(168,201,179);
    width: 100%;
}
.gratSection_5936 p {
    font-size: 13px;
    font-family: Merriweather, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-top: 10px;
    background: linear-gradient(145deg, rgb(168,201,179,0.5) 0%, rgb(182,135,120,0.5) 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 800px) {
    .gratSection_5936 {
        padding: 20px;
    }
    
    .gratSection_5936 .container {
        padding: 30px;
    }
    
    .gratSection_5936 h2 {
        font-size: 37px;
    }
    
    .gratSection_5936 p {
        font-size: 18px;
    }
}
.benefits_outline_6935 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(231,228,237) 0%, rgb(182,135,120,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.benefits_outline_6935::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(168,201,179,0.5) 10%, transparent 10%);
    background-size: 50px 50px;
    transform: rotate(30deg);
    opacity: 0.1;
    animation: backgroundMove 60s linear infinite;
}

@keyframes backgroundMove {
    0% { transform: rotate(30deg) translateY(0); }
    100% { transform: rotate(30deg) translateY(-50px); }
}

.benefits_outline_6935 .extra_gain_5708 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(#ffffff, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(#000000, 0.1);
    transition: all 0.3s ease;
}

.benefits_outline_6935 .extra_gain_5708:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.15);
}

.benefits_outline_6935 .learning_edge_9768 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

.benefits_outline_6935 .learning_edge_9768 .media_thumbnail_2034 {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.benefits_outline_6935 .learning_edge_9768 .media_thumbnail_2034::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(168,201,179,0.5) 0%, transparent 100%);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.benefits_outline_6935 .learning_edge_9768 .media_thumbnail_2034:hover::after {
    opacity: 0.3;
}

.benefits_outline_6935 .learn_advantages_0247 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    width: 100%;
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(#000000, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(#000000, 0.1);
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789 .mentor_edges_2843 {
    margin-bottom: 20px;
    position: relative;
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789 svg, .benefits_outline_6935 .learn_advantages_0247 .key_track_0789 svg path {
    width: 70px;
    height: 70px;
    fill: rgb(168,201,179);
    transition: all 0.3s ease;
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(182,135,120);
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789 h4 {
    font-size: 21px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.benefits_outline_6935 .learn_advantages_0247 .key_track_0789:hover h4 {
    color: rgb(168,201,179);
}

.benefits_outline_6935 .extra_gain_5708 h2 {
    font-size: 30px;
    color: rgb(168,201,179);
    text-align: center;
    margin: 0 0 50px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
}

.benefits_outline_6935 .extra_gain_5708 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(182,135,120);
    border-radius: 2px;
}

@media only screen and (max-width: 1024px) {
    .benefits_outline_6935 {
        padding: 80px 0;
    }

    .benefits_outline_6935 .learning_edge_9768 {
        grid-template-columns: 1fr;
    }

    .benefits_outline_6935 .learning_edge_9768 .media_thumbnail_2034 {
        height: 300px;
    }

    .benefits_outline_6935 .learn_advantages_0247 {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .benefits_outline_6935 {
        padding: 60px 0;
    }

    .benefits_outline_6935 .extra_gain_5708 {
        padding: 30px;
    }

    .benefits_outline_6935 .extra_gain_5708 h2 {
        font-size: calc(30px * 0.8);
        margin-bottom: 30px;
    }

    .benefits_outline_6935 .learn_advantages_0247 .key_track_0789 {
        padding: 20px;
    }

    .benefits_outline_6935 .learn_advantages_0247 .key_track_0789 svg {
        width: 50px;
        height: 50px;
    }

    .benefits_outline_6935 .learn_advantages_0247 .key_track_0789 h4 {
        font-size: calc(21px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .benefits_outline_6935 {
        padding: 40px 0;
    }

    .benefits_outline_6935 .extra_gain_5708 {
        padding: 20px;
    }

    .benefits_outline_6935 .extra_gain_5708 h2 {
        font-size: calc(30px * 0.7);
    }

    .benefits_outline_6935 .learn_advantages_0247 {
        grid-template-columns: 1fr;
    }
}.study_method_9652 {
    position: relative;
    width: 100%;
    background: #000000;
}

.study_method_9652 .learn_process_4261 {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.study_method_9652 .learn_process_4261::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            #000000 0deg 10deg,
            transparent 10deg 20deg
        );
    opacity: 0.1;
    z-index: 1;
}

.study_method_9652 .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.study_method_9652 .text_content_box_6137 {
    width: 70%;
    background: rgba(0, 0, 0, 0.8);
    transform: rotateX(5deg);
    padding: 3rem;
    border: 1px solid rgb(168,201,179,0.5);
    position: relative;
    transition: transform 0.3s ease;
}

.study_method_9652 .text_content_box_6137::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(168,201,179),
        transparent
    );
    animation: scanline 2s linear infinite;
}

.study_method_9652 .text_content_box_6137 h4 {
    color: rgb(168,201,179);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    text-transform: uppercase;
}

.study_method_9652 .text_content_box_6137 h4::before {
    content: '>';
    position: absolute;
    left: 0;
    color: rgb(168,201,179);
    animation: blink 1s infinite;
}

.study_method_9652 .text_content_box_6137 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    font-family: Merriweather, sans-serif;
    position: relative;
    margin-bottom: 1rem;
}

@keyframes scanline {
    0% { transform: translateX(-50%) scaleX(0); }
    50% { transform: translateX(-50%) scaleX(1); }
    100% { transform: translateX(-50%) scaleX(0); }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@media (max-width: 991px) {
    .study_method_9652 .container {
        perspective: none;
    }

    .study_method_9652 .text_content_box_6137 {
        width: 85%;
        transform: none;
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .study_method_9652 .learn_process_4261 {
        padding: 2.5rem 0;
    }

    .study_method_9652 .text_content_box_6137 {
        width: 100%;
        padding: 1.5rem;
    }

    .study_method_9652 .text_content_box_6137 h4 {
        font-size: calc(30px * 0.85);
        padding-left: 1.5rem;
    }

    .study_method_9652 .text_content_box_6137 p {
        font-size: calc(16px * 0.95);
        line-height: 1.6;
    }
}.who_we_are_3674 {
    position: relative;
    background: rgb(231,228,237);
    padding: 100px 0;
    overflow: hidden;
}

.who_we_are_3674::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(168,201,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(182,135,120,0.5) 0%, transparent 40%);
    opacity: 0.6;
    z-index: 0;
}

.who_we_are_3674 .container {
    position: relative;
    z-index: 1;
}

.who_we_are_3674 .knowledge_sessions_3012 {
    position: relative;
}

.who_we_are_3674 h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.who_we_are_3674 h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(168,201,179);
}

.who_we_are_3674 .mastery_zone_9783 {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    position: relative;
}

.who_we_are_3674 .mastery_zone_9783 span {
    font-size: 23px;
    font-weight: 600;
    color: rgb(168,201,179);
    margin-bottom: 20px;
    display: block;
}

.who_we_are_3674 .mastery_zone_9783 p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    width: 60%;
}

.who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034 {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 22px;
    box-shadow: -15px 15px 0 rgb(168,201,179,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(168,201,179,0.5);
}

.who_we_are_3674 .story_info_0254 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
}

.who_we_are_3674 .story_info_0254 p {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    margin-left: auto;
    width: 60%;
}

.who_we_are_3674 .story_info_0254 .our_journey_2163 {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 22px;
    box-shadow: 15px 15px 0 rgb(182,135,120,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.who_we_are_3674 .story_info_0254 .our_journey_2163:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(182,135,120,0.5);
}

.who_we_are_3674 .knowledge_sessions_3012::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgb(168,201,179,0.5);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    z-index: -1;
    animation: rotate 30s infinite linear;
}

.who_we_are_3674 .knowledge_sessions_3012::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px dashed rgb(182,135,120,0.5);
    border-radius: 50%;
    bottom: -75px;
    right: -75px;
    z-index: -1;
    animation: rotate 20s infinite linear reverse;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who_we_are_3674 .mastery_zone_9783::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, rgb(168,201,179,0.5), transparent);
    bottom: -35px;
    left: 0;
}

.who_we_are_3674 .mastery_zone_9783 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: -45px;
    color: rgb(168,201,179);
    opacity: 0.7;
}

.who_we_are_3674 .mastery_zone_9783 svg path {
    fill: rgb(168,201,179);
}

.who_we_are_3674 .story_info_0254 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: -45px;
    color: rgb(182,135,120);
    opacity: 0.7;
}

.who_we_are_3674 .story_info_0254 svg path {
    fill: rgb(182,135,120);
}

.who_we_are_3674 .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgb(231,228,237) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(231,228,237) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(231,228,237) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(231,228,237) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .who_we_are_3674 {
        padding: 80px 0;
    }
    
    .who_we_are_3674 h3 {
        font-size: calc(32px * 0.9);
        margin-bottom: 40px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 p,
    .who_we_are_3674 .story_info_0254 p {
        width: 55%;
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034,
    .who_we_are_3674 .story_info_0254 .our_journey_2163 {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .who_we_are_3674 {
        padding: 60px 0;
    }
    
    .who_we_are_3674 h3 {
        font-size: calc(32px * 0.8);
        margin-bottom: 35px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 {
        margin-bottom: 50px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 p,
    .who_we_are_3674 .story_info_0254 p {
        width: 100%;
        margin-bottom: 230px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034,
    .who_we_are_3674 .story_info_0254 .our_journey_2163 {
        width: 100%;
        height: 200px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 20px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034 {
        margin-top: -230px;
    }
    
    .who_we_are_3674 .story_info_0254 .our_journey_2163 {
        order: -1;
        margin-bottom: 20px;
    }
    
    .who_we_are_3674 .story_info_0254 {
        display: flex;
        flex-direction: column;
    }
    
    .who_we_are_3674 .mastery_zone_9783 svg,
    .who_we_are_3674 .story_info_0254 svg {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .who_we_are_3674 {
        padding: 40px 0;
    }
    
    .who_we_are_3674 h3 {
        font-size: calc(32px * 0.7);
        margin-bottom: 30px;
    }
    
    .who_we_are_3674 h3::after {
        width: 40px;
        bottom: -10px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 {
        margin-bottom: 40px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 p,
    .who_we_are_3674 .story_info_0254 p {
        margin-bottom: 180px;
        font-size: calc(16px * 0.9);
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034,
    .who_we_are_3674 .story_info_0254 .our_journey_2163 {
        height: 160px;
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034 {
        margin-top: -180px;
        box-shadow: -8px 8px 0 rgb(168,201,179,0.5);
    }
    
    .who_we_are_3674 .story_info_0254 .our_journey_2163 {
        box-shadow: 8px 8px 0 rgb(182,135,120,0.5);
    }
    
    .who_we_are_3674 .mastery_zone_9783 .media_thumbnail_2034:hover {
        transform: translate(3px, -3px);
        box-shadow: -10px 10px 0 rgb(168,201,179,0.5);
    }
    
    .who_we_are_3674 .story_info_0254 .our_journey_2163:hover {
        transform: translate(-3px, -3px);
        box-shadow: 10px 10px 0 rgb(182,135,120,0.5);
    }
    
    .who_we_are_3674 .mastery_zone_9783 span {
        font-size: calc(23px * 0.9);
        margin-bottom: 15px;
    }
    
    .who_we_are_3674 .knowledge_sessions_3012::before,
    .who_we_are_3674 .knowledge_sessions_3012::after {
        width: 100px;
        height: 100px;
    }
}.find_us_2013 {
    position: relative;
    background: rgb(231,228,237);
    padding: 90px 0;
    overflow: hidden;
    isolation: isolate;
}
.find_us_2013::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(168,201,179,0.5) 25%, rgb(168,201,179,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(182,135,120,0.5) 25%, rgb(182,135,120,0.5) 30%, transparent 30%);
    background-size: 60px 60px;
    z-index: -2;
    animation: patternMove 30s linear infinite;
}
.find_us_2013::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(168,201,179,0.5) 0%, transparent 50%, rgb(182,135,120,0.5) 100%);
    opacity: 0.4;
    z-index: -1;
}
@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}
.find_us_2013 .container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.find_us_2013 .container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    filter: blur(50px);
    opacity: 0.5;
    z-index: -1;
    animation: pulseEffect 10s infinite alternate;
}
@keyframes pulseEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}
.find_us_2013 .get_support_5170 {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.find_us_2013 .get_support_5170::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(168,201,179), rgb(182,135,120));
    z-index: 1;
    opacity: 1;
    transition: height 0.5s ease;
}
.find_us_2013 .get_support_5170::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent rgb(168,201,179) transparent transparent;
    z-index: 2;
    transition: transform 0.3s ease;
}
.find_us_2013 .write_experts_1053 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding: 25px 35px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.find_us_2013 .write_experts_1053 svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    fill: #ffffff;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}
.find_us_2013 .write_experts_1053 span {
    position: relative;
    z-index: 1;
}
.find_us_2013 .write_experts_1053::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(168,201,179,0.5) 50%, transparent 50.1%) 0 0/10px 10px,
        linear-gradient(-45deg, transparent 49.9%, rgb(168,201,179,0.5) 50%, transparent 50.1%) 0 0/10px 10px;
    opacity: 0.1;
    z-index: -1;
}
.find_us_2013 .media_thumbnail_2034 {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.find_us_2013 .media_thumbnail_2034::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}
.find_us_2013 .reach_help_1702 {
    position: relative;
    padding: 35px;
    background: #ffffff;
    flex-grow: 1;
}
.find_us_2013 .reach_help_1702::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.02) 5px,
            rgba(0, 0, 0, 0.02) 10px
        );
    z-index: -1;
}
.find_us_2013 .reach_help_1702 p {
    margin: 0 0 18px;
    position: relative;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    border-left: 2px solid transparent;
}
.find_us_2013 .reach_help_1702 p:last-child {
    margin-bottom: 0;
}
.find_us_2013 .reach_help_1702 p svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: rgb(168,201,179);
    transition: all 0.3s ease;
}
.find_us_2013 .reach_help_1702 p span {
    position: relative;
    z-index: 1;
}
.find_us_2013 .reach_help_1702 p b {
    color: rgb(168,201,179);
    font-weight: 700;
}
.find_us_2013 .reach_help_1702 p a {
    color: rgb(168,201,179);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}
.find_us_2013 .reach_help_1702 p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgb(168,201,179);
    transition: width 0.3s ease;
}
.find_us_2013 .reach_help_1702 p a:hover {
    color: rgb(182,135,120);
}
.find_us_2013 .reach_help_1702 p a:hover::after {
    width: 100%;
}
.find_us_2013 .message_section_4126 {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.find_us_2013 .talk_team_7410 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.find_us_2013 .talk_team_7410 svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    fill: none;
    stroke: rgb(168,201,179);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
}
.find_us_2013 .talk_team_7410:hover svg {
    transform: translateY(-50%) rotate(0deg);
    stroke: rgb(182,135,120);
}
.find_us_2013 .join_community_2076 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}
.find_us_2013 .contact_details_5104 {
    position: relative;
    padding: 14px 18px 14px 38px;
    background: rgb(231,228,237);
    border-left: 3px solid rgb(168,201,179);
    font-size: calc(16px - 1px);
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.find_us_2013 .contact_details_5104 svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    fill: none;
    stroke: rgb(168,201,179);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.find_us_2013 .contact_details_5104:hover {
    background: rgb(168,201,179,0.5);
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.find_us_2013 .contact_details_5104:hover svg {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    stroke: #000000;
}
.find_us_2013 .contact_details_5104::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
    background-size: 10px 10px;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
}
@media screen and (min-width: 992px) {
    .find_us_2013 .get_support_5170 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        grid-template-areas: 
            "header header"
            "photo information"
            "hours hours";
    }
    
    .find_us_2013 .write_experts_1053 {
        grid-area: header;
    }
    
    .find_us_2013 .write_experts_1053 svg {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
    
    .find_us_2013 .media_thumbnail_2034 {
        grid-area: photo;
        height: 100%;
    }
    
    .find_us_2013 .reach_help_1702 {
        grid-area: information;
    }
    
    .find_us_2013 .reach_help_1702 p svg {
        width: 22px;
        height: 22px;
    }
    
    .find_us_2013 .message_section_4126 {
        grid-area: hours;
        margin-top: 0;
        padding: 35px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .find_us_2013 .talk_team_7410 svg {
        width: 20px;
        height: 20px;
    }
    
    .find_us_2013 .join_community_2076 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .find_us_2013 .contact_details_5104 svg {
        width: 16px;
        height: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .find_us_2013 {
        padding: 70px 0;
    }
    
    .find_us_2013 .write_experts_1053 {
        padding: 22px 30px;
    }
    
    .find_us_2013 .write_experts_1053 svg {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    
    .find_us_2013 .reach_help_1702 {
        padding: 30px;
    }
    
    .find_us_2013 .reach_help_1702 p svg {
        width: 18px;
        height: 18px;
    }
    
    .find_us_2013 .talk_team_7410 svg {
        width: 16px;
        height: 16px;
    }
    
    .find_us_2013 .join_community_2076 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .find_us_2013 {
        padding: 50px 0;
    }
    
    .find_us_2013 .write_experts_1053 {
        padding: 20px 25px;
    }
    
    .find_us_2013 .write_experts_1053 svg {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    
    .find_us_2013 .reach_help_1702 {
        padding: 25px;
    }
    
    .find_us_2013 .reach_help_1702 p {
        padding-left: 28px;
    }
    
    .find_us_2013 .reach_help_1702 p svg {
        width: 16px;
        height: 16px;
        top: 3px;
    }
    
    .find_us_2013 .message_section_4126 {
        margin-top: 25px;
        padding-top: 25px;
    }
    
    .find_us_2013 .talk_team_7410 {
        padding-left: 26px;
    }
    
    .find_us_2013 .talk_team_7410 svg {
        width: 14px;
        height: 14px;
    }
    
    .find_us_2013 .join_community_2076 {
        grid-template-columns: 1fr;
    }
    
    .find_us_2013 .contact_details_5104 {
        padding: 12px 15px 12px 34px;
    }
    
    .find_us_2013 .contact_details_5104 svg {
        width: 12px;
        height: 12px;
        left: 10px;
    }
}header .head_mentor_4096 {
    min-height: 100px;
    background: rgb(182,135,120);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid rgb(168,201,179);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.head_mentor_4096 .nav_info_3954 {
    display: flex;
    align-items: center;
}
.head_mentor_4096 .nav_info_3954 .nav_teach_3675 {
    margin-right: 30px;
    border-right: 2px solid rgb(168,201,179);
    padding-right: 30px;
}
.head_mentor_4096 .nav_info_3954 .nav_teach_3675 svg, 
.head_mentor_4096 .nav_info_3954 .nav_teach_3675 img {
    height: 50px;
    width: auto;
    fill: #ffffff;
}
.head_mentor_4096 .main_learn_5298 svg text {
    fill: #ffffff;
}
.head_mentor_4096 .top_learn_0431 {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
}
.head_mentor_4096 .head_bar_2690 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.head_mentor_4096 .head_bar_2690 a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    header .head_mentor_4096 {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .head_mentor_4096 .nav_info_3954 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .head_mentor_4096 .nav_info_3954 .nav_teach_3675 {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .head_mentor_4096 .nav_info_3954 .nav_teach_3675 svg, 
    .head_mentor_4096 .nav_info_3954 .nav_teach_3675 img {
        height: 40px;
    }
    .head_mentor_4096 .top_learn_0431 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .head_mentor_4096 .top_learn_0431::before {
        width: 8px;
        height: 8px;
    }
    .head_mentor_4096 .head_bar_2690 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .head_mentor_4096 .head_bar_2690 a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(168,201,179);
        padding: 10px 15px;
    }
    .head_mentor_4096 .head_bar_2690 a:last-child {
        border-bottom: none;
    }
}.academic_experience_8293 {
    padding: 100px 0;
    background: rgb(168,201,179,0.5);
    font-family: Merriweather, sans-serif;
}

.academic_experience_8293 .knowledge_sessions_3012 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    justify-items: center;
}

.academic_experience_8293 .learner_voices_0218 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    max-width: 100%;
    width: 100%;
}

.academic_experience_8293 .learner_voices_0218:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.academic_experience_8293 .media_thumbnail_2034 {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.academic_experience_8293 .learner_voices_0218:hover .media_thumbnail_2034 {
    transform: scale(1.05);
}

.academic_experience_8293 .exp_milestones_7068 {
    text-align: center;
}

.academic_experience_8293 .learner_voices_0218 .name {
    font-size: 39px;
    color: rgb(182,135,120);
    margin-bottom: 10px;
    font-weight: 600;
    transition: color 0.4s ease;
}

.academic_experience_8293 .learner_voices_0218:hover .name {
    color: rgb(168,201,179);
}

.academic_experience_8293 .learner_voices_0218 span {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
}

.academic_experience_8293 .learner_voices_0218 .emp_block_2906 {
    font-size: 12px;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .academic_experience_8293 .learner_voices_0218 {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .academic_experience_8293 {
        padding: 50px 20px;
    }

    .academic_experience_8293 .knowledge_sessions_3012 {
        grid-template-columns: 1fr;
    }

    .academic_experience_8293 .learner_voices_0218 {
        width: 100%;
    }

    .academic_experience_8293 .media_thumbnail_2034 {
        height: 300px;
    }
}

.wrapper-capsule_2639 .academic_experience_8293 {
    padding: 80px 0;
    background: rgb(182,135,120,0.5);
}

.wrapper-capsule_2639 .academic_experience_8293 .knowledge_sessions_3012 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 {
    flex-direction: row;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border-radius: 15px;
}

.wrapper-capsule_2639 .academic_experience_8293 .media_thumbnail_2034 {
    width: 40%;
    min-height: 300px;
    border-radius: 15px 0 0 15px;
    margin: 0;
}

.wrapper-capsule_2639 .exp_milestones_7068 {
    width: 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 .name {
    font-size: 37px;
    color: rgb(168,201,179);
    margin-bottom: 20px;
    font-weight: 700;
}

.wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 span {
    font-size: 24px;
    color: rgb(182,135,120);
    margin-bottom: 20px;
}

.wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 .emp_block_2906 {
    font-size: 12px;
    color: #000000;
    font-style: normal;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 {
        flex-direction: column;
        padding: 10px;
    }

    .wrapper-capsule_2639 .exp_milestones_7068 {
        width: 100%;
        text-align: center;
        padding: 10px;
        align-items: center;
    }

    .wrapper-capsule_2639 .academic_experience_8293 .media_thumbnail_2034 {
        width: 100%;
        height: 300px;
        border-radius: 15px;
    }

    .wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 .name,
    .wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 span,
    .wrapper-capsule_2639 .academic_experience_8293 .learner_voices_0218 .emp_block_2906 {
        text-align: center;
    }
}
.course_rewards_5730 {
    position: relative;
    background: rgb(231,228,237);
    padding: 120px 0;
    overflow: hidden;
}

.course_rewards_5730::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(168,201,179,0.5) 1px, transparent 1px),
                      radial-gradient(rgb(182,135,120,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.1;
    transform: rotate(-5deg) scale(1.2);
}

.course_rewards_5730 .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.course_rewards_5730 .knowledge_sessions_3012 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.course_rewards_5730 .media_thumbnail_2034 {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
    position: relative;
    height: 700px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(15deg);
    transition: transform 0.6s ease;
}

.course_rewards_5730 .media_thumbnail_2034:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_rewards_5730 .media_thumbnail_2034::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 2px solid rgb(168,201,179);
    transform: translateZ(-50px);
    filter: blur(2px);
    opacity: 0.3;
}

.course_rewards_5730 .text_content_box_6137 {
    grid-column: 6 / 13;
    grid-row: 1 / 2;
    position: relative;
    padding: 50px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(231,228,237) 100%
    );
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.course_rewards_5730 .text_content_box_6137::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
    z-index: -1;
}

.course_rewards_5730 .text_content_box_6137 h2 {
    font-size: 29px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.course_rewards_5730 .text_content_box_6137 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    list-style: none;
    padding: 0;
}

.course_rewards_5730 .text_content_box_6137 ul li {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
    padding: 25px;
    background: linear-gradient(
        135deg,
        rgb(168,201,179,0.5) 0%,
        transparent 100%
    );
    border-left: 3px solid rgb(168,201,179);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.course_rewards_5730 .text_content_box_6137 ul li:hover {
    background: linear-gradient(
        135deg,
        rgb(182,135,120,0.5) 0%,
        transparent 100%
    );
    border-left-color: rgb(182,135,120);
    transform: translateX(5px);
}

.course_rewards_5730 .text_content_box_6137 ul li svg {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    padding: 8px;
    fill: #ffffff;
    background: rgb(168,201,179);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.course_rewards_5730 .text_content_box_6137 ul li:hover svg {
    background: rgb(182,135,120);
    transform: rotate(360deg);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.course_rewards_5730 .text_content_box_6137 ul li:nth-child(odd) {
    animation: float 5s infinite ease-in-out;
}

.course_rewards_5730 .text_content_box_6137 ul li:nth-child(even) {
    animation: float 5s infinite ease-in-out reverse;
}

@media (max-width: 1200px) {
    .course_rewards_5730 .knowledge_sessions_3012 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .course_rewards_5730 .media_thumbnail_2034 {
        grid-column: auto;
        grid-row: auto;
        height: 500px;
        transform: none;
    }

    .course_rewards_5730 .text_content_box_6137 {
        grid-column: auto;
        grid-row: auto;
        padding: 40px;
    }

    .course_rewards_5730 .text_content_box_6137 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .course_rewards_5730 {
        padding: 100px 0;
    }

    .course_rewards_5730 .text_content_box_6137 {
        padding: 35px;
    }

    .course_rewards_5730 .text_content_box_6137 h2 {
        font-size: calc(40px * 0.85);
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .course_rewards_5730 {
        padding: 80px 0;
    }

    .course_rewards_5730 .container {
        padding: 0 20px;
    }

    .course_rewards_5730 .media_thumbnail_2034 {
        height: 400px;
    }

    .course_rewards_5730 .text_content_box_6137 {
        padding: 30px;
    }

    .course_rewards_5730 .text_content_box_6137 ul {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .course_rewards_5730 .text_content_box_6137 ul li {
        padding: 20px;
        font-size: calc(13px * 0.95);
    }
}

@media (max-width: 480px) {
    .course_rewards_5730 {
        padding: 60px 0;
    }

    .course_rewards_5730 .media_thumbnail_2034 {
        height: 300px;
    }

    .course_rewards_5730 .text_content_box_6137 {
        padding: 25px;
        clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    }

    .course_rewards_5730 .text_content_box_6137::before {
        clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    }

    .course_rewards_5730 .text_content_box_6137 h2 {
        font-size: calc(40px * 0.7);
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .course_rewards_5730 .text_content_box_6137 ul {
        gap: 25px;
    }

    .course_rewards_5730 .text_content_box_6137 ul li {
        padding: 15px;
        font-size: calc(13px * 0.9);
        border-left-width: 2px;
    }

    .course_rewards_5730 .text_content_box_6137 ul li svg {
        width: 30px;
        height: 30px;
        padding: 6px;
        top: -10px;
        left: -10px;
    }
}