* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrap-container-4832 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.science-ref-9857 {
    flex: 0 0 auto;
}.head-class-6731 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1197px;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-benefits-0587 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 100%);
    overflow: hidden;
}.course-benefits-0587::before {
    background-size: 40px 40px;
    z-index: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    top: 0;
    height: 100%;
}.course-benefits-0587::after {
    transform: rotate(-30deg);
    z-index: 0;
    top: -30%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(115,186,127,0.5) 0%, transparent 70%);
    height: 160%;
    right: -20%;
    opacity: 0.3;
    content: '';
    width: 80%;
}.course-benefits-0587 .learn-mastery-5790 {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.course-benefits-0587 h2 {
    margin: 0 0 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    position: relative;
    display: inline-block;
}.course-benefits-0587 h2::after {
    content: '';
    background: linear-gradient(90deg, rgb(115,186,127) 0%, transparent 100%);
    left: 0;
    height: 3px;
    width: 100%;
    bottom: -10px;
    position: absolute;
}.course-benefits-0587 .head-class-6731 {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    margin-top: 50px;
}.course-benefits-0587 .pic-float-0173 {
    overflow: hidden;
    grid-column: 1 / 8;
    grid-row: 1 / 5;
    border-radius: 20px;
    min-height: 600px;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    z-index: 1;
}.course-benefits-0587 .pic-float-0173::before {
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,206,175,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
}.course-benefits-0587 .pic-float-0173::after {
    content: '';
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    height: 30%;
    left: 0;
}.course-benefits-0587 .text_main_holder {
    display: contents;
}.course-benefits-0587 .text_main_holder > div {
    gap: 20px;
    align-items: flex-start;
    transform: translateY(0);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: flex;
    backdrop-filter: blur(10px);
}.course-benefits-0587 .text_main_holder > div:nth-child(1) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}.course-benefits-0587 .text_main_holder > div:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 2 / 3;
}.course-benefits-0587 .text_main_holder > div:nth-child(3) {
    grid-column: 7 / 13;
    grid-row: 3 / 4;
}.course-benefits-0587 .text_main_holder > div:nth-child(4) {
    grid-column: 7 / 13;
    grid-row: 4 / 5;
}.course-benefits-0587 .text_main_holder > div:nth-child(2n) {
    transform: translateX(30px);
}.course-benefits-0587 .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course-benefits-0587 .text_main_holder > div:nth-child(2n):hover {
    transform: translateX(30px) translateY(-10px);
}.course-benefits-0587 .text_main_holder > div::before {
    background: linear-gradient(135deg, rgb(115,186,127,0.5) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}.course-benefits-0587 .text_main_holder > div:hover::before {
    opacity: 0.1;
}.course-benefits-0587 .text_main_holder svg {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 9px;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}.course-benefits-0587 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(171,206,175,0.5);
}.course-benefits-0587 .text_main_holder svg path {
    fill: rgb(115,186,127);
    transition: fill 0.3s ease;
}.course-benefits-0587 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.course-benefits-0587 .text_main_holder p {
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1200px) {.course-benefits-0587 .pic-float-0173 {
    grid-column: 1 / 9;
}.course-benefits-0587 .text_main_holder > div:nth-child(1),
    .course-benefits-0587 .text_main_holder > div:nth-child(2),
    .course-benefits-0587 .text_main_holder > div:nth-child(3),
    .course-benefits-0587 .text_main_holder > div:nth-child(4) {
    grid-column: 8 / 13;
}
}

@media (max-width: 992px) {.course-benefits-0587 .head-class-6731 {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-rows: auto;
}.course-benefits-0587 .pic-float-0173 {
    grid-row: 1;
    grid-column: 1;
    min-height: 400px;
}.course-benefits-0587 .text_main_holder > div:nth-child(1),
    .course-benefits-0587 .text_main_holder > div:nth-child(2),
    .course-benefits-0587 .text_main_holder > div:nth-child(3),
    .course-benefits-0587 .text_main_holder > div:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
}.course-benefits-0587 .text_main_holder > div:nth-child(2n) {
    transform: translateX(0);
}.course-benefits-0587 .text_main_holder > div:nth-child(2n):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.course-benefits-0587 {
    padding: 80px 0;
}.course-benefits-0587 h2 {
    font-size: calc(46px * 0.8);
}.course-benefits-0587 .pic-float-0173 {
    min-height: 350px;
}.course-benefits-0587 .text_main_holder > div {
    padding: 25px;
}
}

@media (max-width: 576px) {.course-benefits-0587 {
    padding: 60px 0;
}.course-benefits-0587 h2 {
    font-size: 31px;
}.course-benefits-0587 .pic-float-0173 {
    min-height: 280px;
}.course-benefits-0587 .text_main_holder > div {
    gap: 15px;
    padding: 20px;
}.course-benefits-0587 .text_main_holder svg {
    height: 38px;
    padding: 7px;
    width: 38px;
}}.future-students-7159 {
    background: rgb(219,230,220);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}.future-students-7159::before {
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(115,186,127,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(171,206,175,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(115,186,127,0.5), 0.05) 75%,
        transparent 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.future-students-7159::after {
    background-position: 0 0, 25px 25px;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    background-image: 
        radial-gradient(rgba(rgb(171,206,175,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(115,186,127,0.5), 0.1) 2px, transparent 2px);
    opacity: 0.5;
    position: absolute;
    background-size: 50px 50px, 100px 100px;
    left: 0;
}.future-students-7159 .learn-mastery-5790 {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}.future-students-7159 h3 {
    font-weight: 700;
    color: rgb(115,186,127);
    margin-bottom: 3rem;
    position: relative;
    text-align: left;
    font-size: 28px;
    padding-left: 2rem;
}.future-students-7159 h3::before {
    height: 100%;
    left: 0;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(115,186,127),
        rgb(171,206,175)
    );
    top: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
}.future-students-7159 ul {
    margin: 0;
    padding: 0;
    display: grid;
    position: relative;
    gap: 2rem 1.5rem;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
}.future-students-7159 ul::before {
    content: "";
    width: 1px;
    left: 50%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(171,206,175,0.5), 0.3),
        transparent
    );
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.future-students-7159 li {
    background: rgba(rgb(115,186,127,0.5), 0.03);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(115,186,127,0.5), 0.1);
    align-items: flex-start;
    border-radius: 20px;
    display: flex;
    padding: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}.future-students-7159 li::before {
    top: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(171,206,175,0.5), 0.5),
        transparent
    );
    opacity: 0;
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    height: 4px;
    transition: opacity 0.4s ease;
}.future-students-7159 li::after {
    width: 40px;
    background: radial-gradient(
        circle,
        rgba(rgb(171,206,175,0.5), 0.15) 0%,
        transparent 70%
    );
    content: "";
    left: -10px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    height: 40px;
    top: -10px;
}.future-students-7159 li:hover {
    background: rgba(rgb(115,186,127,0.5), 0.05);
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(171,206,175,0.5), 0.2);
}.future-students-7159 li:hover::before {
    opacity: 1;
}.future-students-7159 li:nth-child(odd)::after {
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
    right: -10px;
}.future-students-7159 li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.future-students-7159 li svg {
    width: 32px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    height: 32px;
    fill: rgb(171,206,175);
    flex-shrink: 0;
    position: relative;
}.future-students-7159 li svg::after {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(rgb(171,206,175,0.5), 0.3) 0%,
        transparent 70%
    );
    z-index: -1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}.future-students-7159 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}.future-students-7159 li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.future-students-7159 li:hover svg path {
    fill: rgb(171,206,175);
}.future-students-7159 li {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(171,206,175,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(171,206,175,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(171,206,175,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.future-students-7159 {
    padding: 4rem 0;
}.future-students-7159 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.future-students-7159 ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.future-students-7159 {
    padding: 3.5rem 0;
}.future-students-7159 .learn-mastery-5790 {
    padding: 0 1.5rem;
}.future-students-7159 h3 {
    padding-left: 0;
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.future-students-7159 h3::before {
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    bottom: -12px;
    top: auto;
}.future-students-7159 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future-students-7159 ul::before {
    display: none;
}
}

@media (max-width: 480px) {.future-students-7159 {
    padding: 3rem 0;
}.future-students-7159 .learn-mastery-5790 {
    padding: 0 1rem;
}.future-students-7159 h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.8rem;
}.future-students-7159 h3::before {
    width: 60px;
    height: 3px;
}.future-students-7159 li {
    padding: 1.2rem;
}.future-students-7159 li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}.future-students-7159 li::after {
    left: -8px;
    top: -8px;
    width: 30px;
    height: 30px;
}}.study-process-0923 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(245, 245, 250, 0.9) 100%);
}.study-process-0923::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background-size: 60px 60px;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(115,186,127,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(115,186,127,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.15;
    right: 0;
}.study-process-0923::after {
    z-index: 0;
    background: linear-gradient(to bottom right, rgb(171,206,175,0.5), rgb(115,186,127,0.5));
    right: -10%;
    transform-origin: top right;
    opacity: 0.1;
    position: absolute;
    filter: blur(80px);
    width: 40%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    height: 70%;
    top: -10%;
}.study-process-0923 .learn-mastery-5790 {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    perspective: 1000px;
}.study-process-0923 h2 {
    position: relative;
    transform: translateZ(20px);
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}.study-process-0923 h2::after {
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    width: 80px;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(rgb(171,206,175,0.5), 0.3);
    bottom: -15px;
}.study-process-0923 .headline-wrap-9675 {
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    transform: translateZ(10px) perspective(1000px);
    position: relative;
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 40px;
    overflow: hidden;
}.study-process-0923 .headline-wrap-9675::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
    position: absolute;
    width: 5px;
    top: 0;
}.study-process-0923 .headline-wrap-9675 p {
    line-height: 1.8;
    font-size: 14px;
    z-index: 2;
    position: relative;
    margin: 0;
    color: #000000;
}.study-process-0923 .headline-wrap-9675::after {
    content: "";
    right: -50px;
    background: linear-gradient(135deg, transparent, rgb(115,186,127,0.5));
    z-index: 1;
    height: 150px;
    border-radius: 50%;
    opacity: 0.1;
    bottom: -50px;
    width: 150px;
    position: absolute;
}.study-process-0923 .learn-mastery-5790:hover .headline-wrap-9675 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) perspective(1000px) rotateX(2deg);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(-2deg);
    }
}

@media (max-width: 991px) {.study-process-0923 {
    padding: 80px 0;
}.study-process-0923::before {
    background-size: 40px 40px;
}.study-process-0923 .headline-wrap-9675 {
    padding: 30px;
}.study-process-0923 h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.study-process-0923 {
    padding: 60px 0;
}.study-process-0923 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.study-process-0923 .headline-wrap-9675 {
    padding: 25px;
}.study-process-0923 .headline-wrap-9675 p {
    font-size: calc(14px * 0.95);
}.study-process-0923::before {
    opacity: 0.1;
}
}

@media (max-width: 575px) {.study-process-0923 {
    padding: 50px 0;
}.study-process-0923 .learn-mastery-5790 {
    padding: 0 20px;
}.study-process-0923 h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.study-process-0923 .headline-wrap-9675 {
    padding: 20px;
}.study-process-0923 .headline-wrap-9675::before {
    width: 3px;
}.study-process-0923 h2::after {
    width: 60px;
    bottom: -10px;
}}header .nav-pagebar-4179 {
    box-sizing: border-box;
    align-items: center;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(120deg, rgb(171,206,175) 0%, rgb(115,186,127,0.5) 100%);
    width: 100%;
    justify-content: space-between;
    padding: 1.5rem 0;
    position: relative;
    display: flex;
}header .nav-pagebar-4179::before {
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(115,186,127,0.5) 0%, transparent 60%);
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}header .nav-pagebar-4179 .top-nav-0982 {
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}header .nav-pagebar-4179 .top-nav-0982:hover {
    transform: translateY(0) scale(1.05);
}header .nav-pagebar-4179 .top-nav-0982 .nav-main-2105 {
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
}header .nav-pagebar-4179 .top-nav-0982 .nav-main-2105::before {
    top: -10px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    content: "";
    height: calc(100% + 20px);
    left: -20px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
}header .nav-pagebar-4179 .top-nav-0982 .nav-main-2105 svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}header .nav-pagebar-4179 .header-lead-8059 {
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(171,206,175,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    width: 80vw;
}header .nav-pagebar-4179 .header-lead-8059::before {
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 {
    perspective: 1000px;
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    transform-origin: center;
    padding: 1.2rem 1.5rem;
    display: block;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0.8rem;
    background: rgb(115,186,127);
    transition: width 0.3s ease;
    left: 1.5rem;
    width: 0;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a:hover {
    color: rgb(115,186,127);
    transform: translateZ(10px);
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav-pagebar-4179 {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .nav-pagebar-4179 .top-nav-0982 {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav-pagebar-4179 .header-lead-8059 {
    padding-right: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    background: rgb(171,206,175,0.5);
    clip-path: none;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a {
    padding: 0.8rem 1rem;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav-pagebar-4179 .header-lead-8059 {
    padding: 0.5rem 0;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 {
    width: 50%;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a {
    font-size: calc(16px - 2px);
    text-align: center;
    padding: 0.6rem 0.8rem;
}header .nav-pagebar-4179 .header-lead-8059 .top-section-1720 a::after {
    display: none;
}}.confidential-lockup-5730 {
    overflow: hidden;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    background: linear-gradient(145deg, rgb(219,230,220) 0%, rgb(219,230,220) 85%, rgb(171,206,175,0.5) 100%);
    position: relative;
}.confidential-lockup-5730::before {
    z-index: -1;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(219,230,220) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(219,230,220) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(219,230,220) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(219,230,220) 75%);
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.03;
}.confidential-lockup-5730::after {
    z-index: -1;
    position: absolute;
    width: 200%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(171,206,175,0.5) 0%, transparent 70%);
    transform: scale(1);
    height: 200%;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.05;
    content: "";
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.confidential-lockup-5730 .container {
    transform: translateY(0);
    padding: 3rem;
    margin: 0 auto;
    background: #ffffff;
    max-width: 1200px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(171,206,175,0.5);
}.confidential-lockup-5730 .container:hover {
    transform: translateY(-5px);
}.confidential-lockup-5730 h1 {
    font-size: 47px;
    transition: transform 0.3s ease-out;
    margin-bottom: 2rem;
    line-height: 1.2;
    transform: translateX(0);
    color: #000000;
    position: relative;
    padding-bottom: 0.75rem;
    font-weight: 700;
}.confidential-lockup-5730 h1::after {
    position: absolute;
    width: 60px;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
    content: "";
    background: rgb(171,206,175);
    left: 0;
}.confidential-lockup-5730:hover h1::after {
    transform: scaleX(1.5);
}.confidential-lockup-5730 h2 {
    font-size: 33px;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    transition: padding 0.3s ease;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
}.confidential-lockup-5730 h2::before {
    top: 0.25em;
    position: absolute;
    background: rgb(115,186,127);
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleY(1);
    height: 70%;
    width: 3px;
}.confidential-lockup-5730 h2:hover::before {
    transform: scaleY(1.2);
}.confidential-lockup-5730 h3 {
    position: relative;
    font-weight: 600;
    font-size: calc(23px + 0.1rem);
    color: #000000;
    margin: 1.75rem 0 1rem;
}.confidential-lockup-5730 h4 {
    font-weight: 600;
    font-size: 19px;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
}.confidential-lockup-5730 p {
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90ch;
    margin-bottom: 1.25rem;
    font-size: 14px;
    line-height: 1.7;
    transition: all 0.3s ease;
}.confidential-lockup-5730 span {
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
    font-weight: 600;
    color: rgb(171,206,175);
}.confidential-lockup-5730 span:hover {
    color: rgb(115,186,127);
}.confidential-lockup-5730 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}.confidential-lockup-5730 li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}.confidential-lockup-5730 li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(171,206,175,0.5);
    width: 8px;
    height: 8px;
    top: 0.7em;
    left: 0;
    content: "";
    border-radius: 1px;
    position: absolute;
    transform: rotate(45deg);
}.confidential-lockup-5730 li:hover::before {
    background: rgb(171,206,175);
    transform: rotate(135deg);
}.confidential-lockup-5730 li:hover {
    transform: translateX(3px);
}.confidential-lockup-5730 div {
    position: relative;
}

@media (max-width: 992px) {.confidential-lockup-5730 {
    padding: 3rem 1.5rem;
}.confidential-lockup-5730 .container {
    padding: 2.5rem 2rem;
}.confidential-lockup-5730 h1 {
    font-size: calc(47px - 0.2rem);
}.confidential-lockup-5730 h2 {
    font-size: calc(33px - 0.15rem);
}
}

@media (max-width: 768px) {.confidential-lockup-5730 {
    padding: 2.5rem 1rem;
}.confidential-lockup-5730 .container {
    padding: 2rem 1.5rem;
}.confidential-lockup-5730 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px - 0.4rem);
}.confidential-lockup-5730 h2 {
    font-size: calc(33px - 0.3rem);
    margin: 2rem 0 1rem;
}.confidential-lockup-5730 h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 23px;
}.confidential-lockup-5730 p {
    font-size: calc(14px - 0.05rem);
}.confidential-lockup-5730 ul {
    margin-left: 0.5rem;
}.confidential-lockup-5730 li {
    padding-left: 1.25rem;
    font-size: calc(14px - 0.05rem);
}
}

@media (max-width: 576px) {.confidential-lockup-5730 {
    padding: 2rem 0.75rem;
}.confidential-lockup-5730 .container {
    padding: 1.5rem 1.25rem;
}.confidential-lockup-5730 h1 {
    font-size: calc(47px - 0.6rem);
}.confidential-lockup-5730 h2 {
    font-size: calc(33px - 0.4rem);
    padding-left: 0.75rem;
}.confidential-lockup-5730 h2::before {
    width: 2px;
}.confidential-lockup-5730 li::before {
    height: 6px;
    width: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.confidential-lockup-5730::after {
    animation: none;
}.confidential-lockup-5730 .container,
    .confidential-lockup-5730 li,
    .confidential-lockup-5730 h1::after,
    .confidential-lockup-5730 h2::before {
    transition: none;
}}.join-now-8016 {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 100%);
}.join-now-8016::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    top: 0;
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
}.join-now-8016::after {
    z-index: 0;
    right: -100px;
    position: absolute;
    opacity: 0.6;
    filter: blur(30px);
    border-radius: 50%;
    top: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(171,206,175,0.5) 0%, transparent 70%);
    content: '';
}.join-now-8016 .container {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    max-width: 1140px;
    padding: 3rem;
    position: relative;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}.join-now-8016 .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.join-now-8016 h6 {
    margin-bottom: 2.5rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
    opacity: 1;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}.join-now-8016 .container:hover h6 {
    transform: translateY(-5px);
}.join-now-8016 div div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}.join-now-8016 div span {
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    display: inline-block;
}.join-now-8016 div span:hover {
    transform: translateY(-5px);
}.join-now-8016 .connect-grid-5817 {
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 15px 32px;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(rgb(171,206,175,0.5), 0.2),
        0 5px 10px rgba(rgb(171,206,175,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    position: relative;
    justify-content: center;
}.join-now-8016 .connect-grid-5817::before {
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: left 0.7s ease;
    height: 100%;
    content: '';
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
}.join-now-8016 .connect-grid-5817:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 
        0 15px 25px rgba(rgb(171,206,175,0.5), 0.3),
        0 10px 15px rgba(rgb(171,206,175,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}.join-now-8016 .connect-grid-5817:hover::before {
    left: 100%;
}.join-now-8016 .connect-grid-5817:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 5px 10px rgba(rgb(171,206,175,0.5), 0.2),
        0 2px 5px rgba(rgb(171,206,175,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
}.join-now-8016 .connect-grid-5817 span {
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}.join-now-8016 .connect-grid-5817:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.join-now-8016 .container {
    max-width: 960px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.join-now-8016 {
    padding: 4rem 0;
}.join-now-8016 .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateX(1deg);
}.join-now-8016 h6 {
    font-size: calc(20px * 0.95);
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.join-now-8016 {
    padding: 3.5rem 0;
}.join-now-8016 .container {
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
}.join-now-8016 h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.75rem;
}.join-now-8016 .connect-grid-5817 {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.join-now-8016 {
    padding: 3rem 0;
}.join-now-8016 .container {
    padding: 1.5rem;
    width: 90%;
    transform: none;
}.join-now-8016 h6 {
    font-size: calc(20px * 0.85);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}.join-now-8016 .connect-grid-5817 {
    padding: 10px 24px;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 400px) {.join-now-8016 {
    padding: 2.5rem 0;
}.join-now-8016 .container {
    padding: 1.25rem;
    width: 95%;
}.join-now-8016 h6 {
    margin-bottom: 1.25rem;
    font-size: calc(20px * 0.8);
}.join-now-8016 .connect-grid-5817 {
    padding: 8px 20px;
    font-size: calc(20px * 0.85);
}}.cookieWarningMessage-8471 {
    padding: 15px 20px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(171,206,175);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}.track-ack-8769 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}.cookie-reset-5721 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-reset-5721 svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(171,206,175);
    width: 50px;
}.cookie-compl-6497 {
    margin-right: 15px;
    flex-grow: 1;
}.cookie-compl-6497 h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    color: rgb(171,206,175);
}.cookie-compl-6497 p {
    margin-bottom: 0;
    color: #000000;
    font-size: 17px;
}.cookie-necessary-6901 {
    border-radius: 10px;
    user-select: none;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
}.cookie_button.edu-accept-5196 {
    background-color: rgb(171,206,175);
    border-color: rgb(171,206,175);
    color: #ffffff;
}#cookiePopupBanner-4687 {
    display: none;
}#cookiePopupBanner-4687:checked ~ .cookieWarningMessage-8471 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.edu-accept-5196:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-option-1732 {
    color: #000000;
    border-color: rgb(115,186,127);
    background-color: rgb(115,186,127);
}.cookie_button.cookie-option-1732:hover {
    background-color: rgb(171,206,175);
    color: #ffffff;
    border-color: rgb(171,206,175);
}.cookieWarningMessage-8471 p a {
    text-decoration: underline;
    color: rgb(171,206,175);
}.cookieWarningMessage-8471 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie-compl-6497 h5 {
    font-size: calc(22px - 2px);
}.cookie-compl-6497 p {
    font-size: calc(17px - 2px);
}.cookie-necessary-6901 {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.track-ack-8769 {
    flex-direction: column;
    align-items: center;
}.cookie-reset-5721 {
    margin-bottom: 10px;
}.cookie-compl-6497 {
    margin-bottom: 15px;
    text-align: center;
}.cookie-necessary-6901 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.contact-form-section-8452 {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(219,230,220) 0%, 
        rgb(115,186,127,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}.contact-form-section-8452 .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact-form-section-8452 .help-reach-1259 {
    position: relative;
    display: flex;
    border-radius: 19px;
    box-shadow: 0 25px 50px rgb(171,206,175,0.5);
    align-items: stretch;
    overflow: hidden;
    background: rgb(115,186,127,0.5);
}.contact-form-section-8452 .pic-float-0173 {
    z-index: 2;
    flex: 0 0 45%;
    margin-left: -5%;
    min-height: 600px;
    transform: skew(-10deg);
    position: relative;
}.contact-form-section-8452 .pic-float-0173::before {
    width: 120%;
    top: 0;
    opacity: 0.7;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(171,206,175,0.5) 0%, 
        rgb(115,186,127,0.5) 100%
    );
    z-index: 1;
    transform: skew(10deg);
}.contact-form-section-8452 .contact-feedback-3870 {
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
    justify-content: center;
    z-index: 3;
    flex: 0 0 55%;
    position: relative;
}.contact-form-section-8452 h2 {
    position: relative;
    text-align: left;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}.contact-form-section-8452 h2::before {
    left: 0;
    width: 1rem;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
    border-radius: 50%;
    position: absolute;
    content: '';
    background: rgb(171,206,175);
}.contact-form-section-8452 .contact-feedback-3870 h3 {
    padding-bottom: 1rem;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 600;
}.contact-form-section-8452 .contact-feedback-3870 h3::after {
    content: '';
    background: rgb(171,206,175);
    height: 3px;
    left: 0;
    width: 50px;
    position: absolute;
    bottom: 0;
}.contact-form-section-8452 .contact-feedback-3870 form {
    gap: 1.5rem;
    display: grid;
}.contact-form-section-8452 .contact-feedback-3870 input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    background: rgb(115,186,127,0.5);
    transition: all 0.3s ease;
    outline: none;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(171,206,175,0.5);
}.contact-form-section-8452 .contact-feedback-3870 input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(171,206,175);
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
}.contact-form-section-8452 .contact-feedback-3870 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
    border-color: rgb(171,206,175);
}.contact-form-section-8452 .contact-feedback-3870 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 {
    display: flex;
    align-items: center;
    gap: 1rem;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 input[type="checkbox"] {
    appearance: none;
    border-radius: 10px;
    position: relative;
    background: rgb(115,186,127,0.5);
    border: 2px solid rgb(171,206,175,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 input[type="checkbox"]:checked {
    border-color: rgb(171,206,175);
    background: rgb(171,206,175);
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 input[type="checkbox"]:checked::after {
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    color: #ffffff;
    transform: translate(-50%, -50%);
    position: absolute;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 label {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 a {
    color: rgb(171,206,175);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}.contact-form-section-8452 .contact-feedback-3870 .query-block-0287 a:hover {
    text-decoration: underline;
}.contact-form-section-8452 .contact-feedback-3870 .connect-grid-5817 {
    width: 100%;
    font-weight: 600;
    background: rgb(171,206,175);
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
}.contact-form-section-8452 .contact-feedback-3870 .connect-grid-5817::before {
    height: 200%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(171,206,175,0.5), 
        transparent
    );
    left: -50%;
    top: -50%;
    opacity: 0;
    position: absolute;
    content: '';
    width: 200%;
    transform: rotate(-45deg);
}.contact-form-section-8452 .contact-feedback-3870 .connect-grid-5817:hover::before {
    opacity: 1;
}.contact-form-section-8452 .contact-feedback-3870 .connect-grid-5817:hover {
    box-shadow: 0 10px 20px rgb(171,206,175,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact-form-section-8452 .pic-float-0173 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact-form-section-8452 .help-reach-1259 {
    flex-direction: column;
}.contact-form-section-8452 .pic-float-0173 {
    min-height: 300px;
    transform: none;
    flex: 0 0 100%;
    margin-left: 0;
}.contact-form-section-8452 .pic-float-0173::before {
    width: 100%;
    transform: none;
}.contact-form-section-8452 .contact-feedback-3870 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact-form-section-8452 {
    padding: 3rem 0;
}.contact-form-section-8452 h2 {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.contact-form-section-8452 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact-form-section-8452 .contact-feedback-3870 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.contact-form-section-8452 .contact-feedback-3870 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact-form-section-8452 .help-reach-1259 {
    border-radius: 0;
}.contact-form-section-8452 .contact-feedback-3870 {
    padding: 2rem 1.5rem;
}}.tariff-card-0281 {
    overflow: hidden;
    position: relative;
    background-color: rgb(219,230,220);
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.tariff-card-0281::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(115,186,127,0.5), 0.05) 0%, rgba(rgb(171,206,175,0.5), 0.08) 100%);
    top: 0;
    left: 0;
}.tariff-card-0281 .container {
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.tariff-card-0281 .plan-rates-2150 {
    flex-direction: column;
    display: flex;
}.tariff-card-0281 .cost-plan-9574 {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 60px;
    opacity: 0;
}.tariff-card-0281 .cost-plan-9574 h2 {
    display: inline-block;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}.tariff-card-0281 .cost-plan-9574 h2::after {
    height: 4px;
    position: absolute;
    border-radius: 2px;
    bottom: -10px;
    width: 80px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(115,186,127), rgb(171,206,175));
}.tariff-card-0281 .learning-cost-6401 {
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    font-size: 12px;
    margin-top: 25px;
}.tariff-card-0281 .cost-breakdown-7859 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
}.tariff-card-0281 .promo-plans-3156 {
    perspective: 1000px;
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
}.tariff-card-0281 .promo-plans-3156:nth-child(1) {
    --i: 1;
}.tariff-card-0281 .promo-plans-3156:nth-child(2) {
    --i: 2;
}.tariff-card-0281 .promo-plans-3156:nth-child(3) {
    --i: 3;
}.tariff-card-0281 .promo-plans-3156:nth-child(4) {
    --i: 4;
}.tariff-card-0281 .rate-options-8109 {
    transition: all 0.4s ease;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transform-style: preserve-3d;
    overflow: hidden;
    height: 100%;
}.tariff-card-0281 .promo-plans-3156:hover .rate-options-8109 {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(171,206,175,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.tariff-card-0281 .price-deals-3461 {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    min-height: 250px;
    padding: 35px 30px;
}.tariff-card-0281 .price-deals-3461 h3 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(24px + 2px);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.tariff-card-0281 .promo-plans-3156:hover .price-deals-3461 h3 {
    color: rgb(171,206,175);
    transform: translateX(5px);
}.tariff-card-0281 .rate-panel-8051 {
    font-size: calc(24px + 4px);
    font-weight: 700;
    position: relative;
    color: rgb(115,186,127);
    display: block;
    margin: 20px 0;
    transition: all 0.3s ease;
}.tariff-card-0281 .rate-panel-8051::before {
    height: 3px;
    content: "";
    top: -10px;
    width: 40px;
    position: absolute;
    background: linear-gradient(90deg, rgb(115,186,127), transparent);
    left: 0;
    border-radius: 2px;
}.tariff-card-0281 .promo-plans-3156:hover .rate-panel-8051 {
    color: rgb(171,206,175);
    transform: scale(1.05);
}.tariff-card-0281 .price-deals-3461 p {
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    word-break: normal;
    font-size: 12px;
    white-space: normal;
    line-height: 1.6;
    word-wrap: break-word;
    hyphens: auto;
    color: #000000;
    margin-top: 15px;
}.tariff-card-0281 .pic-float-0173 {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: all 0.5s ease;
    width: 100%;
}.tariff-card-0281 .pic-float-0173::after {
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.tariff-card-0281 .promo-plans-3156:hover .pic-float-0173 {
    transform: scale(1.05);
}.tariff-card-0281 .promo-plans-3156:hover .pic-float-0173::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.tariff-card-0281 .plan-rates-2150 {
    flex-direction: row-reverse;
}.tariff-card-0281 .cost-plan-9574 {
    margin-bottom: 0;
    padding-left: 50px;
    width: 30%;
}.tariff-card-0281 .cost-breakdown-7859 {
    width: 70%;
}.tariff-card-0281 .cost-plan-9574 h2 {
    font-size: calc(37px + 4px);
}
}

@media (max-width: 1199px) {.tariff-card-0281 {
    padding: 80px 0;
}.tariff-card-0281 .cost-plan-9574 {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.tariff-card-0281 .cost-plan-9574 h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.tariff-card-0281 {
    padding: 60px 0;
}.tariff-card-0281 .cost-breakdown-7859 {
    gap: 20px;
    grid-template-columns: 1fr;
}.tariff-card-0281 .price-deals-3461 {
    padding: 25px 20px;
}.tariff-card-0281 .pic-float-0173 {
    height: 180px;
}.tariff-card-0281 .cost-plan-9574 h2 {
    font-size: calc(37px - 2px);
}.tariff-card-0281 .learning-cost-6401 {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.tariff-card-0281 .promo-plans-3156:hover .rate-options-8109 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.tariff-card-0281 .promo-plans-3156:hover .price-deals-3461 h3 {
    transform: none;
}.tariff-card-0281 .promo-plans-3156:hover .rate-panel-8051 {
    transform: none;
}.tariff-card-0281 .promo-plans-3156:hover .pic-float-0173 {
    transform: none;
}}footer {
    z-index: 1;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(171,206,175,0.5) 50%, rgb(115,186,127,0.5) 100%);
    position: absolute;
    backdrop-filter: blur(8px);
    z-index: -1;
}.science-ref-9857 {
    position: relative;
    padding: 4.5rem 0 2rem;
}.science-ref-9857::before {
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(171,206,175) 25%, 
                #ffffff 50%, 
                rgb(115,186,127) 75%, 
                transparent 100%);
    height: 1px;
    animation: shimmer 8s linear infinite;
    right: 0;
    left: 0;
    content: "";
    top: 0;
}.science-ref-9857 .container {
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
}.science-ref-9857 .company_holder {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    flex: 1 1 350px;
    padding: 1.5rem;
}.science-ref-9857 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(171,206,175,0.5);
}.science-ref-9857 .company_holder h3 {
    margin-bottom: 1.25rem;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: calc(31px * 0.85);
}.science-ref-9857 .company_holder h3::after {
    content: "";
    height: 2px;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(171,206,175), rgb(115,186,127));
    transition: transform 0.5s ease;
    position: absolute;
    bottom: -8px;
    left: 0;
}.science-ref-9857 .company_holder:hover h3::after {
    transform: scaleX(1);
}.science-ref-9857 .partner-logo-0347 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 1rem;
    max-width: 450px;
}.science-ref-9857 .peer-help-8397 {
    position: relative;
    flex: 1 1 450px;
}.science-ref-9857 .header-lesson-4852 {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.science-ref-9857 .peer-help-8397 .header-lesson-4852 {
    justify-content: flex-end;
}.science-ref-9857 .header-lead-8059 {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}.science-ref-9857 .header-lead-8059 h5 {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    margin-bottom: 1.25rem;
}.science-ref-9857 .header-lead-8059 h5::before {
    bottom: -6px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(171,206,175);
    left: 0;
    height: 2px;
    position: absolute;
    width: 40px;
}.science-ref-9857 .header-lead-8059:hover h5::before {
    width: 100%;
}.science-ref-9857 .header-lead-8059 .header-lesson-4852 {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.science-ref-9857 .header-lead-8059 a {
    transition: all 0.3s ease;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.5rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    font-size: 14px;
}.science-ref-9857 .header-lead-8059 a::before {
    left: 0;
    position: absolute;
    z-index: -1;
    height: 1px;
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(to right, rgb(171,206,175), rgb(115,186,127));
    width: 0;
}.science-ref-9857 .header-lead-8059 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.science-ref-9857 .header-lead-8059 a:hover::before {
    width: 100%;
}.copy-notice-1684 {
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.copy-notice-1684::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(115,186,127) 25%, 
                #ffffff 50%, 
                rgb(171,206,175) 75%, 
                transparent 100%);
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    top: 0;
    right: 0;
}.copy-notice-1684 .container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.copy-notice-1684 .footer-careers-7029 {
    border-radius: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    font-size: 15px;
    text-align: center;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}.copy-notice-1684 .footer-careers-7029:hover {
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.science-ref-9857 {
    padding: 3.5rem 0 2rem;
}.science-ref-9857 .container {
    flex-direction: column;
}.science-ref-9857 .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.science-ref-9857 .peer-help-8397 {
    flex: 1 1 100%;
}.science-ref-9857 .peer-help-8397 .header-lesson-4852 {
    justify-content: space-between;
}.science-ref-9857 .header-lead-8059 {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.science-ref-9857 {
    padding: 3rem 0 1.5rem;
}.science-ref-9857::before {
    height: 2px;
}.science-ref-9857 .company_holder {
    padding: 1.25rem;
}.science-ref-9857 .header-lead-8059 {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.science-ref-9857 .peer-help-8397 .header-lesson-4852 {
    flex-direction: column;
}.copy-notice-1684 {
    padding: 1.25rem 0;
}.copy-notice-1684::before {
    height: 2px;
}
}

@media (max-width: 576px) {.science-ref-9857 {
    padding: 2.5rem 0 1rem;
}.science-ref-9857 .company_holder h3 {
    font-size: calc(31px * 0.75);
}.science-ref-9857 .partner-logo-0347 {
    font-size: calc(14px * 0.9);
}.science-ref-9857 .header-lead-8059 h5 {
    font-size: calc(20px * 0.9);
}.science-ref-9857 .header-lead-8059 a {
    font-size: calc(14px * 0.9);
}.copy-notice-1684 .footer-careers-7029 {
    padding: 0.4rem 0.8rem;
    font-size: calc(15px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.science-ref-9857 .header-lesson-4852 a::after {
    transform: translateY(-50%) scale(0);
    content: "";
    transition: transform 0.3s ease;
    left: -10px;
    border-radius: 50%;
    top: 50%;
    height: 4px;
    position: absolute;
    width: 4px;
    background: rgb(171,206,175);
}.science-ref-9857 .header-lesson-4852 a:hover::after {
    transform: translateY(-50%) scale(1);
}.science-ref-9857 .partner-logo-0347::before {
    position: absolute;
    border: 1px solid transparent;
    top: -10px;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    width: 0;
    left: -10px;
}.science-ref-9857 .partner-logo-0347::after {
    height: 0;
    bottom: -10px;
    width: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    position: absolute;
    content: "";
}.science-ref-9857 .company_holder:hover .partner-logo-0347::before {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(171,206,175,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-top-color: rgb(171,206,175,0.5);
}.science-ref-9857 .company_holder:hover .partner-logo-0347::after {
    border-left-color: rgb(115,186,127,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(115,186,127,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.locate-9054 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgba(255,255,255,0.95) 100%);
}.locate-9054::before {
    width: 30%;
    top: -5%;
    position: absolute;
    height: 30%;
    right: -5%;
    border-radius: 10px;
    filter: blur(15px);
    content: "";
    transform: rotate(-15deg) translate3d(0, 0, 0);
    background: linear-gradient(225deg, rgb(171,206,175) 0%, rgb(171,206,175,0.5) 70%, transparent 100%);
    z-index: 0;
    opacity: 0.15;
}.locate-9054::after {
    filter: blur(20px);
    opacity: 0.15;
    height: 40%;
    bottom: -5%;
    z-index: 0;
    width: 40%;
    border-radius: 10px;
    content: "";
    left: -5%;
    transform: rotate(15deg) translate3d(0, 0, 0);
    background: linear-gradient(45deg, rgb(115,186,127) 0%, rgb(115,186,127,0.5) 70%, transparent 100%);
    position: absolute;
}.locate-9054 .container {
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
}.locate-9054 .get-contactpanel-6074 {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    backdrop-filter: blur(10px) saturate(1.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.1);
}.locate-9054 .get-contactpanel-6074:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) rotateX(0deg);
}.locate-9054 h3 {
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(171,206,175);
    position: relative;
}.locate-9054 h3::after {
    width: 60%;
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    transition: transform 0.4s ease-out;
    position: absolute;
}.locate-9054 h3:hover::after {
    transform: scaleX(1.5);
}.locate-9054 h5 {
    font-size: 24px;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem;
}.locate-9054 p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-size: 13px;
}.locate-9054 .send-message-5194 {
    gap: 1.25rem;
    flex-direction: column;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 2rem 0 0;
}.locate-9054 .edu-faq-4061 {
    transform: translateX(0);
    padding: 0.75rem 1.25rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    font-weight: 600;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: calc(13px - 1px);
    color: #000000;
    text-decoration: none;
    border-left: 3px solid rgb(171,206,175);
}.locate-9054 .edu-faq-4061:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-left-width: 5px;
}.locate-9054 svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.locate-9054 .edu-faq-4061:hover svg {
    transform: scale(1.1) rotate(5deg);
}.locate-9054 svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}.locate-9054 .edu-faq-4061:hover svg path {
    fill: rgb(115,186,127);
}.locate-9054 div > p:first-of-type {
    border-left: 2px solid rgb(115,186,127,0.5);
    padding-left: 1rem;
    position: relative;
    font-style: italic;
}

@media (min-width: 768px) {.locate-9054 .get-contactpanel-6074 {
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem;
}.locate-9054 .send-message-5194 {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.locate-9054 h3 {
    font-size: calc(36px + 0.25rem);
}.locate-9054 p {
    font-size: calc(13px + 0.1rem);
    max-width: 80%;
}
}

@media (max-width: 767px) {.locate-9054 {
    padding: 3rem 0;
}.locate-9054 .get-contactpanel-6074 {
    padding: 2rem;
    transform: none !important;
}.locate-9054 h3 {
    font-size: calc(36px - 0.25rem);
}.locate-9054 p {
    max-width: 100%;
    font-size: 13px;
}.locate-9054 .edu-faq-4061 {
    padding: 0.6rem 1rem;
}.locate-9054 svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.locate-9054 .get-contactpanel-6074 {
    margin: 0 auto;
    max-width: 80%;
}.locate-9054::before,
    .locate-9054::after {
    animation: floatElement 15s infinite alternate ease-in-out;
}
    
    @keyframes floatElement {
        0% {
            transform: rotate(-15deg) translate(0, 0);
        }
        50% {
            transform: rotate(-10deg) translate(-20px, 10px);
        }
        100% {
            transform: rotate(-18deg) translate(10px, -10px);
        }
    }
}

@media (max-width: 480px) {.locate-9054 {
    padding: 2rem 0;
}.locate-9054 .container {
    padding: 0 1rem;
}.locate-9054 .get-contactpanel-6074 {
    padding: 1.5rem;
}.locate-9054 h3 {
    font-size: calc(36px - 0.5rem);
}.locate-9054 p {
    font-size: calc(13px - 0.1rem);
}.locate-9054 h5 {
    font-size: calc(24px - 0.1rem);
}.locate-9054 .edu-faq-4061 {
    padding: 0.5rem 0.75rem;
    font-size: calc(13px - 0.2rem);
}.locate-9054 svg {
    height: 18px;
    width: 18px;
}}.our-background-4702 {
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
}.our-background-4702::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    bottom: 0;
}.our-background-4702::after {
    right: -10%;
    top: -10%;
    opacity: 0.15;
    position: absolute;
    height: 70%;
    z-index: 2;
    width: 70%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    background: rgb(171,206,175);
    filter: blur(70px);
    content: "";
}.our-background-4702 .container {
    backdrop-filter: blur(10px);
    width: 90%;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 5;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    max-width: 1200px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
}.our-background-4702 .container:hover {
    transform: perspective(1000px) rotateY(0);
}.our-background-4702 .headline-wrap-9675 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
}.our-background-4702 .headline-wrap-9675 > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}.our-background-4702 .headline-wrap-9675 > div:first-child::before {
    position: absolute;
    background: rgb(171,206,175);
    animation: pulse 3s infinite;
    left: -1.5rem;
    width: 0.75rem;
    top: 50%;
    content: "";
    height: 0.75rem;
    transform: translateY(-50%) rotate(45deg);
}.our-background-4702 .headline-wrap-9675 > div:first-child::after {
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(171,206,175) 0%,
        rgb(115,186,127) 50%,
        transparent 100%
    );
    left: -3rem;
    width: calc(100% + 4rem);
    content: "";
    height: 1px;
    bottom: -0.5rem;
    transform-origin: left;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our-background-4702 h5 {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    transform: translateX(0);
    letter-spacing: 1.5px;
    padding-left: 1rem;
    transition: transform 0.4s ease;
    font-size: 18px;
}.our-background-4702 .headline-wrap-9675 > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2) {
    position: relative;
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2) p {
    -webkit-background-clip: text !important;
    margin: 0;
    transform: translateY(0);
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    font-size: calc(18px * 1.5);
    line-height: 1.2;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(115,186,127) 100%
    );
    background-clip: text !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    letter-spacing: -0.5px;
    transition: transform 0.4s ease, filter 0.4s ease;
    font-weight: 700;
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2):hover p {
    transform: translateY(-0.25rem);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}.our-background-4702 ol {
    counter-reset: about-counter;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 2rem 0 0;
}.our-background-4702 ol::before {
    height: calc(100% + 2rem);
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(171,206,175,0.5) 15%,
        rgb(171,206,175) 50%,
        rgb(171,206,175,0.5) 85%,
        transparent 100%
    );
    position: absolute;
    content: "";
    top: -1rem;
    left: -2rem;
    width: 1px;
}.our-background-4702 ol li {
    counter-increment: about-counter;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    color: #ffffff;
    border-left: 3px solid rgb(171,206,175);
    text-align: justify;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 1.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 13px;
    border-radius: 0 10px 10px 0;
}.our-background-4702 ol li::before {
    height: 2rem;
    align-items: center;
    z-index: 2;
    position: absolute;
    width: 2rem;
    border: 2px solid rgb(171,206,175);
    top: 1.5rem;
    border-radius: 50%;
    left: -2.5rem;
    content: "";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    display: flex;
    box-shadow: 0 0 15px rgb(171,206,175,0.5);
    background: #000000;
}.our-background-4702 ol li:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateX(0.5rem);
}.our-background-4702 ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(171,206,175);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

@keyframes lineGrow {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.our-background-4702 .container {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
    width: 95%;
}.our-background-4702 h5 {
    font-size: calc(18px * 0.9);
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2) p {
    font-size: calc(18px * 1.3);
}.our-background-4702 ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.our-background-4702 {
    min-height: auto;
    padding: 4rem 0;
}.our-background-4702 .container {
    padding: 1.5rem;
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.our-background-4702 .headline-wrap-9675 > div:first-child::before {
    width: 0.5rem;
    height: 0.5rem;
    left: -1rem;
}.our-background-4702 .headline-wrap-9675 > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.our-background-4702 h5 {
    font-size: calc(18px * 0.8);
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.our-background-4702 ol::before {
    left: -1.25rem;
}.our-background-4702 ol li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    padding: 1rem;
}.our-background-4702 ol li::before {
    height: 1.5rem;
    left: -1.75rem;
    width: 1.5rem;
    top: 1rem;
}
}

@media (max-width: 480px) {.our-background-4702 {
    padding: 3rem 0;
}.our-background-4702 .container {
    padding: 1rem;
}.our-background-4702 .headline-wrap-9675 {
    gap: 1rem;
}.our-background-4702 h5 {
    font-size: calc(18px * 0.7);
}.our-background-4702 .headline-wrap-9675 > div:nth-child(2) p {
    font-size: 18px;
}.our-background-4702 ol li {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
    padding: 0.75rem;
}}.course-program-info-5376 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(115,186,127,0.5) 100%);
    padding: 7rem 0;
}.course-program-info-5376::before {
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    animation: floatElement 15s infinite ease-in-out;
    right: -5%;
    position: absolute;
    top: -5%;
    width: 300px;
    height: 300px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(171,206,175) 0%, rgb(171,206,175,0.5) 70%);
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
}.course-program-info-5376::after {
    bottom: -8%;
    opacity: 0.1;
    transform: rotate(10deg);
    content: "";
    width: 250px;
    background: linear-gradient(45deg, rgb(115,186,127) 0%, rgb(115,186,127,0.5) 70%);
    left: -3%;
    animation: floatElement 18s infinite ease-in-out reverse;
    position: absolute;
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    height: 250px;
}.course-program-info-5376 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.course-program-info-5376 .education-guide-4190 {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}.course-program-info-5376 .pic-float-0173 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
}.course-program-info-5376 .pic-float-0173::before {
    content: "";
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.course-program-info-5376 .pic-float-0173::after {
    border-right: 4px solid rgb(171,206,175);
    width: 60px;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 60px;
    opacity: 0.7;
    z-index: 2;
    content: "";
    border-top: 4px solid rgb(171,206,175);
}.course-program-info-5376 .pic-float-0173:hover {
    transform: perspective(1000px) rotateY(0);
}.course-program-info-5376 .headline-wrap-9675 {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}.course-program-info-5376 .headline-wrap-9675::before {
    top: 10%;
    position: absolute;
    transform-origin: top;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: "";
    width: 5px;
    left: -20px;
    transform: scaleY(0);
    height: 80%;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
}.course-program-info-5376 h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.1);
    color: rgb(171,206,175);
    transform: translateY(20px);
    padding-left: 1rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    font-weight: 700;
}.course-program-info-5376 h3::before {
    top: 50%;
    width: 0.4rem;
    transform: translateY(-50%);
    height: 0.4rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(115,186,127);
}.course-program-info-5376 .description {
    position: relative;
    font-size: 17px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.2rem;
    line-height: 1.8;
}.course-program-info-5376 p.description {
    scrollbar-color: rgb(115,186,127) transparent;
    padding-right: 1rem;
    scrollbar-width: thin;
    display: block;
    overflow-y: auto;
    position: relative;
    max-height: 400px;
}.course-program-info-5376 p.description::-webkit-scrollbar {
    width: 6px;
}.course-program-info-5376 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-program-info-5376 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(115,186,127,0.5);
    border-radius: 10px;
}.course-program-info-5376 span.description {
    display: none;
}

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

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

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-program-info-5376 .education-guide-4190 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-program-info-5376 .pic-float-0173 {
    height: 450px;
}.course-program-info-5376 h3 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.course-program-info-5376 h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course-program-info-5376 .headline-wrap-9675::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-program-info-5376 {
    padding: 9rem 0;
}.course-program-info-5376 .pic-float-0173 {
    height: 500px;
}.course-program-info-5376 .headline-wrap-9675 {
    padding-right: 2rem;
}.course-program-info-5376 .headline-wrap-9675::before {
    left: -40px;
}.course-program-info-5376 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 2rem;
}.course-program-info-5376 .description {
    font-size: calc(17px * 1.05);
}.course-program-info-5376 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-program-info-5376 .education-guide-4190 {
    gap: 6rem;
}.course-program-info-5376 .pic-float-0173 {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-program-info-5376 .pic-float-0173:hover {
    transform: perspective(1500px) rotateY(0);
}.course-program-info-5376 h3 {
    font-size: calc(34px * 0.8);
}.course-program-info-5376 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-program-info-5376 {
    padding: 5rem 0;
}.course-program-info-5376 .pic-float-0173 {
    height: 280px;
    margin-bottom: 1rem;
}.course-program-info-5376 h3 {
    font-size: calc(21px * 1);
    margin-bottom: 1rem;
}.course-program-info-5376 .headline-wrap-9675::before {
    left: -15px;
}.course-program-info-5376 p.description {
    max-height: 350px;
}}.title-opener-1782 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
}.title-opener-1782::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, 
    rgb(171,206,175,0.5) 0%, 
    rgba(0,0,0,0.65) 100%);
    top: 0;
}.title-opener-1782::after {
    content: "";
    background: radial-gradient(circle at center, 
    rgb(115,186,127,0.5) 0%, 
    transparent 70%);
    transform: rotate(-15deg);
    width: 50%;
    height: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    right: -5%;
    z-index: -1;
    bottom: -5%;
}.title-opener-1782 > div {
    max-width: 1200px;
    width: 90%;
    transform: translateY(-2%);
    position: relative;
    padding: 4rem 2rem;
}.title-opener-1782 > div > div:first-child {
    position: relative;
    animation: slideRight 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-2rem);
    margin-bottom: 3rem;
}.title-opener-1782 .title_style_header {
    text-shadow: 0 4px 12px rgba(0,0,0,0.25);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(41px * 1.2);
    line-height: 1.2;
    position: relative;
}.title-opener-1782 .title_style_header::after {
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(115,186,127), transparent);
    position: absolute;
    animation: expandWidth 1.2s 0.5s ease-out forwards;
    height: 4px;
    width: 0;
    content: "";
    left: 0;
}.title-opener-1782 .edu-page-8463 {
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.05) 100%);
    transform: translateY(2rem);
    opacity: 0;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border-left: 3px solid rgb(115,186,127);
    animation: slideUp 0.8s 0.3s ease-out forwards;
}.title-opener-1782 .founder-bio-2756 {
    animation: slideRight 0.8s 0.5s ease-out forwards;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    opacity: 0;
}.title-opener-1782 .founder-bio-2756 h3 {
    color: #ffffff;
    font-weight: 600;
    padding-left: 1rem;
    font-size: calc(20px * 1.1);
    position: relative;
    line-height: 1.5;
}.title-opener-1782 .founder-bio-2756 h3::before {
    transform: scaleY(0);
    width: 3px;
    position: absolute;
    left: -0.5rem;
    height: 100%;
    top: 0;
    content: "";
    transform-origin: top;
    background: rgb(115,186,127);
    animation: scaleVertical 0.6s 0.8s ease-out forwards;
}.title-opener-1782 .edu-page-8463 > div:last-child {
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    animation: slideUp 0.8s 0.7s ease-out forwards;
    padding-top: 1rem;
}.title-opener-1782 .edu-page-8463 > div:last-child::before {
    background: linear-gradient(90deg, rgb(115,186,127), transparent);
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}.title-opener-1782 .edu-page-8463 span p {
    font-size: calc(16px * 1.1);
    line-height: 1.7;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 400;
}

@keyframes slideRight {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}

@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
  }
}

@media (max-width: 992px) {.title-opener-1782 > div {
    width: 95%;
    padding: 3rem 1.5rem;
}.title-opener-1782 .title_style_header {
    font-size: calc(41px * 1.1);
}.title-opener-1782 .edu-page-8463 {
    padding: 2rem;
}.title-opener-1782 .founder-bio-2756 h3 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.title-opener-1782 > div {
    padding: 2.5rem 1.25rem;
    width: 100%;
}.title-opener-1782 .title_style_header {
    font-size: 41px;
}.title-opener-1782 .edu-page-8463 {
    padding: 1.75rem;
}
}

@media (max-width: 576px) {.title-opener-1782 {
    min-height: 90vh;
}.title-opener-1782 > div {
    padding: 2rem 1rem;
}.title-opener-1782 > div > div:first-child {
    margin-bottom: 2rem;
}.title-opener-1782 .title_style_header {
    font-size: calc(41px * 0.9);
}.title-opener-1782 .edu-page-8463 {
    padding: 1.5rem;
}.title-opener-1782 .founder-bio-2756 h3 {
    font-size: calc(20px * 0.9);
}.title-opener-1782 .edu-page-8463 span p {
    font-size: 16px;
}.title-opener-1782::after {
    width: 70%;
    height: 50%;
}}.appSpace-9168 {
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(115,186,127,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.appSpace-9168::before {
    opacity: 0.7;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(171,206,175,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
}.appSpace-9168::after {
    content: "";
    right: -5%;
    background: linear-gradient(225deg, rgb(115,186,127) 0%, transparent 80%);
    width: 40%;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    height: 40%;
    transform: rotate(15deg);
    bottom: -10%;
    filter: blur(50px);
}.appSpace-9168 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.appSpace-9168 .learn-mastery-5790 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    background-color: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    flex-direction: column;
    padding: 50px;
    backdrop-filter: blur(10px);
}.appSpace-9168 .learn-mastery-5790:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.appSpace-9168 .learn-mastery-5790::before {
    left: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
        rgb(171,206,175) 0%, 
        rgb(115,186,127) 50%, 
        rgb(171,206,175) 100%);
    top: -2px;
    animation: gradientMove 6s linear infinite;
    content: "";
}.appSpace-9168 .learn-mastery-5790 > div:first-child {
    position: relative;
    padding-bottom: 20px;
}.appSpace-9168 .learn-mastery-5790 > div:first-child::after {
    transform-origin: left;
    height: 3px;
    width: 80px;
    bottom: 0;
    content: "";
    background-color: rgb(171,206,175);
    animation: lineExtend 1.5s ease-out forwards;
    position: absolute;
    left: 0;
}.appSpace-9168 h5 {
    line-height: 1.4;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.appSpace-9168 .learn-mastery-5790 > div:last-child {
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.appSpace-9168 a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
}.appSpace-9168 a:hover {
    transform: translateX(5px);
}.appSpace-9168 a::before {
    background-color: rgb(115,186,127);
    position: absolute;
    top: 0;
    content: "";
    width: 4px;
    height: 0;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.appSpace-9168 a:hover::before {
    height: 100%;
}.appSpace-9168 p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    position: relative;
    line-height: 1.8;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.appSpace-9168 .learn-mastery-5790 {
    padding: 60px 70px;
    gap: 40px;
}.appSpace-9168 h5 {
    font-size: calc(23px * 1.2);
}.appSpace-9168 p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.appSpace-9168 {
    padding: 60px 0;
}.appSpace-9168 .learn-mastery-5790 {
    padding: 35px 25px;
    gap: 25px;
}.appSpace-9168 .learn-mastery-5790 > div:first-child::after {
    width: 60px;
}.appSpace-9168 h5 {
    font-size: calc(23px * 0.9);
}.appSpace-9168 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.appSpace-9168 {
    padding: 50px 0;
}.appSpace-9168 .learn-mastery-5790 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.appSpace-9168 h5 {
    font-size: calc(23px * 0.85);
}.appSpace-9168 p {
    font-size: calc(15px * 0.95);
}.appSpace-9168 .learn-mastery-5790 > div:first-child {
    padding-bottom: 15px;
}}.teacher-profile-2319 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(219,230,220) 0%, rgb(171,206,175,0.5) 35%, rgb(115,186,127,0.5) 100%);
}.teacher-profile-2319::before {
    left: -10%;
    z-index: 0;
    animation: rotate 20s linear infinite;
    top: -50%;
    position: absolute;
    opacity: 0.2;
    content: "";
    width: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(171,206,175,0.5) 120deg, transparent 180deg, rgb(115,186,127,0.5) 260deg, transparent 360deg);
    height: 200%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.teacher-profile-2319 .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
}.teacher-profile-2319 .student-reviews-9265 {
    grid-template-areas:
    "photo quote"
    "name quote";
    padding: 2.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(171,206,175,0.5);
    backdrop-filter: blur(10px);
    grid-template-rows: auto auto;
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.5s ease;
    gap: 1.5rem;
    border-radius: 18px;
    transform-style: preserve-3d;
    display: grid;
}.teacher-profile-2319 .student-reviews-9265:hover {
    transform: rotateX(0) rotateY(0);
}.teacher-profile-2319 .pic-float-0173 {
    border-radius: 18px;
    grid-area: photo;
    transform: translateZ(20px);
    width: 100%;
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(115,186,127),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}.teacher-profile-2319 .student-reviews-9265:hover .pic-float-0173 {
    transform: translateZ(30px) scale(1.05);
}.teacher-profile-2319 .name {
    color: rgb(171,206,175);
    padding-left: 1rem;
    font-size: 19px;
    transform: translateZ(10px);
    display: block;
    position: relative;
    grid-area: name;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.teacher-profile-2319 .name + span {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    align-self: end;
    transform: translateZ(5px);
    color: #000000;
    margin-top: 2rem;
    grid-area: name;
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 16px;
}.teacher-profile-2319 .career-skills-1059 {
    line-height: 1.7;
    color: #000000;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    font-size: calc(16px * 1.1);
    background: linear-gradient(to right, #ffffff, rgb(219,230,220));
    transition: transform 0.3s ease;
    border-radius: 18px;
    transform: translateZ(15px);
    position: relative;
    grid-area: quote;
    padding: 2rem;
}.teacher-profile-2319 .career-skills-1059::before {
    border-radius: 18px;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(171,206,175,0.5) 0%, transparent 40%, transparent 60%, rgb(115,186,127,0.5) 100%);
    opacity: 0.3;
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    height: 100%;
}.teacher-profile-2319 .student-reviews-9265:hover .career-skills-1059 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.teacher-profile-2319 .student-reviews-9265 {
    transform: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "pic-float-0173"
      "name"
      "career-skills-1059";
}.teacher-profile-2319 .pic-float-0173 {
    margin: 0 auto;
    max-width: 200px;
}.teacher-profile-2319 .name,
  .teacher-profile-2319 .name + span {
    text-align: center;
    padding-left: 0;
}.teacher-profile-2319 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.teacher-profile-2319 {
    padding: 4rem 1rem;
}.teacher-profile-2319 .student-reviews-9265 {
    padding: 1.5rem;
}.teacher-profile-2319 .career-skills-1059 {
    padding: 1.5rem;
}
}