﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.whatsapp_grp_KuCTrWX {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1101px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.main_class_pdg7nLb {
    flex: 1 0 auto;
}.panel-container_vl8bc56 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor_history_bEJr9O0 {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(195,199,214);
    overflow: hidden;
}.instructor_history_bEJr9O0::before {
    content: "";
    right: -10%;
    transform: rotate(-15deg);
    width: 45%;
    top: -10%;
    height: 70%;
    z-index: 0;
    filter: blur(50px);
    background: linear-gradient(135deg, rgb(158,162,177,0.5), rgb(122,125,137,0.5));
    position: absolute;
}.instructor_history_bEJr9O0::after {
    filter: blur(40px);
    position: absolute;
    transform: rotate(15deg);
    height: 60%;
    width: 50%;
    bottom: -10%;
    left: -10%;
    content: "";
    background: linear-gradient(225deg, rgb(122,125,137,0.5), rgb(158,162,177,0.5));
    z-index: 0;
}.instructor_history_bEJr9O0 .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 {
    position: relative;
    gap: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border-left: 4px solid rgb(158,162,177);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 3rem;
    display: grid;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    width: 100%;
    position: relative;
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh::after {
    z-index: 1;
    background: linear-gradient(to top, rgb(158,162,177,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
    inset: 0;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) {
    opacity: 0;
    transform: translateY(1rem);
    border-left: 2px solid rgb(122,125,137);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    align-self: flex-start;
    padding-left: 1rem;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .name {
    margin-bottom: 0.5rem;
    color: rgb(158,162,177);
    position: relative;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    display: inline-block;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .name::after {
    position: absolute;
    height: 2px;
    width: 0;
    transition: width 0.4s ease;
    background-color: rgb(122,125,137);
    content: "";
    left: 0;
    bottom: -5px;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .name:hover::after {
    width: 100%;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgb(122,125,137);
    font-style: italic;
    font-size: calc(14px * 0.95);
    position: relative;
    padding-left: 0.5rem;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) > div::before {
    position: absolute;
    left: -10px;
    content: "★";
    color: rgb(158,162,177);
    opacity: 0.7;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(3) {
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .career_milestones_ptrjodV {
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    line-height: 1.8;
    color: #000000;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .career_milestones_ptrjodV::before {
    left: -20px;
    position: absolute;
    color: rgb(158,162,177,0.5);
    font-size: 6rem;
    font-family: Georgia, serif;
    z-index: -1;
    top: -20px;
    content: "";
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .career_milestones_ptrjodV::after {
    position: absolute;
    content: "";
    bottom: -60px;
    right: -20px;
    z-index: -1;
    font-size: 6rem;
    color: rgb(158,162,177,0.5);
    font-family: Georgia, serif;
}

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

@media (min-width: 768px) {.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 300px 1fr;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: flex-end;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
    min-height: 400px;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .name {
    font-size: calc(19px * 1.5);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .career_milestones_ptrjodV {
    padding: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1024px) {.instructor_history_bEJr9O0 {
    padding: 8rem 0;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 {
    gap: 3rem 4rem;
    margin: 0 2rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .img_shadow_SCWKHgh {
    min-height: 500px;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) {
    padding-left: 1.5rem;
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .name {
    margin-bottom: 1rem;
    font-size: calc(19px * 1.7);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 > div:nth-child(2) > div {
    font-size: calc(14px * 1.1);
}.instructor_history_bEJr9O0 .client_quotes_Hnf1cp5 .career_milestones_ptrjodV {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
    padding: 2.5rem;
}}.join_list_rhQHJOi {
    overflow: hidden;
    margin: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(195,199,214) 0%, rgb(158,162,177,0.5) 100%);
    padding: 4rem 2rem;
    transform: skewY(-2deg);
}.join_list_rhQHJOi .container {
    z-index: 1;
    transform: skewY(2deg);
    position: relative;
}.join_list_rhQHJOi .approach_edu_cI4LBMi {
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto;
    align-items: flex-start;
    display: flex;
}.join_list_rhQHJOi .approach_edu_cI4LBMi::before {
    animation: pulse 8s infinite alternate;
    right: -20%;
    content: "";
    z-index: -1;
    border-radius: 12px;
    filter: blur(25px);
    position: absolute;
    top: -15%;
    opacity: 0.2;
    width: 70%;
    transform: rotate(-15deg);
    height: 130%;
    background: linear-gradient(45deg, rgb(122,125,137) 0%, rgb(158,162,177) 100%);
}.join_list_rhQHJOi .approach_edu_cI4LBMi::after {
    animation: float 6s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20%;
    z-index: -1;
    content: "";
    height: 60%;
    position: absolute;
    width: 40%;
    left: 10%;
    background: rgb(158,162,177,0.5);
}.join_list_rhQHJOi p {
    font-weight: 700;
    max-width: 70%;
    font-size: 38px;
    transform: translateX(30px);
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    color: #000000;
}.join_list_rhQHJOi p::before {
    left: 0;
    width: 5px;
    top: 50%;
    height: 80%;
    content: "";
    transform: translateY(-50%);
    border-radius: 10px;
    background: rgb(122,125,137);
    position: absolute;
}.join_list_rhQHJOi .input_holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease;
    align-items: center;
    max-width: 600px;
    margin-left: 3rem;
    border-radius: 12px;
    overflow: hidden;
}.join_list_rhQHJOi .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.join_list_rhQHJOi .online_lessons_wZf3Sq6 {
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    background: #ffffff;
    font-size: 12px;
    outline: none;
    color: #000000;
    flex: 1;
    font-family: Arial, sans-serif;
}.join_list_rhQHJOi .online_lessons_wZf3Sq6:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(158,162,177,0.5);
}.join_list_rhQHJOi .reach_panel_gVdJeZt {
    position: relative;
    color: #ffffff;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(122,125,137) 0%, rgb(158,162,177) 100%);
    font-family: Arial, sans-serif;
    font-weight: 600;
    border: none;
    padding: 1.2rem 2rem;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.3s ease;
    outline: none;
}.join_list_rhQHJOi .reach_panel_gVdJeZt::before {
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    content: "";
}.join_list_rhQHJOi .reach_panel_gVdJeZt:hover::before {
    left: 100%;
}.join_list_rhQHJOi .reach_panel_gVdJeZt:hover {
    background: linear-gradient(135deg, rgb(158,162,177) 0%, rgb(122,125,137) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.join_list_rhQHJOi {
    padding: 3rem 1.5rem;
}.join_list_rhQHJOi p {
    transform: translateX(15px);
    font-size: calc(38px * 0.9);
    max-width: 80%;
}.join_list_rhQHJOi .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.join_list_rhQHJOi p {
    padding-left: 1.5rem;
    transform: translateX(0);
    font-size: calc(38px * 0.8);
    max-width: 100%;
}.join_list_rhQHJOi .input_holder {
    margin-left: 0;
    flex-direction: column;
    max-width: 100%;
}.join_list_rhQHJOi .online_lessons_wZf3Sq6 {
    padding: 1rem;
    width: 100%;
}.join_list_rhQHJOi .reach_panel_gVdJeZt {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 576px) {.join_list_rhQHJOi {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.join_list_rhQHJOi .container {
    transform: skewY(1deg);
}.join_list_rhQHJOi p {
    margin-bottom: 1.5rem;
    font-size: 23px;
}.join_list_rhQHJOi .approach_edu_cI4LBMi::before {
    width: 100%;
    right: -50%;
}}.reach_us_i8crgL7 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(158,162,177,0.5) 0%, 
        rgb(122,125,137,0.5) 50%, 
        rgb(158,162,177,0.5) 100%
    );
    font-family: Arial, sans-serif;
}.reach_us_i8crgL7::before {
    opacity: 0.5;
    z-index: 1;
    height: 200%;
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    animation: techBackground 15s linear infinite;
    content: '';
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.reach_us_i8crgL7 .container {
    position: relative;
    padding: 4rem 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.reach_us_i8crgL7 .get_helpdesk_vRSN3s2 {
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(158,162,177), 0.2);
    backdrop-filter: blur(15px);
    padding: 3rem;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    border: 1px solid rgba(255,255,255,0.1);
}.reach_us_i8crgL7 .send_request_PwLOH3G {
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 29px;
    letter-spacing: 2px;
    background: linear-gradient(
        90deg, 
        rgb(158,162,177), 
        rgb(122,125,137)
    );
    -webkit-background-clip: text !important;
}.reach_us_i8crgL7 .img_shadow_SCWKHgh {
    transition: transform 0.3s ease;
    width: 250px;
    position: relative;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    margin: 0 auto 2rem;
    overflow: hidden;
    border: 4px solid rgb(122,125,137);
    height: 250px;
    border-radius: 50%;
}.reach_us_i8crgL7 .img_shadow_SCWKHgh:hover {
    transform: scale(1.05);
}.reach_us_i8crgL7 .edu_mentor_FobQq9N {
    text-align: center;
    color: #ffffff;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    font-size: 17px;
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 1rem;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p svg {
    width: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    opacity: 0.8;
    margin: 0 8px;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p:hover {
    transform: translateX(10px);
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p:hover svg path {
    fill: rgb(122,125,137);
}.reach_us_i8crgL7 .edu_mentor_FobQq9N a {
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N a:hover {
    color: rgb(122,125,137);
}.reach_us_i8crgL7 .edu_reach_RzEOT6f {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2rem;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U {
    font-size: 22px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    margin-bottom: 1rem;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U svg {
    width: 22px;
    height: 22px;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin-right: 10px;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U svg path {
    fill: #ffffff;
}.reach_us_i8crgL7 .edu_reach_RzEOT6f:hover .edu_chat_RbKMm4U svg {
    opacity: 1;
    transform: rotate(15deg);
}.reach_us_i8crgL7 .edu_reach_RzEOT6f:hover .edu_chat_RbKMm4U svg path {
    fill: rgb(122,125,137);
}.reach_us_i8crgL7 .join_community_OT1KVXI {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}.reach_us_i8crgL7 .message_form_TfneIS1 {
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    align-items: center;
    border-radius: 10px;
    display: flex;
    position: relative;
    padding: 0.5rem 1rem;
}.reach_us_i8crgL7 .message_form_TfneIS1 svg {
    width: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    margin-right: 0;
    height: 16px;
}.reach_us_i8crgL7 .message_form_TfneIS1 svg path {
    fill: rgb(122,125,137);
}.reach_us_i8crgL7 .message_form_TfneIS1:hover {
    padding-right: 1.2rem;
    padding-left: 0.8rem;
    background: rgba(255,255,255,0.2);
}.reach_us_i8crgL7 .message_form_TfneIS1:hover svg {
    transform: translateX(0);
    margin-right: 6px;
    opacity: 1;
    width: 16px;
}

@media (max-width: 1024px) {.reach_us_i8crgL7 .container {
    padding: 2rem 15px;
}.reach_us_i8crgL7 .get_helpdesk_vRSN3s2 {
    padding: 2rem;
}.reach_us_i8crgL7 .img_shadow_SCWKHgh {
    width: 200px;
    height: 200px;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 768px) {.reach_us_i8crgL7 .get_helpdesk_vRSN3s2 {
    padding: 1.5rem;
}.reach_us_i8crgL7 .img_shadow_SCWKHgh {
    height: 150px;
    width: 150px;
}.reach_us_i8crgL7 .join_community_OT1KVXI {
    flex-direction: column;
    align-items: center;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U svg {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.reach_us_i8crgL7 .container {
    padding: 1rem 15px;
}.reach_us_i8crgL7 .get_helpdesk_vRSN3s2 {
    padding: 1rem;
}.reach_us_i8crgL7 .img_shadow_SCWKHgh {
    height: 120px;
    width: 120px;
}.reach_us_i8crgL7 .edu_mentor_FobQq9N p svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}.reach_us_i8crgL7 .edu_chat_RbKMm4U svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}}header {
    overflow: visible;
    margin-top: 0;
    z-index: 100;
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}header::before {
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    content: '';
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 0;
    top: 0;
    width: 100%;
    position: absolute;
}header::after {
    content: '';
    width: 100%;
    left: 0;
    background-size: 200% auto;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(158,162,177) 0%,
        rgb(122,125,137) 50%,
        rgb(158,162,177) 100%
    );
    bottom: 0;
    animation: gradientSlide 5s linear infinite;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_section_yYwxc7b {
    align-items: center;
    display: flex;
    z-index: 5;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 2rem;
}header .first_lesson_E3eyIfR {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .nav_guide_FqCdKSh {
    text-decoration: none;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem;
    z-index: 2;
}header .nav_guide_FqCdKSh:hover {
    transform: translateY(-3px) scale(1.02);
}header .nav_guide_FqCdKSh img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .first_lesson_E3eyIfR::before {
    opacity: 0.3;
    border: 1px solid rgb(158,162,177);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    left: -8px;
    top: -8px;
    bottom: -8px;
    content: '';
    right: -8px;
    transform: skew(-3deg);
}header .first_lesson_E3eyIfR:hover::before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(158,162,177,0.5);
    transform: skew(-5deg) scale(1.05);
}header .header_guide_eqvbOPB {
    padding: 0;
    z-index: 5;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
}header .top_site_BPXfAZd {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .top_site_BPXfAZd a {
    transition: all 0.4s ease;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-size: 17px;
    z-index: 1;
    position: relative;
    display: block;
    font-weight: 600;
}header .top_site_BPXfAZd a::before {
    transform: scaleX(0);
    content: '';
    left: 10%;
    transition: transform 0.3s ease;
    height: 1px;
    width: 80%;
    position: absolute;
    bottom: 5px;
    background: rgb(158,162,177);
    opacity: 0.7;
}header .top_site_BPXfAZd a:hover {
    transform: translateZ(10px);
    color: rgb(158,162,177);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}header .top_site_BPXfAZd a:hover::before {
    transform: scaleX(1);
}header .top_site_BPXfAZd::after {
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    background: radial-gradient(circle at center, rgb(158,162,177,0.5) 0%, transparent 70%);
    pointer-events: none;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
}header .top_site_BPXfAZd:hover::after {
    opacity: 0.4;
}header .top_section_yYwxc7b::before {
    left: 35%;
    position: absolute;
    height: 1px;
    top: 0;
    width: 30%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(158,162,177), transparent);
}header .top_section_yYwxc7b::after {
    bottom: 0;
    position: absolute;
    content: '';
    opacity: 0.1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    left: 20%;
}.main_class_pdg7nLb {
    position: relative;
    background: rgb(195,199,214);
    padding-top: 2rem;
    margin-top: 0;
    z-index: 1;
}

@media (min-width: 1400px) {header .top_section_yYwxc7b {
    margin: 0 auto;
    max-width: 1300px;
}header .top_site_BPXfAZd {
    margin: 0 0.5rem;
}header .top_site_BPXfAZd a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_section_yYwxc7b {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    flex-direction: row;
    justify-content: space-between;
}header .first_lesson_E3eyIfR {
    margin-bottom: 0;
}header .header_guide_eqvbOPB {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .top_site_BPXfAZd {
    margin: 0 0.2rem;
}header .top_site_BPXfAZd a {
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 1px);
}header .first_lesson_E3eyIfR::before {
    right: -5px;
    top: -5px;
    left: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_section_yYwxc7b {
    padding: 0.8rem 1.2rem;
}header .first_lesson_E3eyIfR {
    max-width: 130px;
}header .first_lesson_E3eyIfR::before {
    display: none;
}header .header_guide_eqvbOPB {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .header_guide_eqvbOPB::-webkit-scrollbar {
    height: 2px;
}header .header_guide_eqvbOPB::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,162,177);
}header .top_site_BPXfAZd {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .top_site_BPXfAZd a {
    letter-spacing: 0;
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
}header .top_site_BPXfAZd a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_section_yYwxc7b {
    padding: 0.7rem 1rem;
}header .first_lesson_E3eyIfR {
    max-width: 110px;
}header .top_site_BPXfAZd a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.tariff_option_rf3Widk {
    padding: 120px 0;
    position: relative;
    background: rgb(195,199,214);
    overflow: hidden;
}.tariff_option_rf3Widk::before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
}.tariff_option_rf3Widk .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
}.tariff_option_rf3Widk .plan_details_hYNSz4Q {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.tariff_option_rf3Widk .tuition_table_1yfMu6Y {
    margin: 0 auto;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    transform: translateY(20px);
    text-align: center;
}.tariff_option_rf3Widk .tuition_table_1yfMu6Y h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    color: #000000;
}.tariff_option_rf3Widk .tuition_table_1yfMu6Y h2::after {
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,162,177), rgb(122,125,137));
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.tariff_option_rf3Widk .package_deal_pwPx3YG {
    font-size: calc(17px + 0.1rem);
    margin-top: 30px;
    line-height: 1.6;
    color: #000000;
}.tariff_option_rf3Widk .fee_deals_8pKMCJd {
    display: grid;
    opacity: 0;
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    transform: translateY(30px);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
}.tariff_option_rf3Widk .cert_plans_la7T6bA {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    color: inherit;
    display: block;
    z-index: 1;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_option_rf3Widk .cost_plan_aR7WEmI {
    border-radius: 16px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    display: flex;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover .cost_plan_aR7WEmI {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.tariff_option_rf3Widk .cert_plans_la7T6bA:nth-child(odd) .cost_plan_aR7WEmI::before {
    position: absolute;
    width: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    height: 100%;
    transform: scaleY(0);
    background: rgb(158,162,177);
    content: "";
    transform-origin: bottom;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:nth-child(even) .cost_plan_aR7WEmI::before {
    right: 0;
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(122,125,137);
    width: 5px;
    transform: scaleY(0);
    transform-origin: bottom;
    position: absolute;
    height: 100%;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover .cost_plan_aR7WEmI::before {
    transform: scaleY(1);
}.tariff_option_rf3Widk .value_rates_SMrCGAx {
    display: flex;
    flex: 1;
    z-index: 1;
    padding: 40px 30px;
    position: relative;
    flex-direction: column;
}.tariff_option_rf3Widk .value_rates_SMrCGAx h3 {
    font-weight: 700;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(20px + 0.2rem);
    position: relative;
    margin-bottom: 15px;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover .value_rates_SMrCGAx h3 {
    color: rgb(158,162,177);
}.tariff_option_rf3Widk .cert_plans_la7T6bA:nth-child(even):hover .value_rates_SMrCGAx h3 {
    color: rgb(122,125,137);
}.tariff_option_rf3Widk .training_sub_jLDGuEB {
    font-size: calc(20px + 0.5rem);
    margin: 10px 0 20px;
    color: rgb(158,162,177);
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:nth-child(even) .training_sub_jLDGuEB {
    color: rgb(122,125,137);
}.tariff_option_rf3Widk .training_sub_jLDGuEB::after {
    left: 0;
    bottom: 0;
    width: 40px;
    background: currentColor;
    height: 3px;
    position: absolute;
    content: "";
    opacity: 0.6;
}.tariff_option_rf3Widk .value_rates_SMrCGAx p {
    hyphens: auto;
    word-break: break-word;
    line-height: 1.6;
    font-size: 17px;
    margin-top: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
}.tariff_option_rf3Widk .img_shadow_SCWKHgh {
    transform-origin: center;
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover .img_shadow_SCWKHgh {
    transform: scale(1.05);
}.tariff_option_rf3Widk .img_shadow_SCWKHgh::after {
    content: "";
    transition: opacity 0.4s ease;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 40%;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    left: 0;
}.tariff_option_rf3Widk .cert_plans_la7T6bA:hover .img_shadow_SCWKHgh::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.tariff_option_rf3Widk .plan_details_hYNSz4Q {
    grid-template-columns: 1fr;
}.tariff_option_rf3Widk .fee_deals_8pKMCJd {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.tariff_option_rf3Widk {
    padding: 150px 0;
}.tariff_option_rf3Widk .plan_details_hYNSz4Q {
    gap: 80px;
    grid-template-columns: 1fr;
}.tariff_option_rf3Widk .fee_deals_8pKMCJd {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.tariff_option_rf3Widk .cost_plan_aR7WEmI {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.tariff_option_rf3Widk .fee_deals_8pKMCJd {
    gap: 40px;
}
}

@media (max-width: 767px) {.tariff_option_rf3Widk {
    padding: 80px 0;
}.tariff_option_rf3Widk .tuition_table_1yfMu6Y h2 {
    font-size: calc(29px - 0.4rem);
}.tariff_option_rf3Widk .package_deal_pwPx3YG {
    font-size: 17px;
}.tariff_option_rf3Widk .value_rates_SMrCGAx {
    padding: 30px 20px;
}.tariff_option_rf3Widk .cost_plan_aR7WEmI {
    min-height: 400px;
}.tariff_option_rf3Widk .img_shadow_SCWKHgh {
    height: 160px;
}
}

@media (max-width: 480px) {.tariff_option_rf3Widk {
    padding: 60px 0;
}.tariff_option_rf3Widk .plan_details_hYNSz4Q {
    gap: 40px;
}.tariff_option_rf3Widk .fee_deals_8pKMCJd {
    gap: 25px;
}.tariff_option_rf3Widk .value_rates_SMrCGAx h3 {
    font-size: 20px;
}.tariff_option_rf3Widk .training_sub_jLDGuEB {
    font-size: 20px;
}.tariff_option_rf3Widk .value_rates_SMrCGAx p {
    font-size: calc(17px - 0.1rem);
}}.privacy_frame_h70Tw1f {
    width: 100%;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: auto;
    transition: all 0.3s ease;
}.privacy_frame_h70Tw1f h1 {
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 47px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.privacy_frame_h70Tw1f h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #ffffff;
    margin-top: 35px;
    font-weight: 600;
    font-size: 31px;
    font-family: Arial, sans-serif;
}.privacy_frame_h70Tw1f h4,.privacy_frame_h70Tw1f h3, .privacy_frame_h70Tw1f h5 {
    color: #ffffff;
}.privacy_frame_h70Tw1f ul {
    list-style-type: none;
    padding-left: 0;
}.privacy_frame_h70Tw1f li {
    transition: background 0.3s ease;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    background: rgb(158,162,177,0.5);
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
}.privacy_frame_h70Tw1f li:hover {
    background: rgb(158,162,177);
    color: #ffffff;
}.privacy_frame_h70Tw1f div {
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    background: rgb(195,199,214);
    font-size: 13px;
    line-height: 1.8;
    padding: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
}.privacy_frame_h70Tw1f p, .privacy_frame_h70Tw1f span {
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_frame_h70Tw1f {
    padding: 20px;
}.privacy_frame_h70Tw1f h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(18px - 4px);
}.privacy_frame_h70Tw1f h2 {
    margin-top: 25px;
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
}.privacy_frame_h70Tw1f li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_frame_h70Tw1f div {
    padding: 10px;
}}.id_thankbar_e60JyQ3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,162,177,0.5) 0%, rgb(195,199,214) 100%);
    padding: 120px 0;
}.id_thankbar_e60JyQ3::before {
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(122,125,137,0.5) 50px, rgb(122,125,137,0.5) 52px);
    opacity: 0.1;
    position: absolute;
    width: 100%;
    left: 0;
}.id_thankbar_e60JyQ3::after {
    height: 250px;
    opacity: 0.08;
    transform: rotate(15deg);
    bottom: -20px;
    position: absolute;
    z-index: 0;
    background: rgb(158,162,177);
    content: "";
    width: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
}.id_thankbar_e60JyQ3 .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi {
    gap: 40px;
    grid-template-columns: 1fr;
    transform: translateX(0);
    position: relative;
    display: grid;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi:hover {
    transform: translateX(10px);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    padding-left: 30px;
    border-left: 4px solid rgb(158,162,177);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:first-child::before {
    background: #ffffff;
    transition: transform 0.4s ease;
    height: 24px;
    width: 24px;
    left: -14px;
    position: absolute;
    top: 50%;
    border: 3px solid rgb(158,162,177);
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.id_thankbar_e60JyQ3 h5 {
    font-weight: 700;
    font-size: 23px;
    margin: 0;
    line-height: 1.4;
    position: relative;
    color: #000000;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child::before {
    width: 6px;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(158,162,177), rgb(122,125,137));
    transition: width 0.4s ease;
    top: 0;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child:hover::before {
    width: 10px;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child::after {
    opacity: 0.15;
    right: -30px;
    position: absolute;
    border-radius: 50%;
    height: 90px;
    z-index: 0;
    background: rgb(122,125,137,0.5);
    top: -30px;
    width: 90px;
    content: "";
}.id_thankbar_e60JyQ3 a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
    z-index: 1;
}.id_thankbar_e60JyQ3 a:hover {
    transform: translateX(5px);
}.id_thankbar_e60JyQ3 p {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
}

@media (min-width: 768px) {.id_thankbar_e60JyQ3 {
    padding: 150px 0;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:first-child {
    padding-left: 50px;
}.id_thankbar_e60JyQ3 h5 {
    font-size: calc(23px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.id_thankbar_e60JyQ3 {
    padding: 180px 0;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:first-child {
    transform: translateX(-30px);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi:hover > div:first-child {
    transform: translateX(-20px);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.id_thankbar_e60JyQ3 {
    padding: 80px 0;
}.id_thankbar_e60JyQ3::after {
    height: 150px;
    width: 150px;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:first-child {
    padding-left: 20px;
}.id_thankbar_e60JyQ3 .approach_edu_cI4LBMi > div:last-child {
    padding: 25px 30px;
}.id_thankbar_e60JyQ3 h5 {
    font-size: calc(23px * 0.9);
}.id_thankbar_e60JyQ3 p {
    font-size: calc(16px * 0.95);
}}.connect_form_pkSAztg {
    padding: 90px 0;
    background: rgb(195,199,214);
    overflow: hidden;
    position: relative;
}.connect_form_pkSAztg::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(158,162,177), 0.05) 49%, rgba(rgb(158,162,177), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(122,125,137), 0.05) 49%, rgba(rgb(122,125,137), 0.05) 51%, transparent 52%);
    background-size: 40px 40px;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.connect_form_pkSAztg .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.connect_form_pkSAztg h2 {
    color: #000000;
    padding-bottom: 15px;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    border-bottom: 3px solid rgb(158,162,177);
    position: relative;
}.connect_form_pkSAztg .contact_request_IvMA1hO {
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 19px;
    background: #ffffff;
    display: flex;
}.connect_form_pkSAztg .img_shadow_SCWKHgh {
    flex: 0 0 45%;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}.connect_form_pkSAztg .message_reach_DE0sUnP {
    background: #ffffff;
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
}.connect_form_pkSAztg .message_reach_DE0sUnP::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-size: 30px 30px;
}.connect_form_pkSAztg #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.connect_form_pkSAztg h3 {
    margin-bottom: 30px;
    font-size: 21px;
    color: rgb(158,162,177);
    font-weight: 700;
    position: relative;
}.connect_form_pkSAztg input[type="text"] {
    width: 100%;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    background: rgb(195,199,214);
    border: none;
    border-left: 3px solid rgb(158,162,177);
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
}.connect_form_pkSAztg input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-left-color: rgb(122,125,137);
    background: #ffffff;
}.connect_form_pkSAztg input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_form_pkSAztg .query_reach_doZtqe7 {
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.connect_form_pkSAztg .query_reach_doZtqe7 input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    position: relative;
    background: rgb(195,199,214);
    border-radius: 4px;
    margin-top: 3px;
    border: 2px solid rgb(195,199,214);
}.connect_form_pkSAztg .query_reach_doZtqe7 input[type="checkbox"]:checked {
    background: rgb(158,162,177);
    border-color: rgb(158,162,177);
}.connect_form_pkSAztg .query_reach_doZtqe7 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    top: 40%;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 5px;
    height: 10px;
    position: absolute;
    left: 50%;
}.connect_form_pkSAztg .query_reach_doZtqe7 label {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
}.connect_form_pkSAztg .query_reach_doZtqe7 a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(158,162,177);
}.connect_form_pkSAztg .query_reach_doZtqe7 a:hover {
    color: rgb(122,125,137);
}.connect_form_pkSAztg .query_reach_doZtqe7 a::after {
    width: 100%;
    bottom: -2px;
    background: rgb(158,162,177);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    height: 1px;
    left: 0;
}.connect_form_pkSAztg .query_reach_doZtqe7 a:hover::after {
    height: 2px;
    background: rgb(122,125,137);
}.connect_form_pkSAztg .reach_panel_gVdJeZt {
    align-self: flex-start;
    overflow: hidden;
    background: rgb(158,162,177);
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px 35px;
    font-size: 15px;
    margin-top: 15px;
}.connect_form_pkSAztg .reach_panel_gVdJeZt::after {
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    transition: all 0.6s ease;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 0;
    position: absolute;
    content: "";
}.connect_form_pkSAztg .reach_panel_gVdJeZt:hover {
    background: rgb(122,125,137);
}.connect_form_pkSAztg .reach_panel_gVdJeZt:hover::after {
    height: 300%;
    width: 300%;
}.connect_form_pkSAztg svg {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(158,162,177);
}.connect_form_pkSAztg svg path {
    fill: rgb(158,162,177);
    transition: all 0.3s ease;
}.connect_form_pkSAztg svg:hover {
    fill: rgb(122,125,137);
}.connect_form_pkSAztg svg:hover path {
    fill: rgb(122,125,137);
}

@media (max-width: 992px) {.connect_form_pkSAztg {
    padding: 70px 0;
}.connect_form_pkSAztg .contact_request_IvMA1hO {
    flex-direction: column;
}.connect_form_pkSAztg .img_shadow_SCWKHgh {
    flex: 0 0 auto;
    min-height: 300px;
}.connect_form_pkSAztg .message_reach_DE0sUnP {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.connect_form_pkSAztg {
    padding: 60px 0;
}.connect_form_pkSAztg h2 {
    margin-bottom: 40px;
    font-size: calc(31px - 4px);
}.connect_form_pkSAztg .message_reach_DE0sUnP {
    padding: 35px 25px 45px;
}.connect_form_pkSAztg #contact {
    gap: 20px;
}.connect_form_pkSAztg .img_shadow_SCWKHgh {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_form_pkSAztg {
    padding: 50px 0;
}.connect_form_pkSAztg .container {
    padding: 0 15px;
}.connect_form_pkSAztg h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.connect_form_pkSAztg .message_reach_DE0sUnP {
    padding: 30px 20px 40px;
}.connect_form_pkSAztg .reach_panel_gVdJeZt {
    width: 100%;
}.connect_form_pkSAztg .img_shadow_SCWKHgh {
    min-height: 200px;
}}footer {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    height: 100%;
    animation: gradientShift 15s ease infinite;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(158,162,177,0.5) 50%, rgb(122,125,137,0.5) 100%);
}.whatsapp_grp_KuCTrWX {
    position: relative;
    padding: 4.5rem 0 2rem;
}.whatsapp_grp_KuCTrWX::before {
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(158,162,177) 25%, 
                #ffffff 50%, 
                rgb(122,125,137) 75%, 
                transparent 100%);
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    content: "";
    top: 0;
}.whatsapp_grp_KuCTrWX .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}.whatsapp_grp_KuCTrWX .company_holder {
    flex: 1 1 350px;
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
}.whatsapp_grp_KuCTrWX .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(158,162,177,0.5);
    transform: translateY(-5px);
}.whatsapp_grp_KuCTrWX .company_holder h3 {
    font-weight: 700;
    font-size: calc(28px * 0.85);
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #ffffff;
    position: relative;
}.whatsapp_grp_KuCTrWX .company_holder h3::after {
    transform: scaleX(0.3);
    position: absolute;
    bottom: -8px;
    transform-origin: left;
    transition: transform 0.5s ease;
    left: 0;
    background: linear-gradient(to right, rgb(158,162,177), rgb(122,125,137));
    content: "";
    height: 2px;
    width: 100%;
}.whatsapp_grp_KuCTrWX .company_holder:hover h3::after {
    transform: scaleX(1);
}.whatsapp_grp_KuCTrWX .trophy_case_N6M3qR4 {
    margin-top: 1rem;
    line-height: 1.6;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}.whatsapp_grp_KuCTrWX .scholar_cta_oelEgQS {
    flex: 1 1 450px;
    position: relative;
}.whatsapp_grp_KuCTrWX .nav_mainbar_sDTnm28 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}.whatsapp_grp_KuCTrWX .scholar_cta_oelEgQS .nav_mainbar_sDTnm28 {
    justify-content: flex-end;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB {
    backdrop-filter: blur(10px);
    flex: 1 1 200px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 25px;
    position: relative;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB h5 {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 1.25rem;
    position: relative;
    color: #ffffff;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB h5::before {
    background: rgb(158,162,177);
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: -6px;
    width: 40px;
    content: "";
    height: 2px;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB:hover h5::before {
    width: 100%;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB .nav_mainbar_sDTnm28 {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB a {
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.25rem 0.5rem;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB a::before {
    position: absolute;
    height: 1px;
    content: "";
    z-index: -1;
    left: 0;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(158,162,177), rgb(122,125,137));
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB a:hover::before {
    width: 100%;
}.footer_social_DcxSWGI {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
}.footer_social_DcxSWGI::before {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(122,125,137) 25%, 
                #ffffff 50%, 
                rgb(158,162,177) 75%, 
                transparent 100%);
    height: 1px;
}.footer_social_DcxSWGI .container {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}.footer_social_DcxSWGI .youtube_chan_Pe1adcA {
    backdrop-filter: blur(5px);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 12px;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}.footer_social_DcxSWGI .youtube_chan_Pe1adcA:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(158,162,177,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.whatsapp_grp_KuCTrWX {
    padding: 3.5rem 0 2rem;
}.whatsapp_grp_KuCTrWX .container {
    flex-direction: column;
}.whatsapp_grp_KuCTrWX .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.whatsapp_grp_KuCTrWX .scholar_cta_oelEgQS {
    flex: 1 1 100%;
}.whatsapp_grp_KuCTrWX .scholar_cta_oelEgQS .nav_mainbar_sDTnm28 {
    justify-content: space-between;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.whatsapp_grp_KuCTrWX {
    padding: 3rem 0 1.5rem;
}.whatsapp_grp_KuCTrWX::before {
    height: 2px;
}.whatsapp_grp_KuCTrWX .company_holder {
    padding: 1.25rem;
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.whatsapp_grp_KuCTrWX .scholar_cta_oelEgQS .nav_mainbar_sDTnm28 {
    flex-direction: column;
}.footer_social_DcxSWGI {
    padding: 1.25rem 0;
}.footer_social_DcxSWGI::before {
    height: 2px;
}
}

@media (max-width: 576px) {.whatsapp_grp_KuCTrWX {
    padding: 2.5rem 0 1rem;
}.whatsapp_grp_KuCTrWX .company_holder h3 {
    font-size: calc(28px * 0.75);
}.whatsapp_grp_KuCTrWX .trophy_case_N6M3qR4 {
    font-size: calc(17px * 0.9);
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB h5 {
    font-size: calc(18px * 0.9);
}.whatsapp_grp_KuCTrWX .header_guide_eqvbOPB a {
    font-size: calc(17px * 0.9);
}.footer_social_DcxSWGI .youtube_chan_Pe1adcA {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.whatsapp_grp_KuCTrWX .nav_mainbar_sDTnm28 a::after {
    width: 4px;
    transition: transform 0.3s ease;
    height: 4px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: -10px;
    background: rgb(158,162,177);
    position: absolute;
    content: "";
    border-radius: 50%;
}.whatsapp_grp_KuCTrWX .nav_mainbar_sDTnm28 a:hover::after {
    transform: translateY(-50%) scale(1);
}.whatsapp_grp_KuCTrWX .trophy_case_N6M3qR4::before {
    position: absolute;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    content: "";
    width: 0;
    border: 1px solid transparent;
    height: 0;
    left: -10px;
}.whatsapp_grp_KuCTrWX .trophy_case_N6M3qR4::after {
    width: 0;
    border: 1px solid transparent;
    position: absolute;
    right: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    bottom: -10px;
    content: "";
}.whatsapp_grp_KuCTrWX .company_holder:hover .trophy_case_N6M3qR4::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(158,162,177,0.5);
    border-top-color: rgb(158,162,177,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.whatsapp_grp_KuCTrWX .company_holder:hover .trophy_case_N6M3qR4::after {
    border-left-color: rgb(122,125,137,0.5);
    width: calc(100% + 20px);
    border-bottom-color: rgb(122,125,137,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.cookie_modal_message_Toc9SUr {
    position: fixed;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(158,162,177);
    background: rgb(195,199,214);
    transition: transform 0.3s ease-in-out;
}.cookies_tech_ay937Jv {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
}.consent_edu_VslFZh0 {
    margin-right: 15px;
    flex-shrink: 0;
}.consent_edu_VslFZh0 svg {
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
    fill: rgb(158,162,177);
}.consent_edu_VslFZh0 svg:hover {
    fill: rgb(122,125,137);
}.privacy_cookies_jZl7uvb {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie_modal_message_Toc9SUr h5 {
    font-weight: 600;
    color: rgb(158,162,177);
    font-size: 22px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}.cookie_modal_message_Toc9SUr p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
}.consent_ack_OCUHXp4 {
    line-height: 35px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    background: rgb(158,162,177);
    font-size: 14px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 19px;
    color: #ffffff;
}.consent_ack_OCUHXp4:hover {
    background: rgb(122,125,137);
    box-shadow: 0 0 10px rgb(122,125,137,0.5);
}#cookiesConsentApprovalBtn_t9ICD2r {
    background: rgb(158,162,177);
}#do_not_accept_any_cookies_XTqILBz {
    background: rgba(0, 0, 0, 0.5);
}.cookie_modal_message_Toc9SUr p a {
    color: rgb(158,162,177);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookie_modal_message_Toc9SUr p a:hover {
    color: rgb(122,125,137);
}
@media only screen and (max-width: 1200px) {.cookies_tech_ay937Jv {
    align-items: center;
    flex-direction: column;
}.consent_edu_VslFZh0 {
    margin-bottom: 15px;
}.privacy_cookies_jZl7uvb {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.consent_ack_OCUHXp4 {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookies_tech_ay937Jv {
    padding: 15px;
}.consent_edu_VslFZh0 {
    display: none;
}.cookie_modal_message_Toc9SUr h5 {
    font-size: 21px;
}.cookie_modal_message_Toc9SUr p {
    font-size: 12px;
}}
#cookie_modal_alert_fICmzht {
    display: none;
}#cookie_modal_alert_fICmzht:checked ~ .cookie_modal_message_Toc9SUr {
    opacity: 0;
    visibility: hidden;
}.title_opener_ibYu2I8 {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: rgb(195,199,214);
    width: 100%;
}.title_opener_ibYu2I8::before {
    background-size: 100px 100px;
    width: 100%;
    z-index: 1;
    left: 0;
    animation: backgroundMove 60s linear infinite;
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(135deg, rgb(158,162,177,0.5) 25%, transparent 25%, transparent 50%, rgb(122,125,137,0.5) 50%, rgb(122,125,137,0.5) 75%, transparent 75%);
    content: "";
    top: 0;
    position: absolute;
}.title_opener_ibYu2I8::after {
    background: 
        radial-gradient(circle at 20% 20%, rgb(158,162,177,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(122,125,137,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    left: 0;
    animation: pulseGlow 15s infinite alternate;
    z-index: 2;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    filter: blur(10px);
}.title_opener_ibYu2I8 .approach_edu_cI4LBMi {
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
}.title_opener_ibYu2I8 .course_main_pC7Gh5z {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 100vh;
}.title_opener_ibYu2I8 .course_main_pC7Gh5z input {
    display: none;
}.title_opener_ibYu2I8 .learning_lead_7ZOmAQe {
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 100%;
    height: 100%;
    display: flex;
}.title_opener_ibYu2I8 .course_primary_vxMCylJ {
    height: 100%;
    position: relative;
    overflow: hidden;
    flex: 0 0 100%;
}.title_opener_ibYu2I8 .course_primary_vxMCylJ::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
}.title_opener_ibYu2I8 .course_primary_vxMCylJ img {
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
    transform: scale(1.05);
    height: 100%;
    width: 100%;
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
}.title_opener_ibYu2I8 .main_begin_PseYwCh {
    transform: translateX(-50%);
    border-radius: 25px;
    gap: 16px;
    background: linear-gradient(90deg, rgb(158,162,177,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(122,125,137,0.5) 100%);
    bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    left: 50%;
    z-index: 10;
    position: absolute;
    padding: 12px 24px;
    display: flex;
}.title_opener_ibYu2I8 .main_begin_PseYwCh::before {
    inset: 2px;
    content: "";
    opacity: 0.7;
    z-index: -1;
    border-radius: calc(25px - 2px);
    position: absolute;
    background: linear-gradient(90deg, rgb(158,162,177,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(122,125,137,0.5) 100%);
}.title_opener_ibYu2I8 .main_begin_PseYwCh label {
    width: 12px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 12px;
}.title_opener_ibYu2I8 .main_begin_PseYwCh label::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    inset: 0;
    border-radius: 2px;
}.title_opener_ibYu2I8 .main_begin_PseYwCh label::after {
    position: absolute;
    border-radius: 0;
    background: rgb(158,162,177);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 2px;
    opacity: 0.6;
    content: "";
}.title_opener_ibYu2I8 .main_begin_PseYwCh label:hover::before {
    transform: rotate(45deg);
    opacity: 0.8;
    background: #ffffff;
}.title_opener_ibYu2I8 .main_begin_PseYwCh label:hover::after {
    background: rgb(122,125,137);
    opacity: 1;
    transform: rotate(-45deg);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    z-index: 5;
    width: 100%;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(158,162,177);
    padding: 3.5rem;
    border-bottom: 1px solid rgb(122,125,137,0.5);
    overflow: hidden;
    max-width: 85%;
    position: relative;
    backdrop-filter: blur(15px);
    margin: 0 auto;
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container::before {
    height: 200%;
    top: -50%;
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(158,162,177,0.5) 0deg, rgb(158,162,177,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(122,125,137,0.5) 10deg, rgb(122,125,137,0.5) 15deg, transparent 15deg, transparent 20deg);
    opacity: 0.05;
    left: -50%;
    width: 200%;
    content: "";
    animation: rotateBackground 120s linear infinite;
    position: absolute;
    z-index: -1;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container::after {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(158,162,177,0.5) 0%, transparent 70%);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h1 {
    text-shadow: 0 2px 4px #000000;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 41px;
    position: relative;
    margin-bottom: 1.5rem;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h1::before {
    content: "";
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -5px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(158,162,177) 0%, rgb(122,125,137) 100%);
    left: 0;
    height: 2px;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h3 {
    font-size: 22px;
    color: rgb(122,125,137);
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 2px #000000;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h3::after {
    border-radius: 50%;
    width: 8px;
    right: -15px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 8px;
    top: 50%;
    animation: pulse 2s infinite;
    background: rgb(158,162,177);
    box-shadow: 0 0 10px rgb(158,162,177), 0 0 20px rgb(158,162,177,0.5);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p {
    font-size: 12px;
    max-width: 90%;
    border-left: 1px solid rgb(122,125,137,0.5);
    line-height: 1.8;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px #000000;
    position: relative;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p::before {
    position: absolute;
    top: 0;
    background: rgb(122,125,137);
    content: "";
    width: 7px;
    border-radius: 50%;
    left: -3px;
    height: 7px;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p::after {
    background: rgb(158,162,177);
    content: "";
    height: 7px;
    left: -3px;
    border-radius: 50%;
    width: 7px;
    bottom: 0;
    position: absolute;
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(1):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(0%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(2):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-100%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(3):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-200%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(4):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-300%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(5):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-400%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(6):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-500%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(7):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-600%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(8):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-700%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(9):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-800%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(10):checked ~ .learning_lead_7ZOmAQe {
    transform: translateX(-900%);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(1):checked ~ .main_begin_PseYwCh label:nth-of-type(1)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(2):checked ~ .main_begin_PseYwCh label:nth-of-type(2)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(3):checked ~ .main_begin_PseYwCh label:nth-of-type(3)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(4):checked ~ .main_begin_PseYwCh label:nth-of-type(4)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(5):checked ~ .main_begin_PseYwCh label:nth-of-type(5)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(6):checked ~ .main_begin_PseYwCh label:nth-of-type(6)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(7):checked ~ .main_begin_PseYwCh label:nth-of-type(7)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(8):checked ~ .main_begin_PseYwCh label:nth-of-type(8)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(9):checked ~ .main_begin_PseYwCh label:nth-of-type(9)::before,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(10):checked ~ .main_begin_PseYwCh label:nth-of-type(10)::before {
    box-shadow: 0 0 15px #ffffff;
    background: #ffffff;
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(1):checked ~ .main_begin_PseYwCh label:nth-of-type(1)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(2):checked ~ .main_begin_PseYwCh label:nth-of-type(2)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(3):checked ~ .main_begin_PseYwCh label:nth-of-type(3)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(4):checked ~ .main_begin_PseYwCh label:nth-of-type(4)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(5):checked ~ .main_begin_PseYwCh label:nth-of-type(5)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(6):checked ~ .main_begin_PseYwCh label:nth-of-type(6)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(7):checked ~ .main_begin_PseYwCh label:nth-of-type(7)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(8):checked ~ .main_begin_PseYwCh label:nth-of-type(8)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(9):checked ~ .main_begin_PseYwCh label:nth-of-type(9)::after,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(10):checked ~ .main_begin_PseYwCh label:nth-of-type(10)::after {
    opacity: 1;
    transform: rotate(-45deg) scale(0.6);
    background: rgb(158,162,177);
}.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(1):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(1) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(2):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(2) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(3):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(3) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(4):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(4) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(5):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(5) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(6):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(6) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(7):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(7) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(8):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(8) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(9):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(9) img,
.title_opener_ibYu2I8 input[type="radio"]:nth-of-type(10):checked ~ .learning_lead_7ZOmAQe .course_primary_vxMCylJ:nth-of-type(10) img {
    transform: scale(1.15);
    filter: saturate(1.3) contrast(1.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container {
    padding: 2.5rem;
    max-width: 90%;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p {
    max-width: 95%;
}.title_opener_ibYu2I8 .main_begin_PseYwCh {
    padding: 10px 20px;
}
}

@media screen and (max-width: 768px) {.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z {
    align-items: flex-end;
    padding-bottom: 120px;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container {
    max-width: 95%;
    padding: 2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h1 {
    font-size: calc(41px * 0.85);
    margin-bottom: 1.2rem;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.9);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
    padding-left: 15px;
}.title_opener_ibYu2I8 .main_begin_PseYwCh {
    bottom: 30px;
    gap: 12px;
}.title_opener_ibYu2I8 .course_primary_vxMCylJ::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}

@media screen and (max-width: 480px) {.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z {
    padding-bottom: 100px;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z .container {
    padding: 1.5rem;
    border-left: 2px solid rgb(158,162,177);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h1 {
    margin-bottom: 1rem;
    font-size: calc(41px * 0.7);
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 1rem;
}.title_opener_ibYu2I8 .paragraph_wrap_0KfTM8Z p {
    padding-left: 10px;
}.title_opener_ibYu2I8 .main_begin_PseYwCh {
    bottom: 25px;
    padding: 8px 15px;
    gap: 8px;
}.title_opener_ibYu2I8 .main_begin_PseYwCh label {
    height: 10px;
    width: 10px;
}}.our_team_LEty8dk {
    background: linear-gradient(135deg, rgb(195,199,214) 0%, rgb(122,125,137,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.our_team_LEty8dk::before {
    position: absolute;
    background-size: 60px 60px;
    content: "";
    opacity: 0.05;
    left: 0;
    z-index: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(122,125,137,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(122,125,137,0.5) 25%, transparent 25%);
    width: 100%;
    top: 0;
}.our_team_LEty8dk::after {
    width: 80%;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(158,162,177,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
    right: -25%;
    height: 150%;
    top: -50%;
}.our_team_LEty8dk .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.our_team_LEty8dk h1 {
    margin-bottom: 3rem;
    transform: translateX(-20px);
    font-weight: 700;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    text-align: left;
    font-size: 39px;
    color: #000000;
}.our_team_LEty8dk h1::after {
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    transform-origin: left;
    background: rgb(158,162,177);
    bottom: -12px;
    transform: scaleX(0);
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    height: 4px;
}.our_team_LEty8dk .learn_academy_QpUYE4n {
    position: relative;
}.our_team_LEty8dk .learn_academy_QpUYE4n ul {
    list-style: none;
    gap: 3rem;
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
}.our_team_LEty8dk .quick_skill_TWIjeXR {
    padding: 2.5rem;
    border-left: 4px solid rgb(158,162,177);
    transform: translateY(30px);
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    opacity: 0;
    animation-delay: calc(0.2s * var(--i, 1));
    overflow: hidden;
}.our_team_LEty8dk .quick_skill_TWIjeXR:nth-child(1) {
    --i: 1;
}.our_team_LEty8dk .quick_skill_TWIjeXR:nth-child(2) {
    --i: 2;
}.our_team_LEty8dk .quick_skill_TWIjeXR:hover {
    transform: translateY(-5px);
}.our_team_LEty8dk .quick_skill_TWIjeXR::before {
    border-radius: 50%;
    background: rgb(122,125,137,0.5);
    width: 100px;
    height: 100px;
    transform: translate(50%, -50%);
    opacity: 0.1;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
}.our_team_LEty8dk .quick_skill_TWIjeXR h4 {
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    animation-delay: calc(0.4s * var(--i, 1));
    color: rgb(158,162,177);
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateX(-10px);
    font-weight: 600;
    font-size: 19px;
}.our_team_LEty8dk .quick_skill_TWIjeXR div {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: calc(0.6s * var(--i, 1));
    padding-right: 1rem;
    overflow-y: auto;
    color: #000000;
    font-size: 18px;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.8;
    max-height: 250px;
}.our_team_LEty8dk .quick_skill_TWIjeXR div::-webkit-scrollbar {
    width: 6px;
}.our_team_LEty8dk .quick_skill_TWIjeXR div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.our_team_LEty8dk .quick_skill_TWIjeXR div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(122,125,137,0.5);
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.our_team_LEty8dk {
    padding: 8rem 0;
}.our_team_LEty8dk h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 4rem;
}.our_team_LEty8dk h1::after {
    height: 5px;
    width: 120px;
}.our_team_LEty8dk .learn_academy_QpUYE4n ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_team_LEty8dk .quick_skill_TWIjeXR {
    height: 100%;
    display: flex;
    flex-direction: column;
}.our_team_LEty8dk .quick_skill_TWIjeXR:first-child {
    transform: translateY(40px);
}.our_team_LEty8dk .quick_skill_TWIjeXR:last-child {
    transform: translateY(-10px);
}.our_team_LEty8dk .quick_skill_TWIjeXR:hover:first-child {
    transform: translateY(35px);
}.our_team_LEty8dk .quick_skill_TWIjeXR:hover:last-child {
    transform: translateY(-15px);
}.our_team_LEty8dk .quick_skill_TWIjeXR div {
    max-height: none;
    flex: 1;
}
}

@media (min-width: 1024px) {.our_team_LEty8dk {
    padding: 10rem 0;
}.our_team_LEty8dk::before {
    background-size: 80px 80px;
}.our_team_LEty8dk .container {
    padding: 0 4rem;
}.our_team_LEty8dk h1 {
    font-size: calc(39px * 1.4);
    margin-bottom: 5rem;
}.our_team_LEty8dk h1::after {
    width: 140px;
}.our_team_LEty8dk .quick_skill_TWIjeXR {
    padding: 3rem;
}.our_team_LEty8dk .quick_skill_TWIjeXR h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 2rem;
}.our_team_LEty8dk .quick_skill_TWIjeXR div {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our_team_LEty8dk {
    padding: 4rem 0;
}.our_team_LEty8dk h1 {
    margin-bottom: 2.5rem;
    text-align: center;
}.our_team_LEty8dk h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.our_team_LEty8dk .quick_skill_TWIjeXR {
    padding: 1.8rem;
    margin-bottom: 2rem;
}.our_team_LEty8dk .quick_skill_TWIjeXR h4 {
    margin-bottom: 1rem;
}.our_team_LEty8dk .quick_skill_TWIjeXR div {
    max-height: 200px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(158,162,177);
}header .top_plank .top_block_Y2Xd0Is div svg, header .top_plank .top_block_Y2Xd0Is div svg path {
    fill: #ffffff;
}header .top_plank .top_block_Y2Xd0Is div span {
    color: #ffffff;
}header .top_plank .top_block_Y2Xd0Is {
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .top_block_Y2Xd0Is div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top_block_Y2Xd0Is div img, header .top_plank .top_block_Y2Xd0Is div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.program_details_6IJv4y0 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(195,199,214);
}.program_details_6IJv4y0::before {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(122,125,137,0.5) 2px, rgb(122,125,137,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(158,162,177,0.5) 2px, rgb(158,162,177,0.5) 4px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.03;
    z-index: 0;
}.program_details_6IJv4y0::after {
    background: 
        radial-gradient(ellipse at top left, rgb(158,162,177,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(122,125,137,0.5) 0%, transparent 60%);
    left: 5%;
    content: "";
    filter: blur(40px);
    animation: ambientLight 15s infinite alternate ease-in-out;
    top: 5%;
    height: 90%;
    z-index: 0;
    position: absolute;
    width: 90%;
}.program_details_6IJv4y0 .container {
    z-index: 1;
    position: relative;
}.program_details_6IJv4y0 .approach_edu_cI4LBMi {
    display: flex;
    background: transparent;
    position: relative;
    flex-direction: column;
    border-radius: 28px;
    overflow: visible;
    max-width: 100%;
}.program_details_6IJv4y0 .img_shadow_SCWKHgh {
    top: 0;
    position: absolute;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 0;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
    left: 0;
    transform: translateZ(0);
    border-radius: 28px;
}.program_details_6IJv4y0 .img_shadow_SCWKHgh::before {
    top: 0;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.program_details_6IJv4y0 .img_shadow_SCWKHgh::after {
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    content: "";
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    left: 0;
    top: 0;
}.program_details_6IJv4y0 .approach_edu_cI4LBMi:hover .img_shadow_SCWKHgh {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}.program_details_6IJv4y0 .skill_up_RBKYduX {
    padding: 80px 60px;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    z-index: 3;
    width: 85%;
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px auto;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}.program_details_6IJv4y0 .skill_up_RBKYduX::before {
    top: -2px;
    left: -2px;
    background: linear-gradient(
        45deg,
        rgb(158,162,177) 0%,
        transparent 30%,
        transparent 70%,
        rgb(122,125,137) 100%
    );
    border-radius: calc(28px + 2px);
    opacity: 0.7;
    transition: opacity 0.6s ease;
    right: -2px;
    content: "";
    position: absolute;
    bottom: -2px;
    z-index: -1;
}.program_details_6IJv4y0 .skill_up_RBKYduX::after {
    position: absolute;
    border: 1px dashed rgb(158,162,177,0.5);
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0.5;
    border-radius: 10px;
    content: "";
    bottom: 10px;
}.program_details_6IJv4y0 .approach_edu_cI4LBMi:hover .skill_up_RBKYduX {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.program_details_6IJv4y0 .approach_edu_cI4LBMi:hover .skill_up_RBKYduX::before {
    opacity: 1;
}.program_details_6IJv4y0 .approach_edu_cI4LBMi:hover .skill_up_RBKYduX::after {
    opacity: 0.7;
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR {
    position: absolute;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(158,162,177,0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    width: 70px;
    background: #ffffff;
    align-items: center;
    left: 50%;
    border-radius: 50%;
    z-index: 5;
    transform: translateX(-50%);
    justify-content: center;
    top: -35px;
    height: 70px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR::before {
    bottom: -10px;
    opacity: 0.5;
    position: absolute;
    transition: opacity 0.5s ease;
    top: -10px;
    border-radius: 50%;
    animation: rotateConic 10s linear infinite;
    background: 
        conic-gradient(
            rgb(158,162,177) 0deg, 
            rgb(158,162,177) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(122,125,137) 180deg, 
            rgb(122,125,137) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    z-index: -1;
    right: -10px;
    content: "";
    left: -10px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(122,125,137,0.5);
}.program_details_6IJv4y0 .first_lesson_E3eyIfR:hover::before {
    opacity: 0.8;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR svg {
    height: 40px;
    transition: transform 0.5s ease;
    width: 40px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR:hover svg {
    transform: rotate(15deg);
}.program_details_6IJv4y0 .first_lesson_E3eyIfR svg path {
    fill: rgb(158,162,177);
    transition: fill 0.5s ease;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR:hover svg path {
    fill: rgb(122,125,137);
}.program_details_6IJv4y0 h3 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 33px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}.program_details_6IJv4y0 h3::before {
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    transition: width 0.5s ease;
    width: 50px;
    bottom: 0;
    background: rgb(158,162,177);
    left: 50%;
    content: "";
}.program_details_6IJv4y0 h3::after {
    content: "";
    width: 100px;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    transition: width 0.5s ease;
    position: absolute;
    bottom: -5px;
    background: rgb(122,125,137,0.5);
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover h3::before {
    width: 100px;
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover h3::after {
    width: 150px;
}.program_details_6IJv4y0 p {
    position: relative;
    max-width: 90%;
    color: #000000;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}.program_details_6IJv4y0 p::before, 
.program_details_6IJv4y0 p::after {
    content: "";
    transition: all 0.5s ease;
    opacity: 0.3;
    position: absolute;
    width: 20px;
    height: 20px;
}.program_details_6IJv4y0 p::before {
    left: -10px;
    border-left: 2px solid rgb(158,162,177);
    border-top: 2px solid rgb(158,162,177);
    top: -10px;
}.program_details_6IJv4y0 p::after {
    right: -10px;
    border-bottom: 2px solid rgb(122,125,137);
    border-right: 2px solid rgb(122,125,137);
    bottom: -10px;
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover p::before,
.program_details_6IJv4y0 .skill_up_RBKYduX:hover p::after {
    opacity: 0.6;
    width: 40px;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program_details_6IJv4y0 {
    padding: 100px 0;
}.program_details_6IJv4y0 .skill_up_RBKYduX {
    padding: 70px 50px;
    width: 90%;
}.program_details_6IJv4y0 h3 {
    font-size: calc(33px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.program_details_6IJv4y0 {
    padding: 80px 0;
}.program_details_6IJv4y0 .skill_up_RBKYduX {
    padding: 60px 40px;
    margin: 30px auto;
    width: 90%;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR {
    top: -30px;
    width: 60px;
    height: 60px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR svg {
    height: 35px;
    width: 35px;
}.program_details_6IJv4y0 h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(33px - 4px);
}.program_details_6IJv4y0 p {
    font-size: calc(15px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.program_details_6IJv4y0 {
    padding: 60px 0;
}.program_details_6IJv4y0 .skill_up_RBKYduX {
    padding: 50px 30px;
    transform: none;
    width: 95%;
    margin: 25px auto;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR {
    top: -25px;
    width: 50px;
    height: 50px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR svg {
    width: 30px;
    height: 30px;
}.program_details_6IJv4y0 .first_lesson_E3eyIfR::before {
    display: none;
}.program_details_6IJv4y0 h3 {
    font-size: calc(33px - 6px);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.program_details_6IJv4y0 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
    max-width: 100%;
}.program_details_6IJv4y0 p::before, 
    .program_details_6IJv4y0 p::after {
    height: 15px;
    width: 15px;
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover p::before,
    .program_details_6IJv4y0 .skill_up_RBKYduX:hover p::after {
    width: 25px;
    height: 25px;
}.program_details_6IJv4y0 h3::before {
    width: 40px;
}.program_details_6IJv4y0 h3::after {
    width: 80px;
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover h3::before {
    width: 70px;
}.program_details_6IJv4y0 .skill_up_RBKYduX:hover h3::after {
    width: 110px;
}.program_details_6IJv4y0 .img_shadow_SCWKHgh {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.program_details_6IJv4y0 .approach_edu_cI4LBMi:hover .img_shadow_SCWKHgh {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.program_details_6IJv4y0 .skill_up_RBKYduX::after {
    display: none;
}
}