﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.head_class_base {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-border_base {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    width: 1234px;
    margin: auto;
    max-width: 100%;
}.insta_feed_base {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_reviews_base {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(209,215,201);
    position: relative;
}.customer_reviews_base::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(181,187,173,0.5) 100%);
    content: "";
    left: 0;
}.customer_reviews_base::after {
    position: absolute;
    content: "";
    width: 120%;
    top: 30%;
    transform: rotate(-3deg);
    left: -10%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(181,187,173,0.5), transparent);
    height: 1px;
}.customer_reviews_base .virtual_classes_base {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.customer_reviews_base h4 {
    position: relative;
    transform: skewX(-10deg);
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 70px;
}.customer_reviews_base h4::before {
    width: 5px;
    content: "";
    top: 0;
    left: 0;
    background: rgb(181,187,173);
    position: absolute;
    height: 100%;
}.customer_reviews_base h4::after {
    top: 8px;
    height: 100%;
    left: 8px;
    width: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
    background: rgb(181,187,173,0.5);
    z-index: -1;
}.customer_reviews_base .client_opinions_base {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 50px;
    display: grid;
    position: relative;
}.customer_reviews_base .client_opinions_base::before {
    z-index: -1;
    opacity: 0.2;
    content: "";
    width: 200px;
    right: 10%;
    height: 200px;
    background: rgb(153,159,140,0.5);
    filter: blur(80px);
    position: absolute;
    top: -100px;
    border-radius: 50%;
}.customer_reviews_base .client_testimonials_base {
    z-index: 1;
    padding: 35px 30px;
    transform: translateX(0) translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: #ffffff;
}.customer_reviews_base .client_testimonials_base::before,
.customer_reviews_base .client_testimonials_base::after {
    content: "";
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}.customer_reviews_base .client_testimonials_base::before {
    inset: -5px;
    background: linear-gradient(135deg, rgb(181,187,173,0.5) 0%, rgb(153,159,140,0.5) 100%);
    filter: blur(5px);
}.customer_reviews_base .client_testimonials_base::after {
    inset: -10px;
    filter: blur(10px);
    background: linear-gradient(225deg, rgb(181,187,173,0.5) 0%, rgb(153,159,140,0.5) 100%);
}.customer_reviews_base .client_testimonials_base:hover {
    transform: translateX(-5px) translateY(-5px);
}.customer_reviews_base .client_testimonials_base:hover::before,
.customer_reviews_base .client_testimonials_base:hover::after {
    opacity: 1;
}.customer_reviews_base .client_testimonials_base:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.customer_reviews_base .client_testimonials_base:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.customer_reviews_base .image_click_base {
    position: relative;
    margin: 0 auto 20px;
    height: 100px;
    width: 100px;
    transition: all 0.5s ease;
    z-index: 2;
}.customer_reviews_base .image_click_base::before,
.customer_reviews_base .image_click_base::after {
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    z-index: -1;
    inset: 0;
    position: absolute;
}.customer_reviews_base .image_click_base::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(181,187,173,0.5) 0%, rgb(153,159,140,0.5) 100%);
}.customer_reviews_base .image_click_base::after {
    background: linear-gradient(225deg, rgb(181,187,173,0.5) 0%, rgb(153,159,140,0.5) 100%);
    opacity: 0.5;
    transform: translate(-5px, -5px);
}.customer_reviews_base .client_testimonials_base:hover .image_click_base::before {
    transform: translate(8px, 8px);
}.customer_reviews_base .client_testimonials_base:hover .image_click_base::after {
    transform: translate(-8px, -8px);
}.customer_reviews_base .client_testimonials_base:nth-child(odd) .image_click_base {
    border-radius: 0 30px 0 30px;
}.customer_reviews_base .client_testimonials_base:nth-child(even) .image_click_base {
    border-radius: 30px 0 30px 0;
}.customer_reviews_base .client_testimonials_base span {
    margin-bottom: 15px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}.customer_reviews_base .client_testimonials_base span::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    width: 50px;
    background: rgb(181,187,173);
    transform: translateX(-50%);
    bottom: -8px;
}.customer_reviews_base .client_testimonials_base p {
    line-height: 1.6;
    color: #000000;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}.customer_reviews_base .client_testimonials_base p::first-letter {
    font-size: 1.2em;
    color: rgb(181,187,173);
    font-weight: 700;
}.customer_reviews_base .client_testimonials_base:nth-child(3n+1) {
    transform: rotate(-2deg);
}.customer_reviews_base .client_testimonials_base:nth-child(3n+2) {
    transform: rotate(2deg);
}.customer_reviews_base .client_testimonials_base:nth-child(3n+1):hover,
.customer_reviews_base .client_testimonials_base:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.customer_reviews_base {
    padding: 70px 0;
}.customer_reviews_base h4 {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    font-size: calc(35px * 0.8);
    padding-left: 0;
    transform: none;
}.customer_reviews_base h4::before {
    bottom: -15px;
    width: 50px;
    top: auto;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.customer_reviews_base h4::after {
    display: none;
}.customer_reviews_base .client_opinions_base {
    grid-template-columns: 1fr;
    gap: 40px;
}.customer_reviews_base .client_testimonials_base {
    padding: 25px 20px;
}.customer_reviews_base .client_testimonials_base:nth-child(3n+1),
    .customer_reviews_base .client_testimonials_base:nth-child(3n+2) {
    transform: none;
}.customer_reviews_base .image_click_base {
    height: 80px;
    width: 80px;
}.customer_reviews_base .client_testimonials_base span {
    font-size: calc(22px * 0.9);
}.customer_reviews_base .client_testimonials_base p {
    font-size: calc(16px * 0.9);
}}.insta_feed_base {
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.insta_feed_base::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(181,187,173,0.5) 100%);
    content: "";
    left: 0;
    z-index: -1;
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.insta_feed_base .container {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
}.insta_feed_base .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(181,187,173);
    padding-left: 2rem;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(181,187,173);
    }
    50% {
        border-left-color: rgb(153,159,140);
    }
    100% {
        border-left-color: rgb(181,187,173);
    }
}

.insta_feed_base .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text !important;
    font-size: calc(29px * 1.2);
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(153,159,140));
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
}.insta_feed_base .lesson_cta_base {
    margin-top: 1rem;
    font-size: 17px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
}.insta_feed_base .abuse_ctrl_base {
    display: flex;
    justify-content: flex-end;
}.insta_feed_base .header_guide_base {
    gap: 4rem;
    display: flex;
}.insta_feed_base .top_teach_base {
    position: relative;
}.insta_feed_base .top_teach_base::before {
    border-top: 1px solid rgb(181,187,173);
    left: -20px;
    height: 40px;
    top: -10px;
    position: absolute;
    content: "";
    opacity: 0.4;
    width: 40px;
    border-left: 1px solid rgb(181,187,173);
}.insta_feed_base .top_teach_base::after {
    right: -20px;
    bottom: -10px;
    height: 40px;
    width: 40px;
    border-right: 1px solid rgb(181,187,173);
    position: absolute;
    opacity: 0.4;
    border-bottom: 1px solid rgb(181,187,173);
    content: "";
}.insta_feed_base .top_teach_base h5 {
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: rgb(153,159,140);
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}.insta_feed_base .top_teach_base .header_guide_base {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.insta_feed_base .top_teach_base .header_guide_base a {
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    padding-left: 1rem;
}.insta_feed_base .top_teach_base .header_guide_base a::before {
    content: "";
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    background-color: rgb(181,187,173);
    width: 5px;
    height: 5px;
}.insta_feed_base .top_teach_base .header_guide_base a:hover {
    transform: translateX(5px);
    color: rgb(181,187,173);
    opacity: 1;
}.insta_feed_base .top_teach_base .header_guide_base a:hover::before {
    background-color: rgb(153,159,140);
    height: 7px;
    width: 7px;
}.honor_cta_base {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    position: relative;
}.honor_cta_base::before {
    background: linear-gradient(to right, transparent, rgb(181,187,173), transparent);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    height: 1px;
    left: 0;
}.honor_cta_base .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.honor_cta_base .teach_supp_base {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
}

@media screen and (max-width: 992px) {.insta_feed_base .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.insta_feed_base .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.insta_feed_base .abuse_ctrl_base {
    justify-content: flex-start;
}.insta_feed_base .header_guide_base {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.insta_feed_base {
    padding: 3rem 0 2rem;
}.insta_feed_base .header_guide_base {
    gap: 2rem;
    flex-direction: column;
}.insta_feed_base .top_teach_base::before,
    .insta_feed_base .top_teach_base::after {
    display: none;
}.insta_feed_base .top_teach_base {
    margin-bottom: 1.5rem;
}.honor_cta_base {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.insta_feed_base .company_holder h3 {
    font-size: 29px;
}.insta_feed_base .top_teach_base h5 {
    font-size: calc(16px * 1.1);
}.insta_feed_base .top_teach_base .header_guide_base a {
    font-size: calc(17px * 0.9);
}}.newsletter_signup_base {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(181,187,173,0.5) 100%);
    padding: 5rem 2rem;
}.newsletter_signup_base::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    content: "";
    left: 0;
    opacity: 0.1;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}.newsletter_signup_base::after {
    bottom: 0;
    right: 0;
    content: "";
    animation: scanline 3s linear infinite;
    height: 5px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(153,159,140), transparent);
    filter: blur(2px);
    position: absolute;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.newsletter_signup_base .virtual_classes_base {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2;
    max-width: 1200px;
}.newsletter_signup_base .inquiry_inquiry_base {
    width: 70%;
    position: relative;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    padding: 3rem;
    transform: perspective(1000px) rotateX(5deg);
    margin-left: 15%;
    background: rgba(0, 0, 0, 0.5);
    border-image: linear-gradient(
        135deg,
        rgb(181,187,173),
        transparent,
        rgb(153,159,140)
    );
    box-shadow: 0 0 25px rgb(181,187,173,0.5), 
                inset 0 0 15px rgb(153,159,140,0.5);
    border-image-slice: 1;
}.newsletter_signup_base .inquiry_inquiry_base::before {
    right: -2px;
    opacity: 0.7;
    bottom: -2px;
    position: absolute;
    z-index: -1;
    filter: blur(15px);
    background: linear-gradient(45deg, rgb(181,187,173), transparent, rgb(153,159,140));
    left: -2px;
    top: -2px;
    content: "";
    animation: glow 3s ease-in-out infinite alternate;
}@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}

.newsletter_signup_base h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.5rem;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(181,187,173), 0 0 20px rgb(181,187,173,0.5);
    position: relative;
    display: inline-block;
}.newsletter_signup_base h3::after {
    left: 0;
    box-shadow: 0 0 10px rgb(153,159,140);
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(153,159,140);
    bottom: -10px;
    width: 50px;
}.newsletter_signup_base .input_holder {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.newsletter_signup_base input[type="email"] {
    border: none;
    font-size: 15px;
    flex-grow: 1;
    padding: 1.3rem 1.5rem;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    border-right: 1px solid rgb(181,187,173,0.5);
}.newsletter_signup_base input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.newsletter_signup_base input[type="email"]:focus {
    box-shadow: inset 0 0 15px rgb(181,187,173,0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}.newsletter_signup_base .updates_modal_base {
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 0.4s ease;
    padding: 1rem 2.5rem;
    color: #ffffff;
    background: linear-gradient(
        to right,
        rgb(153,159,140),
        rgb(181,187,173)
    );
    cursor: pointer;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 17px;
}.newsletter_signup_base .updates_modal_base::before {
    width: 100%;
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
    position: absolute;
    content: "";
}.newsletter_signup_base .updates_modal_base:hover::before {
    left: 100%;
}.newsletter_signup_base .updates_modal_base:hover {
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 0 0 15px rgb(153,159,140), 0 0 30px rgb(153,159,140,0.5);
}

@media (max-width: 768px) {.newsletter_signup_base {
    padding: 3rem 1rem;
}.newsletter_signup_base .inquiry_inquiry_base {
    margin-left: 0;
    padding: 2rem 1rem;
    width: 100%;
    transform: perspective(0) rotateX(0);
}.newsletter_signup_base h3 {
    font-size: 23px;
    text-align: center;
    width: 100%;
}.newsletter_signup_base h3::after {
    transform: translateX(-50%);
    left: 50%;
}.newsletter_signup_base .input_holder {
    flex-direction: column;
    clip-path: none;
}.newsletter_signup_base input[type="email"] {
    border-right: none;
    border-bottom: 1px solid rgb(181,187,173,0.5);
    padding: 1rem;
    width: 100%;
}.newsletter_signup_base .updates_modal_base {
    width: 100%;
    padding: 1rem;
}}.cookieNotificationBox_base {
    border-top: 2px solid rgb(181,187,173);
    background: rgb(153,159,140);
    z-index: 90;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
}.consent_edu_base {
    max-width: 1200px;
    display: flex;
    margin: auto;
    align-items: center;
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}.cookieNotificationBox_base h5 {
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 19px;
}.cookieNotificationBox_base p {
    max-width: 500px;
    font-size: 12px;
    color: #ffffff;
}.consent_ack_base {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_ack_base svg, .consent_ack_base svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(181,187,173);
    height: 80px;
    width: 80px;
}.consent_ack_base:hover svg {
    transform: rotate(10deg);
}.cookie_window_base {
    padding: 10px 20px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(181,187,173,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    background: rgb(181,187,173);
    text-decoration: none;
    cursor: pointer;
    border-radius: 11px;
    margin-left: 20px;
    font-size: 15px;
}.cookie_button.cookie_tips_base {
    background: rgb(181,187,173);
}.cookie_button.cookie_eductrl_base {
    background: rgb(153,159,140);
}.cookie_window_base:hover {
    box-shadow: rgb(181,187,173,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookieNotificationBox_base p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(181,187,173);
}.cookieNotificationBox_base p a:hover {
    color: rgb(153,159,140);
}.wrapper-border_base .cookieNotificationBox_base {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(153,159,140);
}.wrapper-border_base .cookie_window_base {
    background: rgb(181,187,173);
    padding: 10px;
    font-weight: 400;
    border: none;
    margin-left: 30px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 15px;
    border-radius: 10px;
}.wrapper-border_base .cookie_expand_base h5, .wrapper-border_base .cookie_expand_base p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox_base {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_ack_base {
    display: none;
}.consent_edu_base {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBox_base h5 {
    text-align: center;
}.cookieNotificationBox_base p {
    text-align: center;
}.cookie_expand_base {
    margin-bottom: 20px;
    text-align: center;
}.cookie_window_base {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
#cookieAlertNotice_base {
    display: none;
}#cookieAlertNotice_base:checked ~ .cookieNotificationBox_base {
    visibility: hidden;
    opacity: 0;
}.contact_information_base {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.contact_information_base::before {
    opacity: 0.9;
    content: '';
    background-color: rgb(209,215,201);
    position: absolute;
    inset: 0;
    z-index: -1;
}.contact_information_base .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}.contact_information_base .inquiry_inquiry_base {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-radius: 27px;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}.contact_information_base .inquiry_form_base {
    padding: 0;
    position: relative;
    background: rgb(153,159,140);
}.contact_information_base .inquiry_form_base h3 {
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    padding: 30px;
    font-size: 29px;
    text-align: center;
    background: rgb(153,159,140);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_information_base .inquiry_form_base div {
    position: relative;
    padding: 20px 40px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: flex-start;
}.contact_information_base .inquiry_form_base div:hover {
    background-color: rgb(181,187,173);
}.contact_information_base .inquiry_form_base div:last-child {
    border-bottom: none;
}.contact_information_base .inquiry_form_base div svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
}.contact_information_base .inquiry_form_base div svg path {
    fill: #ffffff;
}.contact_information_base .inquiry_form_base div span {
    font-size: 14px;
    color: #ffffff;
}.contact_information_base .inquiry_form_base div span a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact_information_base .inquiry_form_base div span a:hover {
    opacity: 0.8;
}.contact_information_base .connect_links_base {
    padding: 50px;
    background-color: #ffffff;
}.contact_information_base .connect_links_base h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    text-align: center;
}.contact_information_base .connect_links_base h3::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background-color: rgb(153,159,140);
    content: '';
    left: 50%;
    bottom: -10px;
    width: 80px;
}.contact_information_base .connect_links_base form {
    width: 100%;
}.contact_information_base .connect_links_base input[type="text"],
.contact_information_base .connect_links_base input[type="email"] {
    width: 100%;
    transition: border-color 0.3s ease;
    border-radius: 0;
    border-bottom: 2px solid rgb(209,215,201);
    border: none;
    color: #000000;
    margin-bottom: 25px;
    background-color: #ffffff;
    height: 55px;
    padding: 0 20px;
    font-size: 14px;
}.contact_information_base .connect_links_base input[type="text"]:focus,
.contact_information_base .connect_links_base input[type="email"]:focus {
    outline: none;
    border-color: rgb(153,159,140);
}.contact_information_base .connect_links_base input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_information_base .connect_links_base .support_links_base {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.contact_information_base .connect_links_base .support_links_base input[type="checkbox"] {
    -webkit-appearance: none;
    margin-right: 10px;
    flex-shrink: 0;
    appearance: none;
    width: 22px;
    border: 2px solid rgb(209,215,201);
    cursor: pointer;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    height: 22px;
}.contact_information_base .connect_links_base .support_links_base input[type="checkbox"]:checked {
    background-color: rgb(153,159,140);
    border-color: rgb(153,159,140);
}.contact_information_base .connect_links_base .support_links_base input[type="checkbox"]:checked::before {
    content: '✓';
    left: 50%;
    font-size: 14px;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.contact_information_base .connect_links_base .support_links_base label {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.contact_information_base .connect_links_base .support_links_base label a {
    text-decoration: none;
    color: rgb(153,159,140);
    transition: color 0.3s ease;
}.contact_information_base .connect_links_base .support_links_base label a:hover {
    color: rgb(181,187,173);
}.contact_information_base .connect_links_base .feedback_info_base {
    transition: background-color 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    border: none;
    background-color: rgb(153,159,140);
    color: #ffffff;
    height: 55px;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    border-radius: 0;
}.contact_information_base .connect_links_base .feedback_info_base::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
}.contact_information_base .connect_links_base .feedback_info_base:hover {
    background-color: rgb(181,187,173);
}.contact_information_base .connect_links_base .feedback_info_base:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_information_base .inquiry_inquiry_base {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_information_base .inquiry_form_base {
    flex-direction: column;
    border-radius: 0 27px 27px 0;
    display: flex;
}.contact_information_base .connect_links_base {
    display: flex;
    border-radius: 27px 0 0 27px;
    justify-content: center;
    flex-direction: column;
}.contact_information_base .inquiry_form_base h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.contact_information_base .inquiry_form_base div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    flex: 1;
    align-items: center;
}.contact_information_base .inquiry_form_base div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_information_base .inquiry_form_base {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_information_base .inquiry_form_base h3 {
    grid-column: 1 / -1;
}.contact_information_base .inquiry_form_base div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_information_base .inquiry_form_base div:nth-child(2n) {
    border-right: none;
}.contact_information_base .inquiry_form_base div:nth-last-child(1),
    .contact_information_base .inquiry_form_base div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_information_base {
    padding: 60px 0;
}.contact_information_base .connect_links_base {
    padding: 40px 25px;
}.contact_information_base .inquiry_form_base h3 {
    font-size: calc(22px + 2px);
    padding: 25px 20px;
}.contact_information_base .inquiry_form_base div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_information_base {
    padding: 40px 0;
}.contact_information_base .connect_links_base {
    padding: 30px 20px;
}.contact_information_base .connect_links_base h3 {
    font-size: 22px;
}.contact_information_base .inquiry_form_base h3 {
    font-size: 22px;
    padding: 20px 15px;
}.contact_information_base .inquiry_form_base div {
    padding: 15px 20px;
}.contact_information_base .inquiry_form_base div svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.ideal_participants_base {
    background: rgb(209,215,201);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.ideal_participants_base::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(181,187,173,0.5) 0,
        rgb(181,187,173,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.05;
}.ideal_participants_base .virtual_classes_base {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.ideal_participants_base h3 {
    color: #000000;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.ideal_participants_base h3::after {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background: linear-gradient(90deg, rgb(181,187,173), rgb(153,159,140));
    content: "";
    left: 50%;
    width: 80px;
    position: absolute;
    height: 5px;
    transform: translateX(-50%);
    bottom: 0;
}.ideal_participants_base ul {
    gap: 60px 30px;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}.ideal_participants_base ul li {
    z-index: 1;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    background: #ffffff;
    min-height: 100px;
    font-size: 13px;
    padding: 25px 25px 25px 80px;
    transform: perspective(1000px) rotateX(5deg);
    font-family: Arial, sans-serif;
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
}.ideal_participants_base ul li::before,
.ideal_participants_base ul li::after {
    content: "";
    background: #ffffff;
    transition: all 0.4s ease;
    position: absolute;
}.ideal_participants_base ul li::before {
    top: 5px;
    border: 1px solid rgb(153,159,140,0.5);
    z-index: -1;
    bottom: 5px;
    right: 5px;
    left: 5px;
    transform: translateZ(-10px);
}.ideal_participants_base ul li::after {
    top: 15px;
    bottom: 0;
    z-index: -2;
    left: 15px;
    opacity: 0.3;
    transform: translateZ(-20px);
    background: rgb(181,187,173,0.5);
    right: 15px;
}.ideal_participants_base ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.ideal_participants_base ul li:hover::before {
    transform: translateZ(-15px);
}.ideal_participants_base ul li:hover::after {
    transform: translateZ(-30px);
}.ideal_participants_base ul li svg {
    width: 40px;
    top: 50%;
    position: absolute;
    height: 40px;
    transform: translateY(-50%);
    left: 25px;
    transition: all 0.4s ease;
    z-index: 2;
}.ideal_participants_base ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.ideal_participants_base ul li svg path {
    fill: rgb(181,187,173);
    transition: fill 0.4s ease;
}.ideal_participants_base ul li:hover svg path {
    fill: rgb(153,159,140);
}.ideal_participants_base ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.ideal_participants_base ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.ideal_participants_base ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.ideal_participants_base ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.ideal_participants_base ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.ideal_participants_base ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.ideal_participants_base {
    padding: 100px 0;
}.ideal_participants_base h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.ideal_participants_base ul {
    gap: 40px 25px;
}.ideal_participants_base ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.ideal_participants_base ul li svg {
    width: 35px;
    height: 35px;
    left: 20px;
}
}

@media (max-width: 768px) {.ideal_participants_base {
    padding: 80px 0;
}.ideal_participants_base h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.8);
}.ideal_participants_base ul {
    gap: 30px;
}.ideal_participants_base ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.ideal_participants_base ul li,
    .ideal_participants_base ul li:nth-child(3n+1),
    .ideal_participants_base ul li:nth-child(3n+2),
    .ideal_participants_base ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.ideal_participants_base ul li:hover,
    .ideal_participants_base ul li:nth-child(3n+1):hover,
    .ideal_participants_base ul li:nth-child(3n+2):hover,
    .ideal_participants_base ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.ideal_participants_base {
    padding: 60px 0;
}.ideal_participants_base .virtual_classes_base {
    padding: 0 20px;
}.ideal_participants_base h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.7);
}.ideal_participants_base ul {
    gap: 25px;
}.ideal_participants_base ul li {
    padding: 18px 15px 18px 65px;
}.ideal_participants_base ul li svg {
    left: 18px;
    height: 30px;
    width: 30px;
}.ideal_participants_base ul li,
    .ideal_participants_base ul li:nth-child(3n+1),
    .ideal_participants_base ul li:nth-child(3n+2),
    .ideal_participants_base ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.ideal_participants_base ul li:hover,
    .ideal_participants_base ul li:nth-child(3n+1):hover,
    .ideal_participants_base ul li:nth-child(3n+2):hover,
    .ideal_participants_base ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.title_welcome_base {
    position: relative;
    min-height: 600px;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    height: 100vh;
}.title_welcome_base .virtual_classes_base {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}.title_welcome_base .page_lead_base {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.title_welcome_base .page_lead_base::before {
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    inset: 0;
    content: '';
    z-index: 2;
    position: absolute;
}.title_welcome_base .edu_title_base {
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    height: 100%;
    animation: slide-transition 35s infinite;
    position: relative;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    transform: translateX(0);
}.title_welcome_base .page_base_base {
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    overflow: hidden;
    position: relative;
}.title_welcome_base .page_base_base img {
    object-fit: cover;
    transition: transform 8s ease;
    filter: contrast(1.1) brightness(0.9);
    height: 100%;
    will-change: transform;
    transform-origin: center center;
    animation: slide-zoom 16s infinite alternate;
    position: absolute;
    width: 100%;
}.title_welcome_base .page_base_base:nth-child(2n) img {
    animation-delay: -3s;
}.title_welcome_base .page_base_base:nth-child(3n) img {
    animation-delay: -6s;
}.title_welcome_base .page_base_base:nth-child(4n) img {
    animation-delay: -9s;
}.title_welcome_base .text_title_base {
    backdrop-filter: blur(10px);
    animation: slide-in 1s forwards 0.5s;
    margin-right: 8%;
    border-left: 4px solid rgb(181,187,173);
    max-width: 600px;
    border-radius: 0 15px 15px 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
    padding: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 45%;
}.title_welcome_base .text_title_base::before {
    width: 4px;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(181,187,173), rgb(153,159,140));
    position: absolute;
    animation: border-reveal 1.5s forwards 1s;
    height: 0;
    left: -4px;
}.title_welcome_base .text_title_base::after {
    opacity: 0;
    border-radius: 50%;
    background-color: rgb(181,187,173);
    left: -12px;
    animation: dot-appear 0.5s forwards 2s;
    content: '';
    position: absolute;
    box-shadow: 0 0 15px rgb(181,187,173);
    top: 30px;
    height: 20px;
    width: 20px;
}.title_welcome_base .text_title_base h1 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    font-size: 38px;
    display: inline-block;
}.title_welcome_base .text_title_base h1::after {
    animation: line-expand 1.2s forwards 1.5s;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(181,187,173), transparent);
    width: 0;
}.title_welcome_base .text_title_base p {
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.9;
    opacity: 0;
    margin-bottom: 2rem;
    animation: fade-up 1s forwards 1.7s;
    font-size: 16px;
    transform: translateY(20px);
}.title_welcome_base .text_title_base .feedback_info_base {
    display: inline-block;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    animation: fade-up 1s forwards 1.9s;
    position: relative;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    color: #ffffff;
    background-color: rgb(181,187,173);
    font-size: 17px;
    transform: translateY(20px);
}.title_welcome_base .text_title_base .feedback_info_base::before {
    height: 100%;
    content: '';
    width: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    position: absolute;
    transition: left 0.7s ease;
}.title_welcome_base .text_title_base .feedback_info_base:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: rgb(153,159,140);
}.title_welcome_base .text_title_base .feedback_info_base:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.title_welcome_base .text_title_base {
    margin-right: 5%;
    padding: 3rem;
    width: 50%;
}
}

@media (max-width: 992px) {.title_welcome_base .page_lead_base::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.title_welcome_base .text_title_base {
    width: 60%;
    padding: 2.5rem;
}.title_welcome_base .text_title_base h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.title_welcome_base .virtual_classes_base {
    justify-content: center;
}.title_welcome_base .page_lead_base {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_welcome_base .page_lead_base::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.title_welcome_base .text_title_base {
    border-left: none;
    margin: 0;
    max-width: 500px;
    width: 85%;
    border-radius: 15px;
    border-top: 4px solid rgb(181,187,173);
    backdrop-filter: blur(5px);
}.title_welcome_base .text_title_base::before {
    animation: width-reveal 1.5s forwards 1s;
    height: 4px;
    width: 0;
    top: -4px;
    background: linear-gradient(to right, rgb(181,187,173), rgb(153,159,140));
    left: 0;
}.title_welcome_base .text_title_base::after {
    top: -12px;
    left: 30px;
}.title_welcome_base .text_title_base h1 {
    text-align: center;
    font-size: 38px;
    width: 100%;
}.title_welcome_base .text_title_base p {
    text-align: center;
}.title_welcome_base .text_title_base .feedback_info_base {
    text-align: center;
    display: block;
    margin: 0 auto;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.title_welcome_base {
    height: 80vh;
}.title_welcome_base .text_title_base {
    padding: 2rem;
    width: 90%;
}.title_welcome_base .text_title_base h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.title_welcome_base .text_title_base p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_welcome_base .text_title_base .feedback_info_base {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.title_welcome_base {
    height: 70vh;
}.title_welcome_base .text_title_base {
    padding: 1.5rem;
}.title_welcome_base .text_title_base h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.title_welcome_base .text_title_base p {
    line-height: 1.6;
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.title_welcome_base .text_title_base .feedback_info_base {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.title_welcome_base {
    height: auto;
    min-height: 450px;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.title_welcome_base .text_title_base {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
    
    @media (max-width: 768px) {.title_welcome_base .text_title_base {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}}
}

.title_welcome_base .edu_title_base {
    --slide-count: 2;
}.title_welcome_base:has(.page_base_base:nth-child(3)) .edu_title_base {
    --slide-count: 3;
}.title_welcome_base:has(.page_base_base:nth-child(4)) .edu_title_base {
    --slide-count: 4;
}.title_welcome_base:has(.page_base_base:nth-child(5)) .edu_title_base {
    --slide-count: 5;
}.title_welcome_base:has(.page_base_base:nth-child(n+6)) .edu_title_base {
    --slide-count: 5;
}.company_overview_base {
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
    position: relative;
}.company_overview_base::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
}.company_overview_base::after {
    right: -5%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: '';
    z-index: 1;
    transform: rotate(-15deg) skewX(-15deg);
    top: -10%;
    width: 40%;
    height: 70%;
    opacity: 0.15;
    background: rgb(181,187,173);
}.company_overview_base .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.company_overview_base h2 {
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateX(-20px);
    font-size: 37px;
    padding-bottom: 15px;
}.company_overview_base h2::after {
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform-origin: left;
    bottom: 0;
    left: 0;
    height: 3px;
    content: '';
    width: 80px;
    background: rgb(181,187,173);
    position: absolute;
    transform: scaleX(0);
}.company_overview_base .text_title_base {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
}.company_overview_base .text_title_base::before {
    left: 0;
    top: 0;
    height: 0;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    background: rgb(153,159,140);
    content: '';
    position: absolute;
    width: 3px;
}.company_overview_base .text_title_base > div {
    width: 100%;
}.company_overview_base .text_title_base p {
    transform: translateX(-15px);
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
    color: rgb(181,187,173);
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    opacity: 0;
    font-weight: 600;
}.company_overview_base .text_title_base div div {
    font-size: 18px;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.8;
    animation: fadeInText 1s ease forwards 0.9s;
    column-count: 1;
}

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

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

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

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

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

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

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

@media screen and (min-width: 768px) {.company_overview_base {
    padding: 150px 0 130px;
}.company_overview_base h2 {
    margin-bottom: 60px;
    font-size: calc(37px + 0.5rem);
}.company_overview_base h2::after {
    width: 120px;
}.company_overview_base .text_title_base {
    margin-right: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    margin-left: 40px;
    padding: 60px;
}.company_overview_base .text_title_base::before {
    width: 5px;
}.company_overview_base .text_title_base div div {
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.company_overview_base {
    padding: 180px 0 160px;
}.company_overview_base::after {
    height: 80%;
    top: -15%;
    right: -2%;
    width: 35%;
}.company_overview_base h2 {
    margin-left: 60px;
}.company_overview_base .text_title_base {
    margin-right: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    margin-left: 60px;
    padding: 70px;
}.company_overview_base .text_title_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_base .text_title_base div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media screen and (min-width: 1200px) {.company_overview_base .text_title_base {
    margin: 0 auto;
    max-width: 90%;
}.company_overview_base .text_title_base::after {
    content: '';
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(181,187,173));
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    transform-origin: right;
    width: 200px;
    bottom: -15px;
    transform: scaleX(0);
    right: 30px;
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.company_overview_base .text_title_base {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.company_overview_base .text_title_base:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(181,187,173,0.5), 0.1);
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.company_overview_base h2,
    .company_overview_base h2::after,
    .company_overview_base .text_title_base,
    .company_overview_base .text_title_base::before,
    .company_overview_base .text_title_base p,
    .company_overview_base .text_title_base div div,
    .company_overview_base::after {
    transform: none;
    opacity: 1;
    animation: none;
}.company_overview_base h2::after,
    .company_overview_base .text_title_base::before {
    height: 100%;
    width: 100%;
    transform: none;
}}.mentorship_experience_base {
    perspective: 1000px;
    overflow: hidden;
    padding: 80px 0;
    background-color: rgb(209,215,201);
    position: relative;
}.mentorship_experience_base::before {
    background: linear-gradient(
        135deg,
        rgb(153,159,140,0.5) 0%,
        transparent 40%,
        rgb(181,187,173,0.5) 100%
    );
    position: absolute;
    top: -10%;
    z-index: 0;
    width: 120%;
    transform: skewY(-5deg);
    left: -5%;
    height: 120%;
    content: "";
}.mentorship_experience_base .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.mentorship_experience_base .client_testimonials_base {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(181,187,173);
    grid-template-columns: 1fr;
    background-color: rgba(255, 255, 255, 0.95);
    gap: 30px;
    padding: 40px;
}.mentorship_experience_base .client_testimonials_base:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.mentorship_experience_base .client_testimonials_base > div:first-child {
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 240px;
}.mentorship_experience_base .client_testimonials_base:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}.mentorship_experience_base .client_testimonials_base .image_click_base {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
}.mentorship_experience_base .client_testimonials_base:hover .image_click_base {
    transform: scale(1.03);
}.mentorship_experience_base .client_testimonials_base > div:nth-child(2) {
    position: relative;
    padding-left: 15px;
    transform: translateZ(10px);
}.mentorship_experience_base .client_testimonials_base > div:nth-child(2)::before {
    height: 100%;
    transform-origin: top;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(181,187,173) 0%,
        rgb(153,159,140) 100%
    );
    position: absolute;
    left: 0;
    width: 3px;
    transform: scaleY(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.mentorship_experience_base .client_testimonials_base:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}.mentorship_experience_base .name {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 24px;
    color: #000000;
    position: relative;
    display: inline-block;
}.mentorship_experience_base .name::after {
    content: "";
    background-color: rgb(181,187,173);
    bottom: -5px;
    left: 0;
    height: 2px;
    position: absolute;
    width: 40%;
    transition: width 0.4s ease;
}.mentorship_experience_base .client_testimonials_base:hover .name::after {
    width: 100%;
}.mentorship_experience_base .client_testimonials_base > div:nth-child(2) > div {
    font-size: calc(18px - 2px);
    letter-spacing: 0.5px;
    color: rgb(153,159,140);
    margin-top: 5px;
    opacity: 0.9;
    font-weight: 600;
}.mentorship_experience_base .client_testimonials_base > div:nth-child(3) {
    transition: transform 0.4s ease-out;
    transform: translateZ(5px);
    position: relative;
}.mentorship_experience_base .client_testimonials_base:hover > div:nth-child(3) {
    transform: translateZ(15px);
}.mentorship_experience_base .work_container_base {
    line-height: 1.8;
    padding: 20px 10px 20px 25px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(181,187,173,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 10px;
    margin: 0;
}.mentorship_experience_base .work_container_base::before {
    top: 10px;
    left: 5px;
    color: rgb(181,187,173,0.5);
    line-height: 1;
    font-size: calc(39px * 1.5);
    content: "";
    position: absolute;
    opacity: 0.4;
}

@media screen and (min-width: 768px) {.mentorship_experience_base {
    padding: 100px 0;
}.mentorship_experience_base .client_testimonials_base {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.mentorship_experience_base .client_testimonials_base > div:first-child {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-row: 1 / span 2;
    height: 100%;
}.mentorship_experience_base .client_testimonials_base > div:nth-child(2) {
    grid-row: 1;
    padding-left: 40px;
    align-self: start;
    grid-column: 2;
}.mentorship_experience_base .client_testimonials_base > div:nth-child(3) {
    grid-column: 2;
    padding-left: 40px;
    grid-row: 2;
}.mentorship_experience_base .work_container_base {
    padding: 25px 20px 25px 35px;
    font-size: calc(18px + 1px);
}
}

@media screen and (min-width: 992px) {.mentorship_experience_base {
    padding: 120px 0;
}.mentorship_experience_base .client_testimonials_base {
    padding: 60px;
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    gap: 40px;
}.mentorship_experience_base .name {
    font-size: calc(24px + 2px);
}.mentorship_experience_base .client_testimonials_base > div:nth-child(2) > div {
    font-size: 18px;
}.mentorship_experience_base .work_container_base {
    line-height: 1.9;
    padding: 30px 25px 30px 45px;
}.mentorship_experience_base .work_container_base::before {
    font-size: calc(39px * 2);
}
}

@media (hover: none) {.mentorship_experience_base .client_testimonials_base {
    transform: none !important;
}.mentorship_experience_base .client_testimonials_base > div:first-child,
    .mentorship_experience_base .client_testimonials_base > div:nth-child(3) {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.mentorship_experience_base .client_testimonials_base,
    .mentorship_experience_base .client_testimonials_base > div,
    .mentorship_experience_base .name::after,
    .mentorship_experience_base .image_click_base {
    transition: none !important;
    transform: none !important;
}}.tyHub_base {
    background: linear-gradient(135deg, rgb(209,215,201) 0%, rgb(181,187,173,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tyHub_base::before {
    z-index: 1;
    height: 60%;
    position: absolute;
    pointer-events: none;
    right: -10%;
    top: -5%;
    width: 40%;
    transform: rotate(-15deg) skew(10deg);
    content: "";
    background: linear-gradient(225deg, rgb(153,159,140) 0%, transparent 70%);
    opacity: 0.1;
}.tyHub_base::after {
    bottom: -5%;
    left: -10%;
    content: "";
    transform: rotate(12deg) skew(-5deg);
    height: 65%;
    width: 45%;
    background: linear-gradient(45deg, rgb(181,187,173) 0%, transparent 80%);
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}.tyHub_base .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    transform: perspective(1000px) rotateX(2deg);
}.tyHub_base h2 {
    transform: translateX(-5%);
    max-width: 90%;
    position: relative;
    color: rgb(181,187,173);
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
}.tyHub_base h2::after {
    left: 0;
    background: rgb(153,159,140);
    content: "";
    transform-origin: left center;
    height: 3px;
    position: absolute;
    width: 85px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -12px;
    transform: scaleX(1);
}.tyHub_base .virtual_classes_base {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(5%);
    padding: 50px 40px 50px 60px;
}.tyHub_base .virtual_classes_base::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(181,187,173) 0%, rgb(153,159,140) 100%);
    width: 6px;
    top: 0;
    position: absolute;
    content: "";
}.tyHub_base .virtual_classes_base::after {
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(153,159,140,0.5) 0%, transparent 70%);
    right: 20px;
    height: 100px;
    content: "";
    opacity: 0.3;
    top: 20px;
    width: 100px;
    position: absolute;
}.tyHub_base ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyHub_base li {
    position: relative;
    z-index: 2;
}.tyHub_base li::before {
    top: -40px;
    content: "";
    font-size: 120px;
    color: rgb(181,187,173);
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    font-family: serif;
    left: -20px;
    line-height: 1;
}.tyHub_base li span {
    font-weight: 400;
    font-size: calc(12px + 0.1rem);
    color: #000000;
    max-width: 95%;
    position: relative;
    display: block;
    line-height: 1.7;
}.tyHub_base:hover .virtual_classes_base {
    transform: translateX(5%) translateY(-5px);
}.tyHub_base:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.tyHub_base {
    padding: 90px 0;
}.tyHub_base h2 {
    font-size: calc(33px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.tyHub_base .virtual_classes_base {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.tyHub_base:hover .virtual_classes_base {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.tyHub_base {
    padding: 70px 0;
}.tyHub_base::before,
    .tyHub_base::after {
    width: 70%;
    height: 50%;
}.tyHub_base h2 {
    font-size: calc(33px - 0.4rem);
    margin-bottom: 30px;
    line-height: 1.35;
}.tyHub_base .virtual_classes_base {
    padding: 35px 25px 35px 35px;
}.tyHub_base li::before {
    top: -25px;
    left: -15px;
    font-size: 90px;
}.tyHub_base li span {
    font-size: 12px;
}
}

@media (max-width: 575px) {.tyHub_base {
    padding: 60px 0;
}.tyHub_base .container {
    transform: perspective(1000px) rotateX(1deg);
}.tyHub_base h2 {
    margin-bottom: 25px;
    font-size: calc(33px - 0.5rem);
}.tyHub_base h2::after {
    height: 2px;
    width: 60px;
}.tyHub_base .virtual_classes_base {
    padding: 25px 20px 25px 25px;
}.tyHub_base .virtual_classes_base::before {
    width: 4px;
}.tyHub_base li::before {
    left: -10px;
    top: -20px;
    font-size: 70px;
}.tyHub_base li span {
    line-height: 1.6;
    font-size: calc(12px - 0.1rem);
}}header .header_start_base {
    overflow: hidden;
    background: rgb(209,215,201);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}header .header_start_base::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(181,187,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(153,159,140,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -1;
}header .header_start_base::after {
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 25%, rgb(181,187,173,0.5) 100%);
    position: absolute;
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .nav_expert_base {
    display: grid;
    gap: 3rem;
    grid-template-columns: auto 1fr;
    align-items: center;
}header .nav_main_base {
    z-index: 2;
    position: relative;
}header .top_prime_base {
    z-index: 2;
    position: relative;
    display: block;
}header .top_prime_base::before,
header .top_prime_base::after {
    z-index: -1;
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 50%;
    position: absolute;
    background: rgb(181,187,173,0.5);
}header .top_prime_base::before {
    left: -15px;
    width: 50px;
    height: 50px;
    top: -15px;
}header .top_prime_base::after {
    bottom: -5px;
    background: rgb(153,159,140,0.5);
    height: 25px;
    width: 25px;
    right: -10px;
}header .top_prime_base:hover::before,
header .top_prime_base:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .top_prime_base svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
}header .top_prime_base:hover svg {
    transform: rotate(-5deg);
}header .top_teach_base {
    flex-wrap: wrap;
    margin: 0;
    border-radius: 0 29px 29px 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right, transparent, #ffffff);
    justify-content: flex-end;
    padding: 10px 20px;
    display: flex;
    list-style: none;
    position: relative;
}header .top_teach_base::after {
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(181,187,173,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(181,187,173,0.5) 50%, rgb(181,187,173,0.5) 75%, transparent 75%, transparent);
    top: 0;
    background-size: 10px 10px;
    animation: moveStripes 20s linear infinite;
}header .nav_prime_base {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}header .nav_prime_base::before {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    top: 50%;
    left: -10px;
    opacity: 0;
    transform: translateY(-50%) scale(0);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    border-left: 5px solid rgb(181,187,173);
}header .nav_prime_base:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .nav_prime_base a {
    text-decoration: none;
    background: transparent;
    border-radius: 10px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 10px 18px;
    color: #000000;
    transform-style: preserve-3d;
    font-weight: 600;
    border: 1px solid transparent;
    display: block;
}header .nav_prime_base a::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    transform: translateZ(-1px);
    background: #ffffff;
    z-index: -1;
    width: 100%;
}header .nav_prime_base a::after {
    width: 0;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    height: 2px;
    content: "";
    background: rgb(181,187,173);
    position: absolute;
}header .nav_prime_base a:hover {
    transform: translateZ(20px);
    border-color: rgb(181,187,173,0.5);
    color: rgb(181,187,173);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .nav_prime_base a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .nav_expert_base {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .top_teach_base {
    border-radius: 29px;
    width: 100%;
    justify-content: center;
    background: #ffffff;
    clip-path: none;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .nav_prime_base {
    margin: 3px 5px;
}header .nav_prime_base a {
    font-size: calc(16px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .top_teach_base {
    padding: 15px;
    align-items: center;
    flex-direction: column;
}header .nav_prime_base {
    width: 100%;
    margin: 3px 0;
}header .nav_prime_base a {
    width: 100%;
    text-align: center;
}header .nav_prime_base::before {
    display: none;
}header .top_prime_base svg {
    height: 40px;
}}.course_overview_base {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(45deg, rgb(209,215,201) 0%, rgb(153,159,140,0.5) 50%, rgb(209,215,201) 100%);
}.course_overview_base::before {
    top: -10%;
    content: "";
    z-index: 1;
    position: absolute;
    right: -10%;
    border-radius: 50%;
    height: 70%;
    width: 70%;
    opacity: 0.4;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(181,187,173,0.5) 0%, transparent 70%);
}.course_overview_base::after {
    content: "";
    border-radius: 50%;
    height: 50%;
    background: radial-gradient(circle, rgb(153,159,140,0.5) 0%, transparent 70%);
    width: 50%;
    z-index: 1;
    left: -5%;
    bottom: -5%;
    position: absolute;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_overview_base .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.course_overview_base .virtual_classes_base {
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1.2fr 0.8fr;
    transform: perspective(1000px) rotateY(-2deg);
    gap: 3rem;
}.course_overview_base .virtual_classes_base::before {
    transform: translateZ(-10px);
    opacity: 0.05;
    border-radius: 13px;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(181,187,173,0.5) 50px, rgb(181,187,173,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(181,187,173,0.5) 50px, rgb(181,187,173,0.5) 51px);
    content: "";
    top: -2rem;
    z-index: -1;
    width: calc(100% + 4rem);
    position: absolute;
    height: calc(100% + 4rem);
    left: -2rem;
}.course_overview_base .skill_academy_base {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: 3;
    background: #ffffff;
    transform: translateZ(20px);
    position: relative;
    padding: 3rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(209,215,201);
    border-radius: 13px;
}.course_overview_base .skill_academy_base::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    position: absolute;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    z-index: -1;
    content: "";
}.course_overview_base .nav_main_base {
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
}.course_overview_base .nav_main_base::before {
    opacity: 0.6;
    background: rgb(181,187,173);
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    position: absolute;
    content: "";
    height: 2px;
    right: -20px;
}.course_overview_base .nav_main_base::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(153,159,140) 0%, transparent 100%);
    height: 3px;
    border-radius: 10px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
}.course_overview_base .nav_main_base svg {
    filter: drop-shadow(0 2px 4px rgb(181,187,173,0.5));
    transition: all 0.3s ease;
    height: 4rem;
    width: auto;
}.course_overview_base .nav_main_base svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(181,187,173,0.5));
}.course_overview_base .nav_main_base svg path {
    fill: rgb(181,187,173);
    transition: fill 0.3s ease;
}.course_overview_base .nav_main_base svg:hover path {
    fill: rgb(153,159,140);
}.course_overview_base h3 {
    color: transparent;
    font-weight: 700;
    transform: translateZ(5px);
    font-size: 33px;
    background: linear-gradient(to right, #000000 0%, rgb(181,187,173) 100%);
    position: relative;
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    display: inline-block;
    background-clip: text !important;
}.course_overview_base h3::after {
    height: 3px;
    border-radius: 10px;
    background: rgb(181,187,173);
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 30px;
}.course_overview_base .skill_academy_base:hover h3::after {
    width: 80px;
}.course_overview_base p {
    color: #000000;
    z-index: 2;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    position: relative;
    font-size: 12px;
    line-height: 1.7;
}.course_overview_base .image_click_base {
    animation: floatAnimation 6s ease-in-out infinite;
    transform: translateZ(30px) rotate(3deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    height: 450px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    min-height: 400px;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_overview_base .image_click_base::before {
    transition: all 0.5s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(181,187,173,0.5) 100%
    );
    content: "";
    mix-blend-mode: soft-light;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}.course_overview_base .image_click_base::after {
    bottom: 0;
    background: linear-gradient(
        to top,
        rgb(181,187,173,0.5) 0%,
        transparent 100%
    );
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.3;
    height: 50%;
    left: 0;
}.course_overview_base .virtual_classes_base:hover .image_click_base {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.course_overview_base .virtual_classes_base:hover .image_click_base::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(153,159,140,0.5) 40%,
        rgb(181,187,173,0.5) 100%
    );
}

@media (max-width: 1024px) {.course_overview_base {
    padding: 5rem 0;
}.course_overview_base .virtual_classes_base {
    gap: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
}.course_overview_base .skill_academy_base {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_overview_base .image_click_base {
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
}.course_overview_base .virtual_classes_base:hover .image_click_base {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_overview_base {
    padding: 4rem 0;
}.course_overview_base .virtual_classes_base::before {
    height: calc(100% + 3rem);
    left: -1.5rem;
    width: calc(100% + 3rem);
    top: -1.5rem;
}.course_overview_base .skill_academy_base {
    padding: 2rem;
}.course_overview_base .nav_main_base svg {
    height: 3.5rem;
}.course_overview_base h3 {
    font-size: calc(33px * 0.9);
}.course_overview_base .image_click_base {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_overview_base {
    padding: 3rem 0;
}.course_overview_base .virtual_classes_base::before {
    display: none;
}.course_overview_base .skill_academy_base {
    padding: 1.5rem;
}.course_overview_base .nav_main_base svg {
    height: 3rem;
}.course_overview_base .nav_main_base::before {
    width: 20px;
    right: -10px;
}.course_overview_base h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.course_overview_base p {
    font-size: calc(12px * 0.9);
}.course_overview_base .image_click_base {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}.privacy_compartment_base {
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    padding: 2rem;
    background-color: rgb(209,215,201);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_compartment_base h1 {
    padding-bottom: 0.5rem;
    font-size: 47px;
    font-weight: 700;
    border-bottom: 2px solid rgb(181,187,173);
    color: rgb(181,187,173);
    margin-bottom: 1.5rem;
}.privacy_compartment_base h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(153,159,140);
    margin-top: 1rem;
}.privacy_compartment_base ul,
.privacy_compartment_base ol {
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 1rem;
}.privacy_compartment_base li {
    padding-left: 1.2rem;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    margin-bottom: 0.5rem;
}.privacy_compartment_base li::before {
    font-size: 1.2rem;
    color: rgb(181,187,173);
    left: 0;
    content: "•";
    line-height: 1.2;
    position: absolute;
}.privacy_compartment_base p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1rem;
}.privacy_compartment_base span {
    font-weight: 400;
    color: #000000;
}.privacy_compartment_base div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.privacy_compartment_base {
    border-radius: 10px;
    padding: 1rem;
}.privacy_compartment_base h1 {
    font-size: calc(21px - 0.5rem);
}.privacy_compartment_base h2 {
    font-size: calc(21px - 0.5rem);
}.privacy_compartment_base p,
    .privacy_compartment_base li {
    font-size: calc(16px - 0.2rem);
}}.training_method_base {
    background: linear-gradient(135deg, rgb(209,215,201) 0%, rgba(245, 245, 248, 0.9) 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.training_method_base::before {
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(181,187,173,0.5), 0.03) 0px,
        rgba(rgb(181,187,173,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
}.training_method_base::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(181,187,173) 0%, rgb(153,159,140) 100%);
    transform: rotate(-15deg);
    opacity: 0.04;
    top: -50%;
    width: 70%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0 85%);
    content: "";
    right: -30%;
    height: 200%;
}.training_method_base .virtual_classes_base {
    transform: translateZ(0);
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.training_method_base h2 {
    margin-bottom: 3rem;
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    font-size: 30px;
}.training_method_base h2::after {
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(181,187,173) 0%, rgb(153,159,140) 100%);
    width: 80px;
    animation: expandWidth 1s ease-out 0.4s forwards;
}.training_method_base .text_title_base {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    padding: 3rem;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(20px);
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.training_method_base .text_title_base::before {
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(rgb(181,187,173,0.5), 0.02) 0%, rgba(rgb(153,159,140,0.5), 0.04) 100%);
    width: 100%;
    transition: opacity 0.3s ease;
}.training_method_base .text_title_base:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(10px) translateZ(0);
}.training_method_base .text_title_base:hover::before {
    opacity: 1;
}.training_method_base p {
    font-size: 15px;
    margin: 0;
    line-height: 1.8;
    z-index: 2;
    position: relative;
    color: #000000;
}.training_method_base .text_title_base::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(181,187,173) 0%, rgb(153,159,140) 100%);
    width: 4px;
    transition: height 0.5s ease;
    height: 0;
}.training_method_base .text_title_base:hover::after {
    height: 100%;
}

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

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

@media (max-width: 991px) {.training_method_base {
    padding: 6rem 0;
}.training_method_base h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.training_method_base .text_title_base {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.training_method_base {
    padding: 5rem 0;
}.training_method_base::after {
    width: 100%;
    right: -50%;
    top: -30%;
}.training_method_base h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.training_method_base h2::after {
    width: 60px;
    height: 3px;
}.training_method_base .text_title_base {
    padding: 2rem;
}.training_method_base p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.training_method_base {
    padding: 4rem 0;
}.training_method_base .virtual_classes_base {
    padding: 0 1.5rem;
}.training_method_base h2 {
    font-size: calc(30px * 0.7);
}.training_method_base .text_title_base {
    padding: 1.5rem;
}.training_method_base p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.plan_card_base {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(209,215,201);
}.plan_card_base::before {
    width: 110%;
    position: absolute;
    z-index: 0;
    top: -10%;
    transform: rotate(-3deg);
    content: "";
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    height: 120%;
}.plan_card_base .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.plan_card_base .fee_options_base {
    display: flex;
    flex-direction: column;
}.plan_card_base .study_rates_base {
    order: 1;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}.plan_card_base .study_rates_base h2 {
    background: linear-gradient(120deg, rgb(153,159,140), rgb(181,187,173));
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    transform: translateY(0);
    -webkit-background-clip: text !important;
}.plan_card_base .study_rates_base:hover h2 {
    transform: translateY(-5px);
}.plan_card_base .tuition_table_base {
    line-height: 1.6;
    position: relative;
    font-size: 12px;
    max-width: 700px;
    margin: 0 auto;
    color: #000000;
}.plan_card_base .tuition_table_base::after {
    height: 3px;
    bottom: -15px;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%) scaleX(0.7);
    background: linear-gradient(90deg, rgb(153,159,140), rgb(181,187,173));
}.plan_card_base .study_rates_base:hover .tuition_table_base::after {
    transform: translateX(-50%) scaleX(1);
}.plan_card_base .learn_packs_base {
    order: 2;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}.plan_card_base .study_cost_base {
    position: relative;
    border-radius: 26px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    transform-style: preserve-3d;
    overflow: hidden;
    background-color: #ffffff;
    perspective: 1000px;
    display: block;
    text-decoration: none;
}.plan_card_base .study_cost_base::before {
    z-index: 2;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(153,159,140), rgb(181,187,173));
    content: "";
    position: absolute;
    top: 0;
    transform-origin: left;
    left: 0;
    height: 5px;
}.plan_card_base .study_cost_base:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.plan_card_base .study_cost_base:hover::before {
    transform: scaleX(1);
}.plan_card_base .trial_rates_base {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_card_base .fee_choices_base {
    z-index: 1;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
}.plan_card_base .fee_choices_base::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.plan_card_base .fee_choices_base h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 2px);
    transition: transform 0.4s ease;
    margin-bottom: 15px;
}.plan_card_base .study_cost_base:hover .fee_choices_base h3 {
    transform: translateX(5px);
}.plan_card_base .pay_options_base {
    padding: 5px 10px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(18px + 8px);
    position: relative;
    color: rgb(181,187,173);
}.plan_card_base .pay_options_base::before {
    background: linear-gradient(90deg, rgb(153,159,140), rgb(181,187,173));
    transform: scaleX(0.3);
    transform-origin: left;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
}.plan_card_base .study_cost_base:hover .pay_options_base {
    transform: translateY(-5px);
    color: rgb(153,159,140);
}.plan_card_base .study_cost_base:hover .pay_options_base::before {
    transform: scaleX(1);
}.plan_card_base .fee_choices_base p {
    hyphens: auto;
    color: #000000;
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    max-width: 100%;
    word-wrap: break-word;
    font-size: 12px;
}.plan_card_base .image_click_base {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: 200px;
    overflow: hidden;
}.plan_card_base .image_click_base::after {
    height: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
}.plan_card_base .study_cost_base:hover .image_click_base {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan_card_base .learn_packs_base {
    grid-template-columns: repeat(2, 1fr);
}.plan_card_base .fee_choices_base {
    padding: 35px;
}.plan_card_base .image_click_base {
    height: 220px;
}
}

@media (min-width: 992px) {.plan_card_base .fee_options_base {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.plan_card_base .study_rates_base {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
    order: 2;
}.plan_card_base .learn_packs_base {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.plan_card_base .tuition_table_base::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.plan_card_base .study_rates_base:hover .tuition_table_base::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.plan_card_base {
    padding: 150px 0;
}.plan_card_base .learn_packs_base {
    gap: 40px;
}.plan_card_base .study_cost_base {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_card_base .study_cost_base:hover {
    transform: translateY(-15px) scale(1.02);
}.plan_card_base .study_cost_base:nth-child(even) {
    transform: translateY(15px);
}.plan_card_base .study_cost_base:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.plan_card_base .image_click_base {
    height: 250px;
}}.start_now_base {
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,159,140), rgb(181,187,173) 120%);
    perspective: 1000px;
    transform-style: preserve-3d;
}.start_now_base::before {
    transform: translateZ(-10px);
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: shimmer 6s infinite linear;
    pointer-events: none;
    width: 100%;
}.start_now_base::after {
    opacity: 0.6;
    transform: rotate(-15deg) translateZ(10px);
    position: absolute;
    right: -10%;
    background: linear-gradient(135deg, rgb(181,187,173,0.5), transparent);
    height: 120%;
    width: 35%;
    filter: blur(20px);
    top: -10%;
    content: "";
}.start_now_base .container {
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    max-width: 1200px;
    flex-direction: column;
    transform: translateZ(30px);
    display: flex;
    margin: 0 auto;
}.start_now_base h6 {
    max-width: 800px;
    position: relative;
    transform: translateY(-5px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
}.start_now_base h6::after {
    content: "";
    left: 50%;
    bottom: -15px;
    width: 60px;
    height: 3px;
    opacity: 0.7;
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
}.start_now_base div span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    display: inline-block;
    transform: perspective(800px) rotateX(5deg);
}.start_now_base div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.start_now_base div span::before {
    content: "";
    bottom: -8px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    position: absolute;
    filter: blur(6px);
    opacity: 0.6;
    height: 8px;
    border-radius: 50%;
}.start_now_base div span:hover::before {
    opacity: 0.8;
    width: 100%;
}.start_now_base .feedback_info_base {
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    text-decoration: none;
    background: #ffffff;
    border: 2px solid transparent;
    font-size: calc(19px + 0.1rem);
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    color: rgb(153,159,140);
    display: inline-flex;
    padding: 1rem 2.5rem;
    justify-content: center;
}.start_now_base .feedback_info_base::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
}.start_now_base .feedback_info_base:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}.start_now_base .feedback_info_base:hover::before {
    left: 100%;
}.start_now_base .feedback_info_base span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.start_now_base .feedback_info_base:hover span {
    transform: scale(1.05);
}.start_now_base .feedback_info_base:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.start_now_base {
    padding: 3.5rem 1.5rem;
}.start_now_base h6 {
    font-size: calc(16px + 0.1rem);
    margin-bottom: 2rem;
}.start_now_base .feedback_info_base {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.start_now_base {
    padding: 3rem 1rem;
}.start_now_base::after {
    top: -5%;
    right: -20%;
    width: 50%;
}.start_now_base h6 {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 1.8rem;
}.start_now_base h6::after {
    width: 50px;
    bottom: -12px;
}.start_now_base .feedback_info_base {
    font-size: 19px;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 575px) {.start_now_base {
    padding: 2.5rem 0.8rem;
}.start_now_base h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(16px + 0.1rem);
}.start_now_base .feedback_info_base {
    padding: 0.7rem 1.5rem;
}.start_now_base::before,
    .start_now_base::after {
    opacity: 0.4;
}
}