* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1119px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.top_sitebar_4 {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 0.5em;
    background: linear-gradient(100deg, #ffffff 96%, rgb(255, 255, 255, 0.5) 27%, rgb(186,177,195) 60%, rgb(186,177,195,0.5) 52%);
}::-webkit-scrollbar-button {
    height: 5px;
    border-radius: 1px;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top right, #ffffff 66%, rgb(174,122,161) 34%, rgb(186,177,195,0.5) 18%, rgb(217,213,221) 33%);
    border: 1px solid rgb(174,122,161,0.5);
    border-radius: 11.2vh;
}::-webkit-scrollbar-thumb {
    background: rgb(217,213,221);
    box-shadow: 1px -5px 3px 7px rgba(0, 0, 0, 0.6);
    border: 1px dashed rgb(217,213,221);
    border-radius: 13.8rem;
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    box-shadow: 3px -5px 14px 3px rgba(0, 0, 0, 0.2);
}html {
    scrollbar-width: thin;
}.code_labs_2 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-canvas_0 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_results_9 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(217,213,221) 0%, rgb(186,177,195,0.5) 100%);
}.program_results_9::before {
    position: absolute;
    content: '';
    opacity: 0.03;
    width: 100%;
    top: 0;
    height: 100%;
    background-size: 30px 30px;
    z-index: 0;
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
    left: 0;
}.program_results_9::after {
    top: -50%;
    left: -50%;
    height: 200%;
    content: '';
    z-index: 0;
    position: absolute;
    width: 200%;
    background: radial-gradient(circle, rgb(174,122,161,0.5) 0%, transparent 60%);
    opacity: 0.2;
}.program_results_9 .fast_learning_2 {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1280px;
}.program_results_9 h2 {
    font-size: 47px;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 0 80px;
    font-weight: 700;
}.program_results_9 h2::after {
    width: 140px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    content: '';
    border-radius: 10px;
    bottom: -20px;
}.program_results_9 .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.program_results_9 .portrait_img_3 {
    border-radius: 27px;
    width: 70%;
    height: 400px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.program_results_9 .portrait_img_3::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(186,177,195,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
}.program_results_9 .portrait_img_3::after {
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(174,122,161,0.5) 100%);
}.program_results_9 .text_main_holder {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.program_results_9 .text_main_holder > div {
    overflow: hidden;
    padding: 30px;
    flex: 0 0 calc(33.333% - 20px);
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 27px;
    display: flex;
}.program_results_9 .text_main_holder > div::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    position: absolute;
    content: '';
    opacity: 0.3;
    -webkit-mask-composite: xor;
    background: linear-gradient(135deg, rgb(186,177,195,0.5), rgb(174,122,161,0.5)) border-box;
    border: 2px solid transparent;
    border-radius: 27px;
    mask-composite: exclude;
    inset: 0;
    z-index: -1;
}.program_results_9 .text_main_holder > div::after {
    top: 0;
    transition: 0.5s;
    left: -100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    content: '';
}.program_results_9 .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-10px);
}.program_results_9 .text_main_holder > div:hover::after {
    left: 100%;
}.program_results_9 .text_main_holder svg {
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 12px;
    height: 42px;
    width: 42px;
    z-index: 1;
    padding: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}.program_results_9 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(186,177,195,0.5);
}.program_results_9 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,122,161);
}.program_results_9 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.program_results_9 .text_main_holder p {
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1200px) {.program_results_9 .text_main_holder > div {
    flex: 0 0 calc(50% - 15px);
}
}

@media (max-width: 992px) {.program_results_9 {
    padding: 100px 0;
}.program_results_9 .portrait_img_3 {
    width: 85%;
}
}

@media (max-width: 768px) {.program_results_9 {
    padding: 80px 0;
}.program_results_9 h2 {
    margin-bottom: 60px;
    font-size: calc(47px * 0.8);
}.program_results_9 .text_main_holder > div {
    flex: 0 0 100%;
}.program_results_9 .portrait_img_3 {
    width: 100%;
    height: 350px;
}
}

@media (max-width: 576px) {.program_results_9 {
    padding: 60px 0;
}.program_results_9 h2 {
    font-size: 35px;
}.program_results_9 .portrait_img_3 {
    height: 280px;
}.program_results_9 .text_main_holder > div {
    padding: 20px;
    gap: 15px;
}.program_results_9 .text_main_holder svg {
    width: 36px;
    height: 36px;
    padding: 6px;
}}.opening_board_0 {
    align-items: center;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    justify-content: center;
    position: relative;
}.opening_board_0::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(186,177,195,0.5) 0%, transparent 75%);
    width: 100%;
    opacity: 0.4;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    height: 100%;
}.opening_board_0::after {
    background: rgb(174,122,161);
    right: -5%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    height: 70%;
    bottom: -10%;
    content: "";
    width: 35%;
    opacity: 0.1;
}.opening_board_0 .start_primary_4 {
    padding: 2rem;
    position: relative;
    width: 90%;
    z-index: 2;
    display: grid;
    max-width: 1200px;
    gap: 2rem;
    grid-template-columns: 1fr;
}.opening_board_0 .start_primary_4 > div:first-child {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-1rem);
    background: #ffffff;
    padding: 1.5rem;
}.opening_board_0 .start_primary_4 > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.opening_board_0 .start_primary_4 > div:first-child p {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: calc(18px * 1.2);
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 3;
    line-height: 1.6;
}.opening_board_0 .knowledge_sessions_0 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.opening_board_0 .knowledge_sessions_0 > div {
    padding: 3rem 2rem;
    height: 100%;
    flex-direction: column;
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    position: relative;
}.opening_board_0 .knowledge_sessions_0 > div::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    top: 0;
}.opening_board_0 .knowledge_sessions_0 h3 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    transition: all 0.4s ease;
    font-weight: 400;
    margin-bottom: 2rem;
    z-index: 2;
    position: relative;
    max-width: 90%;
    opacity: 0.9;
    transform: translateX(1rem);
    font-size: calc(18px * 1.1);
}.opening_board_0 .knowledge_sessions_0:hover h3 {
    opacity: 1;
    transform: translateX(0);
}.opening_board_0 .knowledge_sessions_0 div div {
    position: relative;
    z-index: 2;
}.opening_board_0 .knowledge_sessions_0 div div div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transform: translateY(1rem);
    position: relative;
}.opening_board_0 .knowledge_sessions_0:hover div div div {
    transform: translateY(0);
}.opening_board_0 .title_style_header {
    position: relative;
    font-weight: 700;
    padding-left: 1rem;
    font-size: calc(39px * 0.9);
    margin: 0;
    color: rgb(186,177,195);
    line-height: 1.2;
}.opening_board_0 .title_style_header::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(174,122,161);
    width: 4px;
    content: "";
    transform: scaleY(0.8);
    transition: transform 0.3s ease;
}.opening_board_0 .knowledge_sessions_0:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.opening_board_0 .start_primary_4 {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.opening_board_0 .start_primary_4 > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.opening_board_0 .start_primary_4 > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.opening_board_0 .title_style_header {
    font-size: 39px;
}.opening_board_0 .knowledge_sessions_0 > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.opening_board_0 .start_primary_4 {
    padding: 3rem;
    width: 85%;
}.opening_board_0 .knowledge_sessions_0 h3 {
    max-width: 80%;
    font-size: 18px;
}.opening_board_0 .knowledge_sessions_0 > div {
    padding: 4rem 3rem;
}.opening_board_0 .knowledge_sessions_0 div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.opening_board_0 {
    padding: 4rem 0;
}.opening_board_0 .start_primary_4 {
    gap: 1.5rem;
}.opening_board_0 .title_style_header {
    font-size: calc(37px * 0.9);
}.opening_board_0 .knowledge_sessions_0 h3 {
    max-width: 100%;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 480px) {.opening_board_0 .start_primary_4 {
    padding: 1rem;
    width: 95%;
}.opening_board_0 .start_primary_4 > div:first-child {
    padding: 1rem;
}.opening_board_0 .start_primary_4 > div:first-child p {
    font-size: 18px;
}.opening_board_0 .knowledge_sessions_0 > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.opening_board_0 .knowledge_sessions_0 div div div {
    padding: 1.5rem;
}}.code_labs_2 {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(186,177,195,0.5) 100%);
    color: #ffffff;
    padding: 5rem 0 1rem;
    z-index: 1;
    font-family: Arial, sans-serif;
}.code_labs_2::before {
    bottom: 0;
    right: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, rgb(186,177,195,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    top: 0;
    content: '';
}.code_labs_2::after {
    top: 0;
    content: '';
    height: 3px;
    left: 0;
    animation: glowLine 3s infinite alternate;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(186,177,195), transparent);
    z-index: 2;
    position: absolute;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.code_labs_2 .container {
    z-index: 2;
    position: relative;
}.code_labs_2 .law_res_1 {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.code_labs_2 .ask_questions_1 {
    padding: 1.5rem;
    justify-content: center;
    border: 1px solid rgb(174,122,161,0.5);
    margin-bottom: 1rem;
    flex-wrap: wrap;
    display: flex;
    border-radius: 10px;
    gap: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}.code_labs_2 .ask_questions_1::before {
    height: 2px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(174,122,161), transparent);
    position: absolute;
    content: '';
    animation: scanLine 4s infinite linear;
    top: -2px;
    transform: translateX(-50%);
    width: 50%;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.code_labs_2 .info_item {
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
    text-align: center;
    max-width: 300px;
}.code_labs_2 .info_item:hover {
    transform: translateY(-5px);
}.code_labs_2 .info_item p, 
.code_labs_2 .info_item a {
    color: #ffffff;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    border: 1px solid transparent;
    gap: 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.75rem;
    display: flex;
    font-size: calc(13px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.code_labs_2 .info_item svg {
    height: 1.25rem;
    fill: rgb(174,122,161);
    transition: fill 0.3s ease;
    width: 1.25rem;
}.code_labs_2 .info_item a:hover {
    box-shadow: 0 0 15px rgb(186,177,195,0.5);
    border-color: rgb(186,177,195,0.5);
    background: #000000;
}.code_labs_2 .info_item a:hover svg {
    fill: rgb(186,177,195);
}.code_labs_2 .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.code_labs_2 .head_section_1 {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.code_labs_2 .head_section_1 svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(186,177,195,0.5));
    max-width: 180px;
    height: auto;
}.code_labs_2 .head_section_1 svg:hover {
    filter: drop-shadow(0 0 10px rgb(186,177,195));
}.code_labs_2 .desktop_app_5 {
    opacity: 0.7;
    line-height: 1.5;
    max-width: 280px;
    color: #ffffff;
    font-size: calc(14px - 1px);
}.code_labs_2 .head_base_6 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.code_labs_2 .head_base_6 h5 {
    font-size: 22px;
    padding-bottom: 0.75rem;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.code_labs_2 .head_base_6 h5::after {
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(174,122,161);
    width: 40px;
}.code_labs_2 .head_base_6:hover h5::after {
    width: 80px;
}.code_labs_2 .head_guide_4 {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.code_labs_2 .head_guide_4 a {
    text-decoration: none;
    opacity: 0.8;
    position: relative;
    padding-left: 1rem;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
}.code_labs_2 .head_guide_4 a::before {
    transition: all 0.3s ease;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(174,122,161);
    position: absolute;
    border-radius: 50%;
    content: '';
}.code_labs_2 .head_guide_4 a:hover {
    opacity: 1;
    color: rgb(186,177,195);
    transform: translateX(5px);
}.code_labs_2 .head_guide_4 a:hover::before {
    width: 7px;
    background: rgb(186,177,195);
    box-shadow: 0 0 8px rgb(186,177,195);
    height: 7px;
}.code_labs_2 .subscribe_holder {
    border-radius: 10px;
    overflow: hidden;
    gap: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(174,122,161,0.5);
    position: relative;
}.code_labs_2 .subscribe_holder::before {
    bottom: 0;
    opacity: 0.1;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: radial-gradient(circle at top right, rgb(186,177,195,0.5) 0%, transparent 70%);
    z-index: -1;
}.code_labs_2 .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}.code_labs_2 .subscribe_holder p {
    font-size: calc(13px - 1px);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}.code_labs_2 .input_holder {
    gap: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.code_labs_2 .input_holder input[type="email"] {
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    border: 1px solid rgb(174,122,161,0.5);
    flex: 1;
}.code_labs_2 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(186,177,195,0.5);
    border-color: rgb(186,177,195);
    outline: none;
}.code_labs_2 .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.code_labs_2 .upgrade_today_4 {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.875rem 1.5rem;
    border: none;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    font-size: 20px;
    background: rgb(186,177,195);
    cursor: pointer;
}.code_labs_2 .upgrade_today_4::before {
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    position: absolute;
}.code_labs_2 .upgrade_today_4:hover {
    background: rgb(174,122,161);
    box-shadow: 0 0 15px rgb(174,122,161,0.5);
    transform: translateY(-2px);
}.code_labs_2 .upgrade_today_4:hover::before {
    left: 100%;
}.code_labs_2 .milestone_cta_6 {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(174,122,161,0.5);
    margin-top: 3rem;
    text-align: center;
    position: relative;
}.code_labs_2 .milestone_cta_6::before {
    background: linear-gradient(90deg, transparent, rgb(174,122,161,0.5), transparent);
    left: 0;
    content: '';
    width: 100%;
    top: -1px;
    position: absolute;
    height: 1px;
}.code_labs_2 .math_tools_0 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1024px) {.code_labs_2 {
    padding: 4rem 0 1rem;
}.code_labs_2 .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.code_labs_2 .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.code_labs_2 .input_holder {
    flex-direction: row;
}.code_labs_2 .upgrade_today_4 {
    width: auto;
}
}

@media (max-width: 768px) {.code_labs_2 {
    padding: 3rem 0 1rem;
}.code_labs_2 .ask_questions_1 {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.code_labs_2 .info_item {
    min-width: 100%;
}.code_labs_2 .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.code_labs_2 .subscribe_holder {
    grid-column: auto;
}.code_labs_2 .head_section_1 {
    align-items: center;
    text-align: center;
}.code_labs_2 .desktop_app_5 {
    max-width: 100%;
    text-align: center;
}.code_labs_2 .head_base_6 h5 {
    text-align: center;
}.code_labs_2 .head_base_6 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.code_labs_2 .head_guide_4 {
    align-items: center;
}.code_labs_2 .head_guide_4 a {
    text-align: center;
}.code_labs_2 .head_guide_4 a:hover {
    transform: translateY(-2px);
}.code_labs_2 .input_holder {
    flex-direction: column;
}.code_labs_2 .upgrade_today_4 {
    width: 100%;
}
}

@media (max-width: 480px) {.code_labs_2 {
    padding: 2.5rem 0 1rem;
}.code_labs_2 .info_item p, 
    .code_labs_2 .info_item a {
    font-size: calc(13px - 3px);
}.code_labs_2 .head_base_6 h5, 
    .code_labs_2 .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}.code_labs_2 .head_guide_4 a, 
    .code_labs_2 .subscribe_holder p {
    font-size: calc(13px - 2px);
}.code_labs_2 .math_tools_0 {
    font-size: calc(14px - 2px);
}}.thxNote_4 {
    position: relative;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.thxNote_4::before {
    z-index: 1;
    height: 100%;
    right: 0;
    content: "";
    width: 40%;
    position: absolute;
    transform: translateX(20%) skewX(-15deg);
    top: 0;
    background: linear-gradient(215deg, rgb(186,177,195,0.5) 0%, transparent 70%);
}.thxNote_4::after {
    content: "";
    transform: rotate(-10deg);
    background: linear-gradient(125deg, rgb(174,122,161,0.5) 0%, transparent 80%);
    width: 30%;
    height: 70%;
    position: absolute;
    left: -2%;
    z-index: 1;
    bottom: -5%;
}.thxNote_4 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}.thxNote_4 h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    font-size: 35px;
    max-width: 800px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    transform: translateX(-20px);
    line-height: 1.3;
    margin-bottom: 40px;
    color: #000000;
}.thxNote_4 h2::before {
    background: rgb(186,177,195);
    transform-origin: left;
    transform: scaleX(0);
    top: -15px;
    position: absolute;
    width: 80px;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    content: "";
    height: 4px;
    left: 0;
}.thxNote_4 .fast_learning_2 {
    overflow: hidden;
    position: relative;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    background-color: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: top center;
    padding: 40px 50px;
}.thxNote_4 .fast_learning_2::before {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(186,177,195), rgb(174,122,161));
    position: absolute;
    height: 100%;
    width: 5px;
}.thxNote_4 .fast_learning_2::after {
    width: 80%;
    right: 0;
    content: "";
    top: 0;
    z-index: -1;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    transform: translateX(100%);
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
}.thxNote_4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thxNote_4 li {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.thxNote_4 li::before {
    background: rgb(186,177,195);
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: "";
    top: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    transform: scale(0);
    left: -30px;
}.thxNote_4 span {
    font-size: 14px;
    color: #000000;
    display: block;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.thxNote_4 {
    padding: 90px 0 60px;
}.thxNote_4 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.thxNote_4 .fast_learning_2 {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.thxNote_4 {
    padding: 70px 0 50px;
}.thxNote_4::before {
    width: 50%;
}.thxNote_4 h2 {
    max-width: 100%;
    font-size: calc(35px * 0.8);
}.thxNote_4 .fast_learning_2 {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.thxNote_4 {
    padding: 60px 0 40px;
}.thxNote_4::before,
    .thxNote_4::after {
    opacity: 0.5;
}.thxNote_4 .container {
    padding: 0 20px;
}.thxNote_4 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.thxNote_4 h2::before {
    top: -10px;
    height: 3px;
    width: 60px;
}.thxNote_4 .fast_learning_2 {
    padding: 25px 20px;
    transform: none;
}.thxNote_4 span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.thxNote_4 li::before {
    height: 8px;
    width: 8px;
    left: -20px;
}}.newsletter_3 {
    background: linear-gradient(135deg, rgb(186,177,195,0.5), rgb(174,122,161) 120%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4rem 2rem;
    z-index: 1;
}.newsletter_3::before {
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    pointer-events: none;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    height: 100%;
    animation: lightSweep 8s ease-in-out infinite;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.newsletter_3::after {
    content: "";
    animation: gradientShift 8s linear infinite;
    height: 6px;
    position: absolute;
    background-size: 200% 100%;
    z-index: 1;
    left: 0;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161), rgb(186,177,195));
    width: 100%;
}.newsletter_3 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.newsletter_3 .fast_learning_2 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 10px;
}.newsletter_3 .fast_learning_2:hover {
    transform: perspective(1000px) rotateX(0);
}.newsletter_3 h4 {
    margin: 0 0 1.5rem;
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    padding-left: 1.5rem;
    font-size: 21px;
    transition: transform 0.3s ease;
    position: relative;
    max-width: 90%;
}.newsletter_3 h4::before {
    background: rgb(186,177,195);
    animation: lineGrow 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleY(0);
    transform-origin: top;
    height: 80%;
    width: 4px;
    position: absolute;
    left: 0;
    content: "";
    top: 10%;
}.newsletter_3 .input_holder {
    display: flex;
    margin-top: 1rem;
    transition: all 0.4s ease;
    gap: 1rem;
    flex-wrap: wrap;
}.newsletter_3 .input_holder span {
    position: relative;
    transform: translateY(0);
    flex: 1 1 auto;
    min-width: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.newsletter_3 .input_holder span:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.newsletter_3 input[type="email"] {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    padding: 1rem 1.5rem;
    color: #000000;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}.newsletter_3 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(186,177,195,0.5);
    border-color: rgb(186,177,195);
}.newsletter_3 input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter_3 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_3 .upgrade_today_4 {
    overflow: hidden;
    color: #ffffff;
    background: rgb(186,177,195);
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
}.newsletter_3 .upgrade_today_4::before {
    left: -100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    transition: all 0.4s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.newsletter_3 .upgrade_today_4:hover {
    background: rgb(174,122,161);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}.newsletter_3 .upgrade_today_4:hover::before {
    transition: all 0.8s ease;
    left: 100%;
}.newsletter_3 .upgrade_today_4:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

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

@keyframes lightSweep {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@media screen and (min-width: 768px) {.newsletter_3 {
    padding: 5rem 3rem;
}.newsletter_3 .fast_learning_2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 3.5rem 3rem;
}.newsletter_3 h4 {
    margin: 0;
    padding-right: 2rem;
    max-width: 50%;
}.newsletter_3 .input_holder {
    justify-content: flex-end;
    flex: 1;
    margin-top: 0;
    max-width: 500px;
}
}

@media screen and (min-width: 992px) {.newsletter_3 {
    padding: 6rem 4rem;
}.newsletter_3 .fast_learning_2 {
    padding: 4rem;
}.newsletter_3 h4 {
    font-size: calc(21px * 1.1);
}.newsletter_3 .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.newsletter_3 {
    padding: 3rem 1.5rem;
}.newsletter_3 .fast_learning_2 {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.newsletter_3 h4 {
    margin-bottom: 2rem;
    font-size: calc(21px * 0.9);
}.newsletter_3 .input_holder {
    gap: 0.8rem;
}.newsletter_3 input[type="email"],
    .newsletter_3 .upgrade_today_4 {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion) {.newsletter_3::before,
    .newsletter_3::after,
    .newsletter_3 h4::before,
    .newsletter_3 .upgrade_today_4::before {
    animation: none;
}.newsletter_3 .fast_learning_2,
    .newsletter_3 .fast_learning_2:hover,
    .newsletter_3 .input_holder span:hover,
    .newsletter_3 .upgrade_today_4:hover {
    transform: none;
    transition: none;
}}.cookie_message_overlay_2 {
    z-index: 90;
    width: 100%;
    box-shadow: 0 -10px 30px rgb(186,177,195,0.5);
    bottom: 0;
    position: fixed;
    background: rgb(174,122,161);
    border-top: 2px solid rgb(186,177,195);
    animation: slideIn 0.5s ease-in-out;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_rules_7 {
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(186,177,195,0.5);
    justify-content: space-between;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(174,122,161) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
}.cookie_controls_8 {
    border-radius: 17px;
    flex-shrink: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(186,177,195);
}.cookie_controls_8 svg, .cookie_controls_8 svg path {
    transition: transform 0.3s ease;
    fill: rgb(186,177,195);
    height: 60px;
    width: 60px;
}.cookie_controls_8:hover svg {
    transform: rotate(20deg);
}.cookie_list_0 {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.cookie_list_0 h5 {
    font-weight: 700;
    color: rgb(186,177,195);
    font-size: 23px;
    text-shadow: 0 0 10px rgb(186,177,195);
    margin-bottom: 10px;
}.cookie_list_0 p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(186,177,195,0.5);
}.user_choices_7 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(186,177,195,0.5);
    background: rgb(186,177,195);
    margin-left: 10px;
    border-radius: 10px;
}.user_choices_7:hover {
    box-shadow: 0 0 20px rgb(174,122,161,0.5);
    background: rgb(174,122,161);
}.cookie_message_overlay_2 p a {
    transition: color 0.3s ease;
    color: rgb(186,177,195);
    text-decoration: underline;
}.cookie_message_overlay_2 p a:hover {
    color: rgb(174,122,161);
}#cookiePolicyBanner_2 {
    display: none;
}#cookiePolicyBanner_2:checked ~ .cookie_message_overlay_2 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_message_overlay_2 {
    padding: 20px;
}.cookie_rules_7 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_controls_8 {
    display: none;
}.cookie_rules_7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_list_0 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_message_overlay_2 h5, .cookie_message_overlay_2 p {
    text-align: center;
}.user_choices_7 {
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.plan_deck_3 {
    overflow: hidden;
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}.plan_deck_3::before {
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(186,177,195,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    position: absolute;
}.plan_deck_3::after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    width: 45%;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(225deg, rgb(174,122,161,0.5) 10%, transparent 65%);
}.plan_deck_3 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
}.plan_deck_3 .rate_list_6 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}.plan_deck_3 h2 {
    z-index: 2;
    font-size: 37px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.plan_deck_3 h2::after {
    height: 4px;
    width: 80px;
    margin: 16px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    content: "";
    display: block;
    background: rgb(186,177,195);
    transform: translateY(2px);
}.plan_deck_3 .learn_rates_8 {
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 700px;
    opacity: 0.9;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-size: calc(12px + 2px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.plan_deck_3 .study_packages_8 {
    gap: 30px;
    display: grid;
    z-index: 2;
    padding: 0;
    position: relative;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    width: 100%;
}.plan_deck_3 .study_packages_8 li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.plan_deck_3 .study_packages_8 li:hover {
    transform: translateY(-8px);
}.plan_deck_3 .training_sub_3 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    display: flex;
    height: 100%;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}.plan_deck_3 .training_sub_3:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.plan_deck_3 .rate_card_2 {
    position: relative;
    flex-grow: 1;
    z-index: 1;
    display: flex;
    border-radius: 12px;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    overflow: hidden;
    box-sizing: border-box;
}.plan_deck_3 .rate_card_2::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(145deg, rgba(rgb(186,177,195), 0.03), rgba(rgb(174,122,161), 0.05));
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.plan_deck_3 .rate_card_2::after {
    top: 0;
    width: 180px;
    background: linear-gradient(225deg, rgb(186,177,195,0.5) 10%, transparent 70%);
    border-radius: 0 0 0 180px;
    opacity: 0.1;
    right: 0;
    transition: all 0.5s ease;
    transform: translate(50%, -50%);
    z-index: -1;
    height: 180px;
    position: absolute;
    content: "";
}.plan_deck_3 .training_sub_3:hover .rate_card_2::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.plan_deck_3 .cost_levels_7 {
    display: flex;
    padding: 35px 25px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex-grow: 1;
}.plan_deck_3 .cost_levels_7::before {
    z-index: -1;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(186,177,195), 0.03), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
}.plan_deck_3 .cost_levels_7 h4 {
    font-weight: 600;
    font-size: calc(20px + 2px);
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    color: #000000;
}.plan_deck_3 .cost_levels_7 h4::after {
    background: rgb(186,177,195);
    border-radius: 2px;
    width: 40px;
    content: "";
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    bottom: -8px;
    height: 3px;
}.plan_deck_3 .cost_levels_7 p {
    font-size: 12px;
    word-break: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}.plan_deck_3 .monthly_plan_9 {
    display: inline-block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    border-radius: 8px;
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    font-size: calc(20px + 6px);
    backdrop-filter: blur(4px);
    position: relative;
    margin-top: auto;
    color: rgb(186,177,195);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}.plan_deck_3 .training_sub_3:hover .monthly_plan_9 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.plan_deck_3 {
    padding: 100px 0;
}.plan_deck_3 .study_packages_8 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_deck_3 h2 {
    font-size: calc(37px - 2px);
}.plan_deck_3 .learn_rates_8 {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.plan_deck_3 {
    padding: 80px 0;
}.plan_deck_3 .study_packages_8 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_deck_3 .cost_levels_7 {
    padding: 30px 20px;
}.plan_deck_3 .monthly_plan_9 {
    font-size: calc(20px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.plan_deck_3 {
    padding: 60px 0;
}.plan_deck_3 .study_packages_8 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_deck_3 h2 {
    font-size: calc(37px - 4px);
}.plan_deck_3 .cost_levels_7 h4 {
    font-size: 20px;
}.plan_deck_3 .cost_levels_7 p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.plan_deck_3 {
    padding: 50px 0;
}.plan_deck_3 h2 {
    font-size: calc(37px - 6px);
}.plan_deck_3 .learn_rates_8 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.plan_deck_3 .cost_levels_7 {
    padding: 25px 18px;
}.plan_deck_3 .monthly_plan_9 {
    padding: 6px 12px;
    font-size: 20px;
}}.education_experience_6 {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,213,221), rgb(174,122,161,0.5));
}.education_experience_6::before {
    transform: rotate(-15deg);
    height: 80%;
    right: -10%;
    position: absolute;
    background: rgb(186,177,195,0.5);
    z-index: 1;
    animation: float 8s ease-in-out infinite;
    top: -10%;
    content: "";
    border-radius: 19px;
    width: 60%;
}.education_experience_6::after {
    position: absolute;
    z-index: 1;
    border-radius: 19px;
    content: "";
    bottom: -5%;
    animation: float 6s ease-in-out infinite reverse;
    left: -5%;
    background: rgb(174,122,161,0.5);
    width: 40%;
    height: 60%;
    transform: rotate(20deg);
}.education_experience_6 .container {
    position: relative;
    z-index: 2;
}.education_experience_6 .user_voices_9 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    border-radius: 19px;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    transform: rotate(-2deg);
    padding: 40px;
}.education_experience_6 .user_voices_9:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.education_experience_6 .portrait_img_3 {
    border-radius: 19px;
    box-shadow: 10px 10px 0 rgb(186,177,195,0.5);
    grid-area: photo;
    height: 200px;
    transform: rotate(4deg);
    transition: transform 0.3s ease;
}.education_experience_6 .user_voices_9:hover .portrait_img_3 {
    transform: rotate(0deg) scale(1.05);
}.education_experience_6 .name {
    grid-area: name;
    margin-top: 20px;
    transform: translateX(20px);
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}.education_experience_6 .user_voices_9 span:not(.name) {
    font-style: italic;
    grid-area: job;
    color: #000000;
    transform: translateX(20px);
    font-size: 14px;
}.education_experience_6 .exp_projects_6 {
    padding: 20px;
    margin-top: 20px;
    line-height: 1.6;
    color: #000000;
    border-left: 4px solid rgb(186,177,195);
    border-radius: 0 10px 10px 0;
    position: relative;
    grid-area: quote;
    font-size: 14px;
    background: linear-gradient(to right, rgb(217,213,221), transparent);
}.education_experience_6 .exp_projects_6::before {
    position: absolute;
    font-family: serif;
    content: "";
    line-height: 1;
    top: -10px;
    font-size: calc(46px * 2);
    left: 10px;
    color: rgb(186,177,195,0.5);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.education_experience_6 {
    padding: 60px 0;
}.education_experience_6 .user_voices_9 {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "portrait_img_3"
            "name"
            "work_list_5"
            "exp_projects_6";
}.education_experience_6 .portrait_img_3 {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.education_experience_6 .name,
    .education_experience_6 .user_voices_9 span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.education_experience_6 .exp_projects_6 {
    padding: 15px;
}}.course_candidates_3 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(217,213,221);
}.course_candidates_3::before {
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,122,161,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(186,177,195,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
}.course_candidates_3::after {
    height: 200%;
    animation: moveGradient 120s linear infinite;
    left: -50%;
    background-size: 100px 100px;
    width: 200%;
    content: '';
    top: -50%;
    z-index: 1;
    background: linear-gradient(45deg, transparent 48%, rgb(174,122,161,0.5) 49%, rgb(174,122,161,0.5) 51%, transparent 52%);
    opacity: 0.05;
    position: absolute;
}.course_candidates_3 .fast_learning_2 {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    max-width: 1100px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    z-index: 2;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(174,122,161,0.5);
    padding: 3rem;
}.course_candidates_3 h3 {
    text-align: center;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 29px;
}.course_candidates_3 h3::before {
    background: rgb(174,122,161);
    height: 5px;
    content: '';
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 60px;
}.course_candidates_3 h3::after {
    transform: translateX(-50%);
    width: 40%;
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(174,122,161), transparent);
}.course_candidates_3 ul {
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
}.course_candidates_3 li {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    overflow: hidden;
    padding: 2.5rem 2rem;
    position: relative;
}.course_candidates_3 li::before {
    height: 5px;
    opacity: 0.3;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(174,122,161,0.5), rgb(186,177,195,0.5));
    top: 0;
    position: absolute;
    content: '';
}.course_candidates_3 li::after {
    background: radial-gradient(circle at center bottom, rgb(174,122,161,0.5) 0%, transparent 70%);
    content: '';
    transition: opacity 0.5s ease;
    z-index: -1;
    opacity: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.course_candidates_3 li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.course_candidates_3 li:hover::before {
    opacity: 1;
}.course_candidates_3 li:hover::after {
    opacity: 0.15;
}.course_candidates_3 li svg {
    filter: drop-shadow(0 3px 6px rgb(174,122,161,0.5));
    display: block;
    height: 60px;
    fill: rgb(174,122,161);
    margin-bottom: 1.5rem;
    width: 60px;
    transition: all 0.4s ease;
}.course_candidates_3 li:hover svg {
    fill: rgb(186,177,195);
    filter: drop-shadow(0 5px 10px rgb(186,177,195,0.5));
    transform: scale(1.05);
}.course_candidates_3 li svg path {
    transition: all 0.4s ease;
}.course_candidates_3 li:hover svg path {
    fill: rgb(186,177,195);
}.course_candidates_3 li {
    color: #000000;
    font-weight: 300;
    padding-bottom: 1rem;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
}.course_candidates_3 li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.course_candidates_3 li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.course_candidates_3 li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.course_candidates_3 li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.course_candidates_3 ul {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.course_candidates_3 li:nth-child(even) {
    transform: translateY(20px);
}.course_candidates_3 li:nth-child(even):hover {
    transform: translateY(12px);
}.course_candidates_3 li:nth-child(1),
    .course_candidates_3 li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.course_candidates_3 li:nth-child(2),
    .course_candidates_3 li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.course_candidates_3 .fast_learning_2 {
    padding: 2rem;
}.course_candidates_3 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.course_candidates_3 li {
    padding: 2rem 1.5rem;
}.course_candidates_3 li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.course_candidates_3 {
    padding: 3rem 0;
}.course_candidates_3 .fast_learning_2 {
    padding: 1.5rem;
}.course_candidates_3 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.course_candidates_3 h3::before {
    width: 50px;
    top: -20px;
}.course_candidates_3 h3::after {
    width: 70%;
}.course_candidates_3 ul {
    gap: 1.5rem;
}.course_candidates_3 li {
    padding: 1.5rem 1rem;
}.course_candidates_3 li svg {
    width: 45px;
    height: 45px;
}}.course_program_description_2 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(217,213,221);
}.course_program_description_2::before {
    height: 100%;
    top: 0;
    content: "";
    animation: backgroundShift 15s infinite alternate;
    left: 0;
    background: linear-gradient(135deg, rgb(186,177,195,0.5) 0%, transparent 50%, rgb(174,122,161,0.5) 100%);
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
}.course_program_description_2::after {
    left: 0;
    top: 0;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(186,177,195,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 100%;
    width: 100%;
    animation: pulse 8s infinite alternate;
    position: absolute;
    content: "";
}.course_program_description_2 .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.course_program_description_2 .skill_route_7 {
    display: grid;
    position: relative;
    gap: 40px;
    perspective: 1000px;
    grid-template-columns: 1.5fr 1fr;
}.course_program_description_2 .skill_route_7::before {
    content: "";
    border: 1px solid rgb(186,177,195,0.5);
    width: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    animation: borderPulse 4s infinite alternate;
    z-index: -1;
    border-radius: 16px;
    top: -30px;
    position: absolute;
    transform-style: preserve-3d;
    height: calc(100% + 60px);
    left: -30px;
}.course_program_description_2 .text_frame_wrap_9 {
    border-radius: 16px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    animation: floatPanel 8s ease-in-out infinite;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    padding: 35px;
    position: relative;
    backdrop-filter: blur(8px);
}.course_program_description_2 .text_frame_wrap_9 h2 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-text-fill-color: transparent;
    border-radius: 10px;
    border-bottom: 2px solid rgb(186,177,195);
    padding: 15px 20px;
    max-width: fit-content;
    -webkit-background-clip: text !important;
    border-radius: 8px 0 8px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(186,177,195,0.5);
    background-clip: text !important;
    position: relative;
    color: #ffffff;
    transform: translateY(-10px);
    margin-bottom: 25px;
    font-size: 30px;
    background: linear-gradient(to right, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    border-left: 2px solid rgb(174,122,161);
    letter-spacing: 1.5px;
    font-weight: 700;
}.course_program_description_2 .text_frame_wrap_9 .description {
    border-left: 3px solid rgb(186,177,195,0.5);
    font-size: 17px;
    padding: 18px;
    border-radius: 10px;
    line-height: 1.9;
    backdrop-filter: blur(4px);
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    color: #000000;
    transform: translateZ(0);
    text-align: justify;
    transition: all 0.5s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    z-index: 2;
}.course_program_description_2 .text_frame_wrap_9 .description:first-of-type {
    border-left-color: rgb(186,177,195);
}.course_program_description_2 .text_frame_wrap_9 .description:last-of-type {
    border-left-color: rgb(174,122,161);
    margin-bottom: 0;
}.course_program_description_2 .text_frame_wrap_9 .description::before {
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    position: absolute;
    top: 0;
    border-radius: 10px;
    width: 100%;
}.course_program_description_2 .text_frame_wrap_9 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_program_description_2 .portrait_img_3 {
    z-index: 4;
    height: 450px;
    transform-style: preserve-3d;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 16px;
    align-self: flex-start;
    transform: translateZ(0) rotateY(-5deg);
}.course_program_description_2 .portrait_img_3:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(186,177,195,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(186,177,195,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(174,122,161,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(186,177,195,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(186,177,195);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(186,177,195,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(186,177,195);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_program_description_2 {
    padding: 100px 0;
}.course_program_description_2 .skill_route_7 {
    gap: 30px;
}.course_program_description_2 .text_frame_wrap_9 {
    padding: 30px;
}.course_program_description_2 .text_frame_wrap_9 h2 {
    padding: 12px 18px;
    font-size: calc(30px * 0.9);
}.course_program_description_2 .text_frame_wrap_9 .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_program_description_2 {
    padding: 80px 0;
}.course_program_description_2 .skill_route_7 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_description_2 .skill_route_7::before {
    transform: none;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    top: -20px;
    left: -20px;
}.course_program_description_2 .text_frame_wrap_9 {
    transform: none;
    order: 2;
    animation: none;
}.course_program_description_2 .portrait_img_3 {
    min-height: 400px;
    order: 1;
    transform: none;
    animation: pulse 8s infinite alternate;
}.course_program_description_2 .portrait_img_3:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program_description_2 .text_frame_wrap_9 h2 {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    display: block;
    margin-right: auto;
}.course_program_description_2 .text_frame_wrap_9 .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_program_description_2 {
    padding: 60px 0;
}.course_program_description_2 .skill_route_7 {
    gap: 30px;
}.course_program_description_2 .text_frame_wrap_9 {
    gap: 20px;
    padding: 25px;
}.course_program_description_2 .text_frame_wrap_9 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.course_program_description_2 .text_frame_wrap_9 .description {
    margin-bottom: 15px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    padding: 12px;
}.course_program_description_2 .portrait_img_3 {
    min-height: 350px;
}.course_program_description_2 .skill_route_7::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program_description_2 {
    padding: 40px 0;
}.course_program_description_2 .text_frame_wrap_9 {
    padding: 20px;
    gap: 15px;
}.course_program_description_2 .text_frame_wrap_9 h2 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
    padding: 8px 12px;
}.course_program_description_2 .text_frame_wrap_9 .description {
    font-size: calc(17px * 0.9);
    padding: 10px;
    line-height: 1.6;
}.course_program_description_2 .portrait_img_3 {
    min-height: 280px;
}}.customer_comments_2 {
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(248, 248, 250, 0.97) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.customer_comments_2::before {
    height: 25rem;
    width: 25rem;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(186,177,195,0.5) 0%, transparent 70%);
    top: -10%;
    filter: blur(50px);
    opacity: 0.1;
    z-index: 0;
    right: -5%;
}.customer_comments_2::after {
    content: "";
    z-index: 0;
    opacity: 0.1;
    bottom: -10%;
    width: 20rem;
    filter: blur(40px);
    left: -5%;
    height: 20rem;
    background: radial-gradient(circle, rgb(174,122,161,0.5) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
}.customer_comments_2 .container {
    position: relative;
    z-index: 1;
}.customer_comments_2 h2 {
    font-weight: 700;
    text-align: left;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    font-size: 38px;
    letter-spacing: -0.5px;
    transform: perspective(1000px) translateZ(0);
}.customer_comments_2 h2::after {
    width: 120px;
    height: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    bottom: -12px;
    content: "";
    position: absolute;
}.customer_comments_2 .review_highlights_7 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 2rem;
    margin: 0;
}.customer_comments_2 .user_voices_9 {
    transform: translateY(0);
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03), 
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    padding: 2rem;
    background: #ffffff;
}.customer_comments_2 .user_voices_9:hover {
    transform: translateY(-10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.9),
                inset 3px 3px 6px rgba(0, 0, 0, 0.02),
                inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.customer_comments_2 .user_voices_9::before {
    right: 20px;
    font-family: serif;
    font-size: 120px;
    position: absolute;
    color: rgb(186,177,195,0.5);
    z-index: 0;
    content: "";
    top: 10px;
    line-height: 0.7;
    opacity: 0.1;
}.customer_comments_2 .user_voices_9::after {
    opacity: 0.1;
    bottom: -10px;
    filter: blur(20px);
    position: absolute;
    width: 100px;
    content: "";
    height: 100px;
    z-index: 0;
    right: -10px;
    background: radial-gradient(circle, rgb(174,122,161,0.5) 0%, transparent 70%);
    transition: all 0.5s ease;
    border-radius: 50%;
}.customer_comments_2 .user_voices_9:hover::after {
    height: 150px;
    width: 150px;
    opacity: 0.15;
}.customer_comments_2 .user_voices_9 div {
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
}.customer_comments_2 .user_voices_9 img {
    height: 60px;
    border: 2px solid #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), 
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    object-fit: cover;
    width: 60px;
    transition: all 0.3s ease;
}.customer_comments_2 .user_voices_9:hover img {
    border-color: rgb(174,122,161,0.5);
    transform: scale(1.05);
}.customer_comments_2 .user_voices_9 h4 {
    font-size: calc(22px * 0.9);
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #000000;
}.customer_comments_2 .user_voices_9 h4::after {
    left: 0;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,177,195) 0%, transparent 100%);
    content: "";
    transition: width 0.4s ease;
    bottom: -5px;
    height: 2px;
}.customer_comments_2 .user_voices_9:hover h4::after {
    width: 100%;
}.customer_comments_2 .description {
    font-weight: 400;
    position: relative;
    position: relative;
    color: #000000;
    z-index: 1;
    line-height: 1.6;
    margin: 0;
    font-size: 13px;
}.customer_comments_2 .description::before {
    top: 0;
    transition: all 0.3s ease;
    width: 3px;
    left: -10px;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(186,177,195,0.5), transparent);
    height: 100%;
    content: "";
    transform: scaleY(0.7);
}.customer_comments_2 .user_voices_9:hover .description::before {
    opacity: 0.5;
    transform: scaleY(1);
}.customer_comments_2 a {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    margin-top: 3rem;
    font-weight: 600;
    display: inline-block;
    transform: translateY(0);
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.customer_comments_2 a:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.customer_comments_2 a::before {
    left: -100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
}.customer_comments_2 a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.customer_comments_2 .review_highlights_7 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_comments_2 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 992px) {.customer_comments_2 {
    padding: 4rem 0;
}.customer_comments_2 .review_highlights_7 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.customer_comments_2 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.85);
}.customer_comments_2 .user_voices_9 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.customer_comments_2 {
    padding: 3.5rem 0;
}.customer_comments_2 h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.customer_comments_2 h2::after {
    bottom: -10px;
    height: 3px;
    width: 100px;
}.customer_comments_2 .review_highlights_7 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_comments_2 .user_voices_9 {
    padding: 1.5rem;
}.customer_comments_2 .user_voices_9 div {
    gap: 0.75rem;
}.customer_comments_2 .user_voices_9 img {
    height: 50px;
    width: 50px;
}.customer_comments_2 a {
    padding: 0.9rem 1.8rem;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.customer_comments_2 {
    padding: 3rem 0;
}.customer_comments_2 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(38px * 0.75);
}.customer_comments_2 .user_voices_9 {
    padding: 1.25rem;
}.customer_comments_2 .user_voices_9 img {
    height: 45px;
    width: 45px;
}.customer_comments_2 .description {
    font-size: calc(13px * 0.95);
}.customer_comments_2 a {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}}.privacy_cordon_7 {
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1000px;
}.privacy_cordon_7:before, .privacy_cordon_7:after {
    border-radius: 50%;
    content: "";
    position: absolute;
    background: rgb(186,177,195,0.5);
    z-index: 0;
}.privacy_cordon_7:before {
    height: 200px;
    width: 200px;
    left: -100px;
    top: -100px;
}.privacy_cordon_7:after {
    bottom: -75px;
    right: -75px;
    height: 150px;
    width: 150px;
}.privacy_cordon_7 h1 {
    margin-bottom: 20px;
    z-index: 1;
    padding-bottom: 10px;
    color: #000000;
    border-bottom: 2px solid rgb(186,177,195);
    font-size: 41px;
    margin-top: 30px;
    position: relative;
    font-weight: 700;
}.privacy_cordon_7 h2 {
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 600;
    border-bottom: 1px solid rgb(174,122,161,0.5);
    margin-bottom: 15px;
    color: rgb(174,122,161);
    font-size: 32px;
}.privacy_cordon_7 ul, .privacy_cordon_7 ol {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    list-style-type: none;
    padding-left: 0;
}.privacy_cordon_7 li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
}.privacy_cordon_7 li:before {
    color: rgb(186,177,195);
    font-size: 1.2em;
    position: absolute;
    left: 0;
    line-height: 1;
    content: "•";
}.privacy_cordon_7 div {
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    line-height: 1.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
}.privacy_cordon_7 .container {
    z-index: 1;
    position: relative;
}.privacy_cordon_7 h3, .privacy_cordon_7 h4, .privacy_cordon_7 h5, .privacy_cordon_7 h6 {
    color: rgb(186,177,195);
    z-index: 1;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy_cordon_7 p, .privacy_cordon_7 span {
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    z-index: 1;
}.privacy_cordon_7 a {
    z-index: 1;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid rgb(174,122,161,0.5);
    position: relative;
    color: rgb(174,122,161);
}.privacy_cordon_7 a:hover {
    border-bottom: 1px solid rgb(186,177,195);
    color: rgb(186,177,195);
}.privacy_cordon_7 button {
    font-size: 17px;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    position: relative;
    cursor: pointer;
    background: rgb(174,122,161);
}.privacy_cordon_7 button:hover {
    background: rgb(186,177,195);
}

@media only screen and (max-width: 800px) {.privacy_cordon_7 {
    padding: 20px;
    width: 90%;
}.privacy_cordon_7 h1 {
    font-size: calc(21px - 5px);
}.privacy_cordon_7 h2 {
    font-size: calc(21px - 3px);
}.privacy_cordon_7 ul, .privacy_cordon_7 ol {
    padding-left: 10px;
}.privacy_cordon_7 li {
    padding-left: 15px;
}.privacy_cordon_7 li:before {
    left: -10px;
}.privacy_cordon_7 button {
    padding: 8px 15px;
}}header .head_lead_7 {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom-left-radius: 16px;
    left: 0;
    z-index: 100;
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(186,177,195,0.5) 0%, rgb(174,122,161) 100%);
    border-bottom-right-radius: 0;
    align-items: center;
    width: 100%;
}header .head_lead_7 .head_section_1 {
    position: relative;
    z-index: 2;
    transform: skewX(5deg);
}header .head_lead_7 .head_section_1 .main_class_6 {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .head_lead_7 .head_section_1 .main_class_6:hover {
    transform: translateY(-8px) rotate(0deg);
}header .head_lead_7 .head_section_1 svg {
    height: auto;
    width: 80px;
}header .head_lead_7 .head_base_6 {
    gap: 1rem;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}header .head_lead_7 .head_base_6::before {
    top: -10px;
    border-radius: 10px;
    content: "";
    z-index: -1;
    left: -20px;
    background: linear-gradient(45deg, transparent 0%, rgb(186,177,195,0.5) 100%);
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
    position: absolute;
    opacity: 0;
}header .head_lead_7 .nav_prime_3 {
    transition: transform 0.3s ease;
    position: relative;
}header .head_lead_7 .nav_prime_3 a {
    position: relative;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #ffffff;
}header .head_lead_7 .nav_prime_3 a::before {
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    left: 0;
    width: 100%;
    background: rgb(174,122,161);
    bottom: 0;
}header .head_lead_7 .nav_prime_3 a:hover {
    color: rgb(174,122,161);
}header .head_lead_7 .nav_prime_3 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .head_lead_7 {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    padding: 1rem;
    box-sizing: border-box;
    width: 100vw;
    flex-direction: column;
}header .head_lead_7 .head_section_1 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .head_lead_7 .head_base_6 {
    transform: skewX(0);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .head_lead_7 .head_base_6::before {
    transform: skewX(0);
}header .head_lead_7 .head_base_6:hover::before {
    transform: skewX(0);
}header .head_lead_7 .nav_prime_3 {
    margin: 0.25rem;
}header .head_lead_7 .nav_prime_3:nth-child(odd),
  header .head_lead_7 .nav_prime_3:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .head_lead_7 {
    padding: 0.75rem;
}header .head_lead_7 .head_base_6 {
    flex-direction: column;
    align-items: center;
}header .head_lead_7 .nav_prime_3 {
    width: 100%;
    text-align: center;
}header .head_lead_7 .head_section_1 svg {
    width: 100px;
}}.get_in_touch_2 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.get_in_touch_2::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    content: '';
    background: rgb(174,122,161,0.5);
    top: 0;
}.get_in_touch_2 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}.get_in_touch_2 .inquiry_request_2 {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.get_in_touch_2 .query_info_0 {
    border-radius: 0 0 12px 12px;
    display: flex;
    background: #ffffff;
    grid-row: 2;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 50px;
}.get_in_touch_2 .query_info_0 h3 {
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 29px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
}.get_in_touch_2 .query_info_0 h3::after {
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: '';
    background: rgb(186,177,195);
    width: 80px;
}.get_in_touch_2 .query_info_0 div {
    border-radius: 10px;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    align-items: center;
    flex: 0 0 calc(50% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(217,213,221);
}.get_in_touch_2 .query_info_0 div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.get_in_touch_2 .query_info_0 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.get_in_touch_2 .query_info_0 svg path {
    fill: rgb(186,177,195);
}.get_in_touch_2 .query_info_0 span {
    color: #000000;
    font-size: 15px;
}.get_in_touch_2 .query_info_0 a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(186,177,195);
}.get_in_touch_2 .query_info_0 a:hover {
    color: rgb(174,122,161);
}.get_in_touch_2 .help_map_1 {
    background: rgb(186,177,195);
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
    padding: 0;
    grid-row: 1;
}.get_in_touch_2 .help_map_1::before {
    content: '';
    border-radius: 50%;
    top: -50px;
    height: 150px;
    background: rgb(174,122,161);
    position: absolute;
    width: 150px;
    right: -50px;
    opacity: 0.2;
}.get_in_touch_2 .help_map_1::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(174,122,161);
    height: 200px;
    width: 200px;
    left: -80px;
    content: '';
    bottom: -80px;
}.get_in_touch_2 form {
    z-index: 1;
    position: relative;
    padding: 60px 50px;
}.get_in_touch_2 form h3 {
    font-size: 29px;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 700;
}.get_in_touch_2 form h3::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    content: '';
    position: absolute;
    background: #ffffff;
    left: 50%;
}.get_in_touch_2 form input[type="text"],
.get_in_touch_2 form input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}.get_in_touch_2 form input[type="text"]:focus,
.get_in_touch_2 form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}.get_in_touch_2 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.get_in_touch_2 .query_block_7 {
    margin: 25px 0 30px;
    align-items: flex-start;
    display: flex;
}.get_in_touch_2 .query_block_7 input[type="checkbox"] {
    height: 22px;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    width: 22px;
    position: relative;
    margin-right: 15px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
}.get_in_touch_2 .query_block_7 input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.get_in_touch_2 .query_block_7 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    width: 6px;
    border: solid rgb(186,177,195);
    height: 10px;
    top: 4px;
    transform: rotate(45deg);
    content: '';
}.get_in_touch_2 .query_block_7 label {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}.get_in_touch_2 .query_block_7 a {
    font-weight: 600;
    transition: opacity 0.3s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    text-decoration: none;
}.get_in_touch_2 .query_block_7 a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.get_in_touch_2 .connect_widget_6 {
    padding: 18px 20px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    font-weight: 700;
    color: rgb(186,177,195);
}.get_in_touch_2 .connect_widget_6:hover {
    background: rgb(217,213,221);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.get_in_touch_2 form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.get_in_touch_2 form h3 {
    grid-column: span 2;
}.get_in_touch_2 .query_block_7 {
    grid-column: span 2;
}.get_in_touch_2 .connect_widget_6 {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.get_in_touch_2 {
    padding: 90px 0;
}.get_in_touch_2 .help_map_1,
    .get_in_touch_2 .query_info_0 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.get_in_touch_2 {
    padding: 70px 0;
}.get_in_touch_2 .query_info_0 div {
    flex: 0 0 100%;
}.get_in_touch_2 .help_map_1,
    .get_in_touch_2 .query_info_0 {
    padding: 40px 30px;
}.get_in_touch_2 .query_info_0 h3,
    .get_in_touch_2 form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.get_in_touch_2 {
    padding: 50px 0;
}.get_in_touch_2 .help_map_1,
    .get_in_touch_2 .query_info_0 {
    padding: 30px 25px;
}.get_in_touch_2 .query_info_0 h3,
    .get_in_touch_2 form h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}.get_in_touch_2 form input[type="text"],
    .get_in_touch_2 form input[type="email"] {
    padding: 15px;
}}.company_info_6 {
    background: linear-gradient(145deg, rgb(217,213,221), #f8f9fa);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
}.company_info_6::before {
    top: -50px;
    background: linear-gradient(135deg, rgb(186,177,195,0.5), transparent 70%);
    animation: float 15s ease-in-out infinite alternate;
    right: -50px;
    position: absolute;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(20px);
    height: 300px;
    z-index: 0;
    content: "";
}.company_info_6::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(225deg, rgb(174,122,161,0.5), transparent 70%);
    left: -100px;
    height: 400px;
    content: "";
    width: 400px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(25px);
    position: absolute;
    bottom: -100px;
    z-index: 0;
}.company_info_6 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.company_info_6 h1 {
    font-size: 44px;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    transition: transform 0.5s ease-out;
}.company_info_6 h1::before {
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    height: 4px;
    width: 80px;
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
}.company_info_6 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.company_info_6 h1:hover::before {
    width: 120px;
}.company_info_6 .training_space_4 {
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.company_info_6 .training_space_4:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08),
                -12px -12px 20px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.company_info_6 ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 30px;
    list-style: none;
    display: grid;
}.company_info_6 .learning_lab_5 {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 25px;
    position: relative;
    border-radius: 12px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
}.company_info_6 .learning_lab_5::before {
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
    top: 0;
    height: 0;
    transition: height 0.5s ease;
    background: linear-gradient(180deg, rgb(186,177,195), rgb(174,122,161));
}.company_info_6 .learning_lab_5:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -12px -12px 24px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px) scale(1.01);
}.company_info_6 .learning_lab_5:hover::before {
    height: 100%;
}.company_info_6 .learning_lab_5 h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    font-size: 23px;
}.company_info_6 .learning_lab_5 h4::after {
    bottom: -8px;
    width: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    content: "";
}.company_info_6 .learning_lab_5:hover h4 {
    color: rgb(186,177,195);
    transform: translateX(10px);
}.company_info_6 .learning_lab_5:hover h4::after {
    width: 100%;
}.company_info_6 .learning_lab_5 div {
    max-height: 300px;
    color: #000000;
    margin-left: 5px;
    line-height: 1.7;
    overflow-y: auto;
    transition: color 0.3s ease;
    font-weight: 400;
    padding-right: 10px;
    font-size: 17px;
}.company_info_6 .learning_lab_5:hover div {
    color: #000000;
}.company_info_6 .learning_lab_5 div::-webkit-scrollbar {
    width: 4px;
}.company_info_6 .learning_lab_5 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}.company_info_6 .learning_lab_5 div::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgb(186,177,195), rgb(174,122,161));
    border-radius: 8px;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@media (min-width: 768px) {.company_info_6 {
    padding: 100px 0;
}.company_info_6 ul {
    grid-template-columns: repeat(2, 1fr);
}.company_info_6 h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 70px;
}.company_info_6 .learning_lab_5 {
    height: 100%;
    padding: 35px 30px;
}.company_info_6 .learning_lab_5 div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.company_info_6 .container {
    padding: 0 40px;
}.company_info_6 .training_space_4 {
    padding: 40px;
}.company_info_6 .learning_lab_5 {
    padding: 40px 35px;
}.company_info_6 .learning_lab_5 div {
    line-height: 1.8;
    max-height: 500px;
}
}

@media (max-width: 767px) {.company_info_6 {
    padding: 60px 0;
}.company_info_6 h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 40px;
}.company_info_6 .learning_lab_5 {
    padding: 20px;
}.company_info_6 .learning_lab_5 div {
    max-height: 250px;
}
}

@media (hover: none) {.company_info_6 h1:hover,
    .company_info_6 .learning_lab_5:hover,
    .company_info_6 .training_space_4:hover {
    transform: none;
}.company_info_6 .learning_lab_5:hover::before {
    height: 70px;
}.company_info_6 .learning_lab_5:hover h4 {
    transform: translateX(5px);
}
}