svg {
    width: 30px;
    height: 30px;
}

.honor_cta {
    flex: 0 0 auto;
}

.honor_cta {
    color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}

.wrapper-template {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.privacy_section h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
}

.privacy_section h3, .privacy_section h4, .privacy_section h5, .privacy_section h6 {
    text-align: center;
    margin: 1rem 0;
}

.privacy_section ul, .privacy_section ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.privacy_section div {
    margin-bottom: 20px;
}

.instructor_profile::after {
    background: radial-gradient(circle, rgb(181,138,130,0.5) 0%, transparent 70%);
    left: -10%;
    opacity: 0.1;
    transform: translateZ(0);
    position: absolute;
    bottom: -5%;
    width: 30vw;
    content: "";
    height: 30vw;
}

.instructor_profile .learner_feedback > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor_profile .pic_strip::after {
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(200,180,177), 0.1) 100%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}

.instructor_profile .pic_strip:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.instructor_profile .learner_feedback > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.instructor_profile .learner_feedback > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: calc(14px - 0.1rem);
}

.operation_process::before {
    opacity: 0.1;
    width: 100%;
    background-size: 120px 120px, 150px 150px, 80px 80px;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(181,138,130,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 90% 80%, rgb(200,180,177,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgb(181,138,130,0.5) 0.25%, transparent 4%);
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
}

.operation_process .text_card_wrap::before {
    border-radius: 0 0 0 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    height: 100px;
    transform: translate(20%, -20%);
    transition: transform 0.5s ease;
    content: "";
    width: 100px;
    background: linear-gradient(135deg, rgb(181,138,130,0.5) 0%, transparent 70%);
    right: 0;
}

.operation_process p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
    z-index: 2;
}

.honor_cta .container {
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    display: grid;
}

.honor_cta .company_holder {
    position: relative;
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(200,180,177);
}

.honor_cta .calc_foot {
    justify-content: flex-end;
    display: flex;
}

.honor_cta .main_site {
    position: relative;
}

.honor_cta .main_site::before {
    border-left: 1px solid rgb(200,180,177);
    opacity: 0.4;
    content: "";
    border-top: 1px solid rgb(200,180,177);
    top: -10px;
    left: -20px;
    height: 40px;
    width: 40px;
    position: absolute;
}

.honor_cta .main_site .head_skill {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

.honor_cta .main_site .head_skill a:hover {
    color: rgb(200,180,177);
    opacity: 1;
    transform: translateX(5px);
}

.rating_stars {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.rating_stars .reg_remind {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
}

.pricing_suite::before {
    background: linear-gradient(135deg, rgba(rgb(181,138,130,0.5), 0.05) 0%, rgba(rgb(200,180,177,0.5), 0.08) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
}

.pricing_suite .cert_plans h2::after {
    background: linear-gradient(90deg, rgb(181,138,130), rgb(200,180,177));
    content: "";
    height: 4px;
    width: 80px;
    bottom: -10px;
    left: 0;
    position: absolute;
    border-radius: 2px;
}

.pricing_suite .program_rate:nth-child(1) {
    --i: 1;
}

.pricing_suite .program_rate:nth-child(3) {
    --i: 3;
}

.pricing_suite .fee_package {
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
}

.pricing_suite .program_rate:hover .cost_options h3 {
    transform: translateX(5px);
    color: rgb(200,180,177);
}

.pricing_suite .payment_scheme::before {
    position: absolute;
    top: -10px;
    background: linear-gradient(90deg, rgb(181,138,130), transparent);
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    border-radius: 2px;
}

.pricing_suite .pic_strip::after {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    width: 100%;
}

.thxBlock::after {
    width: 150px;
    border-radius: 10px;
    bottom: -30px;
    transform: rotate(30deg);
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(181,138,130) 0%, rgb(200,180,177) 100%);
    left: -30px;
    position: absolute;
    height: 150px;
    z-index: 1;
    content: "";
}

.thxBlock .founders_team::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(rgb(200,180,177), 0.02) 0%, transparent 100%);
    content: "";
    pointer-events: none;
    width: 100%;
}

.thxBlock .founders_team:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thxBlock p {
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 17px;
    transition: transform 0.3s ease;
    position: relative;
}

.thxBlock a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.thxBlock a:hover p {
    transform: translateY(-2px);
}

.thxBlock .founders_team > div:last-child::before {
    transition: all 0.3s ease;
    font-size: 18px;
    top: -15px;
    color: rgb(200,180,177);
    opacity: 0.2;
    transform: rotate(-10deg);
    content: "✓";
    right: 0;
    position: absolute;
}

.course_offering::after {
    background: radial-gradient(circle at center, rgb(200,180,177,0.5) 0%, transparent 70%);
    opacity: 0.15;
    right: -50%;
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -50%;
    transform: scale(2);
}

.course_offering .pic_strip {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    height: 380px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.course_offering .pic_strip::after {
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    height: 30%;
}

.course_offering h3 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 24px;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    position: relative;
    line-height: 1.4;
    color: rgb(200,180,177);
    font-family: Arial, sans-serif;
    transform: translateX(0);
}

.course_offering p.description {
    transition: opacity 0.5s, transform 0.5s;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    column-count: 1;
    opacity: 1;
    transform: translateY(0);
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    column-gap: 30px;
    position: relative;
}

.our_info::after {
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(200,180,177,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: -2;
    opacity: 0.4;
    animation: pulseGlow 15s infinite alternate;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}

.our_info .reach_section {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.our_info .reach_section:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our_info .reach_section h2::after {
    content: "";
    bottom: -10px;
    background: rgb(200,180,177);
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    height: 3px;
    position: absolute;
}

.our_info .ask_team {
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
    font-size: 14px;
    max-width: 90%;
    line-height: 1.8;
}

.our_info .reach_section p span::after {
    width: 0;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: rgb(200,180,177);
    position: absolute;
    bottom: 0;
}

.our_info .connect_experts::after {
    bottom: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(to right, rgb(181,138,130,0.5), transparent);
    width: 30%;
    content: "";
    position: absolute;
}

.our_info .message_panel {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.our_info .message_panel span::before {
    width: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: rgb(200,180,177);
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
}

.our_info .reach_section .pic_strip {
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
    position: relative;
    height: 100%;
}

.our_info .contact_now {
    height: 100%;
    align-content: center;
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.our_info .contact_now a {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    grid-column: span 3;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.2rem;
    align-items: center;
    display: flex;
}

.our_info .contact_now a:hover::before {
    width: 6px;
}

.our_info .contact_now a span {
    color: rgb(181,138,130);
    display: inline-block;
    font-size: calc(14px * 0.9);
    margin-right: 2rem;
    font-weight: 600;
    width: 80px;
}

.our_info .contact_now a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.alertPrivacySettings {
    justify-content: center;
    border-top: 3px solid rgb(200,180,177);
    position: fixed;
    bottom: 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    background: rgb(227,222,221);
    z-index: 100;
    display: flex;
    width: 100%;
}

.track_alert {
    flex-shrink: 0;
    margin-right: 20px;
}

.track_optin {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.track_optin p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}

.cookie_layer {
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    border: none;
    background: rgb(200,180,177);
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

.our_mission .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
}

.our_mission h1 {
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    text-align: left;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
}

.our_mission .learning_zone {
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: calc(0.2s * var(--i, 1));
    border-left: 4px solid rgb(200,180,177);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    transform: translateY(30px);
    background: #ffffff;
}

.our_mission .learning_zone div {
    max-height: 250px;
    padding-right: 1rem;
    overflow-y: auto;
    animation-delay: calc(0.6s * var(--i, 1));
    opacity: 0;
    font-size: 17px;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    line-height: 1.8;
    position: relative;
    color: #000000;
}

.learning_impact .pic_strip {
    height: auto;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
    filter: saturate(1.1) contrast(1.05);
}

.learning_impact .text_card_wrap:hover {
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-25px);
}

.learning_impact h1::after {
    height: 0.25rem;
    width: 4rem;
    transition: width 0.4s ease;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
    bottom: -0.5rem;
    left: 0;
    content: "";
}

.learning_impact li:hover svg {
    transform: translateY(0) scale(1.1);
}

.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,180,177);
}

.welcome_section {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(181,138,130,0.5) 100%);
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}

.welcome_section h1 {
    margin-bottom: 1.5rem;
    font-size: 48px;
    opacity: 0;
    color: #000000;
    position: relative;
    grid-column: 1 / -1;
    transform: translateX(-5px);
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
}

.welcome_section h1 {
    font-size: calc(48px * 0.85);
    text-align: center;
}

.welcome_section .virtual_school {
    transition: transform 0.4s ease;
    border-left: 5px solid rgb(200,180,177);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
}


    
    .welcome_section .virtual_school {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}

.welcome_section svg:hover text {
    transform: scale(1.05);
    fill: #000000;
}

.welcome_section .help_message:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.welcome_section .help_message:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.welcome_section .pic_strip {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards 0.6s;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s ease;
    min-height: 400px;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.welcome_section .pic_strip {
    min-height: 350px;
    order: -1;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}

.contact_information h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 38px;
    color: #000000;
}

.contact_information .pic_strip {
    position: relative;
    height: 200px;
    width: 100%;
}

.contact_information form h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-size: 19px;
    font-family: Arial, sans-serif;
}

.contact_information form input[type="text"]:focus {
    outline: none;
    border-color: rgb(200,180,177);
}

.contact_information .connect_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_information .connect_query label::before {
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 10px;
    position: absolute;
    background: rgb(227,222,221);
    left: 0;
    height: 22px;
    content: "";
    top: 2px;
}

.contact_information .connect_query label a:hover {
    text-decoration: underline;
}

.contact_information form .help_message:hover {
    background: rgb(181,138,130);
}

.contact_information svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,180,177);
}

header .top_sitewrap {
    padding: 1.2rem 2.5rem;
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

header .header_guide::before {
    z-index: -1;
    border: 2px solid #ffffff;
    opacity: 0.1;
    position: absolute;
    transform: skew(-5deg);
    right: -5px;
    content: '';
    bottom: -5px;
    transition: all 0.3s ease;
    top: -5px;
    left: -5px;
}



header .nav_tutor {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

header .main_site {
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    z-index: 2;
    padding: 0;
}

header .site_nav a:hover {
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: rgb(200,180,177);
    border-color: #ffffff;
}

header .site_nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .site_nav:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .top_sitewrap::before {
    width: 100%;
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    border-radius: 1px;
    height: 3px;
    background: rgb(227,222,221);
    width: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 7.2vh;
    background: rgb(227,222,221);
    border: 1px groove rgb(255, 255, 255, 0.5);
    margin: 5px 0;
}

::-webkit-scrollbar-thumb {
    border: 1px dotted #ffffff;
    background: radial-gradient(ellipse at bottom right, #ffffff 42%, rgb(255, 255, 255, 0.5) 91%, rgb(181,138,130) 29%, rgb(200,180,177) 16%, rgb(227,222,221) 80%);
    box-shadow: 4px 2px 2px -2px rgba(0, 0, 0, 0.8);
    min-height: 33px;
    border-radius: 8.6vh;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background: rgb(181,138,130,0.5);
    transform: translateX(-2px);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px 0px 15px 6px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
    background: #ffffff;
}

.our_mission .learning_zone div::-webkit-scrollbar {
    width: 6px;
}

.our_mission .learning_zone div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.our_mission .learning_zone div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(181,138,130,0.5);
}



@media (prefers-reduced-motion: reduce) {.operation_process h2::after,
    .operation_process .text_card_wrap,
    .operation_process .text_card_wrap::before,
    .operation_process .text_card_wrap::after {
    transition: none;
}
}



@media (hover: none) {.operation_process .text_card_wrap:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.04),
            0 1px 3px rgba(0, 0, 0, 0.02);
}.operation_process .text_card_wrap:hover::before,
    .operation_process .text_card_wrap:hover::after {
    transform: none;
}}



@media screen and (max-width: 576px) {.honor_cta .company_holder h3 {
    font-size: 36px;
}.honor_cta .main_site h5 {
    font-size: calc(17px * 1.1);
}.honor_cta .main_site .head_skill a {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {.pricing_suite {
    padding: 60px 0;
}.pricing_suite .group_rates {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_suite .cost_options {
    padding: 25px 20px;
}.pricing_suite .pic_strip {
    height: 180px;
}.pricing_suite .cert_plans h2 {
    font-size: calc(32px - 2px);
}.pricing_suite .rate_choices {
    font-size: calc(18px - 1px);
}
}



@media (max-width: 767px) {.thxBlock {
    padding: 60px 0;
}.thxBlock .founders_team {
    padding: 30px;
}.thxBlock h5 {
    font-size: calc(23px * 0.9);
}.thxBlock::before,
  .thxBlock::after {
    height: 100px;
    width: 100px;
}
}



@media (prefers-reduced-motion: reduce) {.thxBlock *,
  .thxBlock *::before,
  .thxBlock *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
}}



@media (min-width: 992px) {.course_offering .learn_path {
    gap: 80px;
}.course_offering .pic_strip {
    height: 520px;
}.course_offering .text_card_wrap {
    padding: 50px;
}.course_offering h3 {
    font-size: calc(37px * 1.1);
}.course_offering p.description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



@media (hover: hover) {.course_offering .pic_strip::before {
    transition: opacity 0.5s ease;
}.course_offering .pic_strip:hover::before {
    opacity: 0.7;
}}



@media (max-width: 768px) {.our_info {
    padding: 4rem 0;
}.our_info .assist_form {
    gap: 1.5rem;
}.our_info .reach_section {
    padding: 2rem;
}.our_info .reach_section:nth-child(2) {
    aspect-ratio: 16/9;
}.our_info .contact_now {
    grid-template-columns: 1fr;
}.our_info .contact_now a {
    grid-column: span 1;
}.our_info .contact_now a:last-child {
    grid-column: span 1;
}.our_info .message_panel {
    gap: 0.6rem;
}.our_info .message_panel span {
    padding: 0.5rem 0.8rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_edu {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.track_alert {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_layer {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}



@media (max-width: 767px) {.our_mission {
    padding: 4rem 0;
}.our_mission h1 {
    margin-bottom: 2.5rem;
    text-align: center;
}.our_mission h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.our_mission .learning_zone {
    padding: 1.8rem;
    margin-bottom: 2rem;
}.our_mission .learning_zone h4 {
    margin-bottom: 1rem;
}.our_mission .learning_zone div {
    max-height: 200px;
}}



@media (min-width: 992px) {.learning_impact {
    padding: 8rem 0;
}.learning_impact .container {
    gap: 4rem;
}.learning_impact .pic_strip {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.learning_impact .text_card_wrap {
    padding: 3rem;
}.learning_impact h1 {
    margin-bottom: 2.25rem;
}
}



@media (max-width: 480px) {.welcome_section {
    padding: 3rem 0 1rem;
}.welcome_section .founders_team {
    gap: 1.5rem;
}.welcome_section h1 {
    font-size: calc(48px * 0.65);
}.welcome_section .virtual_school {
    padding: 1.25rem;
}.welcome_section svg {
    width: 80px;
    height: 80px;
}.welcome_section .pic_strip {
    min-height: 220px;
}}



@media screen and (min-width: 992px) {.contact_information .pic_strip {
    width: 50%;
}.contact_information .query_form {
    padding: 60px;
    width: 50%;
}
}



@media screen and (max-width: 576px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.contact_information .query_form {
    padding: 30px 20px;
}.contact_information form h3 {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 479px) {header .top_sitewrap {
    padding: 0.7rem 1.2rem;
}header .header_guide {
    max-width: 120px;
}header .site_nav a {
    font-size: calc(15px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(200,180,177);
    }
    50% {
        border-left-color: rgb(181,138,130);
    }
    100% {
        border-left-color: rgb(200,180,177);
    }
}



@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}



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



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



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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

