a {
    text-decoration: none;
    color: inherit;
}

html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
    height: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1228px;
}


.privacy_section {
    flex-direction: column;
    font-family: Arial, sans-serif;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    gap: 30px;
    background: linear-gradient(to right, rgb(200,180,177), rgb(181,138,130));
    display: flex;
    color: #ffffff;
}

.privacy_section ul li, .privacy_section ol li {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 10px;
}


.instructor_profile {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgba(245, 248, 250, 0.9) 100%);
}

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

.instructor_profile .pic_strip {
    width: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 8px;
    height: 200px;
}

.instructor_profile .name {
    margin-bottom: 0.5rem;
    font-size: 19px;
    display: inline-block;
    position: relative;
    color: rgb(200,180,177);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.instructor_profile .work_items {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 14px;
}

.operation_process {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(227,222,221) 0%, rgba(245, 248, 252, 1) 100%);
    overflow: hidden;
}

.operation_process .founders_team {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.operation_process h2::after {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.75rem;
    content: "";
    width: 40%;
    height: 3px;
    background: linear-gradient(90deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    transform-origin: left;
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
}

.operation_process .text_card_wrap:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
}

.operation_process .text_card_wrap::after {
    line-height: 1;
    color: rgb(181,138,130);
    position: absolute;
    content: "";
    transition: transform 0.8s ease;
    right: 30px;
    z-index: 1;
    font-size: 12rem;
    opacity: 0.06;
    bottom: -20px;
    font-family: serif;
}



.honor_cta .company_holder h3 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-size: calc(36px * 1.2);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(181,138,130));
}

.honor_cta .main_site h5 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: rgb(181,138,130);
    font-weight: 600;
    text-transform: uppercase;
}

.honor_cta .main_site .head_skill a::before {
    border-radius: 50%;
    top: 50%;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 5px;
    transform: translateY(-50%);
    height: 5px;
    background-color: rgb(200,180,177);
}

.rating_stars::before {
    opacity: 0.5;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(200,180,177), transparent);
    width: 100%;
    content: "";
    left: 0;
}

.pricing_suite .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
}

.pricing_suite .cert_plans {
    opacity: 0;
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}

.pricing_suite .rate_choices {
    line-height: 1.6;
    margin-top: 25px;
    max-width: 800px;
    color: #000000;
    font-size: 18px;
}

.pricing_suite .program_rate {
    perspective: 1000px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    transform: translateY(30px);
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
    opacity: 0;
}

.pricing_suite .cost_options {
    position: relative;
    padding: 35px 30px;
    min-height: 250px;
    z-index: 2;
    box-sizing: border-box;
}

.pricing_suite .cost_options h3 {
    font-size: calc(21px + 2px);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    color: #000000;
}

.pricing_suite .program_rate:hover .payment_scheme {
    transform: scale(1.05);
    color: rgb(200,180,177);
}

.pricing_suite .pic_strip {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
}

.pricing_suite .program_rate:hover .pic_strip {
    transform: scale(1.05);
}

.thxBlock {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgba(rgb(200,180,177), 0.1) 100%);
}

.thxBlock:hover::before {
    transform: rotate(55deg) scale(1.1);
}

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

.thxBlock .founders_team {
    padding: 40px;
    background: #ffffff;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    gap: 30px;
    border-left: 4px solid rgb(200,180,177);
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    grid-template-columns: 1fr;
    position: relative;
}

.thxBlock h5 {
    color: #000000;
    line-height: 1.4;
    margin: 0 0 10px;
    font-size: 23px;
    position: relative;
    font-weight: 700;
}

.thxBlock a {
    position: relative;
    color: inherit;
    overflow: hidden;
    display: block;
    text-decoration: none;
    padding: 5px 0;
}

.thxBlock .founders_team > div:last-child {
    position: relative;
}

.thxBlock .founders_team:hover > div:last-child::before {
    transform: rotate(0);
    opacity: 0.5;
}

.course_offering {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}

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

.course_offering .learn_path {
    transform: translateY(20px);
    gap: 40px;
    display: grid;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    grid-template-columns: 1fr;
}

.course_offering .pic_strip::before {
    width: 100%;
    top: 0;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
}

.course_offering .text_card_wrap::before {
    background: linear-gradient(135deg, 
        rgba(rgb(200,180,177,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
}

.course_offering .text_card_wrap:hover h3 {
    transform: translateX(5px);
}

.course_offering .text_card_wrap:hover h3::after {
    transform: scaleX(1.5);
}

.course_offering span.description {
    display: none;
}

.course_offering .text_card_wrap div {
    overflow: hidden;
    position: relative;
}

.our_info::before {
    z-index: -1;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
    inset: 0;
}

.our_info .assist_form {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem 2rem;
}

.our_info .reach_section:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.our_info .reach_section:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.our_info .reach_section:hover::before {
    opacity: 1;
    transform: scaleY(1);
}

.our_info .reach_section h2 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 2rem;
    display: inline-block;
}

.our_info .reach_section:hover h2::after {
    width: 100%;
}

.our_info .write_page::before {
    transform: translateY(-50%);
    content: "";
    top: 50%;
    height: 8px;
    width: 8px;
    background: rgb(200,180,177);
    left: 0;
    border-radius: 50%;
    position: absolute;
}

.our_info .reach_section p span {
    transition: color 0.3s ease;
    font-weight: 600;
    padding-bottom: 2px;
    margin-left: 0.5rem;
    color: #ffffff;
    position: relative;
}

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

.our_info .connect_experts h3::before {
    display: inline-block;
    height: 18px;
    width: 18px;
    content: "";
    background: 
        linear-gradient(45deg, rgb(200,180,177) 0%, rgb(200,180,177) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(181,138,130) 0%, rgb(181,138,130) 40%, transparent 40%);
    margin-right: 8px;
    border-radius: 50%;
}

.our_info .message_panel span:hover::before {
    opacity: 0.1;
}

.our_info .reach_section .pic_strip::after {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(200,180,177,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(181,138,130,0.5) 100%);
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
}

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

.our_info .contact_now a p {
    margin: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: 14px;
    flex-grow: 1;
}

.our_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(181,138,130);
}



.our_info .container::after {
    left: -100px;
    bottom: -100px;
    height: 200px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    border-radius: 50%;
    z-index: -1;
    animation: rotate 30s linear infinite;
    position: absolute;
    content: "";
    width: 200px;
}

.track_optin p a {
    color: rgb(200,180,177);
    text-decoration: underline;
}

.cookie_button.cookie_overlay {
    margin-right: 10px;
}

#popupCookieConsent:checked ~ .alertPrivacySettings {
    visibility: hidden;
    opacity: 0;
}

.our_mission::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(181,138,130,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(181,138,130,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
    left: 0;
    content: "";
    opacity: 0.05;
    z-index: 0;
}

.our_mission h1::after {
    position: absolute;
    left: 0;
    width: 80px;
    transform: scaleX(0);
    content: "";
    background: rgb(200,180,177);
    transform-origin: left;
    bottom: -12px;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    height: 4px;
}

.our_mission .learning_zone:hover {
    transform: translateY(-5px);
}

.our_mission .learning_zone h4 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 18px;
    position: relative;
    color: rgb(200,180,177);
    transform: translateX(-10px);
    opacity: 0;
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: calc(0.4s * var(--i, 1));
}

.learning_impact::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(200,180,177,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
}

.learning_impact .container {
    max-width: 1200px;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.learning_impact .founders_team {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learning_impact h1 {
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 41px);
    margin-bottom: 1.75rem;
}

.learning_impact ul {
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    list-style: none;
}

.learning_impact li:hover {
    transform: translateX(10px);
}

.learning_impact svg {
    height: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.75rem;
    width: 1.5rem;
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
}

.welcome_section::before {
    z-index: 1;
    width: 40%;
    background: linear-gradient(45deg, rgb(200,180,177,0.5) 0%, transparent 70%);
    height: 120%;
    top: -10%;
    transform: skewX(-15deg);
    left: -5%;
    opacity: 0.6;
    position: absolute;
    content: '';
}

.welcome_section h1::after {
    bottom: -10px;
    left: 0;
    width: 80px;
    content: '';
    position: absolute;
    height: 4px;
    background: rgb(200,180,177);
    transform: scaleX(0);
    animation: scaleWidth 1s ease-out forwards 0.8s;
    transform-origin: left;
}

.welcome_section h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.welcome_section .virtual_school p {
    font-size: calc(12px * 1.1);
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.welcome_section svg {
    transform: scale(0);
    height: 120px;
    width: 120px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    margin: 1rem auto 2rem;
    display: block;
}

.welcome_section .help_message::before {
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
    transform-origin: right;
    content: '';
    left: 0;
    background: rgb(181,138,130);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.welcome_section .pic_strip:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

.welcome_section .pic_strip::after {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(181,138,130,0.5) 0%, transparent 50%);
}

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

.contact_information .query_query {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 28px;
}

.contact_information form {
    width: 100%;
}

.contact_information form input[type="text"] {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    background: rgb(227,222,221);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 2px solid transparent;
    color: #000000;
    font-size: 15px;
}

.contact_information .connect_query label {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
}

.contact_information .connect_query input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    top: 5px;
    width: 6px;
    left: 8px;
    position: absolute;
    content: "";
}

.contact_information svg {
    fill: rgb(200,180,177);
    height: 20px;
    width: 20px;
}

header::before {
    left: 0;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    top: 0;
    width: 100%;
}

header .header_guide:hover::before {
    opacity: 0;
}

header .header_guide:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}

header .nav_tutor:hover {
    transform: scale(1.05);
}

header .nav_tutor img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .site_nav a {
    transition: all 0.3s ease;
    align-items: center;
    z-index: 1;
    position: relative;
    display: flex;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 0 1.2rem;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
}

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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.instructor_profile {
    padding: 8rem 0;
}.instructor_profile .learner_feedback {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2.5rem 3rem;
}.instructor_profile .learner_feedback > div:first-child {
    grid-row: span 2;
}.instructor_profile .pic_strip {
    height: 260px;
    width: 260px;
}.instructor_profile .name {
    font-size: calc(19px + 0.2rem);
}.instructor_profile .work_items {
    font-size: calc(14px + 0.05rem);
}
}



@media (min-width: 1200px) {.instructor_profile .container {
    padding: 0 4rem;
}.instructor_profile .learner_feedback {
    gap: 3rem 5rem;
}.instructor_profile .learner_feedback:hover .name::after {
    transform: scaleX(1);
}
}



@media (max-width: 767px) {.instructor_profile {
    padding: 4rem 0;
}.instructor_profile .container {
    padding: 0 1rem;
}.instructor_profile .learner_feedback {
    padding: 2rem;
}.instructor_profile .pic_strip {
    height: 180px;
    width: 180px;
}}



@media (max-width: 767px) {.operation_process {
    padding: 4rem 0;
}.operation_process .founders_team {
    padding: 0 1.5rem;
}.operation_process h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.operation_process h2::after {
    width: 50%;
    height: 2px;
}.operation_process .text_card_wrap {
    padding: 1.75rem;
}.operation_process .text_card_wrap::after {
    font-size: 8rem;
    right: 20px;
    bottom: -10px;
}
}



@media screen and (max-width: 992px) {.honor_cta .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.honor_cta .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.honor_cta .calc_foot {
    justify-content: flex-start;
}.honor_cta .head_skill {
    gap: 2rem;
}
}



@media (min-width: 1200px) {.pricing_suite .price_view {
    flex-direction: row-reverse;
}.pricing_suite .cert_plans {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing_suite .group_rates {
    width: 70%;
}.pricing_suite .cert_plans h2 {
    font-size: calc(32px + 4px);
}
}



@media (hover: none) {.pricing_suite .program_rate:hover .fee_package {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing_suite .program_rate:hover .cost_options h3 {
    transform: none;
}.pricing_suite .program_rate:hover .payment_scheme {
    transform: none;
}.pricing_suite .program_rate:hover .pic_strip {
    transform: none;
}}



@media (hover: none) {.thxBlock .founders_team {
    transform: none !important;
}.thxBlock a::before {
    display: none;
}
}



@media (min-width: 768px) {.course_offering {
    padding: 150px 0;
}.course_offering .learn_path {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course_offering .pic_strip {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.course_offering p.description {
    column-count: 2;
}.course_offering .text_card_wrap {
    padding: 40px;
}.course_offering h3 {
    font-size: 37px;
    margin-bottom: 30px;
}.course_offering h3::after {
    width: 80px;
}
}



@media (max-width: 1024px) {.our_info .assist_form {
    grid-template-rows: auto auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.our_info .reach_section:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.our_info .reach_section:nth-child(2) {
    aspect-ratio: 21/9;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.our_info .reach_section:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.our_info .contact_now {
    grid-template-columns: repeat(2, 1fr);
}.our_info .contact_now a {
    grid-column: span 1;
}.our_info .contact_now a:last-child {
    grid-column: span 2;
}
}



@media (min-width: 768px) {.our_mission {
    padding: 8rem 0;
}.our_mission h1 {
    margin-bottom: 4rem;
    font-size: calc(45px * 1.2);
}.our_mission h1::after {
    width: 120px;
    height: 5px;
}.our_mission .digital_education ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_mission .learning_zone {
    height: 100%;
    display: flex;
    flex-direction: column;
}.our_mission .learning_zone:first-child {
    transform: translateY(40px);
}.our_mission .learning_zone:last-child {
    transform: translateY(-10px);
}.our_mission .learning_zone:hover:first-child {
    transform: translateY(35px);
}.our_mission .learning_zone:hover:last-child {
    transform: translateY(-15px);
}.our_mission .learning_zone div {
    max-height: none;
    flex: 1;
}
}



@media (max-width: 767px) {.learning_impact {
    padding: 4rem 0;
}.learning_impact .container {
    gap: 1.5rem;
}.learning_impact .text_card_wrap {
    transform: translateY(0);
}.learning_impact .text_card_wrap:hover {
    transform: translateY(-5px);
}.learning_impact h1 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}.learning_impact li p {
    font-size: 0.9rem;
}}



@media screen and (min-width: 768px) {.contact_information .query_query {
    max-width: 1000px;
    flex-direction: row;
}.contact_information .pic_strip {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact_information .query_form {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.contact_information .query_query {
    max-width: 1100px;
}.contact_information .pic_strip {
    min-height: 500px;
}
}



@media (min-width: 1400px) {header .top_sitewrap {
    margin: 0 auto;
    max-width: 1320px;
}header .site_nav {
    margin: 0 0.6rem;
}header .site_nav a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .top_sitewrap {
    padding: 0.8rem 1.5rem;
}header .header_guide {
    max-width: 140px;
}header .header_guide::before, 
    header .header_guide::after {
    right: -3px;
    left: -3px;
    bottom: -3px;
    top: -3px;
}header .nav_tutor img {
    max-height: 35px;
}header .main_site {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .main_site::-webkit-scrollbar {
    height: 3px;
}header .main_site::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .site_nav {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .site_nav a {
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(15px - 2px);
}header .site_nav::after {
    display: none;
}
}



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

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

