* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1255px;
}svg {
    width: 30px;
    height: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 0.8em;
    background: rgb(233,228,205);
    padding: 1px;
}::-webkit-scrollbar-track {
    background: rgb(197,193,169,0.5);
    border-radius: 1.8em;
    box-shadow: inset 1px 2px 7px 7px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-track:active {
    background: rgb(197,193,169,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(163,158,134);
    border-radius: 4.1em;
    animation: pulse_scrollbar 2.6s ease-in 5;
    border: 3px dashed rgb(233,228,205);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(233,228,205);
    box-shadow: 2px -2px 3px 8px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -4px -5px 7px 6px rgba(0, 0, 0, 0.5);
    background: rgb(163,158,134,0.5);
}::-webkit-scrollbar-corner {
    border: 1px solid rgb(255, 255, 255, 0.5);
}.content-wrapper986 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.progress_bar326 {
    flex: 0 0 auto;
}.nav_base985 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.info_details682 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,205) 0%, #ffffff 100%);
}.info_details682::before {
    position: absolute;
    filter: blur(70px);
    animation: float 8s ease-in-out infinite alternate;
    height: 40%;
    z-index: 0;
    top: -10%;
    right: -10%;
    opacity: 0.6;
    width: 40%;
    transform: rotate(-15deg);
    background: rgb(197,193,169,0.5);
    content: "";
}.info_details682::after {
    left: -5%;
    width: 30%;
    position: absolute;
    height: 30%;
    filter: blur(60px);
    transform: rotate(15deg);
    opacity: 0.5;
    z-index: 0;
    background: rgb(163,158,134,0.5);
    animation: float 10s ease-in-out infinite alternate-reverse;
    content: "";
    bottom: -5%;
}.info_details682 .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.info_details682 .get_contactbox154 {
    background: rgba(255, 255, 255, 0.92);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.06),
                0 1px 3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 3rem;
}.info_details682 .get_contactbox154:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 2px 5px rgba(0, 0, 0, 0.1);
}.info_details682 h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
    font-weight: 700;
    position: relative;
    color: #000000;
}.info_details682 h3::after {
    position: absolute;
    width: 40%;
    transition: width 0.4s ease;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(197,193,169) 0%, rgb(163,158,134) 100%);
    bottom: -8px;
    border-radius: 2px;
    content: "";
}.info_details682 h3:hover::after {
    width: 100%;
}.info_details682 p {
    margin-bottom: 1.5rem;
    max-width: 90%;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}.info_details682 h5 {
    font-weight: 600;
    color: #000000;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 24px;
    align-items: center;
}.info_details682 h5 svg {
    width: 20px;
    transform: translateY(-1px);
    height: 20px;
}.info_details682 h5 svg path {
    fill: rgb(197,193,169);
    transition: fill 0.3s ease;
}.info_details682 .help_form947 {
    padding: 0;
    flex-direction: column;
    margin: 2rem 0 0 0;
    gap: 1rem;
    list-style: none;
    display: flex;
}.info_details682 .send_info632 {
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.8) 100%);
    border: 1px solid rgba(230, 230, 240, 0.8);
    overflow: hidden;
    font-size: calc(14px * 0.95);
    padding: 0.75rem 1.25rem;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #000000;
    border-radius: 10px;
}.info_details682 .send_info632::before {
    height: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--secondary-color-rgb), 0.1) 100%);
    top: 0;
}.info_details682 .send_info632:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.info_details682 .send_info632:hover::before {
    transform: translateX(0);
}.info_details682 .send_info632 svg {
    height: 20px;
    width: 20px;
    z-index: 2;
    position: relative;
}.info_details682 .send_info632 svg path {
    fill: rgb(163,158,134);
    transition: fill 0.3s ease;
}.info_details682 .send_info632:hover svg path {
    fill: rgb(197,193,169);
}

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

@media (min-width: 768px) {.info_details682 .get_contactbox154 {
    padding: 4rem;
    border-radius: 25px;
}.info_details682 h3 {
    font-size: 38px;
}.info_details682 .help_form947 {
    gap: 1.25rem;
    flex-wrap: wrap;
    flex-direction: row;
}.info_details682 .send_info632 {
    min-width: 200px;
}
}

@media (max-width: 767px) {.info_details682 {
    padding: 4rem 0;
}.info_details682::before,
    .info_details682::after {
    opacity: 0.4;
}.info_details682 .get_contactbox154 {
    padding: 2rem 1.5rem;
    border-radius: 10px;
}.info_details682 h3 {
    font-size: calc(38px * 0.8);
}.info_details682 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.info_details682 {
    padding: 3rem 0;
}.info_details682 .get_contactbox154 {
    padding: 1.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.info_details682 h3 {
    font-size: calc(38px * 0.7);
}.info_details682 p {
    font-size: calc(14px * 0.95);
}.info_details682 .send_info632 {
    padding: 0.75rem 1rem;
    font-size: calc(14px * 0.9);
}}.course_instructor793 {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(233,228,205) 0%, #000000 100%);
    overflow: hidden;
    min-height: 700px;
}.course_instructor793::before {
    animation: gridFlow 20s linear infinite;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-size: 150px 150px;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(197,193,169,0.5) 85%, rgb(197,193,169,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(163,158,134,0.5) 85%, rgb(163,158,134,0.5) 88%, transparent 88%);
    width: 100%;
    left: 0;
    z-index: 1;
}.course_instructor793 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
}.course_instructor793 .client_testimonials892 {
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    background: transparent;
    gap: 20px 30px;
    display: grid;
    position: relative;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
}.course_instructor793 .client_testimonials892::before {
    filter: blur(40px);
    background: linear-gradient(90deg, rgb(197,193,169,0.5) 0%, transparent 50%);
    right: 0;
    content: "";
    left: 0;
    border-radius: 17px;
    opacity: 0.3;
    position: absolute;
    transform: translateY(-50%);
    z-index: -1;
    height: 90%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    top: 50%;
}.course_instructor793 .client_testimonials892::after {
    content: "";
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    position: absolute;
    border-radius: 17px;
    height: 100%;
    top: 0;
}.course_instructor793 .image_frame056 {
    border-radius: 17px 0 0 17px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    transform: scale(1);
    filter: contrast(1.1) brightness(1.05);
    position: relative;
    overflow: hidden;
    grid-area: photo;
    z-index: 2;
}.course_instructor793 .client_testimonials892:hover .image_frame056 {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.course_instructor793 .image_frame056::before {
    z-index: 3;
    top: 0;
    opacity: 0.7;
    background: rgb(197,193,169);
    position: absolute;
    width: 10px;
    height: 100%;
    content: "";
    left: 0;
    animation: pulseOpacity 3s ease-in-out infinite;
}.course_instructor793 .name {
    align-self: end;
    font-size: 34px;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 80px;
    position: relative;
    color: #ffffff;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}.course_instructor793 .client_testimonials892:hover .name {
    transform: translateX(15px);
}.course_instructor793 .name::after {
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    background: rgb(197,193,169);
    height: 2px;
}.course_instructor793 .client_testimonials892:hover .name::after {
    width: 60%;
}.course_instructor793 .client_testimonials892 span:not(.name) {
    font-size: 24px;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    position: relative;
    z-index: 3;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    align-self: start;
    color: rgb(163,158,134);
    font-weight: 600;
    backdrop-filter: blur(5px);
}.course_instructor793 .client_testimonials892:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.course_instructor793 .career_trajectory839 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 17px;
    border-left: 4px solid rgb(163,158,134);
    margin-right: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    grid-area: quote;
    transform: translateY(0);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
    backdrop-filter: blur(10px);
    z-index: 2;
    padding: 2rem;
    width: 95%;
    align-self: start;
}.course_instructor793 .client_testimonials892:hover .career_trajectory839 {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.course_instructor793 .container::after {
    opacity: 0.3;
    height: 300px;
    bottom: -150px;
    position: absolute;
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    filter: blur(70px);
    content: "";
    width: 300px;
    background: radial-gradient(circle, rgb(163,158,134,0.5) 0%, transparent 70%);
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.course_instructor793 .client_testimonials892 {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "image_frame056"
            "name"
            "emp_summary157"
            "career_trajectory839";
    grid-template-rows: auto auto auto auto;
}.course_instructor793 .image_frame056 {
    border-radius: 17px 17px 0 0;
    height: 350px;
}.course_instructor793 .image_frame056::before {
    height: 10px;
    width: 100%;
}.course_instructor793 .name {
    margin-top: 0;
    text-align: center;
}.course_instructor793 .name::after {
    left: 50%;
    transform: translateX(-50%);
}.course_instructor793 .client_testimonials892:hover .name {
    transform: translateY(-5px);
}.course_instructor793 .client_testimonials892 span:not(.name) {
    margin: 0 auto;
}.course_instructor793 .client_testimonials892:hover span:not(.name) {
    transform: translateY(-5px);
}.course_instructor793 .career_trajectory839 {
    border-left: none;
    border-top: 4px solid rgb(163,158,134);
    width: 90%;
    margin: 0 auto;
}.course_instructor793 .client_testimonials892:hover .career_trajectory839 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructor793 {
    padding: 5rem 0;
}.course_instructor793 .image_frame056 {
    height: 250px;
}.course_instructor793 .name {
    font-size: 24px;
}.course_instructor793 .client_testimonials892 span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 12px;
}.course_instructor793 .career_trajectory839 {
    line-height: 1.6;
    width: 95%;
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
}}.title_intro735 {
    min-height: 100vh;
    position: relative;
    width: 100%;
    background: rgb(197,193,169);
    overflow: hidden;
}.title_intro735::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.1;
    left: 0;
    z-index: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 85%, rgb(197,193,169,0.5) 100%),
        linear-gradient(-45deg, transparent 85%, rgb(163,158,134,0.5) 100%),
        linear-gradient(135deg, transparent 85%, rgb(197,193,169,0.5) 100%),
        linear-gradient(-135deg, transparent 85%, rgb(163,158,134,0.5) 100%);
}.title_intro735 .learning_growth527 {
    height: 100vh;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    display: flex;
    position: relative;
}.title_intro735 .learn_main350 {
    margin-top: 60px;
    position: relative;
    display: flex;
    height: 65vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}.title_intro735 .learn_main350 input {
    display: none;
}.title_intro735 .edu_intro468 {
    position: relative;
    width: 80%;
    overflow: hidden;
    height: 100%;
}.title_intro735 .learn_welcome412 {
    will-change: transform, opacity;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transform: translateX(100%);
}.title_intro735 .learn_welcome412:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
}.title_intro735 .learn_welcome412 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}.title_intro735 .learn_main350 input:nth-child(1):checked ~ .edu_intro468 .learn_welcome412:nth-child(1),
.title_intro735 .learn_main350 input:nth-child(2):checked ~ .edu_intro468 .learn_welcome412:nth-child(2),
.title_intro735 .learn_main350 input:nth-child(3):checked ~ .edu_intro468 .learn_welcome412:nth-child(3),
.title_intro735 .learn_main350 input:nth-child(4):checked ~ .edu_intro468 .learn_welcome412:nth-child(4),
.title_intro735 .learn_main350 input:nth-child(5):checked ~ .edu_intro468 .learn_welcome412:nth-child(5),
.title_intro735 .learn_main350 input:nth-child(6):checked ~ .edu_intro468 .learn_welcome412:nth-child(6),
.title_intro735 .learn_main350 input:nth-child(7):checked ~ .edu_intro468 .learn_welcome412:nth-child(7),
.title_intro735 .learn_main350 input:nth-child(8):checked ~ .edu_intro468 .learn_welcome412:nth-child(8),
.title_intro735 .learn_main350 input:nth-child(9):checked ~ .edu_intro468 .learn_welcome412:nth-child(9),
.title_intro735 .learn_main350 input:nth-child(10):checked ~ .edu_intro468 .learn_welcome412:nth-child(10) {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
}.title_intro735 .learn_main350 input:nth-child(1):checked ~ .edu_intro468 .learn_welcome412:nth-child(2),
.title_intro735 .learn_main350 input:nth-child(2):checked ~ .edu_intro468 .learn_welcome412:nth-child(3),
.title_intro735 .learn_main350 input:nth-child(3):checked ~ .edu_intro468 .learn_welcome412:nth-child(4),
.title_intro735 .learn_main350 input:nth-child(4):checked ~ .edu_intro468 .learn_welcome412:nth-child(5),
.title_intro735 .learn_main350 input:nth-child(5):checked ~ .edu_intro468 .learn_welcome412:nth-child(6),
.title_intro735 .learn_main350 input:nth-child(6):checked ~ .edu_intro468 .learn_welcome412:nth-child(7),
.title_intro735 .learn_main350 input:nth-child(7):checked ~ .edu_intro468 .learn_welcome412:nth-child(8),
.title_intro735 .learn_main350 input:nth-child(8):checked ~ .edu_intro468 .learn_welcome412:nth-child(9),
.title_intro735 .learn_main350 input:nth-child(9):checked ~ .edu_intro468 .learn_welcome412:nth-child(10),
.title_intro735 .learn_main350 input:nth-child(10):checked ~ .edu_intro468 .learn_welcome412:nth-child(1) {
    transform: translateX(100%);
    z-index: 1;
    opacity: 0;
}.title_intro735 .learn_main350 input:nth-child(1):checked ~ .edu_intro468 .learn_welcome412:nth-child(10),
.title_intro735 .learn_main350 input:nth-child(2):checked ~ .edu_intro468 .learn_welcome412:nth-child(1),
.title_intro735 .learn_main350 input:nth-child(3):checked ~ .edu_intro468 .learn_welcome412:nth-child(2),
.title_intro735 .learn_main350 input:nth-child(4):checked ~ .edu_intro468 .learn_welcome412:nth-child(3),
.title_intro735 .learn_main350 input:nth-child(5):checked ~ .edu_intro468 .learn_welcome412:nth-child(4),
.title_intro735 .learn_main350 input:nth-child(6):checked ~ .edu_intro468 .learn_welcome412:nth-child(5),
.title_intro735 .learn_main350 input:nth-child(7):checked ~ .edu_intro468 .learn_welcome412:nth-child(6),
.title_intro735 .learn_main350 input:nth-child(8):checked ~ .edu_intro468 .learn_welcome412:nth-child(7),
.title_intro735 .learn_main350 input:nth-child(9):checked ~ .edu_intro468 .learn_welcome412:nth-child(8),
.title_intro735 .learn_main350 input:nth-child(10):checked ~ .edu_intro468 .learn_welcome412:nth-child(9) {
    z-index: 1;
    transform: translateX(-100%);
    opacity: 0;
}.title_intro735 .edu_trackfast957 {
    gap: 15px;
    width: 100%;
    top: 0;
    z-index: 3;
    justify-content: center;
    left: 0;
    padding: 15px 0;
    display: flex;
    position: absolute;
}.title_intro735 .edu_trackfast957 label {
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 4px;
    position: relative;
    width: 40px;
    background: #ffffff;
}.title_intro735 .edu_trackfast957 label::after {
    left: 50%;
    height: 6px;
    content: "";
    transition: transform 0.3s ease;
    border-radius: 50%;
    background: rgb(197,193,169);
    bottom: -10px;
    width: 6px;
    position: absolute;
    transform: translateX(-50%) scale(0);
}.title_intro735 .learn_main350 input:nth-child(1):checked ~ .edu_trackfast957 label:nth-child(1)::after,
.title_intro735 .learn_main350 input:nth-child(2):checked ~ .edu_trackfast957 label:nth-child(2)::after,
.title_intro735 .learn_main350 input:nth-child(3):checked ~ .edu_trackfast957 label:nth-child(3)::after,
.title_intro735 .learn_main350 input:nth-child(4):checked ~ .edu_trackfast957 label:nth-child(4)::after,
.title_intro735 .learn_main350 input:nth-child(5):checked ~ .edu_trackfast957 label:nth-child(5)::after,
.title_intro735 .learn_main350 input:nth-child(6):checked ~ .edu_trackfast957 label:nth-child(6)::after,
.title_intro735 .learn_main350 input:nth-child(7):checked ~ .edu_trackfast957 label:nth-child(7)::after,
.title_intro735 .learn_main350 input:nth-child(8):checked ~ .edu_trackfast957 label:nth-child(8)::after,
.title_intro735 .learn_main350 input:nth-child(9):checked ~ .edu_trackfast957 label:nth-child(9)::after,
.title_intro735 .learn_main350 input:nth-child(10):checked ~ .edu_trackfast957 label:nth-child(10)::after {
    transform: translateX(-50%) scale(1);
}.title_intro735 .learn_main350 input:nth-child(1):checked ~ .edu_trackfast957 label:nth-child(1),
.title_intro735 .learn_main350 input:nth-child(2):checked ~ .edu_trackfast957 label:nth-child(2),
.title_intro735 .learn_main350 input:nth-child(3):checked ~ .edu_trackfast957 label:nth-child(3),
.title_intro735 .learn_main350 input:nth-child(4):checked ~ .edu_trackfast957 label:nth-child(4),
.title_intro735 .learn_main350 input:nth-child(5):checked ~ .edu_trackfast957 label:nth-child(5),
.title_intro735 .learn_main350 input:nth-child(6):checked ~ .edu_trackfast957 label:nth-child(6),
.title_intro735 .learn_main350 input:nth-child(7):checked ~ .edu_trackfast957 label:nth-child(7),
.title_intro735 .learn_main350 input:nth-child(8):checked ~ .edu_trackfast957 label:nth-child(8),
.title_intro735 .learn_main350 input:nth-child(9):checked ~ .edu_trackfast957 label:nth-child(9),
.title_intro735 .learn_main350 input:nth-child(10):checked ~ .edu_trackfast957 label:nth-child(10) {
    opacity: 1;
    width: 60px;
    background: rgb(197,193,169);
}.title_intro735 .note_frame123 {
    width: 100%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, #000000 40%, transparent 100%);
    bottom: 0;
}.title_intro735 .note_frame123 .container {
    align-items: flex-start;
    max-width: 1140px;
    position: relative;
    padding: 40px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
}.title_intro735 .note_frame123 .container::before {
    content: "";
    height: 4px;
    top: 0;
    background: rgb(197,193,169);
    left: 0;
    width: 100px;
    position: absolute;
}.title_intro735 .note_frame123 h1 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 70%;
    font-size: 48px;
}.title_intro735 .note_frame123 h3 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    max-width: 70%;
    color: rgb(197,193,169);
}.title_intro735 .note_frame123 p {
    line-height: 1.7;
    max-width: 60%;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 0;
}.title_intro735 .edu_intro468::before {
    position: absolute;
    content: "";
    box-shadow: inset 0 0 0 2px rgb(197,193,169,0.5);
    z-index: 3;
    inset: 0;
    pointer-events: none;
}.title_intro735 .learn_welcome412::after {
    content: "";
    top: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    width: 100%;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.title_intro735 .note_frame123 h1 {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
}.title_intro735 .note_frame123 h3 {
    animation-delay: 0.4s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.title_intro735 .note_frame123 p {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.title_intro735 .note_frame123 .container {
    max-width: 960px;
}.title_intro735 .note_frame123 h1,
    .title_intro735 .note_frame123 h3,
    .title_intro735 .note_frame123 p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.title_intro735 {
    min-height: unset;
}.title_intro735 .learning_growth527 {
    min-height: unset;
}.title_intro735 .learn_main350 {
    height: 55vh;
    margin-top: 40px;
}.title_intro735 .edu_intro468 {
    width: 90%;
}.title_intro735 .note_frame123 .container {
    padding: 30px;
    max-width: 720px;
}.title_intro735 .note_frame123 h1 {
    font-size: calc(48px * 0.9);
}.title_intro735 .note_frame123 h1,
    .title_intro735 .note_frame123 h3,
    .title_intro735 .note_frame123 p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.title_intro735 .learn_main350 {
    margin-top: 30px;
    height: 50vh;
}.title_intro735 .edu_intro468 {
    width: 95%;
}.title_intro735 .edu_trackfast957 {
    gap: 10px;
}.title_intro735 .edu_trackfast957 label {
    width: 30px;
    height: 3px;
}.title_intro735 .learn_main350 input:checked ~ .edu_trackfast957 label {
    width: 45px;
}.title_intro735 .note_frame123 .container {
    padding: 25px;
    max-width: 540px;
}.title_intro735 .note_frame123 h1 {
    margin-bottom: 15px;
    font-size: calc(48px * 0.8);
}.title_intro735 .note_frame123 h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.9);
}.title_intro735 .note_frame123 h1,
    .title_intro735 .note_frame123 h3,
    .title_intro735 .note_frame123 p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_intro735 .learn_main350 {
    height: 45vh;
    margin-top: 20px;
}.title_intro735 .edu_trackfast957 {
    gap: 8px;
}.title_intro735 .edu_trackfast957 label {
    width: 25px;
}.title_intro735 .learn_main350 input:checked ~ .edu_trackfast957 label {
    width: 35px;
}.title_intro735 .note_frame123 .container {
    padding: 20px;
}.title_intro735 .note_frame123 h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 10px;
}.title_intro735 .note_frame123 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.8);
}.title_intro735 .note_frame123 p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}

.title_intro735 .learn_welcome412 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.program_details796 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgba(245, 247, 252, 0.95) 100%);
}.program_details796::before {
    height: 300px;
    transform: rotate(35deg);
    top: -50px;
    opacity: 0.1;
    content: '';
    position: absolute;
    z-index: 1;
    width: 300px;
    background: rgb(197,193,169,0.5);
    right: -50px;
}.program_details796::after {
    background: rgb(163,158,134,0.5);
    width: 250px;
    left: -50px;
    bottom: -50px;
    z-index: 1;
    content: '';
    transform: rotate(-15deg);
    height: 250px;
    position: absolute;
    opacity: 0.15;
}.program_details796 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.program_details796 .learn_explore546 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.program_details796 .image_frame056 {
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 400px;
    position: relative;
}.program_details796 .image_frame056::before {
    background: linear-gradient(
        to bottom right,
        rgba(rgb(197,193,169), 0.2),
        rgba(rgb(163,158,134), 0.2)
    );
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    width: 100%;
}.program_details796 .image_frame056::after {
    content: '';
    bottom: 20px;
    right: 20px;
    transform: scale(0.95);
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 20px;
}.program_details796 .image_frame056:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_details796 .image_frame056:hover::after {
    transform: scale(1);
    opacity: 1;
}.program_details796 .note_frame123 {
    padding: 10px 0 0 0;
    position: relative;
}.program_details796 h3 {
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
    opacity: 0;
    font-size: calc(33px * 0.9);
    transform: translateX(-5px);
}.program_details796 h3::after {
    height: 3px;
    width: 80px;
    content: '';
    transform: scaleX(0);
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(197,193,169) 0%, rgb(163,158,134) 100%);
    position: absolute;
    transform-origin: left;
}.program_details796 .description {
    color: #000000;
    line-height: 1.8;
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    font-size: 18px;
    transform: translateY(10px);
}.program_details796 p.description {
    max-height: 300px;
    scrollbar-color: rgb(197,193,169,0.5) rgb(233,228,205);
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 20px;
}.program_details796 p.description::-webkit-scrollbar {
    width: 6px;
}.program_details796 p.description::-webkit-scrollbar-track {
    background: rgb(233,228,205);
}.program_details796 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(197,193,169,0.5);
    border-radius: 10px;
}.program_details796 span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.program_details796 .learn_explore546 {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_details796 .image_frame056 {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.program_details796 .note_frame123 {
    padding: 0 0 0 20px;
}.program_details796 h3 {
    font-size: 33px;
    margin-bottom: 35px;
}.program_details796 h3::after {
    height: 4px;
    width: 120px;
}.program_details796 p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.program_details796 {
    padding: 150px 0;
}.program_details796 .learn_explore546 {
    gap: 80px;
}.program_details796 .image_frame056 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.program_details796 .note_frame123 {
    padding: 0 0 0 40px;
}.program_details796 h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.program_details796 h3::after {
    bottom: -15px;
}.program_details796 p.description {
    max-height: 450px;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_details796 {
    padding: 80px 0;
}.program_details796 .image_frame056 {
    margin-bottom: 20px;
    height: 300px;
}.program_details796 h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.program_details796 p.description {
    line-height: 1.6;
    max-height: 250px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    background: linear-gradient(135deg, rgb(197,193,169,0.5) 0%, rgb(163,158,134,0.5) 100%);
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0.92;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.progress_bar326 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.progress_bar326::before {
    left: 0;
    top: 0;
    height: 15px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    background: rgb(197,193,169);
    content: "";
    width: 100%;
}.progress_bar326 .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}.progress_bar326 .company_holder {
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
}.progress_bar326 .company_holder::after {
    content: "";
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    top: 0;
    right: 1.5rem;
    height: 100%;
    width: 1px;
}.progress_bar326 .company_holder h3 {
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 1.5rem;
}.progress_bar326 .company_holder h3::after {
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(197,193,169);
    width: 80px;
    box-shadow: 0 0 10px rgb(197,193,169);
    left: 0;
}.progress_bar326 .desktop_app346 {
    padding: 1.5rem;
    font-size: 17px;
    transform-origin: left top;
    line-height: 1.6;
    border-left: 3px solid rgb(197,193,169);
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.progress_bar326 .tutor_match312 {
    flex-wrap: wrap;
    flex: 0 0 60%;
    gap: 0;
    display: flex;
}.progress_bar326 .header_nav748 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
}.progress_bar326 .top_lead049 {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}.progress_bar326 .top_lead049 h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    padding-left: 1rem;
    position: relative;
}.progress_bar326 .top_lead049 h5::before {
    position: absolute;
    transform: skewX(5deg);
    left: 0;
    content: "";
    background: rgb(197,193,169);
    bottom: 0;
    width: 3px;
    top: 0;
}.progress_bar326 .top_lead049 .header_nav748 {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.progress_bar326 .top_lead049 .header_nav748 a {
    overflow: hidden;
    font-size: 17px;
    padding: 0.7rem 1rem;
    color: #ffffff;
    transform: skewX(-5deg);
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.progress_bar326 .top_lead049 .header_nav748 a::before {
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    top: 0;
    width: 100%;
}.progress_bar326 .top_lead049 .header_nav748 a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
}.progress_bar326 .top_lead049 .header_nav748 a:hover::before {
    left: 100%;
}.donate_books764 {
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
    position: relative;
}.donate_books764 .container {
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.donate_books764 .campus_links534 {
    width: 100%;
    transform: skewX(-5deg);
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1200px) {.progress_bar326 .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.progress_bar326 .tutor_match312 {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.progress_bar326 {
    padding: 4rem 0 2rem;
}.progress_bar326 .container {
    flex-direction: column;
}.progress_bar326 .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.progress_bar326 .company_holder::after {
    display: none;
}.progress_bar326 .tutor_match312 {
    flex: 0 0 100%;
}.progress_bar326 .top_lead049 {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.progress_bar326 {
    padding: 3.5rem 0 1.5rem;
}.progress_bar326::before {
    height: 10px;
}.progress_bar326 .company_holder h3 {
    font-size: calc(36px - 2px);
}.progress_bar326 .desktop_app346 {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.progress_bar326 .top_lead049 h5, 
    .progress_bar326 .top_lead049 .header_nav748 a {
    transform: skewX(-3deg);
}.progress_bar326 .top_lead049 .header_nav748 a:hover {
    transform: skewX(-3deg) translateX(5px);
}.donate_books764 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.donate_books764 .campus_links534 {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.progress_bar326 {
    padding: 3rem 0 1rem;
}.progress_bar326::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.progress_bar326 .top_lead049 {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.progress_bar326 .company_holder {
    margin-bottom: 2rem;
}.progress_bar326 .top_lead049 .header_nav748 a {
    padding: 0.6rem 0.8rem;
}.progress_bar326 .top_lead049 .header_nav748 a:hover {
    padding-left: 1.2rem;
}.donate_books764 {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.progress_bar326 .company_holder h3 {
    transform: skewX(-5deg);
}.progress_bar326 .company_holder h3::after {
    width: 60px;
}.progress_bar326 .desktop_app346 {
    transform: none;
}.progress_bar326 .top_lead049 h5 {
    transform: none;
}.progress_bar326 .top_lead049 h5::before {
    transform: none;
}.progress_bar326 .top_lead049 .header_nav748 a,
    .progress_bar326 .top_lead049 .header_nav748 a:hover,
    .donate_books764 .campus_links534 {
    transform: none;
}}#cookieAlertMessage946 {
    display: none;
}#cookieAlertMessage946:checked ~ .cookie_window_overlay092 {
    visibility: hidden;
    opacity: 0;
}.cookie_window_overlay092 {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(197,193,169);
    background: rgb(163,158,134);
    bottom: 0;
    z-index: 90;
}.cookies_tech297 {
    justify-content: space-between;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    border-radius: 21px;
    border: 2px dashed rgb(197,193,169);
    gap: 20px;
}.cookie_window_overlay092 h5 {
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(197,193,169);
    font-size: 20px;
    text-transform: uppercase;
}.cookie_window_overlay092 p {
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}.cookie_necessary081 {
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 20px;
    background: rgb(197,193,169,0.5);
    border-radius: 21px;
    display: flex;
    flex-shrink: 0;
}.cookie_necessary081 svg {
    width: 60px;
    height: 60px;
    fill: rgb(197,193,169);
}.cookie_frame340 {
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    font-size: 19px;
    color: #000000;
    line-height: 40px;
    margin-left: 10px;
    min-width: 140px;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid rgb(197,193,169);
    white-space: nowrap;
    cursor: pointer;
    background: rgb(197,193,169);
}.cookie_frame340:hover {
    background-color: rgb(163,158,134);
    box-shadow: 0 0 10px rgb(163,158,134);
}.cookie_button.consent_learn426 {
    border: 2px solid rgb(163,158,134);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.consent_learn426:hover {
    box-shadow: 0 0 10px rgb(163,158,134);
}.cookie_window_overlay092 p a {
    border-bottom: 1px dashed rgb(197,193,169);
    transition: color 0.3s ease;
    color: rgb(197,193,169);
    text-decoration: none;
}.cookie_window_overlay092 p a:hover {
    color: rgb(163,158,134);
}
@media only screen and (max-width: 1200px) {.cookie_window_overlay092 {
    padding: 15px 0;
}.cookies_tech297 {
    padding: 15px 5%;
}.cookie_necessary081 {
    display: none;
}.cookies_tech297 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_window_overlay092 h5 {
    font-size: 20px;
    margin-bottom: 10px;
}.cookie_control769 {
    margin-bottom: 15px;
}.cookie_frame340 {
    margin: 10px 0;
    min-width: 100%;
}}
.pricing_menu347 {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_menu347::before {
    right: 0;
    content: "";
    left: 0;
    backdrop-filter: blur(5px);
    bottom: 0;
    z-index: 0;
    position: absolute;
    background-color: rgba(0, 20, 50, 0.85);
    top: 0;
}.pricing_menu347 .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing_menu347 .pricing_catalog469 {
    perspective: 1200px;
}.pricing_menu347 h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    position: relative;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    color: #ffffff;
}.pricing_menu347 h2::after {
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    left: 50%;
    content: "";
    box-shadow: 0 2px 10px rgba(rgb(197,193,169,0.5), 0.5);
}.pricing_menu347 .price_view230 {
    line-height: 1.6;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 3rem;
    transform: translateZ(20px);
    font-size: calc(18px * 1.1);
    color: rgba(255, 255, 255, 0.85);
}.pricing_menu347 .indv_cost819 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    transform-style: preserve-3d;
    gap: 30px;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}.pricing_menu347 .indv_cost819 li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.pricing_menu347 .indv_cost819 li:hover {
    z-index: 2;
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
}.pricing_menu347 .discount_price032 {
    transform-style: preserve-3d;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    display: block;
}.pricing_menu347 .qtr_cost157 {
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    background: linear-gradient(135deg, 
        rgba(rgb(197,193,169,0.5), 0.2) 0%, 
        rgba(rgb(197,193,169,0.5), 0.3) 50%, 
        rgba(rgb(197,193,169,0.5), 0.18) 100%);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    position: relative;
    backdrop-filter: blur(8px);
    height: 100%;
}.pricing_menu347 .qtr_cost157::before {
    transform: translateZ(10px);
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(197,193,169), 
        rgb(163,158,134) 50%, 
        rgb(197,193,169));
    content: "";
    height: 5px;
    left: 0;
}.pricing_menu347 .qtr_cost157::after {
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    content: "";
    opacity: 0;
    top: -50%;
    width: 200%;
    height: 200%;
    transition: opacity 0.5s ease;
    transform: translateZ(5px);
}.pricing_menu347 .discount_price032:hover .qtr_cost157::after {
    opacity: 1;
}.pricing_menu347 .learning_plan637 {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
}.pricing_menu347 .learning_plan637 h4 {
    color: #ffffff;
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    font-size: calc(24px * 1.1);
}.pricing_menu347 .discount_price032:hover .learning_plan637 h4 {
    color: rgb(163,158,134);
    transform: translateZ(25px);
}.pricing_menu347 .learning_plan637 p {
    transform: translateZ(15px);
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    overflow-y: auto;
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 25px;
    padding-right: 5px;
    max-height: 220px;
}.pricing_menu347 .learning_plan637 p::-webkit-scrollbar {
    width: 3px;
}.pricing_menu347 .learning_plan637 p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(163,158,134,0.5), 0.6);
}.pricing_menu347 .learning_plan637 p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.pricing_menu347 .plan_deals632 {
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    border-radius: 2px;
    position: relative;
    font-size: calc(24px * 1.3);
    display: block;
    color: rgb(163,158,134);
    margin-top: 20px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(25px);
    font-weight: 700;
    background: linear-gradient(rgba(rgb(197,193,169,0.5), 0.2), rgba(rgb(197,193,169,0.5), 0.4));
}.pricing_menu347 .discount_price032:hover .plan_deals632 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(30px) scale(1.05);
    color: #ffffff;
    background: linear-gradient(rgba(rgb(163,158,134,0.5), 0.4), rgba(rgb(163,158,134,0.5), 0.7));
}

@media (max-width: 1199px) {.pricing_menu347 {
    padding: 100px 0;
}.pricing_menu347 .indv_cost819 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.pricing_menu347 {
    padding: 80px 0;
}.pricing_menu347 h2 {
    font-size: calc(32px * 0.9);
}.pricing_menu347 .price_view230 {
    margin-bottom: 2.5rem;
    font-size: 18px;
}.pricing_menu347 .indv_cost819 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing_menu347 .learning_plan637 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_menu347 {
    padding: 60px 0;
}.pricing_menu347 h2 {
    font-size: calc(32px * 0.8);
}.pricing_menu347 .indv_cost819 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_menu347 .indv_cost819 li {
    transform: perspective(800px) rotateX(3deg);
}.pricing_menu347 .plan_deals632 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 575px) {.pricing_menu347 {
    padding: 50px 0;
}.pricing_menu347 h2 {
    font-size: calc(32px * 0.7);
}.pricing_menu347 .price_view230 {
    font-size: calc(18px * 0.95);
    margin-bottom: 2rem;
}.pricing_menu347 .learning_plan637 {
    padding: 20px 15px;
}.pricing_menu347 .learning_plan637 h4 {
    font-size: 24px;
}.pricing_menu347 .learning_plan637 p {
    font-size: calc(18px * 0.9);
    max-height: 180px;
}.pricing_menu347 .plan_deals632 {
    font-size: 24px;
    padding: 8px 12px;
}}.tyZone739 {
    background: linear-gradient(135deg, rgb(233,228,205), rgb(163,158,134,0.5) 120%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.tyZone739::before {
    background: radial-gradient(circle at 75% 25%, rgb(197,193,169,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.4;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.tyZone739::after {
    right: -5%;
    background: linear-gradient(225deg, rgb(163,158,134) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 60%;
    bottom: -10%;
    opacity: 0.1;
    z-index: 0;
    width: 40%;
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite;
}.tyZone739 .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.tyZone739 .learning_growth527 {
    transform-origin: center bottom;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    display: flex;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(163,158,134), 0.05),
              0 5px 10px rgba(rgb(197,193,169), 0.03);
}.tyZone739 .learning_growth527:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(163,158,134), 0.07),
              0 10px 15px rgba(rgb(197,193,169), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyZone739 .learning_growth527 > div:first-child {
    transform: translateX(-20px);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    border-left: 4px solid rgb(197,193,169);
}.tyZone739 .learning_growth527 > div:last-child {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.tyZone739 h5 {
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-size: 21px;
}.tyZone739 h5::after {
    content: "";
    transform-origin: left;
    width: 4rem;
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    left: 0;
    background: linear-gradient(90deg, rgb(197,193,169), transparent);
    bottom: -0.75rem;
}.tyZone739 p {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 0;
}.tyZone739 a {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: inherit;
    text-decoration: none;
}.tyZone739 a::before {
    content: "";
    height: 100%;
    width: 0.5rem;
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(197,193,169), rgb(163,158,134));
    position: absolute;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    transform: translateX(-10px);
    opacity: 0;
}.tyZone739 a:hover {
    transform: translateX(10px);
}.tyZone739 a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.tyZone739 a:focus {
    box-shadow: 0 0 0 2px rgb(197,193,169,0.5);
    outline: none;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.tyZone739 {
    padding: 8rem 3rem;
}.tyZone739 .learning_growth527 {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.tyZone739 .learning_growth527 > div:first-child {
    padding-left: 2rem;
    border-left-width: 6px;
    margin-bottom: 3rem;
}.tyZone739 h5 {
    font-size: calc(21px * 1.1);
}.tyZone739 p {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.tyZone739 .learning_growth527 {
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
}.tyZone739 .learning_growth527 > div:first-child {
    margin-bottom: 0;
    flex: 0 0 40%;
    margin-right: 5rem;
}.tyZone739 .learning_growth527 > div:last-child {
    flex: 0 0 60%;
}.tyZone739 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.tyZone739 {
    padding: 4rem 1.5rem;
}.tyZone739 .learning_growth527 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyZone739 h5 {
    font-size: calc(21px * 0.9);
}.tyZone739 p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.tyZone739 a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.privacy_parapet290 {
    overflow: hidden;
    height: auto;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin: 0 auto;
}.privacy_parapet290::before {
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    top: 10px;
    z-index: -1;
    content: '';
}.privacy_parapet290 h1 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(197,193,169);
    border-bottom: 2px solid rgb(197,193,169);
    margin-top: 30px;
    font-family: Arial, sans-serif;
}.privacy_parapet290 h2 {
    font-size: 33px;
    color: rgb(163,158,134);
    font-weight: 600;
    text-align: left;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 4px solid rgb(163,158,134);
    margin-top: 25px;
}.privacy_parapet290 h3, .privacy_parapet290 h4, .privacy_parapet290 h5, .privacy_parapet290 h6 {
    margin-top: 20px;
    color: rgb(197,193,169);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    font-family: Arial, sans-serif;
}.privacy_parapet290 ul, .privacy_parapet290 ol {
    list-style: none;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding-left: 0;
    padding: 15px 0;
}.privacy_parapet290 li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}.privacy_parapet290 li::before {
    left: 0;
    content: ">";
    color: rgb(197,193,169);
    line-height: 1em;
    transform: translateY(-50%);
    font-size: 1.2em;
    position: absolute;
    top: 50%;
}.privacy_parapet290 section {
    border: 1px solid rgb(163,158,134,0.5);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #000000;
}.privacy_parapet290 p, .privacy_parapet290 span, .privacy_parapet290 div {
    font-family: Arial, sans-serif;
    padding-left: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    border-left: 3px solid rgb(197,193,169);
}

@media only screen and (max-width: 800px) {.privacy_parapet290 {
    width: 95%;
    padding: 20px;
}.privacy_parapet290 h1 {
    font-size: calc(24px - 6px);
    margin-bottom: 15px;
    margin-top: 20px;
}.privacy_parapet290 h2 {
    margin-bottom: 10px;
    font-size: calc(24px - 6px);
    margin-top: 20px;
}.privacy_parapet290 ul, .privacy_parapet290 ol {
    padding-left: 15px;
}.privacy_parapet290 li {
    padding-left: 20px;
}.privacy_parapet290 p, .privacy_parapet290 span, .privacy_parapet290 div {
    padding-left: 10px;
    margin-bottom: 15px;
}}.contact_form_box237 {
    background: linear-gradient(120deg, rgb(233,228,205), rgba(rgb(197,193,169), 0.03));
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact_form_box237::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(197,193,169), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(163,158,134), 0.05) 0%, transparent 50%);
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.contact_form_box237::after {
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    background-position: center center;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(197,193,169), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(197,193,169), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(163,158,134), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(197,193,169), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(163,158,134), 0.04) 0%, transparent 30%);
    width: 100%;
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_form_box237 .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.contact_form_box237 h2 {
    color: #000000;
    position: relative;
    font-size: 29px;
    display: inline-block;
    font-weight: 700;
    perspective: 1000px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}.contact_form_box237 h2::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(197,193,169), transparent);
    width: 100%;
    left: 0;
    bottom: -10px;
    height: 2px;
}.contact_form_box237 .inquiry_panel407 {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    position: relative;
    background: #ffffff;
    display: flex;
    margin-top: 60px;
    perspective: 1000px;
}.contact_form_box237 .inquiry_panel407::before {
    z-index: 3;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(197,193,169), rgb(163,158,134));
    width: 100%;
    left: 0;
    position: absolute;
}.contact_form_box237 .image_frame056 {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
}.contact_form_box237 .image_frame056::before {
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(197,193,169), 0.5), rgba(rgb(163,158,134), 0.5));
    content: "";
    inset: 0;
    position: absolute;
    mix-blend-mode: multiply;
}.contact_form_box237 .image_frame056::after {
    content: "";
    z-index: 2;
    height: 300%;
    width: 300%;
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    left: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_form_box237 .request_links283 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    flex: 0 0 55%;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
}.contact_form_box237 .request_links283::before {
    content: "";
    top: 0;
    width: 500px;
    right: 0;
    border-radius: 50%;
    height: 500px;
    z-index: 0;
    opacity: 0.5;
    background: 
        radial-gradient(circle, rgba(rgb(197,193,169), 0.03) 0%, transparent 70%);
    position: absolute;
}.contact_form_box237 form {
    position: relative;
    z-index: 3;
}.contact_form_box237 form h3 {
    margin-bottom: 35px;
    font-size: 22px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
}.contact_form_box237 form h3::after {
    left: 0;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 2px;
    width: 30px;
    background: rgb(197,193,169);
}.contact_form_box237 form input[type="text"] {
    transition: all 0.3s ease;
    padding: 18px 25px;
    color: #000000;
    border-radius: 8px;
    background: rgba(rgb(233,228,205), 0.5);
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(197,193,169), 0.1);
    backdrop-filter: blur(5px);
}.contact_form_box237 form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(197,193,169), 0.1);
    outline: none;
    border-color: rgb(197,193,169);
    background: rgba(#ffffff, 0.9);
}.contact_form_box237 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_form_box237 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.contact_form_box237 .inquiry_message786 {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.contact_form_box237 .inquiry_message786 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_box237 .inquiry_message786 label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}.contact_form_box237 .inquiry_message786 label::before {
    left: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    width: 22px;
    background: rgba(#ffffff, 0.6);
    top: 0;
    position: absolute;
    border: 1px solid rgba(rgb(197,193,169), 0.3);
}.contact_form_box237 .inquiry_message786 input[type="checkbox"]:checked + label::before {
    border-color: rgb(197,193,169);
    background: rgb(197,193,169);
}.contact_form_box237 .inquiry_message786 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    top: 4px;
}.contact_form_box237 .inquiry_message786 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(197,193,169);
    position: relative;
}.contact_form_box237 .inquiry_message786 label a::after {
    bottom: -2px;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(197,193,169);
    width: 100%;
}.contact_form_box237 .inquiry_message786 label a:hover {
    color: rgb(163,158,134);
}.contact_form_box237 .inquiry_message786 label a:hover::after {
    background: rgb(163,158,134);
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_box237 .message_inquiry671 {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: none;
    z-index: 1;
    font-size: 17px;
    background: rgb(197,193,169);
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 16px 40px;
}.contact_form_box237 .message_inquiry671::before {
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(197,193,169), rgb(163,158,134));
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
}.contact_form_box237 .message_inquiry671:hover::before {
    opacity: 1;
}.contact_form_box237 .message_inquiry671::after {
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    top: -50%;
    height: 50px;
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    z-index: -1;
    width: 50px;
}.contact_form_box237 .message_inquiry671:hover::after {
    opacity: 0;
    transform: scale(4);
}.contact_form_box237 svg {
    stroke-width: 2;
    stroke: rgb(197,193,169);
    fill: none;
    transition: all 0.3s ease;
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(197,193,169), 0.3));
    width: 22px;
}.contact_form_box237 svg path {
    stroke: rgb(197,193,169);
    stroke-width: 2;
    transition: all 0.3s ease;
}.contact_form_box237 svg:hover,
.contact_form_box237 svg:hover path {
    stroke: rgb(163,158,134);
    transform: translateY(-2px);
}.contact_form_box237 form input {
    border: 1px solid rgb(197,193,169);
}

@media (max-width: 1024px) {.contact_form_box237 {
    padding: 80px 0;
}.contact_form_box237 .inquiry_panel407 {
    margin-top: 50px;
}.contact_form_box237 .image_frame056 {
    min-height: 450px;
}.contact_form_box237 .request_links283 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_box237 {
    padding: 60px 0;
}.contact_form_box237 .inquiry_panel407 {
    margin-top: 40px;
    flex-direction: column;
}.contact_form_box237 .image_frame056 {
    width: 100%;
    min-height: 300px;
}.contact_form_box237 .request_links283 {
    width: 100%;
    padding: 40px 30px;
}.contact_form_box237 form h3 {
    margin-bottom: 30px;
}.contact_form_box237 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_box237 .inquiry_message786 {
    margin-bottom: 25px;
}.contact_form_box237 .message_inquiry671 {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_form_box237 {
    padding: 50px 0;
}.contact_form_box237 h2 {
    font-size: calc(29px * 0.85);
}.contact_form_box237 .inquiry_panel407 {
    border-radius: 12px;
    margin-top: 30px;
}.contact_form_box237 .image_frame056 {
    min-height: 220px;
}.contact_form_box237 .request_links283 {
    padding: 30px 20px;
}.contact_form_box237 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_form_box237 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_box237 .inquiry_message786 {
    margin-bottom: 20px;
}.contact_form_box237 .inquiry_message786 label {
    font-size: calc(16px * 0.9);
}.contact_form_box237 .message_inquiry671 {
    padding: 12px 20px;
}}.our_team765 {
    padding: 120px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.our_team765::before {
    top: 0;
    content: '';
    height: 50%;
    width: 100%;
    z-index: 1;
    transform: skewY(-6deg) translateY(-30%);
    left: 0;
    background: rgb(197,193,169);
    position: absolute;
}.our_team765 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.our_team765 .learning_growth527 {
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    display: flex;
}.our_team765 .why_mission920 {
    text-align: center;
    position: relative;
    flex: 0 0 300px;
}.our_team765 .image_frame056 {
    overflow: hidden;
    margin: 0 auto 25px;
    z-index: 3;
    border: 8px solid #ffffff;
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 220px;
    border-radius: 50%;
    position: relative;
}.our_team765 .study_pro863 {
    margin-bottom: 20px;
}.our_team765 .pro_classes816 {
    color: #000000;
    font-size: 21px;
    margin-bottom: 8px;
    font-weight: 700;
}.our_team765 .learn_identity437 {
    color: rgb(197,193,169);
    font-weight: 600;
    position: relative;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
}.our_team765 .learn_identity437::before,
.our_team765 .learn_identity437::after {
    height: 1px;
    content: '';
    top: 50%;
    background-color: rgb(197,193,169,0.5);
    position: absolute;
    width: 30px;
}.our_team765 .learn_identity437::before {
    left: -30px;
}.our_team765 .learn_identity437::after {
    right: -30px;
}.our_team765 .note_frame123 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 50px;
    background-color: #ffffff;
    border-radius: 13px;
    flex: 1;
    min-width: 300px;
    position: relative;
}.our_team765 .note_frame123::before {
    position: absolute;
    border-top: 4px solid rgb(197,193,169,0.5);
    height: 60px;
    border-left: 4px solid rgb(197,193,169,0.5);
    width: 60px;
    opacity: 0.5;
    left: 30px;
    content: '';
    top: 30px;
}.our_team765 .note_frame123::after {
    bottom: 30px;
    border-bottom: 4px solid rgb(163,158,134,0.5);
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    opacity: 0.5;
    border-right: 4px solid rgb(163,158,134,0.5);
    right: 30px;
}.our_team765 .study_expert194 {
    color: #000000;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}.our_team765 .study_expert194 svg {
    fill: rgb(197,193,169);
    height: 35px;
    margin-right: 10px;
    width: 35px;
}.our_team765 .study_expert194 svg path {
    fill: rgb(197,193,169);
}.our_team765 h2 {
    position: relative;
    font-size: 34px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}.our_team765 h2::after {
    height: 3px;
    width: 70px;
    bottom: 0;
    position: absolute;
    background: rgb(197,193,169);
    content: '';
    left: 0;
}.our_team765 p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}.our_team765 p::first-line {
    color: #000000;
    font-weight: 600;
}

@media (max-width: 992px) {.our_team765 {
    padding: 80px 0;
}.our_team765 .why_mission920 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.our_team765 .note_frame123 {
    padding: 40px;
    flex: 0 0 100%;
}.our_team765 .note_frame123::before,
    .our_team765 .note_frame123::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.our_team765 {
    padding: 60px 0;
}.our_team765 .image_frame056 {
    width: 180px;
    border-width: 6px;
    height: 180px;
}.our_team765 .note_frame123 {
    padding: 30px;
}.our_team765 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.our_team765 .note_frame123::before,
    .our_team765 .note_frame123::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.our_team765 {
    padding: 40px 0;
}.our_team765 .image_frame056 {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
    border-width: 5px;
}.our_team765 .pro_classes816 {
    font-size: calc(21px * 0.9);
}.our_team765 .learn_identity437 {
    font-size: calc(12px * 0.9);
    padding: 0 10px;
}.our_team765 .learn_identity437::before,
    .our_team765 .learn_identity437::after {
    width: 20px;
}.our_team765 .learn_identity437::before {
    left: -20px;
}.our_team765 .learn_identity437::after {
    right: -20px;
}.our_team765 .note_frame123 {
    padding: 25px 20px;
}.our_team765 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(34px * 0.8);
}.our_team765 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.our_team765 .study_expert194 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.our_team765 .study_expert194 svg {
    height: 30px;
    width: 30px;
}.our_team765 .note_frame123::before,
    .our_team765 .note_frame123::after {
    width: 25px;
    height: 25px;
    border-width: 3px;
}}.get_updates601 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,205) 0%, rgb(163,158,134,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.get_updates601::before {
    left: -50%;
    content: "";
    width: 200%;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(197,193,169,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(163,158,134,0.5) 0%, transparent 50%);
    height: 200%;
    z-index: 1;
    top: -50%;
    animation: rotateBg 30s linear infinite;
    opacity: 0.3;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get_updates601 .learning_growth527 {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.get_updates601 .inquiry_reach756 {
    flex-direction: column;
    display: flex;
    position: relative;
    width: 80%;
    max-width: 800px;
    margin-left: 5%;
}.get_updates601 h3 {
    padding: 1.5rem 2rem;
    z-index: 3;
    margin-bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    position: relative;
    color: #000000;
    transform: translateX(-5%);
    font-size: 18px;
}.get_updates601 h3::after {
    right: -15px;
    height: 30px;
    transform: rotate(45deg);
    background: rgb(197,193,169);
    z-index: -1;
    width: 30px;
    content: "";
    position: absolute;
    bottom: -15px;
}.get_updates601 .input_holder {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(5%);
    display: flex;
    padding: 2.5rem 3rem;
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
}.get_updates601 input[type="email"] {
    border: none;
    margin-bottom: 1rem;
    flex: 1 1 250px;
    position: relative;
    z-index: 1;
    font-size: 12px;
    background: rgb(233,228,205);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-right: 1.5rem;
    padding: 1rem 1.5rem;
}.get_updates601 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(197,193,169);
    transform: translateY(-5px);
}.get_updates601 input[type="submit"] {
    overflow: hidden;
    border: none;
    background: rgb(197,193,169);
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    padding: 1rem 2rem;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    color: #ffffff;
    font-weight: 600;
}.get_updates601 input[type="submit"]::before {
    position: absolute;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    left: -100%;
    background: rgb(163,158,134);
}.get_updates601 input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.get_updates601 input[type="submit"]:hover::before {
    left: 0;
}.get_updates601::after {
    width: 40%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    right: -10%;
    height: 70%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(197,193,169) 49.5%, rgb(197,193,169) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(197,193,169) 49.5%, rgb(197,193,169) 50.5%, transparent 50.5%);
    animation: patternMove 15s linear infinite;
    content: "";
    top: 15%;
    background-size: 20px 20px;
    opacity: 0.1;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.get_updates601 .input_holder::before {
    width: 100px;
    opacity: 0.3;
    border-radius: 50%;
    height: 100px;
    right: -50px;
    position: absolute;
    pointer-events: none;
    content: "";
    top: -30px;
    border: 2px solid rgb(163,158,134,0.5);
}.get_updates601 .input_holder::after {
    left: 10%;
    opacity: 0.5;
    background: rgb(197,193,169,0.5);
    width: 50px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(180deg);
    content: "";
    position: absolute;
    bottom: -25px;
    height: 50px;
}

@media (max-width: 992px) {.get_updates601 .inquiry_reach756 {
    width: 90%;
    margin: 0 auto;
}.get_updates601 h3 {
    transform: translateX(0);
}.get_updates601 .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.get_updates601 {
    padding: 4rem 1.5rem;
}.get_updates601 .inquiry_reach756 {
    width: 100%;
}.get_updates601 h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 0.9);
}.get_updates601 .input_holder {
    padding: 2rem;
}.get_updates601 input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.get_updates601 input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.get_updates601 {
    padding: 3rem 1rem;
}.get_updates601 h3 {
    font-size: calc(18px * 0.8);
    padding: 1rem 1.2rem;
}.get_updates601 .input_holder {
    padding: 1.5rem;
}.get_updates601 input[type="email"] {
    padding: 0.8rem 1rem;
}.get_updates601 input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.get_updates601 .input_holder::before,
    .get_updates601 .input_holder::after {
    display: none;
}}header {
    background: linear-gradient(135deg, rgb(233,228,205), #ffffff);
    overflow: visible;
    position: relative;
    z-index: 99;
    width: 100%;
}header::before {
    content: "";
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(197,193,169,0.5) 6px,
            rgb(197,193,169,0.5) 10px,
            transparent 10px
        ) repeat-x;
    height: 15px;
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    position: absolute;
    bottom: 0;
}header .top_learn096 {
    display: flex;
    padding: 25px 30px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .top_learn096::before,
header .top_learn096::after {
    position: absolute;
    background: linear-gradient(to right, rgb(197,193,169), transparent);
    content: "";
    height: 2px;
    width: 30%;
}header .top_learn096::before {
    top: 10px;
    left: 0;
}header .top_learn096::after {
    bottom: 10px;
    background: linear-gradient(to left, rgb(163,158,134), transparent);
    right: 0;
}header .top_learn096 .main_top461 {
    z-index: 2;
    position: relative;
}header .top_learn096 .main_top461::before {
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    position: absolute;
    background: rgb(197,193,169,0.5);
    height: 140%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
    left: -20%;
    width: 140%;
    content: "";
    top: -20%;
}header .top_learn096 .main_top461:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .top_learn096 .main_top461 .nav_header765 {
    transition: transform 0.3s ease;
    display: block;
}header .top_learn096 .main_top461:hover .nav_header765 {
    transform: translateY(-3px);
}header .top_learn096 .main_top461 .nav_header765 svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .top_learn096 .top_lead049 {
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
    margin: 0;
}header .top_learn096 .top_lead049::before {
    background: rgb(163,158,134,0.5);
    left: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .top_learn096 .top_lead049:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .top_learn096 .top_lead049 .nav_page067 {
    position: relative;
    margin: 0 8px;
}header .top_learn096 .top_lead049 .nav_page067 a {
    overflow: hidden;
    font-size: 15px;
    padding: 10px 15px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}header .top_learn096 .top_lead049 .nav_page067 a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .top_learn096 .top_lead049 .nav_page067 a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    height: 100%;
    transform-origin: right top;
    width: 100%;
    top: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    content: "";
    background: rgb(197,193,169);
    z-index: -1;
    transform: scale(0);
    left: 0;
    position: absolute;
}header .top_learn096 .top_lead049 .nav_page067 a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .top_learn096 .top_lead049 .nav_page067:nth-child(2n) a::before {
    background: rgb(163,158,134);
    transform-origin: left bottom;
}header .top_learn096 .top_lead049 .nav_page067:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .top_learn096 .top_lead049 .nav_page067:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .top_learn096 {
    padding: 20px 15px;
    flex-direction: column;
}header .top_learn096 .main_top461 {
    margin-bottom: 15px;
}header .top_learn096 .top_lead049 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .top_learn096 .top_lead049 .nav_page067 {
    margin: 5px;
}header .top_learn096 .top_lead049 .nav_page067 a {
    padding: 8px 12px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .top_learn096 {
    padding: 15px 10px;
}header .top_learn096 .main_top461 .nav_header765 svg {
    height: 40px;
}header .top_learn096 .top_lead049 .nav_page067 a {
    font-size: calc(15px - 2px);
    padding: 6px 10px;
}
}