﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    auto;
    color: #000000;
    auto
contain
touch-action: none;
}.head-core-local {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1278px;
}.science-ref-local {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.warp-container-local {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .science-ref-local {
    background-color: rgb(123,160,173);
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer .science-ref-local::before {
    background-image: 
        linear-gradient(30deg, rgb(123,160,173) 12%, transparent 12.5%, transparent 87%, rgb(123,160,173) 87.5%, rgb(123,160,173)),
        linear-gradient(150deg, rgb(123,160,173) 12%, transparent 12.5%, transparent 87%, rgb(123,160,173) 87.5%, rgb(123,160,173)),
        linear-gradient(30deg, rgb(123,160,173) 12%, transparent 12.5%, transparent 87%, rgb(123,160,173) 87.5%, rgb(123,160,173)),
        linear-gradient(150deg, rgb(123,160,173) 12%, transparent 12.5%, transparent 87%, rgb(123,160,173) 87.5%, rgb(123,160,173)),
        linear-gradient(60deg, rgb(171,196,186,0.5) 25%, transparent 25.5%, transparent 75%, rgb(171,196,186,0.5) 75%, rgb(171,196,186,0.5)),
        linear-gradient(60deg, rgb(171,196,186,0.5) 25%, transparent 25.5%, transparent 75%, rgb(171,196,186,0.5) 75%, rgb(171,196,186,0.5));
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    background-size: 80px 140px;
}footer .science-ref-local::after {
    pointer-events: none;
    background: linear-gradient(90deg, rgb(171,196,186), rgb(123,160,173));
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
}footer .case-study-local {
    position: relative;
    z-index: 1;
}footer .edu-guide-local {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}footer .info_item {
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    min-height: 60px;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    flex: 0 1 auto;
    min-width: 200px;
    cursor: pointer;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item::before {
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    left: 3px;
    right: 3px;
    z-index: -1;
    pointer-events: none;
    top: 3px;
    position: absolute;
    bottom: 3px;
    background-color: rgb(123,160,173);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(171,196,186);
}footer .info_item svg {
    height: 20px;
    fill: rgb(171,196,186);
    width: 20px;
    flex-shrink: 0;
    transition: fill 0.3s ease;
    margin-right: 12px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-overflow: ellipsis;
    align-items: center;
    color: #ffffff;
    white-space: nowrap;
    z-index: 1;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}footer .text_main_holder {
    gap: 50px;
    padding-top: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .text_main_holder::before {
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    left: 10%;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    pointer-events: none;
}footer .head-page-local {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    flex-direction: column;
    padding: 20px;
    max-width: 350px;
    text-align: center;
}footer .head-page-local::before {
    content: "";
    background-color: rgb(123,160,173);
    left: 3px;
    right: 3px;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    bottom: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 3px;
}footer .head-page-local svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 45px;
}footer .cloud-lab-local {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .head-study-local {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 27px;
    position: relative;
}footer .head-study-local h5 {
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    display: inline-block;
}footer .head-study-local h5::after {
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    width: 50px;
    pointer-events: none;
    left: 0;
    background-color: rgb(171,196,186);
}footer .first-pagebar-local {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 5px;
}footer .first-pagebar-local a {
    text-decoration: none;
    position: relative;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}footer .first-pagebar-local a::before {
    content: "";
    pointer-events: none;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    top: 50%;
    opacity: 0;
    position: absolute;
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    left: 5px;
    width: 0;
    border-left: 4px solid rgb(171,196,186);
    height: 0;
}footer .first-pagebar-local a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .first-pagebar-local a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 27px;
}footer .subscribe_holder::before {
    left: 0;
    pointer-events: none;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(171,196,186,0.5) 49%, rgb(171,196,186,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(171,196,186,0.5) 49%, rgb(171,196,186,0.5) 51%, transparent 52%);
    opacity: 0.05;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    border-radius: 27px;
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    position: relative;
    z-index: 5;
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    z-index: 5;
    color: #ffffff;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    cursor: text;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(171,196,186);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub-strategy-local {
    border-radius: 10px;
    width: 100%;
    background-color: rgb(171,196,186);
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 20px;
    position: relative;
    z-index: 5;
    color: #ffffff;
    border: none;
    text-align: center;
    transition: all 0.3s ease;
}footer .sub-strategy-local:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(123,160,173);
}footer .facebook-cta-local {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .discount-cta-local {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    font-size: 13px;
    padding: 0 20px;
    display: inline-block;
}footer .discount-cta-local::before,
footer .discount-cta-local::after {
    height: 1px;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
}footer .discount-cta-local::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .discount-cta-local::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-strategy-local {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .first-pagebar-local {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .science-ref-local {
    padding: 60px 0 30px;
}footer .edu-guide-local {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .head-study-local, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-page-local {
    padding: 15px;
    margin-bottom: 20px;
}footer .facebook-cta-local {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .science-ref-local {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head-study-local h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .head-study-local, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-strategy-local {
    padding: 12px;
}}.company-overview-local {
    background: linear-gradient(135deg, rgb(225,229,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company-overview-local::before {
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
    position: absolute;
    top: 0;
    z-index: 1;
    content: '';
    background: radial-gradient(circle at 10% 20%, rgb(171,196,186,0.5) 0%, transparent 50%);
    left: 0;
}.company-overview-local::after {
    width: 100%;
    animation: pulse 20s infinite alternate-reverse;
    bottom: 0;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    background: radial-gradient(circle at 90% 80%, rgb(123,160,173,0.5) 0%, transparent 50%);
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.company-overview-local .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.company-overview-local .community-team-local {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.company-overview-local .community-team-local::before {
    border-radius: 27px;
    transform: rotate(-1deg);
    z-index: -1;
    left: -20px;
    position: absolute;
    width: calc(100% + 40px);
    top: -20px;
    content: '';
    opacity: 0.4;
    height: calc(100% + 40px);
    border: 1px solid rgb(171,196,186,0.5);
    animation: borderPulse 8s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-color: rgb(171,196,186,0.5);
    }
    50% {
        border-color: rgb(123,160,173,0.5);
    }
    100% {
        border-color: rgb(171,196,186,0.5);
    }
}

.company-overview-local .mentor-team-local {
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    padding: 30px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    flex-direction: column;
}.company-overview-local .mentor-team-local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.company-overview-local .full-image-local {
    width: 200px;
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 50%;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.company-overview-local .full-image-local::before {
    bottom: -10px;
    position: absolute;
    animation: rotate 15s linear infinite;
    top: -10px;
    right: -10px;
    content: '';
    left: -10px;
    border-radius: 50%;
    border: 1px solid rgb(171,196,186,0.5);
}.company-overview-local .full-image-local::after {
    animation: rotate 25s linear infinite reverse;
    top: -20px;
    position: absolute;
    right: -20px;
    border-radius: 50%;
    border: 1px dashed rgb(123,160,173,0.5);
    content: '';
    bottom: -20px;
    left: -20px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company-overview-local .approach-edu-local {
    z-index: 2;
    text-align: center;
    position: relative;
    width: 100%;
}.company-overview-local .skill-pro-local {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    display: inline-block;
}.company-overview-local .skill-pro-local::after {
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    height: 2px;
    background: rgb(171,196,186);
    content: '';
    transition: width 0.3s ease;
}.company-overview-local .mentor-team-local:hover .skill-pro-local::after {
    width: 100px;
}.company-overview-local .history-tl-local {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    color: rgb(123,160,173);
}.company-overview-local .content-wrap-local {
    position: relative;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    transform: perspective(1000px) rotateY(-2deg);
}.company-overview-local .content-wrap-local:hover {
    transform: perspective(1000px) rotateY(0);
}.company-overview-local .content-wrap-local::before {
    border-left: 2px solid rgb(171,196,186);
    top: 20px;
    opacity: 0.5;
    position: absolute;
    width: 40px;
    left: 20px;
    height: 40px;
    content: '';
    border-top: 2px solid rgb(171,196,186);
}.company-overview-local .content-wrap-local::after {
    border-bottom: 2px solid rgb(123,160,173);
    position: absolute;
    width: 40px;
    content: '';
    bottom: 20px;
    height: 40px;
    border-right: 2px solid rgb(123,160,173);
    opacity: 0.5;
    right: 20px;
}.company-overview-local .knowledge-space-local {
    display: flex;
    color: rgb(171,196,186);
    font-weight: 600;
    align-items: center;
    font-size: 21px;
    margin-bottom: 20px;
}.company-overview-local .knowledge-space-local svg {
    fill: rgb(171,196,186);
    margin-right: 10px;
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}.company-overview-local .knowledge-space-local svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,196,186);
}.company-overview-local h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 33px;
    padding-bottom: 15px;
}.company-overview-local h2::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(171,196,186) 0%, rgb(123,160,173) 100%);
    content: '';
    left: 0;
    height: 3px;
    transition: width 0.5s ease;
    position: absolute;
    width: 80px;
}.company-overview-local .content-wrap-local:hover h2::after {
    width: 120px;
}.company-overview-local p {
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
}

@media (max-width: 992px) {.company-overview-local {
    padding: 80px 0;
}.company-overview-local .container {
    padding: 0 20px;
}.company-overview-local .community-team-local {
    gap: 30px;
    grid-template-columns: 1fr;
}.company-overview-local .mentor-team-local {
    margin: 0 auto;
    max-width: 400px;
}.company-overview-local .content-wrap-local {
    padding: 30px;
    transform: none;
}.company-overview-local h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.company-overview-local {
    padding: 60px 0;
}.company-overview-local .community-team-local::before {
    display: none;
}.company-overview-local .full-image-local {
    height: 150px;
    width: 150px;
}.company-overview-local .full-image-local::before,
    .company-overview-local .full-image-local::after {
    display: none;
}.company-overview-local .mentor-team-local {
    padding: 20px;
}.company-overview-local .content-wrap-local {
    padding: 25px 20px;
}.company-overview-local .content-wrap-local::before,
    .company-overview-local .content-wrap-local::after {
    height: 25px;
    width: 25px;
}.company-overview-local h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.company-overview-local .knowledge-space-local svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.company-overview-local {
    padding: 40px 0;
}.company-overview-local .full-image-local {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}.company-overview-local .skill-pro-local {
    font-size: calc(22px * 0.9);
}.company-overview-local .history-tl-local {
    font-size: calc(13px * 0.9);
}.company-overview-local .knowledge-space-local {
    font-size: calc(21px * 0.9);
}.company-overview-local h2 {
    font-size: calc(33px * 0.7);
    padding-bottom: 10px;
}.company-overview-local p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.connect-form-local {
    background: rgb(225,229,227);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.connect-form-local::before {
    height: 100%;
    opacity: 0.2;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,196,186,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(123,160,173,0.5) 0%, transparent 60%);
    position: absolute;
}.connect-form-local::after {
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
}.connect-form-local .full-image-local {
    height: 95%;
    border-radius: 100px 0 0 100px;
    position: absolute;
    top: 2.5%;
    right: 0;
    width: 45%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.connect-form-local .full-image-local::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(171,196,186,0.5), transparent 70%);
    height: 100%;
    border-radius: 100px 0 0 100px;
    left: 0;
    width: 100%;
    content: '';
}.connect-form-local .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.connect-form-local h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 50px;
}.connect-form-local .query-list-local {
    overflow: hidden;
    display: flex;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 20px;
}.connect-form-local .query-list-local::before {
    height: 200px;
    position: absolute;
    background: rgb(171,196,186,0.5);
    top: -100px;
    opacity: 0.05;
    width: 200px;
    content: '';
    left: -100px;
    border-radius: 50%;
}.connect-form-local .query-list-local::after {
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    background: rgb(123,160,173,0.5);
    bottom: -75px;
    height: 150px;
    width: 150px;
    content: '';
}.connect-form-local .message-widget-local {
    position: relative;
    width: 60%;
    padding: 50px;
}.connect-form-local form h3 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 30px;
    color: rgb(171,196,186);
}.connect-form-local form h3::before,
.connect-form-local form h3::after {
    display: none;
}.connect-form-local input[type="text"],
.connect-form-local textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    font-size: 13px;
    border-radius: 30px;
    color: #000000;
    transition: all 0.3s ease;
}.connect-form-local input[type="text"]:focus,
.connect-form-local textarea:focus {
    box-shadow: 0 0 15px rgb(171,196,186,0.5);
    background: rgba(255, 255, 255, 1);
    border-color: rgb(171,196,186,0.5);
    outline: none;
}.connect-form-local textarea {
    height: 140px;
    border-radius: 20px;
    resize: none;
}.connect-form-local .reach-list-local {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.connect-form-local .reach-list-local input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form-local .reach-list-local label {
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}.connect-form-local .reach-list-local label::before {
    left: 0;
    width: 22px;
    content: '';
    height: 22px;
    top: 2px;
    background: #ffffff;
    border: 2px solid rgb(171,196,186,0.5);
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
}.connect-form-local .reach-list-local input[type="checkbox"]:checked + label::before {
    border-color: rgb(171,196,186);
    background: rgb(171,196,186);
}.connect-form-local .reach-list-local input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 8px;
    width: 6px;
    position: absolute;
    height: 10px;
    border: solid #ffffff;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.connect-form-local .reach-list-local a {
    transition: all 0.3s ease;
    color: rgb(171,196,186);
    text-decoration: none;
}.connect-form-local .reach-list-local a:hover {
    color: rgb(123,160,173);
}.connect-form-local .query-feedback-local {
    cursor: pointer;
    color: #ffffff;
    border: none;
    font-size: 20px;
    border-radius: 50px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 15px 40px;
    z-index: 1;
    background: rgb(171,196,186);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.connect-form-local .query-feedback-local::before {
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 50px;
    transition: all 0.5s ease;
    content: '';
    background: rgb(123,160,173);
    z-index: -1;
    width: 100%;
    top: 0;
    transform: translateY(100%);
}.connect-form-local .query-feedback-local:hover {
    box-shadow: 0 5px 20px rgb(171,196,186,0.5);
    transform: translateY(-3px);
}.connect-form-local .query-feedback-local:hover::before {
    transform: translateY(0);
}.connect-form-local .request-request-local {
    background: linear-gradient(135deg, rgb(171,196,186), rgb(123,160,173));
    z-index: 3;
    border-radius: 70px 0 0 70px;
    justify-content: center;
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: absolute;
    padding: 50px;
    width: 40%;
}.connect-form-local .request-request-local::before {
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    left: 0;
    content: '';
    border-radius: 70px 0 0 70px;
    width: 100%;
    height: 100%;
    position: absolute;
}.connect-form-local .request-request-local h4 {
    font-weight: 600;
    font-size: 21px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}.connect-form-local .request-request-local h4::after {
    border-radius: 3px;
    width: 40px;
    background: #ffffff;
    left: 0;
    content: '';
    position: absolute;
    bottom: -10px;
    height: 3px;
}.connect-form-local .help-info-local {
    padding: 0;
    list-style: none;
    margin: 0;
}.connect-form-local .help-info-local li {
    display: flex;
    border-radius: 10px;
    padding: 5px;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}.connect-form-local .help-info-local li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.connect-form-local .help-info-local svg {
    transition: transform 0.3s ease;
    margin-top: 3px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.connect-form-local .help-info-local li:hover svg {
    transform: scale(1.2);
}.connect-form-local .help-info-local svg path {
    fill: #ffffff;
}.connect-form-local .help-info-local span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 13px;
}.connect-form-local .help-info-local a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect-form-local .help-info-local a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.connect-form-local .query-list-local {
    width: 70%;
}.connect-form-local .request-request-local {
    width: 35%;
}
}

@media (max-width: 992px) {.connect-form-local .full-image-local {
    display: none;
}.connect-form-local .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.connect-form-local .query-list-local {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}.connect-form-local .request-request-local {
    width: 100%;
    top: auto;
    max-width: 600px;
    right: auto;
    margin-top: 30px;
    transform: none;
    border-radius: 20px;
    position: relative;
}.connect-form-local .request-request-local::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.connect-form-local {
    padding: 70px 0;
}.connect-form-local h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.connect-form-local .message-widget-local,
    .connect-form-local .request-request-local {
    padding: 30px;
}
}

@media (max-width: 576px) {.connect-form-local {
    padding: 50px 0;
}.connect-form-local h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.connect-form-local .message-widget-local,
    .connect-form-local .request-request-local {
    padding: 25px 20px;
}.connect-form-local input[type="text"],
    .connect-form-local textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.connect-form-local .query-feedback-local {
    padding: 12px;
    width: 100%;
}}.plan-list-local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,229,227) 0%, rgb(123,160,173,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.plan-list-local::before {
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(171,196,186), 0.03) 40px, rgba(rgb(171,196,186), 0.03) 80px);
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}.plan-list-local .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
}.plan-list-local .cost-deals-local {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.plan-list-local .cost-options-local {
    z-index: 3;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(#ffffff, 0.9);
    position: relative;
}.plan-list-local .cost-options-local:hover {
    transform: translateY(-5px);
}.plan-list-local .cost-options-local h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
    font-size: 32px;
}.plan-list-local .cost-options-local h2::after {
    background: rgb(171,196,186);
    transition: transform 0.5s ease;
    transform-origin: left;
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(1);
    content: "";
    left: 0;
    width: 80px;
}.plan-list-local .cost-options-local:hover h2::after {
    transform: scaleX(1.5);
}.plan-list-local .lesson-rates-local {
    color: #000000;
    margin-top: 1.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.6;
}.plan-list-local .cost-matrix-local {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}.plan-list-local .cost-rates-local {
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: block;
}.plan-list-local .cost-rates-local:hover {
    transform: translateY(-8px);
}.plan-list-local .learning-fee-local {
    height: 100%;
    border-radius: 8px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    position: relative;
}.plan-list-local .cost-rates-local:hover .learning-fee-local {
    box-shadow: 0 15px 35px rgba(rgb(171,196,186,0.5), 0.15);
}.plan-list-local .edu-rates-local {
    flex-grow: 1;
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}.plan-list-local .edu-rates-local h3 {
    color: #000000;
    line-height: 1.3;
    font-size: calc(21px + 0.1rem);
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
}.plan-list-local .learning-pricing-local {
    margin: 0.5rem 0 1.25rem;
    position: relative;
    display: block;
    color: rgb(171,196,186);
    font-size: calc(21px + 0.3rem);
    font-weight: 700;
}.plan-list-local .learning-pricing-local::before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 40px;
    bottom: -10px;
    background: rgb(123,160,173);
}.plan-list-local .edu-rates-local p {
    word-break: break-word;
    color: #000000;
    margin-top: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
}.plan-list-local .full-image-local {
    width: 100%;
    position: relative;
    transform: scale(1);
    transition: transform 0.6s ease-out;
    height: 220px;
}.plan-list-local .full-image-local::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    z-index: 1;
}.plan-list-local .cost-rates-local:hover .full-image-local {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan-list-local .cost-matrix-local {
    grid-template-columns: repeat(2, 1fr);
}.plan-list-local .cost-options-local {
    padding: 3rem;
}
}

@media (min-width: 992px) {.plan-list-local .cost-deals-local {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.plan-list-local .cost-options-local {
    margin: 0;
    width: 35%;
}.plan-list-local .cost-matrix-local {
    width: 65%;
}
}

@media (min-width: 1200px) {.plan-list-local .cost-matrix-local {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-list-local .edu-rates-local {
    padding: 2.5rem;
}.plan-list-local .cost-options-local h2 {
    font-size: calc(32px + 0.2rem);
}.plan-list-local .full-image-local {
    height: 250px;
}
}

@media (max-width: 767px) {.plan-list-local {
    padding: 4rem 0;
}.plan-list-local .edu-rates-local {
    padding: 1.5rem;
    min-height: 240px;
}.plan-list-local .full-image-local {
    height: 180px;
}.plan-list-local .cost-options-local {
    padding: 1.5rem;
}.plan-list-local .cost-options-local h2 {
    font-size: calc(32px - 0.2rem);
}.plan-list-local .lesson-rates-local {
    font-size: calc(13px - 0.1rem);
}}.policyAgreementPanel-local {
    align-items: center;
    z-index: 90;
    overflow: hidden;
    padding: 1rem 0;
    background: rgb(225,229,227);
    bottom: 0;
    border-top: 3px solid rgb(171,196,186);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    display: flex;
    width: 100%;
    justify-content: center;
    position: fixed;
}#dataPrivacyBanner-local {
    display: none;
}#dataPrivacyBanner-local:checked ~ .policyAgreementPanel-local {
    opacity: 0;
    visibility: hidden;
}.policyAgreementPanel-local .container {
    max-width: 1140px;
    position: relative;
    gap: 1rem;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}.privacy-learn-local {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
}.privacy-learn-local svg {
    width: 50px;
    fill: rgb(171,196,186);
    height: 50px;
}.cookies-overview-local {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.cookies-overview-local h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(171,196,186);
    font-size: 1.5rem;
}.cookies-overview-local p {
    font-size: 1rem;
    color: #000000;
}.edu-cookies-local {
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    background: rgb(171,196,186);
    display: inline-block;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
}.cookie_button.cookie-overlay-local {
    background: rgb(171,196,186);
}.cookie_button.cookie-option-local {
    margin-left: 0.5rem;
    background: #000000;
}.edu-cookies-local:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie-option-local:hover {
    background: rgb(171,196,186);
}.policyAgreementPanel-local p a {
    transition: color 0.3s ease;
    color: rgb(171,196,186);
    text-decoration: underline;
}.policyAgreementPanel-local p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.policyAgreementPanel-local .container {
    flex-direction: column;
    align-items: center;
}.privacy-learn-local {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookies-overview-local {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie-option-local {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.thanks-page-local {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(225,229,227), rgb(123,160,173,0.5));
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.thanks-page-local::before {
    left: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    height: 100%;
}.thanks-page-local .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.thanks-page-local .community-team-local {
    gap: 2.5rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    display: grid;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 3rem;
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
}.thanks-page-local .community-team-local:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
    transform: translateZ(10px) scale(1.01);
}.thanks-page-local .community-team-local::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(171,196,186,0.5) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    transform: translateZ(-10px);
    pointer-events: none;
}.thanks-page-local .community-team-local:hover::before {
    opacity: 0.05;
}.thanks-page-local .community-team-local > div:first-child {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
}.thanks-page-local .community-team-local > div:first-child::after {
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(171,196,186);
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left;
    width: 60px;
    transform: scaleX(0);
    left: 0;
}.thanks-page-local .community-team-local:hover > div:first-child::after {
    transform: scaleX(1);
}.thanks-page-local h5 {
    letter-spacing: 0.02em;
    transform: translateZ(5px);
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    color: #000000;
    line-height: 1.4;
}.thanks-page-local h5::first-letter {
    font-size: 1.2em;
    color: rgb(171,196,186);
}.thanks-page-local .community-team-local > div:last-child {
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.thanks-page-local a {
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 0;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}.thanks-page-local a::before {
    width: 100%;
    position: absolute;
    transition: left 0.8s ease-in-out;
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.thanks-page-local .community-team-local:hover a::before {
    left: 100%;
}.thanks-page-local p {
    color: #000000;
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.9;
    transition: opacity 0.4s ease;
}.thanks-page-local a:hover p {
    opacity: 1;
    color: rgb(171,196,186);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.thanks-page-local {
    padding: 7rem 0;
}.thanks-page-local .community-team-local {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 4rem;
    gap: 3rem;
}.thanks-page-local h5 {
    font-size: calc(19px * 1.1);
}.thanks-page-local p {
    font-size: calc(15px * 1.05);
}.thanks-page-local .community-team-local::after {
    transform: translateZ(10px) scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    content: "";
    border-top: 3px solid rgb(171,196,186);
    right: -15px;
    top: -15px;
    opacity: 0;
    width: 30px;
    height: 30px;
    border-right: 3px solid rgb(171,196,186);
}.thanks-page-local .community-team-local:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.thanks-page-local .community-team-local::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.thanks-page-local .community-team-local:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.thanks-page-local {
    padding: 8rem 0;
}.thanks-page-local .community-team-local {
    padding: 5rem;
    gap: 4rem;
}.thanks-page-local .community-team-local > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.thanks-page-local .community-team-local:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.thanks-page-local .community-team-local > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.thanks-page-local .community-team-local:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.thanks-page-local a {
    padding: 1rem 0;
}.thanks-page-local p {
    line-height: 1.8;
}.thanks-page-local .container::before {
    background: linear-gradient(90deg, transparent, rgb(171,196,186,0.5), transparent);
    width: 80%;
    bottom: -20px;
    left: 10%;
    height: 1px;
    content: "";
    position: absolute;
    opacity: 0.5;
}
}

@media (max-width: 767px) {.thanks-page-local {
    padding: 3rem 1rem;
}.thanks-page-local .community-team-local {
    padding: 2rem 1.5rem;
}.thanks-page-local h5 {
    font-size: calc(19px * 0.9);
}.thanks-page-local p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.title-page-local {
    position: relative;
    width: 100%;
    background-color: rgb(171,196,186);
    height: 100vh;
    overflow: hidden;
}.title-page-local .community-team-local {
    display: flex;
    height: 100%;
    z-index: 3;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
}.title-page-local .main-open-local {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}.title-page-local .main-open-local::before {
    z-index: 2;
    inset: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgb(171,196,186,0.5) 0%,
        transparent 50%,
        rgb(171,196,186,0.5) 100%
    );
}.title-page-local .main-open-local::after {
    z-index: 2;
    content: "";
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(123,160,173) 100%
    );
    opacity: 0.7;
    position: absolute;
    inset: 0;
    pointer-events: none;
}.title-page-local .fast-school-local {
    display: grid;
    animation: grid-shuffle 25s ease-in-out infinite;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 100%;
}.title-page-local .course-primary-local {
    overflow: hidden;
    opacity: 1;
    transition: all 0.5s ease;
    position: relative;
}.title-page-local .course-primary-local:nth-child(1) {
    animation: scale-up 25s infinite ease-in-out;
    grid-area: 1 / 1 / 2 / 2;
}.title-page-local .course-primary-local:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 6.25s;
}.title-page-local .course-primary-local:nth-child(3) {
    animation-delay: 12.5s;
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
}.title-page-local .course-primary-local:nth-child(4) {
    animation-delay: 18.75s;
    grid-area: 2 / 2 / 3 / 3;
    animation: scale-down 25s infinite ease-in-out;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(1):nth-last-child(1)) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(1):nth-last-child(1)) .course-primary-local:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(2):nth-last-child(1)) .course-primary-local:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(2):nth-last-child(1)) .course-primary-local:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(3):nth-last-child(1)) {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(3):nth-last-child(1)) .course-primary-local:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(3):nth-last-child(1)) .course-primary-local:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.title-page-local .fast-school-local:has(.course-primary-local:nth-child(3):nth-last-child(1)) .course-primary-local:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.title-page-local .course-primary-local img {
    margin: -10px;
    object-fit: cover;
    filter: grayscale(30%) brightness(0.8);
    transition: all 0.5s ease;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.title-page-local .course-primary-local::before {
    inset: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(
        rgb(171,196,186,0.5),
        transparent
    );
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
}.title-page-local .course-primary-local:nth-child(even)::before {
    background: linear-gradient(
        rgb(123,160,173,0.5),
        transparent
    );
}.title-page-local .carousel-auto-slide.active::before {
    opacity: 0.6;
}.title-page-local .content-wrap-local {
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 3rem;
    transition: all 0.5s ease;
    z-index: 5;
    max-width: 800px;
    width: 70%;
    position: absolute;
}.title-page-local .content-wrap-local::before {
    content: "";
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: absolute;
}.title-page-local .content-wrap-local::after {
    opacity: 0.5;
    z-index: -2;
    background-size: 200% 200%;
    border-radius: 10px;
    animation: border-light 5s linear infinite;
    filter: blur(8px);
    inset: -5px;
    content: "";
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(171,196,186) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(123,160,173) 50%, transparent 70%);
    background-position: 0% 0%;
    position: absolute;
}.title-page-local .content-wrap-local h1 {
    font-size: 47px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.title-page-local .content-wrap-local h1::after {
    width: 80px;
    height: 2px;
    display: block;
    margin: 15px auto 0;
    background: linear-gradient(90deg, rgb(171,196,186), rgb(123,160,173));
    content: "";
}.title-page-local .content-wrap-local p {
    opacity: 0.9;
    line-height: 1.7;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 2rem;
}.title-page-local .content-wrap-local .query-feedback-local {
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 1rem 2.5rem;
    font-size: 15px;
    background-color: rgb(171,196,186);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.title-page-local .content-wrap-local .query-feedback-local::before {
    content: "";
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgb(171,196,186),
        rgb(123,160,173),
        rgb(171,196,186)
    );
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    height: 100%;
    transition: all 0.5s ease;
    top: 0;
    background-position: 0% 0%;
}.title-page-local .content-wrap-local .query-feedback-local:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.title-page-local .content-wrap-local .query-feedback-local:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.title-page-local .content-wrap-local {
    padding: 2.5rem;
    width: 80%;
}.title-page-local .content-wrap-local h1 {
    font-size: calc(47px * 0.85);
}.title-page-local .content-wrap-local p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.title-page-local .content-wrap-local {
    width: 85%;
    padding: 2rem;
}.title-page-local .content-wrap-local h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1.2rem;
}.title-page-local .content-wrap-local h1::after {
    width: 60px;
    margin: 10px auto 0;
}.title-page-local .content-wrap-local p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.title-page-local .content-wrap-local .query-feedback-local {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.title-page-local .content-wrap-local {
    width: 90%;
    padding: 1.5rem;
}.title-page-local .content-wrap-local h1 {
    margin-bottom: 1rem;
    font-size: calc(47px * 0.6);
}.title-page-local .content-wrap-local h1::after {
    width: 50px;
    margin: 8px auto 0;
}.title-page-local .content-wrap-local p {
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.title-page-local .content-wrap-local .query-feedback-local {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.7rem;
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.analysis-summary-local {
    z-index: 1;
    background: rgb(225,229,227);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.analysis-summary-local::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,196,186,0.5) 0,
        rgb(171,196,186,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
}.analysis-summary-local::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(123,160,173,0.5) 0,
        rgb(123,160,173,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
    left: 0;
    z-index: -1;
    position: absolute;
}.analysis-summary-local .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.analysis-summary-local h2 {
    font-weight: 700;
    margin: 0 0 70px;
    color: #000000;
    border-left: 5px solid rgb(171,196,186);
    font-size: 33px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}.analysis-summary-local h2::after {
    position: absolute;
    bottom: -15px;
    content: "";
    width: 100px;
    background: rgb(123,160,173);
    left: 0;
    height: 2px;
}.analysis-summary-local ul {
    gap: 25px;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0;
}.analysis-summary-local ul::before {
    top: 0;
    left: 25px;
    z-index: 0;
    content: "";
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgb(171,196,186,0.5), rgb(123,160,173,0.5));
    height: 100%;
}.analysis-summary-local .edge-statistics-local {
    grid-template-columns: 80px 1fr auto;
    display: grid;
    margin-left: 50px;
    background: #ffffff;
    z-index: 1;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 30px;
}.analysis-summary-local .edge-statistics-local::before {
    background: linear-gradient(to right, rgb(171,196,186,0.5), rgb(171,196,186));
    position: absolute;
    left: -25px;
    z-index: 1;
    height: 3px;
    content: "";
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}.analysis-summary-local .edge-statistics-local::after {
    transform: translateY(-50%);
    content: "";
    left: -35px;
    border-radius: 50%;
    z-index: 2;
    width: 20px;
    border: 3px solid rgb(171,196,186);
    position: absolute;
    height: 20px;
    top: 50%;
    background: #ffffff;
}.analysis-summary-local .edge-statistics-local:nth-child(1)::after {
    background: rgb(171,196,186);
    border-color: #ffffff;
}.analysis-summary-local .edge-statistics-local:nth-child(2)::after {
    border-color: #ffffff;
    background: rgb(123,160,173);
}.analysis-summary-local .edge-statistics-local:nth-child(3)::after {
    background: rgb(171,196,186);
    border-color: #ffffff;
}.analysis-summary-local .edge-statistics-local:nth-child(4)::after {
    background: rgb(123,160,173);
    border-color: #ffffff;
}.analysis-summary-local .edge-statistics-local:nth-child(even)::before {
    background: linear-gradient(to right, rgb(123,160,173,0.5), rgb(123,160,173));
}.analysis-summary-local .edge-statistics-local:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(15px);
}.analysis-summary-local .edge-statistics-local p {
    position: relative;
    grid-row: 1;
    grid-column: 1;
    padding: 0;
    text-align: center;
    margin: 0;
    color: rgb(171,196,186);
    font-weight: 700;
    font-size: 2.8rem;
}.analysis-summary-local .edge-statistics-local:nth-child(even) p {
    color: rgb(123,160,173);
}.analysis-summary-local .edge-statistics-local span {
    font-size: 18px;
    margin: 0;
    padding: 0 0 0 25px;
    grid-row: 1;
    font-weight: 600;
    position: relative;
    grid-column: 2;
    color: #000000;
    position: relative;
}.analysis-summary-local .edge-statistics-local span::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    background: rgb(171,196,186,0.5);
    content: "";
    height: 10px;
}.analysis-summary-local .edge-statistics-local:nth-child(even) span::before {
    background: rgb(123,160,173,0.5);
}.analysis-summary-local svg {
    fill: rgb(171,196,186);
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    grid-column: 3;
    grid-row: 1;
}.analysis-summary-local .edge-statistics-local:nth-child(even) svg {
    fill: rgb(123,160,173);
}.analysis-summary-local svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.analysis-summary-local .edge-statistics-local:hover svg {
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.analysis-summary-local .edge-statistics-local:nth-child(1) {
    animation-delay: 0.1s;
}.analysis-summary-local .edge-statistics-local:nth-child(2) {
    animation-delay: 0.2s;
}.analysis-summary-local .edge-statistics-local:nth-child(3) {
    animation-delay: 0.3s;
}.analysis-summary-local .edge-statistics-local:nth-child(4) {
    animation-delay: 0.4s;
}

@media (min-width: 992px) {.analysis-summary-local .edge-statistics-local:nth-child(even) {
    margin-left: 100px;
}.analysis-summary-local .edge-statistics-local:nth-child(odd) {
    margin-left: 50px;
}
}

@media (max-width: 991px) {.analysis-summary-local h2 {
    padding-left: 0;
    border-left: none;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 3px solid rgb(171,196,186);
}.analysis-summary-local h2::after {
    transform: translateX(-50%);
    left: 50%;
}.analysis-summary-local ul::before {
    left: 15px;
}.analysis-summary-local .edge-statistics-local {
    margin-left: 40px;
}.analysis-summary-local .edge-statistics-local::after {
    left: -25px;
    width: 15px;
    height: 15px;
}.analysis-summary-local .edge-statistics-local::before {
    width: 40px;
    left: -20px;
}
}

@media (max-width: 768px) {.analysis-summary-local {
    padding: 70px 0;
}.analysis-summary-local .edge-statistics-local {
    gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 60px 1fr;
}.analysis-summary-local svg {
    margin-left: 0;
    grid-row: 2;
    justify-self: center;
    grid-column: 1;
}.analysis-summary-local .edge-statistics-local p {
    font-size: 2.5rem;
}.analysis-summary-local .edge-statistics-local span {
    grid-row: 2;
    grid-column: 2;
}
}

@media (max-width: 480px) {.analysis-summary-local {
    padding: 50px 0;
}.analysis-summary-local h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 50px;
}.analysis-summary-local ul::before {
    left: 10px;
}.analysis-summary-local .edge-statistics-local {
    margin-left: 30px;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-template-rows: auto auto auto;
    padding: 20px;
}.analysis-summary-local .edge-statistics-local::after {
    left: -20px;
    width: 12px;
    height: 12px;
}.analysis-summary-local .edge-statistics-local::before {
    width: 30px;
    left: -18px;
}.analysis-summary-local svg {
    grid-column: 1;
    margin-bottom: 10px;
    justify-self: center;
    grid-row: 1;
}.analysis-summary-local .edge-statistics-local p {
    text-align: center;
    grid-column: 1;
    font-size: 2.2rem;
    grid-row: 2;
}.analysis-summary-local .edge-statistics-local span {
    grid-column: 1;
    text-align: center;
    padding: 0;
    grid-row: 3;
}.analysis-summary-local .edge-statistics-local span::before {
    display: none;
}.analysis-summary-local .edge-statistics-local:hover {
    transform: translateX(5px);
}}

.analysis-summary-local::before {
    animation: patternMove1 30s linear infinite;
}.analysis-summary-local::after {
    animation: patternMove2 30s linear infinite;
}@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}

.analysis-summary-local .container::before {
    opacity: 0.5;
    top: 50%;
    animation: pulseGlow 10s infinite alternate;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 200px;
    right: -100px;
    z-index: -1;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(171,196,186,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}.learning-process-local {
    justify-content: center;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 75vh;
    background: rgb(225,229,227);
}.learning-process-local::before {
    content: "";
    animation: pulseBackground 8s ease-in-out infinite alternate;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(171,196,186,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(123,160,173,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.5;
}.learning-process-local::after {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
}.learning-process-local .container {
    max-width: 1200px;
    align-items: center;
    padding: 0 2rem;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    z-index: 5;
}.learning-process-local .community-team-local {
    justify-content: center;
    position: relative;
    display: flex;
    gap: 5rem;
    max-width: 1300px;
    width: 100%;
    align-items: center;
}.learning-process-local .community-team-local::before {
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    opacity: 0.6;
    animation: rotateField 40s linear infinite;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    border-radius: 50%;
}.learning-process-local .community-team-local::after {
    animation: rotateField 20s linear infinite reverse;
    transform-origin: center;
    z-index: -2;
    height: 100%;
    border-radius: 50%;
    opacity: 0.3;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(171,196,186,0.5) 90deg,
            transparent 180deg,
            rgb(123,160,173,0.5) 270deg,
            transparent 360deg
        );
    position: absolute;
    width: 100%;
    content: "";
}.learning-process-local h3 {
    border-radius: 30px;
    margin: 0 10px;
    animation: magneticPulse 5s ease-in-out infinite;
    text-align: center;
    display: flex;
    z-index: 2;
    padding: 2rem 3rem;
    align-items: center;
    color: rgb(171,196,186);
    font-size: 37px;
    flex: 0 1 48%;
    justify-content: center;
    font-weight: 700;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}.learning-process-local h3::before {
    content: "";
    opacity: 0.7;
    inset: -5px;
    background: linear-gradient(135deg, rgb(171,196,186,0.5), rgb(123,160,173,0.5));
    position: absolute;
    animation: borderPulse 5s ease-in-out infinite;
    z-index: -1;
    border-radius: 35px;
}.learning-process-local h3::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(171,196,186), transparent);
    right: -20px;
    width: 40px;
    top: 50%;
    content: "";
    z-index: 1;
}.learning-process-local span {
    padding: 2rem 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    background: #ffffff;
    font-size: 18px;
    max-width: 850px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    flex: 0 1 70%;
    z-index: 2;
    border-radius: 30px;
}.learning-process-local span::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(123,160,173,0.5), rgb(171,196,186,0.5));
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    border-radius: 35px;
    content: "";
    opacity: 0.7;
    z-index: -1;
    inset: -5px;
}.learning-process-local span::after {
    z-index: 1;
    height: 2px;
    top: 50%;
    width: 40px;
    content: "";
    background: linear-gradient(to left, rgb(123,160,173), transparent);
    position: absolute;
    left: -20px;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.learning-process-local .container {
    padding: 4rem 1.5rem;
}.learning-process-local .community-team-local {
    flex-direction: column;
    gap: 3rem;
}.learning-process-local h3 {
    flex: 0 1 auto;
    max-width: 100%;
    width: 100%;
    padding: 1.8rem 2.5rem;
    font-size: calc(37px * 0.9);
}.learning-process-local span {
    font-size: calc(18px * 0.95);
    width: 100%;
    flex: 0 1 auto;
    padding: 1.8rem 2.5rem;
    max-width: 100%;
}.learning-process-local h3::after {
    bottom: -20px;
    top: auto;
    width: 40px;
    transform: translateX(50%) rotate(90deg);
    right: 50%;
}.learning-process-local span::after {
    display: none;
}
}

@media (max-width: 768px) {.learning-process-local {
    min-height: auto;
    padding: 3rem 0;
}.learning-process-local .container {
    padding: 0 1.2rem;
}.learning-process-local .community-team-local {
    gap: 2.5rem;
}.learning-process-local h3 {
    padding: 1.5rem 2rem;
    font-size: calc(37px * 0.8);
}.learning-process-local span {
    font-size: calc(18px * 0.9);
    padding: 1.5rem 2rem;
}.learning-process-local h3::before,
    .learning-process-local span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.learning-process-local {
    padding: 2.5rem 0;
}.learning-process-local .container {
    padding: 0 1rem;
}.learning-process-local .community-team-local {
    gap: 2rem;
}.learning-process-local h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(37px * 0.7);
}.learning-process-local span {
    font-size: calc(18px * 0.85);
    padding: 1.2rem 1.5rem;
}.learning-process-local h3::after {
    width: 30px;
    bottom: -15px;
}.learning-process-local h3::before,
    .learning-process-local span::before {
    inset: -2px;
}}.user-feedback-local {
    overflow: hidden;
    background: linear-gradient(to bottom, 
        rgb(225,229,227) 0%, 
        #ffffff 100%);
    position: relative;
    padding: 120px 0 180px;
}.user-feedback-local::before,
.user-feedback-local::after {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    height: 50px;
    left: 0;
    background-image: 
        linear-gradient(45deg, 
        rgb(225,229,227) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(225,229,227) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(225,229,227) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(225,229,227) 75%);
}.user-feedback-local::before {
    transform: scaleY(-1);
    opacity: 0.2;
    top: 0;
}.user-feedback-local::after {
    bottom: 0;
    opacity: 0.2;
}.user-feedback-local .container {
    position: relative;
    z-index: 1;
}.user-feedback-local h2 {
    color: #000000;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
    left: 50%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}.user-feedback-local h2::before,
.user-feedback-local h2::after {
    height: 3px;
    width: 100px;
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(171,196,186);
}.user-feedback-local h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}.user-feedback-local h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: calc(100% + 20px);
}.user-feedback-local .client-voices-local {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
}.user-feedback-local .client-voices-local::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(171,196,186,0.5),
        rgb(171,196,186,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    top: 50%;
    z-index: -1;
    animation: movePattern 20s linear infinite;
    height: 2px;
    position: absolute;
    right: 0;
    content: "";
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.user-feedback-local .review-voices-local {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
}.user-feedback-local .review-voices-local::before {
    animation: blobAnimation 8s ease-in-out infinite alternate;
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    content: "";
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    inset: 0;
    transition: all 1s ease;
}.user-feedback-local .review-voices-local:nth-child(2n)::before {
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    animation-delay: 2s;
}.user-feedback-local .review-voices-local:nth-child(3n)::before {
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    animation-delay: 4s;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.user-feedback-local .review-voices-local:hover::before {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.user-feedback-local .review-voices-local img {
    width: 90px;
    border: 4px solid #ffffff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 1;
    height: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}.user-feedback-local .review-voices-local img::after {
    inset: -10px;
    animation: rotate 20s linear infinite;
    position: absolute;
    content: "";
    border: 2px dashed rgb(171,196,186,0.5);
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-feedback-local .review-voices-local:hover img {
    transform: scale(1.1) rotate(5deg);
}.user-feedback-local .review-voices-local p {
    margin: 0;
    text-align: center;
}.user-feedback-local .review-voices-local p:first-of-type {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}.user-feedback-local .review-voices-local p:first-of-type::before {
    color: rgb(171,196,186);
    content: "~";
    margin: 0 5px;
}.user-feedback-local .review-voices-local p:first-of-type::after {
    color: rgb(171,196,186);
    content: "~";
    margin: 0 5px;
}.user-feedback-local .review-voices-local .description {
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
}.user-feedback-local .review-voices-local .description::before,
.user-feedback-local .review-voices-local .description::after {
    color: rgb(171,196,186,0.5);
    content: "";
    font-family: Arial, sans-serif;
    font-size: 50px;
    position: absolute;
    line-height: 0;
}.user-feedback-local .review-voices-local .description::before {
    top: 5px;
    left: -15px;
}.user-feedback-local .review-voices-local .description::after {
    content: "";
    bottom: -10px;
    right: -15px;
}

@media (max-width: 991px) {.user-feedback-local {
    padding: 100px 0 150px;
}.user-feedback-local h2 {
    margin-bottom: 60px;
}.user-feedback-local h2::before,
    .user-feedback-local h2::after {
    width: 70px;
}.user-feedback-local .client-voices-local {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.user-feedback-local {
    padding: 80px 0 120px;
}.user-feedback-local h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.user-feedback-local h2::before,
    .user-feedback-local h2::after {
    width: 50px;
}.user-feedback-local .client-voices-local {
    gap: 60px;
    grid-template-columns: 1fr;
}.user-feedback-local .review-voices-local {
    padding: 25px 20px;
}.user-feedback-local .review-voices-local img {
    width: 80px;
    height: 80px;
}.user-feedback-local .review-voices-local .description::before {
    font-size: 40px;
    left: -10px;
}.user-feedback-local .review-voices-local .description::after {
    right: -10px;
    font-size: 40px;
}}header {
    position: relative;
    background: linear-gradient(to right, rgb(225,229,227), #ffffff);
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(171,196,186,0.5);
    z-index: 100;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .header-guide-local {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-direction: column;
}header .top-core-local {
    display: block;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    position: relative;
    padding: 0.5rem;
}header .top-core-local::after {
    bottom: -5px;
    left: 0;
    height: 2px;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(171,196,186), transparent);
    content: '';
}header .top-core-local svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}header .top-core-local:hover svg {
    transform: scale(1.05);
}header .head-study-local {
    padding: 0.8rem;
    border-radius: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(171,196,186,0.5), rgb(123,160,173,0.5));
    width: 100%;
}header .head-learning-local {
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    font-weight: 400;
    text-decoration: none;
}header .head-learning-local:hover {
    background: linear-gradient(135deg, rgb(171,196,186), rgb(123,160,173));
    box-shadow: 0 4px 8px rgb(171,196,186,0.5);
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-core-local svg {
    width: 160px;
}header .head-study-local {
    padding: 0.7rem;
}header .head-learning-local {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header-guide-local {
    gap: 1rem;
}header .top-core-local svg {
    width: 140px;
}header .head-study-local {
    gap: 0.4rem;
    padding: 0.6rem;
}header .head-learning-local {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header-guide-local {
    gap: 0.8rem;
}header .top-core-local svg {
    width: 120px;
}header .head-study-local {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
}header .head-study-local::-webkit-scrollbar {
    height: 3px;
}header .head-study-local::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,196,186);
}header .head-learning-local {
    flex-shrink: 0;
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.course-summary-local {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,229,227) 0%, rgba(245, 247, 252, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}.course-summary-local::before {
    z-index: 1;
    opacity: 0.1;
    height: 300px;
    content: '';
    background: rgb(171,196,186,0.5);
    right: -50px;
    transform: rotate(35deg);
    width: 300px;
    position: absolute;
    top: -50px;
}.course-summary-local::after {
    height: 250px;
    background: rgb(123,160,173,0.5);
    left: -50px;
    opacity: 0.15;
    position: absolute;
    content: '';
    z-index: 1;
    bottom: -50px;
    width: 250px;
    transform: rotate(-15deg);
}.course-summary-local .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course-summary-local .program-track-local {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.course-summary-local .full-image-local {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course-summary-local .full-image-local::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(171,196,186), 0.2),
        rgba(rgb(123,160,173), 0.2)
    );
    width: 100%;
    height: 100%;
}.course-summary-local .full-image-local::after {
    content: '';
    right: 20px;
    position: absolute;
    bottom: 20px;
    opacity: 0;
    transform: scale(0.95);
    z-index: 2;
    top: 20px;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 20px;
}.course-summary-local .full-image-local:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-summary-local .full-image-local:hover::after {
    transform: scale(1);
    opacity: 1;
}.course-summary-local .content-wrap-local {
    position: relative;
    padding: 10px 0 0 0;
}.course-summary-local h3 {
    margin-bottom: 25px;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    line-height: 1.3;
    font-size: calc(36px * 0.9);
}.course-summary-local h3::after {
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(171,196,186) 0%, rgb(123,160,173) 100%);
    bottom: -12px;
    transform: scaleX(0);
    content: '';
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    position: absolute;
    height: 3px;
    left: 0;
}.course-summary-local .description {
    margin-bottom: 20px;
    font-size: 16px;
    opacity: 0;
    color: #000000;
    position: relative;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    transform: translateY(10px);
    line-height: 1.8;
}.course-summary-local p.description {
    padding-right: 20px;
    max-height: 300px;
    scrollbar-color: rgb(171,196,186,0.5) rgb(225,229,227);
    overflow-y: auto;
    scrollbar-width: thin;
}.course-summary-local p.description::-webkit-scrollbar {
    width: 6px;
}.course-summary-local p.description::-webkit-scrollbar-track {
    background: rgb(225,229,227);
}.course-summary-local p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(171,196,186,0.5);
}.course-summary-local span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course-summary-local .program-track-local {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course-summary-local .full-image-local {
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
}.course-summary-local .content-wrap-local {
    padding: 0 0 0 20px;
}.course-summary-local h3 {
    font-size: 36px;
    margin-bottom: 35px;
}.course-summary-local h3::after {
    width: 120px;
    height: 4px;
}.course-summary-local p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course-summary-local {
    padding: 150px 0;
}.course-summary-local .program-track-local {
    gap: 80px;
}.course-summary-local .full-image-local {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course-summary-local .content-wrap-local {
    padding: 0 0 0 40px;
}.course-summary-local h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.course-summary-local h3::after {
    bottom: -15px;
}.course-summary-local p.description {
    font-size: calc(16px * 1.05);
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course-summary-local {
    padding: 80px 0;
}.course-summary-local .full-image-local {
    height: 300px;
    margin-bottom: 20px;
}.course-summary-local h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.course-summary-local p.description {
    line-height: 1.6;
    max-height: 250px;
}}.privacy-fort-local {
    color: #000000;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(225,229,227), rgba(248, 249, 250, 0.97));
}.privacy-fort-local::before {
    pointer-events: none;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 85%, rgb(171,196,186,0.5) 0%, transparent 25%);
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    opacity: 0.05;
    content: "";
}.privacy-fort-local::after {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(123,160,173,0.5) 100%);
    top: 0;
    opacity: 0.03;
    width: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
}.privacy-fort-local .container {
    border-left: 3px solid rgb(171,196,186);
    z-index: 1;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    backdrop-filter: blur(8px);
    position: relative;
}.privacy-fort-local .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.privacy-fort-local h1 {
    letter-spacing: -0.5px;
    transform: translateX(-0.5rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 45px;
    position: relative;
    padding-bottom: 1rem;
}.privacy-fort-local h1::after {
    background: linear-gradient(90deg, rgb(171,196,186), rgb(171,196,186,0.5));
    transition: width 0.4s ease;
    width: 6rem;
    height: 4px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
}.privacy-fort-local h1:hover::after {
    width: 10rem;
}.privacy-fort-local h2 {
    font-weight: 600;
    border-left: 2px solid rgb(171,196,186);
    padding-left: 1rem;
    margin: 3rem 0 1.5rem;
    font-size: 28px;
    transition: all 0.3s ease;
    color: #000000;
}.privacy-fort-local h2:hover {
    color: rgb(171,196,186);
    padding-left: 1.5rem;
}.privacy-fort-local h3 {
    font-weight: 600;
    padding-left: 0.8rem;
    border-left: 1px solid rgb(171,196,186,0.5);
    margin: 2.5rem 0 1rem;
    font-size: calc(20px + 0.1rem);
    color: #000000;
}.privacy-fort-local h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    border-left: 1px dashed rgb(171,196,186,0.5);
    padding-left: 0.5rem;
    margin: 2rem 0 1rem;
}.privacy-fort-local p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 12px;
}.privacy-fort-local p:hover {
    transform: translateX(5px);
}.privacy-fort-local strong {
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy-fort-local strong::after {
    content: "";
    bottom: -2px;
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background-color: rgb(171,196,186,0.5);
    width: 100%;
    position: absolute;
    transform: scaleX(0.8);
    left: 0;
}.privacy-fort-local strong:hover::after {
    transform: scaleX(1);
}.privacy-fort-local ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-fort-local li {
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 1.5rem;
}.privacy-fort-local li::before {
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 8px;
    width: 8px;
    left: 0;
    content: "";
    border: 1px solid rgb(171,196,186);
    transform: rotate(45deg);
    top: 0.7rem;
    position: absolute;
}.privacy-fort-local li:hover {
    padding-left: 1.8rem;
}.privacy-fort-local li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(171,196,186,0.5);
}.privacy-fort-local span {
    border-left: 1px solid rgb(123,160,173,0.5);
    font-style: italic;
    font-size: 12px;
    opacity: 0.9;
    display: block;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-left: 1rem;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

@media (max-width: 992px) {.privacy-fort-local {
    padding: 5rem 1.5rem;
}.privacy-fort-local .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy-fort-local h1 {
    font-size: calc(45px - 0.2rem);
}.privacy-fort-local h2 {
    font-size: calc(28px - 0.1rem);
}
}

@media (max-width: 768px) {.privacy-fort-local {
    padding: 4rem 1rem;
}.privacy-fort-local .container {
    border-left-width: 2px;
    padding: 2rem 1.5rem;
    transform: none;
}.privacy-fort-local::before,
    .privacy-fort-local::after {
    opacity: 0.02;
}.privacy-fort-local h1 {
    margin-bottom: 2rem;
    font-size: calc(45px - 0.4rem);
}.privacy-fort-local h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(28px - 0.3rem);
}.privacy-fort-local h3, 
    .privacy-fort-local h4 {
    font-size: calc(20px - 0.1rem);
}.privacy-fort-local p, 
    .privacy-fort-local li, 
    .privacy-fort-local span {
    line-height: 1.6;
    font-size: calc(12px - 0.05rem);
}.privacy-fort-local ul {
    margin-left: 0.5rem;
}.privacy-fort-local p:hover {
    transform: translateX(3px);
}
}

@media (max-width: 576px) {.privacy-fort-local {
    padding: 3rem 0.8rem;
}.privacy-fort-local .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.privacy-fort-local h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px - 0.6rem);
    transform: none;
}.privacy-fort-local h1::after {
    height: 3px;
    width: 4rem;
}.privacy-fort-local h2 {
    padding-left: 0.7rem;
    font-size: calc(28px - 0.5rem);
}.privacy-fort-local h3, 
    .privacy-fort-local h4 {
    padding-left: 0.5rem;
}.privacy-fort-local li {
    padding-left: 1.2rem;
}.privacy-fort-local li:hover {
    padding-left: 1.4rem;
}.privacy-fort-local p:hover,
    .privacy-fort-local li:hover,
    .privacy-fort-local h2:hover {
    transform: none;
    padding-left: 0.7rem;
}.privacy-fort-local span {
    padding-left: 0.5rem;
}}.teacher-profile-local {
    overflow: hidden;
    background: rgb(225,229,227);
    min-height: 700px;
    padding: 7rem 0;
    position: relative;
}.teacher-profile-local::before {
    opacity: 0.15;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(171,196,186,0.5) 49.5%, rgb(171,196,186,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(171,196,186,0.5) 49.5%, rgb(171,196,186,0.5) 50.5%, transparent 50.5%);
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    animation: gridMove 20s linear infinite;
    width: 100%;
}.teacher-profile-local .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.teacher-profile-local .review-voices-local {
    height: 650px;
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1000px;
    perspective: 2000px;
}.teacher-profile-local .full-image-local {
    top: -20px;
    right: 0;
    filter: contrast(1.1) brightness(1.05);
    width: 400px;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    border-radius: 15px;
    transform: translateZ(100px) rotateY(-15deg);
    position: absolute;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.teacher-profile-local .review-voices-local:hover .full-image-local {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.teacher-profile-local .name {
    transform: translateZ(70px) rotateY(5deg);
    color: #ffffff;
    background: rgb(171,196,186);
    position: absolute;
    left: 0;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 4;
    min-width: 300px;
    top: 100px;
    padding: 1.5rem 2rem;
    font-weight: 700;
    font-size: 32px;
}.teacher-profile-local .review-voices-local:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.teacher-profile-local .review-voices-local span:not(.name) {
    position: absolute;
    transform: translateZ(50px) rotateY(5deg);
    z-index: 3;
    font-size: 21px;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    left: 40px;
    background: #ffffff;
    top: 190px;
    font-weight: 600;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
}.teacher-profile-local .review-voices-local:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.teacher-profile-local .career-milestones-local {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgb(123,160,173);
    transform: translateZ(30px);
    line-height: 1.8;
    left: 0;
    border-bottom: 4px solid rgb(171,196,186);
    padding: 3rem;
    border-radius: 15px;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    color: #000000;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    font-size: 14px;
    right: 0;
}.teacher-profile-local .review-voices-local:hover .career-milestones-local {
    transform: translateZ(40px) translateY(-10px);
}.teacher-profile-local .career-milestones-local::before {
    background-size: 20px 20px;
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(123,160,173,0.5) 49.5%, rgb(123,160,173,0.5) 50.5%, transparent 50.5%);
    top: 0;
    width: 100%;
    left: 0;
}.teacher-profile-local .container::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(171,196,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(123,160,173,0.5) 0%, transparent 50%);
    width: 100%;
    top: 0;
    animation: colorPulse 10s ease-in-out infinite alternate;
    height: 100%;
    left: 0;
    content: "";
    filter: blur(100px);
    position: absolute;
    z-index: -1;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.teacher-profile-local .review-voices-local {
    padding: 20px 0;
    flex-direction: column;
    height: auto;
}.teacher-profile-local .full-image-local {
    border-radius: 20px;
    margin: 0 auto 30px;
    transform: none;
    height: 300px;
    right: auto;
    width: 300px;
    position: relative;
    top: auto;
}.teacher-profile-local .review-voices-local:hover .full-image-local {
    transform: translateY(-10px);
}.teacher-profile-local .name {
    transform: none;
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
}.teacher-profile-local .review-voices-local:hover .name {
    transform: translateY(-5px);
}.teacher-profile-local .review-voices-local span:not(.name) {
    transform: none;
    display: block;
    left: auto;
    text-align: center;
    position: relative;
    top: auto;
    margin: 0 auto 45px;
    width: max-content;
}.teacher-profile-local .review-voices-local:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher-profile-local .career-milestones-local {
    transform: none;
    position: relative;
    bottom: auto;
}.teacher-profile-local .review-voices-local:hover .career-milestones-local {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher-profile-local {
    padding: 4rem 0;
}.teacher-profile-local .full-image-local {
    width: 220px;
    margin-bottom: 35px;
    height: 220px;
}.teacher-profile-local .name {
    font-size: 21px;
    width: 100%;
    min-width: auto;
    margin-bottom: 25px;
    padding: 1rem 1.5rem;
}.teacher-profile-local .review-voices-local span:not(.name) {
    margin-bottom: 35px;
    padding: 0.5rem 1rem;
    font-size: 14px;
}.teacher-profile-local .career-milestones-local {
    font-size: calc(14px * 0.9);
    padding: 2rem 1.5rem;
}
}