* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1142px;
    margin: auto;
}.head_main {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.inner-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}.award_show {
    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;
}}
.price_card_deck {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.price_card_deck::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.price_card_deck::after {
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(161,181,181,0.5), 0.15) 0%, transparent 50%);
    content: "";
}.price_card_deck .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    position: relative;
}.price_card_deck .rate_plans {
    position: relative;
}.price_card_deck h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    font-size: 37px;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
}.price_card_deck h2::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
    width: 80px;
    content: "";
    bottom: -10px;
    position: absolute;
}.price_card_deck .pay_plans {
    opacity: 0.9;
    margin: 0 auto 40px;
    color: #ffffff;
    max-width: 700px;
    font-size: calc(13px + 2px);
    line-height: 1.6;
    text-align: center;
}.price_card_deck .skill_offers {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
}.price_card_deck .skill_offers li {
    perspective: 1000px;
    display: flex;
}.price_card_deck .rate_schemes {
    text-decoration: none;
    position: relative;
    height: 100%;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    backdrop-filter: blur(8px);
    flex-direction: column;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}.price_card_deck .rate_schemes::before {
    left: 0;
    height: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(161,181,181,0.5), transparent 75%);
}.price_card_deck .rate_schemes:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.price_card_deck .rate_schemes:hover::before {
    opacity: 0.15;
}.price_card_deck .pricing_list {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
}.price_card_deck .indv_sub {
    flex-direction: column;
    display: flex;
    height: 100%;
}.price_card_deck .indv_sub h4 {
    margin: 0 0 20px;
    font-size: calc(23px + 2px);
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
}.price_card_deck .rate_schemes:hover .indv_sub h4 {
    transform: translateY(-5px);
}.price_card_deck .indv_sub h4::after {
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(105,150,139);
    content: "";
    bottom: -8px;
    position: absolute;
    width: 40px;
}.price_card_deck .rate_schemes:hover .indv_sub h4::after {
    width: 60px;
}.price_card_deck .indv_sub p {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 25px;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
}.price_card_deck .plan_rates {
    overflow: hidden;
    font-size: calc(23px + 4px);
    transition: transform 0.3s ease;
    margin-top: auto;
    background: linear-gradient(90deg, rgb(161,181,181,0.5), transparent);
    align-self: flex-start;
    padding: 10px 20px;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
}.price_card_deck .plan_rates::before {
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
}.price_card_deck .rate_schemes:hover .plan_rates {
    transform: scale(1.05);
}.price_card_deck .rate_schemes:hover .plan_rates::before {
    left: 100%;
}

@media (max-width: 1200px) {.price_card_deck {
    padding: 80px 0;
}.price_card_deck .skill_offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_card_deck h2 {
    font-size: calc(37px - 4px);
}.price_card_deck .pay_plans {
    font-size: 13px;
    margin-bottom: 30px;
}.price_card_deck .pricing_list {
    padding: 25px;
}
}

@media (max-width: 768px) {.price_card_deck {
    padding: 60px 0;
}.price_card_deck .skill_offers {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_card_deck .indv_sub h4 {
    font-size: 23px;
}.price_card_deck .plan_rates {
    font-size: 23px;
}
}

@media (max-width: 576px) {.price_card_deck {
    padding: 50px 0;
}.price_card_deck h2 {
    font-size: calc(37px - 6px);
}.price_card_deck .pay_plans {
    font-size: calc(13px - 1px);
}.price_card_deck .pricing_list {
    padding: 20px;
}.price_card_deck .indv_sub p {
    font-size: calc(13px - 1px);
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    z-index: 1;
    right: 0;
    opacity: 0.92;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(161,181,181) 150%);
    top: 0;
    content: '';
}.award_show {
    padding: 70px 0;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.award_show .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.award_show .company_holder {
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.award_show .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.award_show .company_holder::before {
    left: 0;
    width: 100%;
    top: 0;
    background: rgb(161,181,181);
    position: absolute;
    height: 5px;
    content: '';
}.award_show .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 30px;
}.award_show .company_holder h3::after {
    left: 0;
    height: 3px;
    bottom: -8px;
    position: absolute;
    width: 60px;
    content: '';
    background: rgb(105,150,139);
}.award_show .tutor_match {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.award_show .about_learn {
    position: relative;
}.award_show .page_top {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}.award_show .main_lead {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.award_show .main_lead h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    border-left: 3px solid rgb(161,181,181);
    padding-left: 15px;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.award_show .main_lead .page_top {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.award_show .main_lead .page_top a {
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    overflow: hidden;
}.award_show .main_lead .page_top a::before {
    position: absolute;
    top: 0;
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(161,181,181,0.5);
    content: '';
}.award_show .main_lead .page_top a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}.award_show .main_lead .page_top a:hover::before {
    width: 100%;
}.med_guides {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    padding: 20px 0;
    z-index: 2;
}.med_guides .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.med_guides .twitter_cta {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    bottom: 0;
    background-size: 40px 40px;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    content: '';
}

@media (max-width: 992px) {.award_show .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.award_show {
    padding: 50px 0;
}.award_show .main_lead {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.award_show {
    padding: 40px 0;
}.award_show .company_holder h3 {
    font-size: calc(30px * 0.8);
}.award_show .main_lead h5 {
    font-size: calc(22px * 0.9);
}.award_show .main_lead .page_top a,
    .award_show .footer_agreement {
    font-size: calc(14px * 0.95);
}}

.med_guides::before {
    opacity: 0.2;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
}.title_greeting {
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: rgb(224,230,229);
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: 100vh;
}.title_greeting::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.title_greeting::after {
    bottom: -5%;
    height: 40%;
    z-index: 1;
    right: -5%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(105,150,139) 0%, transparent 70%);
    width: 40%;
    opacity: 0.7;
    animation: pulse 8s infinite alternate;
}.title_greeting .main_title {
    position: relative;
    padding: 2rem;
    width: 100%;
    z-index: 2;
    max-width: 1400px;
    transform: translateY(-2%);
}.title_greeting .tech_master {
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 4rem 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}.title_greeting .tech_master::before {
    z-index: -1;
    background: linear-gradient(to right, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(0, 0, 0, 0.8) 40%, 
        rgba(0, 0, 0, 0.8) 60%, 
        rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
}.title_greeting .tech_master span {
    position: relative;
    opacity: 0;
    transform: translateX(2rem);
    animation: slideIn 0.8s 0.5s forwards ease-out;
    margin-bottom: 1.5rem;
    display: block;
}.title_greeting .tech_master h3 {
    max-width: 90%;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 100%);
    border-left: 3px solid rgb(161,181,181);
    font-size: calc(20px - 0.1rem);
    font-weight: 400;
    padding: 1rem 1.5rem;
    color: rgb(105,150,139);
    line-height: 1.5;
}.title_greeting .tech_master h1 {
    color: transparent;
    font-size: 46px;
    transform: translateY(30px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    background: linear-gradient(45deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 80%);
    -webkit-background-clip: text !important;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    animation: fadeUpIn 1s 0.8s forwards ease-out;
    background-clip: text !important;
    margin-bottom: 1.5rem;
}.title_greeting .tech_master h1::after {
    width: 25%;
    content: "";
    animation: growLine 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    transform: scaleX(0);
    transform-origin: left;
    bottom: -10px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(161,181,181) 0%, 
        rgb(105,150,139) 100%);
    height: 4px;
}.title_greeting .tech_master div div {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: fadeUpIn 1s 1.2s forwards ease-out;
    max-width: 80%;
}.title_greeting .tech_master div div p {
    font-size: calc(17px + 0.1rem);
    padding: 1rem 0;
    letter-spacing: 0.02em;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
}.title_greeting .tech_master div div p::before {
    height: 1px;
    content: "";
    transform: translateY(-50%);
    background-color: rgb(161,181,181);
    left: -2rem;
    width: 1rem;
    position: absolute;
    top: 50%;
}

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

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.9;
    }
}

@media (min-width: 768px) {.title_greeting .tech_master {
    grid-template-columns: 1fr;
    padding: 5rem 4rem;
}.title_greeting .tech_master h1 {
    max-width: 90%;
    font-size: calc(46px + 0.8rem);
}.title_greeting .tech_master h3 {
    max-width: 80%;
    font-size: 20px;
}.title_greeting .tech_master div div {
    max-width: 65%;
}.title_greeting .tech_master div div p {
    font-size: calc(17px + 0.2rem);
}
}

@media (min-width: 992px) {.title_greeting .main_title {
    padding: 3rem;
}.title_greeting .tech_master {
    padding: 6rem 5rem;
    grid-template-columns: 1fr 1fr;
}.title_greeting .tech_master span {
    grid-column: 1 / 3;
}.title_greeting .tech_master h1 {
    font-size: calc(46px + 1.5rem);
    grid-column: 1 / 3;
    max-width: 85%;
}.title_greeting .tech_master div {
    grid-column: 1 / 2;
}.title_greeting .tech_master::after {
    z-index: 1;
    width: 120px;
    top: -30px;
    animation: rotate 30s linear infinite;
    opacity: 0.6;
    right: -30px;
    content: "";
    height: 120px;
    position: absolute;
    border: 2px solid rgb(161,181,181);
}
}

@media (min-width: 1200px) {.title_greeting .tech_master {
    padding: 7rem 6rem;
}.title_greeting .tech_master h1 {
    font-size: calc(46px + 2rem);
    max-width: 80%;
}.title_greeting .tech_master h3 {
    max-width: 70%;
    font-size: calc(20px + 0.1rem);
}.title_greeting .tech_master div div {
    max-width: 60%;
}.title_greeting .tech_master div div p::before {
    width: 2rem;
}
    
    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}

@media (max-width: 767px) {.title_greeting {
    min-height: 90vh;
}.title_greeting .tech_master {
    padding: 3rem 2rem;
}.title_greeting .tech_master h1 {
    font-size: calc(46px - 0.3rem);
}.title_greeting .tech_master h3 {
    font-size: calc(20px - 0.2rem);
}.title_greeting .tech_master div div {
    max-width: 100%;
}.title_greeting .tech_master div div p {
    font-size: 17px;
}.title_greeting .tech_master div div p::before {
    left: -1.5rem;
    width: 0.8rem;
}
}

@media (max-width: 480px) {.title_greeting {
    min-height: 80vh;
}.title_greeting .main_title {
    padding: 1rem;
}.title_greeting .tech_master {
    padding: 2.5rem 1.5rem;
}.title_greeting .tech_master h1 {
    font-size: calc(46px - 0.5rem);
}.title_greeting .tech_master h3 {
    font-size: calc(20px - 0.3rem);
    padding: 0.8rem 1rem;
    border-left: 2px solid rgb(161,181,181);
}}.study_method {
    position: relative;
    padding: 9rem 2rem 7rem;
    perspective: 1200px;
    overflow: hidden;
    background: rgb(224,230,229);
}.study_method::before {
    opacity: 0.15;
    animation: bgSweep 8s linear infinite alternate;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent,
        rgb(161,181,181,0.5) 70%,
        transparent
    );
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
}.study_method::after {
    opacity: 0.2;
    left: -10%;
    content: "";
    filter: blur(60px);
    background: 
        radial-gradient(circle at 30% 30%, rgb(161,181,181,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(105,150,139,0.5) 0%, transparent 50%);
    top: -10%;
    position: absolute;
    height: 120%;
    z-index: 0;
    animation: rotateBg 30s linear infinite;
    width: 120%;
    transform-origin: center;
}.study_method .achieve_stats {
    z-index: 2;
    gap: 4rem;
    align-items: center;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    transform-style: preserve-3d;
}.study_method h3 {
    margin: 0;
    position: relative;
    border-radius: 14px;
    color: #000000;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-weight: 700;
    transform: translateZ(50px) rotateX(5deg);
    text-align: center;
    font-size: 35px;
    padding: 2.5rem 3rem;
    animation: floatHeader 6s ease-in-out infinite, fadeIn 1s ease-out forwards;
}.study_method h3::before,
.study_method h3::after {
    z-index: -1;
    border-radius: inherit;
    left: 5%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    top: 5%;
    height: 90%;
    content: "";
    animation: floatShadow 6s ease-in-out infinite;
    position: absolute;
    width: 90%;
}.study_method h3::before {
    background: rgb(161,181,181,0.5);
    transform: translateZ(-20px) scale(0.98);
}.study_method h3::after {
    background: rgb(105,150,139,0.5);
    transform: translateZ(-40px) scale(0.96);
}.study_method span {
    background: #ffffff;
    width: 90%;
    font-size: 15px;
    color: #000000;
    animation: floatContent 6s ease-in-out infinite 1s, fadeIn 1s 0.3s ease-out forwards;
    padding: 3rem;
    position: relative;
    transform: translateZ(30px) rotateX(-3deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-radius: 14px;
    line-height: 1.8;
}.study_method span::before,
.study_method span::after {
    content: "";
    animation: floatShadow 6s ease-in-out infinite 1s;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    height: 95%;
    z-index: -1;
    width: 95%;
    left: 2.5%;
    position: absolute;
    border-radius: inherit;
    top: 2.5%;
}.study_method span::before {
    transform: translateZ(-20px) scale(0.98);
    background: rgb(105,150,139,0.5);
}.study_method span::after {
    background: rgb(161,181,181,0.5);
    transform: translateZ(-40px) scale(0.96);
}

@keyframes bgSweep {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatHeader {
    0%, 100% {
        transform: translateZ(50px) rotateX(5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateX(5deg) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) rotateX(-3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotateX(-3deg) translateY(-10px);
    }
}

@keyframes floatShadow {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(var(--z, -20px));
    }
    50% {
        opacity: 0.5;
        transform: translateZ(var(--z, -20px));
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}

@media (max-width: 992px) {.study_method {
    perspective: 800px;
    padding: 7rem 1.5rem 5rem;
}.study_method h3 {
    --z: 30px;
    font-size: calc(35px * 0.9);
    transform: translateZ(30px) rotateX(3deg);
    --rx: 3deg;
    padding: 2rem;
}.study_method span {
    --z: 20px;
    padding: 2rem;
    width: 95%;
    transform: translateZ(20px) rotateX(-2deg);
    --rx: -2deg;
}.study_method .achieve_stats {
    gap: 3rem;
}
    
    @keyframes floatHeader {
        0%, 100% {
            transform: translateZ(30px) rotateX(3deg) translateY(0);
        }
        50% {
            transform: translateZ(30px) rotateX(3deg) translateY(-10px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(20px) rotateX(-2deg) translateY(0);
        }
        50% {
            transform: translateZ(20px) rotateX(-2deg) translateY(-7px);
        }
    }
}

@media (max-width: 768px) {.study_method {
    perspective: 500px;
    padding: 5rem 1rem 4rem;
}.study_method h3 {
    padding: 1.5rem;
    font-size: calc(35px * 0.8);
    --z: 15px;
    --rx: 2deg;
    transform: translateZ(15px) rotateX(2deg);
}.study_method span {
    padding: 1.5rem;
    font-size: calc(15px * 0.95);
    width: 100%;
    transform: translateZ(10px) rotateX(-1deg);
    --z: 10px;
    --rx: -1deg;
}.study_method .achieve_stats {
    gap: 2rem;
}@keyframes floatHeader {
        0%, 100% {
            transform: translateZ(15px) rotateX(2deg) translateY(0);
        }
        50% {
            transform: translateZ(15px) rotateX(2deg) translateY(-7px);
        }
    }
    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }
}.cookie_popup_interrupt {
    width: 100%;
    border-top: 2px solid rgb(161,181,181);
    background: rgb(224,230,229);
    bottom: 0;
    position: fixed;
    z-index: 90;
}.track_bar {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookie_popup_interrupt h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_interrupt p {
    font-size: 18px;
}.edu_cookie {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_cookie svg, .edu_cookie svg path, .edu_cookie img {
    width: 100px;
    height: 100px;
    fill: rgb(161,181,181);
}.track_alert {
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgb(161,181,181);
    font-size: 24px;
    flex-shrink: 0;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
    color: rgb(161,181,181);
}.cookie_popup_interrupt p a {
    text-decoration: none;
    color: rgb(161,181,181);
}#bannerCookieNotice {
    display: none;
}#bannerCookieNotice:checked ~ .cookie_popup_interrupt {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_popup_interrupt {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_cookie {
    display: none;
}.track_bar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_popup_interrupt h5 {
    text-align: center;
}.cookie_popup_interrupt p {
    text-align: center;
}.cookie_protect {
    margin-bottom: 20px;
}body .inner-container .track_alert {
    margin-left: 0;
}}
.inner-container .track_bar {
    justify-content: flex-end;
}.inner-container .track_alert {
    color: #ffffff;
    background: rgb(161,181,181);
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
}.inner-container .cookie_protect {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.inner-container .track_alert {
    margin-bottom: 10px;
    margin-left: 0;
}}.ideal_participants {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(224,230,229);
}.ideal_participants::before {
    position: absolute;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(161,181,181,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(105,150,139,0.5) 0%, transparent 35%);
    width: 100%;
    top: 0;
    opacity: 0.3;
    height: 100%;
}.ideal_participants .achieve_stats {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.ideal_participants h3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    font-size: 29px;
}.ideal_participants h3::before {
    position: absolute;
    left: -30px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 2px solid rgb(161,181,181,0.5);
    top: -20px;
    content: "";
    z-index: -1;
}.ideal_participants h3::after {
    content: "";
    right: -20px;
    z-index: -1;
    bottom: -15px;
    border: 2px solid rgb(105,150,139,0.5);
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
}.ideal_participants ul {
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    display: grid;
    padding: 0;
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
    list-style: none;
    gap: 50px;
}.ideal_participants ul li {
    height: 220px;
    text-align: center;
    border-radius: 50%;
    color: #000000;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 220px;
    position: relative;
    overflow: hidden;
    display: flex;
    transition: all 0.4s ease;
    padding: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}.ideal_participants ul li::before {
    border-radius: 50%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(161,181,181), rgb(105,150,139));
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.ideal_participants ul li::after {
    position: absolute;
    z-index: -2;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border: 2px dashed rgb(161,181,181,0.5);
    left: -10px;
    transition: all 0.4s ease;
    opacity: 0.5;
    content: "";
    border-radius: 50%;
    top: -10px;
}.ideal_participants ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.ideal_participants ul li:hover::before {
    opacity: 1;
}.ideal_participants ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(105,150,139);
    opacity: 0.7;
}.ideal_participants ul li svg {
    margin-bottom: 20px;
    height: 40px;
    margin-top: 45px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40px;
}.ideal_participants ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.ideal_participants ul li svg path {
    fill: rgb(161,181,181);
    transition: fill 0.4s ease;
}.ideal_participants ul li:hover svg path {
    fill: #ffffff;
}.ideal_participants ul li > span {
    max-height: 100px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 30px;
    display: block;
}

@media (max-width: 1200px) {.ideal_participants ul {
    gap: 40px;
}.ideal_participants ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.ideal_participants {
    padding: 100px 0;
}.ideal_participants h3 {
    margin-bottom: 60px;
    font-size: calc(29px * 0.9);
}.ideal_participants ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
}.ideal_participants ul li {
    height: 220px;
    width: 220px;
}.ideal_participants ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.ideal_participants {
    padding: 80px 0;
}.ideal_participants h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.8);
}.ideal_participants ul {
    gap: 30px;
}.ideal_participants ul li {
    width: 200px;
    height: 200px;
}.ideal_participants ul li svg {
    width: 35px;
    height: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.ideal_participants {
    padding: 60px 0;
}.ideal_participants .achieve_stats {
    padding: 0 20px;
}.ideal_participants h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.7);
}.ideal_participants ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.ideal_participants ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.ideal_participants ul li {
    width: 200px;
    height: 200px;
}.ideal_participants ul li svg {
    width: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    height: 30px;
}.ideal_participants ul li > span {
    padding: 0 20px;
}}.give_it_a_try {
    padding: 5rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgb(105,150,139) 0%, rgb(161,181,181) 100%);
    overflow: hidden;
    margin: 6rem 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.give_it_a_try::before {
    pointer-events: none;
    left: -50%;
    content: "";
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.1;
    top: -50%;
}.give_it_a_try::after {
    position: absolute;
    height: 30%;
    opacity: 0.2;
    width: 100%;
    z-index: 1;
    bottom: 0;
    transform-origin: bottom right;
    background: linear-gradient(90deg, transparent, rgb(105,150,139,0.5));
    transform: skewY(-3deg);
    content: "";
    right: 0;
}.give_it_a_try .container {
    align-items: center;
    z-index: 2;
    gap: 2.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}.give_it_a_try h6 {
    margin: 0;
    line-height: 1.4;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateY(-5px);
    color: #ffffff;
    max-width: 800px;
    animation: floatText 5s infinite alternate ease-in-out;
    font-size: clamp(1.25rem, 3vw, 2rem);
    letter-spacing: 0.03em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}.give_it_a_try div:not(.container) {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    position: relative;
}.give_it_a_try span {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}.give_it_a_try span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.give_it_a_try .reach_grid {
    color: rgb(161,181,181);
    text-decoration: none;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    align-items: center;
    letter-spacing: 1px;
    display: inline-flex;
    background: #ffffff;
    justify-content: center;
    padding: 1rem 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(161,181,181,0.5);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 14px;
}.give_it_a_try .reach_grid::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
}.give_it_a_try .reach_grid::after {
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    top: -50%;
    transform: scale(0.5);
    z-index: 0;
    background: radial-gradient(circle, rgb(105,150,139,0.5) 0%, transparent 70%);
    opacity: 0;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    left: -50%;
}.give_it_a_try .reach_grid:hover {
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(161,181,181,0.5);
    transform: translateY(-2px);
}.give_it_a_try .reach_grid:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.give_it_a_try .reach_grid span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: none;
    z-index: 2;
}.give_it_a_try .reach_grid:hover span {
    transform: scale(1.05);
}

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

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.give_it_a_try {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.give_it_a_try .container {
    gap: 2rem;
}.give_it_a_try h6 {
    font-size: calc(19px * 1.1);
}.give_it_a_try .reach_grid {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.give_it_a_try {
    transform: none;
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.give_it_a_try .container {
    gap: 1.75rem;
}.give_it_a_try h6 {
    line-height: 1.5;
    font-size: 19px;
}.give_it_a_try .reach_grid {
    padding: 0.85rem 2rem;
    font-size: calc(14px * 0.95);
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.give_it_a_try {
    margin: 2.5rem 0;
    padding: 3rem 1rem;
}.give_it_a_try .container {
    gap: 1.5rem;
}.give_it_a_try h6 {
    letter-spacing: 0.02em;
    font-size: calc(19px * 0.95);
}.give_it_a_try .reach_grid {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.9);
}}.receive_updates {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f2f5 0%, #e4e8ec 100%);
    overflow: hidden;
    z-index: 1;
}.receive_updates::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    animation: float 12s ease-in-out infinite alternate;
    content: "";
    height: 300px;
    top: -5%;
    right: -5%;
    width: 300px;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(161,181,181,0.5) 0%, rgb(161,181,181) 100%);
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
}.receive_updates::after {
    background: linear-gradient(225deg, rgb(105,150,139) 0%, rgb(105,150,139,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(20deg);
    z-index: -1;
    height: 250px;
    bottom: -10%;
    position: absolute;
    opacity: 0.06;
    left: -5%;
    width: 250px;
}.receive_updates .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.receive_updates .achieve_stats {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px);
    position: relative;
    padding: 40px 50px;
    border-radius: calc(13px - 2px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.12), 
              0 0 0 1px rgba(0, 0, 0, 0.03),
              0 3px 6px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
}.receive_updates .achieve_stats:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.receive_updates h3 {
    transform: translateY(0);
    opacity: 1;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #000000;
    margin: 0 0 30px;
    max-width: 90%;
    font-weight: 600;
    font-size: clamp(1.4rem, 2vw + 0.5rem, 1.8rem);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}.receive_updates .input_holder {
    flex-direction: row;
    transition: transform 0.6s ease 0.1s, opacity 0.6s ease 0.1s;
    display: flex;
    position: relative;
    opacity: 1;
    gap: 15px;
    transform: translateY(0);
}.receive_updates .input_holder > div {
    flex-grow: 1;
    position: relative;
}.receive_updates .input_holder input[type="email"] {
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 20px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}.receive_updates .input_holder input[type="email"]:focus {
    background-color: #fff;
    outline: none;
    border-color: rgb(161,181,181);
    box-shadow: 0 0 0 3px rgb(161,181,181,0.5), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
}.receive_updates .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.receive_updates .input_holder input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.receive_updates .input_holder .join_section {
    color: #ffffff;
    font-size: 20px;
    height: 56px;
    padding: 0 25px;
    min-width: 140px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 12px -2px rgb(161,181,181,0.5),
              0 0 0 0 rgb(161,181,181);
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(161,181,181) 0%, rgb(161,181,181) 100%);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}.receive_updates .input_holder .join_section:hover {
    box-shadow: 0 8px 20px -4px rgb(161,181,181,0.5),
              0 0 0 2px rgb(161,181,181);
    transform: translateY(-2px);
}.receive_updates .input_holder .join_section:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px -4px rgb(161,181,181,0.5),
              0 0 0 1px rgb(161,181,181);
}.receive_updates .input_holder .join_section::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
}.receive_updates .input_holder .join_section:hover::before {
    left: 100%;
}

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

@media (max-width: 768px) {.receive_updates {
    padding: 60px 0;
}.receive_updates .achieve_stats {
    padding: 30px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.receive_updates h3 {
    margin-bottom: 25px;
    max-width: 100%;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
}.receive_updates .input_holder {
    gap: 15px;
    flex-direction: column;
}.receive_updates .input_holder .join_section {
    min-width: auto;
    width: 100%;
}.receive_updates::before {
    width: 200px;
    height: 200px;
}.receive_updates::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 480px) {.receive_updates {
    padding: 40px 0;
}.receive_updates .achieve_stats {
    padding: 25px 20px;
    transform: none;
}.receive_updates h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}.receive_updates .input_holder input[type="email"],
  .receive_updates .input_holder .join_section {
    height: 50px;
}}.user_feedback {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(224,230,229);
}.user_feedback::before {
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(161,181,181) 50%, 
        transparent 100%);
    height: 2px;
    left: 0;
    position: absolute;
}.user_feedback .container {
    z-index: 2;
    position: relative;
}.user_feedback h2 {
    color: #000000;
    font-size: calc(37px * 1.4);
    max-width: 60%;
    margin-bottom: 80px;
    font-weight: 700;
    padding-left: 20px;
    letter-spacing: -1px;
    position: relative;
}.user_feedback h2::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    transform: scaleY(1.2);
    background: rgb(161,181,181);
    content: "";
}.user_feedback .review_grid {
    gap: 60px 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    display: grid;
}.user_feedback .review_grid::before {
    right: 0;
    left: 0;
    top: -40px;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(161,181,181,0.5), transparent);
    position: absolute;
}.user_feedback .feedback_cloud {
    position: relative;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    grid-template-rows: auto auto 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
    padding: 0;
}.user_feedback .feedback_cloud::before {
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    transition: width 0.6s ease;
    position: absolute;
    bottom: -15px;
    background: rgb(161,181,181);
}.user_feedback .feedback_cloud:hover::before {
    width: 100%;
}.user_feedback .feedback_cloud img {
    height: 55px;
    transform: rotate(-3deg);
    object-fit: cover;
    border-radius: 10px;
    grid-area: image;
    filter: grayscale(100%);
    transition: all 0.4s ease;
    width: 55px;
    box-shadow: 5px 5px 0 rgb(161,181,181,0.5);
}.user_feedback .feedback_cloud:hover img {
    transform: rotate(0deg);
    filter: grayscale(0%);
}.user_feedback .feedback_cloud p {
    overflow: hidden;
    color: #000000;
    margin: 20px 0 5px 0;
    font-family: Arial, sans-serif;
    grid-area: name;
    font-weight: 700;
    position: relative;
    font-size: 20px;
}.user_feedback .feedback_cloud p::after {
    background: rgb(105,150,139);
    width: 30px;
    transition: width 0.4s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
}.user_feedback .feedback_cloud:hover p::after {
    width: 60px;
}.user_feedback .feedback_cloud .description {
    transition: transform 0.5s ease;
    transform: translateX(0);
    grid-area: desc;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin-top: 15px;
}.user_feedback .feedback_cloud:hover .description {
    transform: translateX(10px);
}.user_feedback .feedback_cloud .description::first-letter {
    font-weight: 700;
    color: rgb(161,181,181);
    font-size: calc(12px * 1.5);
}.user_feedback .feedback_cloud:nth-child(3n+1) {
    transform: translateY(20px);
}.user_feedback .feedback_cloud:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.user_feedback {
    padding: 90px 0;
}.user_feedback h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
    margin-bottom: 60px;
}
}

@media screen and (max-width: 768px) {.user_feedback {
    padding: 70px 0;
}.user_feedback .review_grid {
    gap: 70px;
    grid-template-columns: 1fr;
}.user_feedback h2 {
    max-width: 100%;
}.user_feedback .feedback_cloud:nth-child(3n+1),
    .user_feedback .feedback_cloud:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.user_feedback {
    padding: 60px 0;
}.user_feedback h2 {
    font-size: 37px;
    padding-left: 15px;
}.user_feedback .feedback_cloud img {
    height: 45px;
    width: 45px;
}.user_feedback .feedback_cloud p {
    margin-top: 15px;
    font-size: calc(20px * 0.9);
}.user_feedback .review_grid {
    gap: 60px;
}}.data_exploration {
    padding: 120px 0;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.data_exploration::before {
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(105,150,139,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    position: absolute;
    top: 0;
}.data_exploration::after {
    z-index: -1;
    height: 100%;
    top: 0;
    background: radial-gradient(ellipse at top left, rgb(161,181,181,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.data_exploration .container {
    position: relative;
    padding: 30px;
    z-index: 1;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
}.data_exploration h2 {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 39px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 60px;
    color: #ffffff;
}.data_exploration h2::after {
    bottom: -20px;
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(to right, rgb(161,181,181), rgb(105,150,139));
    content: "";
    left: 50%;
    width: 80px;
}.data_exploration ul {
    position: relative;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.data_exploration ul::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(161,181,181,0.5), transparent);
    height: 1px;
    top: -30px;
    content: "";
    width: 100%;
}.data_exploration .class_gains {
    position: relative;
    min-height: 170px;
    padding: 30px;
    display: grid;
    grid-template-columns: 80px 1fr;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
}.data_exploration .class_gains::before {
    content: "";
    left: 0;
    border-radius: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(161,181,181), rgb(105,150,139));
}.data_exploration .class_gains::after {
    background: linear-gradient(135deg, rgba(rgb(161,181,181,0.5), 0.1) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.data_exploration .class_gains:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(rgb(161,181,181,0.5), 0.1);
}.data_exploration .class_gains p {
    line-height: 1;
    grid-row: 1 / span 2;
    grid-column: 1;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    place-self: center;
    position: relative;
}.data_exploration .class_gains p::after {
    transform: scaleX(0);
    content: "";
    height: 2px;
    background: rgb(161,181,181,0.5);
    bottom: -15px;
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
    transform-origin: center;
    left: 0;
}.data_exploration .class_gains:hover p::after {
    transform: scaleX(1);
}.data_exploration .class_gains span {
    grid-column: 2;
    align-self: center;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 17px;
    position: relative;
}.data_exploration svg {
    position: absolute;
    opacity: 0.3;
    fill: rgb(161,181,181);
    bottom: 20px;
    transition: all 0.4s ease;
    right: 20px;
    width: 40px;
    height: 40px;
}.data_exploration svg path {
    fill: rgb(161,181,181);
}.data_exploration .class_gains:hover svg {
    opacity: 0.6;
    transform: rotate(15deg) scale(1.2);
}.data_exploration ul:has(.class_gains:only-child) {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 600px;
}.data_exploration ul:has(.class_gains:only-child) .class_gains {
    padding: 40px;
    grid-template-columns: 120px 1fr;
}.data_exploration ul:has(.class_gains:only-child) .class_gains p {
    font-size: 4rem;
}.data_exploration ul:has(.class_gains:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_exploration ul:has(.class_gains:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains {
    padding: 30px 20px;
    text-align: center;
    grid-template-columns: 1fr;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 15px;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains span {
    grid-column: 1;
    grid-row: 2;
}.data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    text-align: center;
}.data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains p {
    grid-row: 1;
    font-size: 2.5rem;
    grid-column: 1;
    margin-bottom: 15px;
}.data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains span {
    grid-column: 1;
    grid-row: 2;
}.data_exploration ul:has(.class_gains:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.data_exploration {
    padding: 150px 0;
}.data_exploration .container {
    padding: 50px;
}.data_exploration h2 {
    font-size: calc(39px * 1.2);
}
}

@media screen and (max-width: 1200px) {.data_exploration {
    padding: 100px 0;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child), 
    .data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.data_exploration .class_gains p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.data_exploration {
    padding: 80px 0;
}.data_exploration h2 {
    margin-bottom: 50px;
    font-size: calc(39px * 0.9);
}.data_exploration ul {
    gap: 20px;
}.data_exploration ul:has(.class_gains:nth-child(3):last-child), 
    .data_exploration ul:has(.class_gains:nth-child(4):last-child), 
    .data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.data_exploration .class_gains {
    min-height: 150px;
    grid-template-columns: 60px 1fr;
    padding: 25px;
}.data_exploration .class_gains p {
    font-size: 2.2rem;
}.data_exploration svg {
    height: 35px;
    right: 15px;
    bottom: 15px;
    width: 35px;
}
}

@media screen and (max-width: 767px) {.data_exploration {
    padding: 70px 0;
}.data_exploration .container {
    padding: 25px;
}.data_exploration h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 40px;
}.data_exploration ul {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.data_exploration .class_gains {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.data_exploration .class_gains p {
    font-size: 2.2rem;
}.data_exploration ul:has(.class_gains:only-child) .class_gains p {
    font-size: 3rem;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains,
    .data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains {
    grid-template-columns: 60px 1fr;
    text-align: left;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains p,
    .data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains p {
    grid-row: 1 / span 2;
    grid-column: 1;
    margin-bottom: 0;
}.data_exploration ul:has(.class_gains:nth-child(4):last-child) .class_gains span,
    .data_exploration ul:has(.class_gains:nth-child(5):nth-last-child(-n+1)) .class_gains span {
    grid-row: 1;
    grid-column: 2;
}
}

@media screen and (max-width: 480px) {.data_exploration {
    padding: 60px 0;
}.data_exploration .container {
    padding: 20px;
}.data_exploration h2 {
    margin-bottom: 35px;
    font-size: calc(39px * 0.7);
}.data_exploration h2::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
}.data_exploration ul {
    gap: 15px;
}.data_exploration .class_gains {
    padding: 20px;
}.data_exploration .class_gains p {
    font-size: 2rem;
}.data_exploration .class_gains span {
    font-size: calc(17px * 0.9);
}.data_exploration svg {
    right: 10px;
    width: 30px;
    bottom: 10px;
    height: 30px;
}.data_exploration ul:has(.class_gains:only-child) .class_gains {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.data_exploration ul:has(.class_gains:only-child) .class_gains p {
    font-size: 2.5rem;
}}.who_we_are {
    background: rgb(224,230,229);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.who_we_are::before {
    animation: gridMove 40s linear infinite;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(161,181,181,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(161,181,181,0.5) 95%);
    left: 0;
    background-size: 30px 30px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.who_we_are::after {
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(161,181,181,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(105,150,139,0.5) 0%, transparent 50%);
    left: 0;
    filter: blur(60px);
    width: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
    animation: bgPulse 20s infinite alternate;
    top: 0;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.who_we_are .container {
    z-index: 2;
    position: relative;
}.who_we_are .achieve_stats {
    position: relative;
}.who_we_are h3 {
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
    display: inline-block;
    font-size: 36px;
    border-left: 4px solid rgb(161,181,181);
    position: relative;
}.who_we_are h3::before {
    animation: pulseHeight 3s infinite alternate;
    height: calc(100% - 40px);
    content: "";
    width: 4px;
    background: rgb(105,150,139);
    top: 20px;
    position: absolute;
    left: -2px;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.who_we_are .master_track {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    position: relative;
    margin-bottom: 70px;
}.who_we_are .master_track span {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    top: -40px;
    font-size: 22px;
    border-radius: 10px;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: rgb(161,181,181);
    left: 0;
    position: absolute;
    z-index: 5;
}.who_we_are .master_track p {
    display: flex;
    padding: 40px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-radius: 18px;
    border-left: 3px solid rgb(161,181,181);
    font-size: 12px;
    color: #000000;
    backdrop-filter: blur(10px);
}.who_we_are .master_track .img_horizontal {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 18px;
    height: 450px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.who_we_are .master_track .img_horizontal::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
}.who_we_are .learn_expert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    position: relative;
}.who_we_are .learn_expert::before {
    left: calc(50% - 100px);
    width: 200px;
    top: -35px;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(161,181,181,0.5), rgb(105,150,139,0.5));
}.who_we_are .learn_expert p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 18px;
    border-right: 3px solid rgb(105,150,139);
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    display: flex;
    height: 100%;
}.who_we_are .learn_expert .edu_beliefs {
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    overflow: hidden;
    position: relative;
}.who_we_are .learn_expert .edu_beliefs::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
    z-index: 2;
    left: 0;
    position: absolute;
}.who_we_are .learn_expert .edu_beliefs::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-25deg);
    left: -100%;
    z-index: 3;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 50%;
    animation: shine 6s infinite;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.who_we_are .master_track::after,
.who_we_are .learn_expert::after {
    opacity: 0.7;
    position: absolute;
    width: 50px;
    border: 1px solid rgb(161,181,181,0.5);
    animation: rotateFadeIn 10s infinite linear;
    content: "";
    height: 50px;
    border-radius: 10px;
    z-index: -1;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.who_we_are .master_track::after {
    right: -25px;
    border-color: rgb(161,181,181,0.5);
    top: -25px;
}.who_we_are .learn_expert::after {
    bottom: -25px;
    border-color: rgb(105,150,139,0.5);
    left: -25px;
}.who_we_are .achieve_stats::before,
.who_we_are .achieve_stats::after {
    border-radius: 50%;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    z-index: -1;
    filter: blur(40px);
    opacity: 0.15;
    width: 120px;
    height: 120px;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.who_we_are .achieve_stats::before {
    top: 20%;
    left: -60px;
    background: rgb(161,181,181);
}.who_we_are .achieve_stats::after {
    background: rgb(105,150,139);
    right: -60px;
    bottom: 20%;
    animation-delay: 2s;
}

@media screen and (max-width: 1199px) {.who_we_are {
    padding: 100px 0;
}.who_we_are h3 {
    margin-bottom: 50px;
    padding: 15px 25px;
    font-size: calc(36px - 0.2rem);
}.who_we_are .master_track {
    margin-bottom: 60px;
}.who_we_are .master_track p,
    .who_we_are .learn_expert p {
    padding: 30px;
}.who_we_are .master_track .img_horizontal,
    .who_we_are .learn_expert .edu_beliefs {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h3 {
    padding: 12px 20px;
    font-size: calc(36px - 0.4rem);
    margin-bottom: 40px;
}.who_we_are .master_track,
    .who_we_are .learn_expert {
    gap: 25px;
}.who_we_are .master_track {
    margin-bottom: 50px;
}.who_we_are .master_track span {
    padding: 8px 15px;
    top: -35px;
    font-size: calc(22px - 0.2rem);
}.who_we_are .master_track p,
    .who_we_are .learn_expert p {
    font-size: calc(12px - 0.1rem);
    padding: 25px;
}.who_we_are .master_track .img_horizontal,
    .who_we_are .learn_expert .edu_beliefs {
    height: 350px;
}.who_we_are .master_track::after,
    .who_we_are .learn_expert::after {
    width: 40px;
    height: 40px;
}.who_we_are .achieve_stats::before,
    .who_we_are .achieve_stats::after {
    filter: blur(30px);
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.who_we_are {
    padding: 60px 0;
}.who_we_are::before {
    background-size: 20px 20px;
}.who_we_are h3 {
    width: 100%;
    border-radius: 18px;
    text-align: center;
    font-size: calc(36px - 0.6rem);
    margin-bottom: 40px;
}.who_we_are .master_track,
    .who_we_are .learn_expert {
    grid-template-columns: 1fr;
    gap: 20px;
}.who_we_are .master_track {
    margin-bottom: 40px;
}.who_we_are .master_track span {
    left: 20px;
}.who_we_are .master_track p,
    .who_we_are .learn_expert p {
    border-width: 2px;
    padding: 20px;
}.who_we_are .master_track .img_horizontal,
    .who_we_are .learn_expert .edu_beliefs {
    height: 300px;
}.who_we_are .learn_expert p {
    order: 2;
}.who_we_are .learn_expert .edu_beliefs {
    order: 1;
}.who_we_are .achieve_stats::before,
    .who_we_are .achieve_stats::after {
    width: 60px;
    height: 60px;
    filter: blur(20px);
}.who_we_are::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.who_we_are {
    padding: 50px 0;
}.who_we_are::before {
    background-size: 15px 15px;
}.who_we_are h3 {
    padding: 10px 15px;
    margin-bottom: 35px;
    font-size: calc(36px - 0.8rem);
}.who_we_are h3::before {
    left: -1px;
    width: 2px;
}.who_we_are .master_track span {
    top: -30px;
    font-size: calc(22px - 0.4rem);
    left: 10px;
    padding: 6px 12px;
}.who_we_are .master_track,
    .who_we_are .learn_expert {
    gap: 15px;
}.who_we_are .master_track {
    margin-bottom: 35px;
}.who_we_are .master_track p,
    .who_we_are .learn_expert p {
    font-size: calc(12px - 0.2rem);
    padding: 15px;
}.who_we_are .master_track .img_horizontal,
    .who_we_are .learn_expert .edu_beliefs {
    height: 250px;
}.who_we_are .master_track .img_horizontal {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who_we_are .learn_expert .edu_beliefs {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who_we_are .master_track::after,
    .who_we_are .learn_expert::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.who_we_are .master_track .img_horizontal,
    .who_we_are .learn_expert .edu_beliefs {
    height: 500px;
}.who_we_are .master_track p,
    .who_we_are .learn_expert p {
    padding: 50px;
}}header {
    background: rgb(224,230,229);
    z-index: 100;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(161,181,181), 0.03) 25%, 
        rgba(rgb(161,181,181), 0.05) 50%,
        rgba(rgb(161,181,181), 0.03) 75%,
        transparent 100%
    );
    content: '';
    pointer-events: none;
    left: 0;
    height: 100%;
    position: absolute;
}header .main_site {
    z-index: 2;
    padding: 1.2rem 2rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .page_nav {
    max-width: 180px;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
}header .nav_study {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .nav_study:hover {
    transform: translateY(-3px);
}header .nav_study img {
    height: auto;
    filter: brightness(1.03);
    max-width: 100%;
    display: block;
}header .nav_study::before {
    transform: scaleX(0.7);
    content: '';
    left: 0;
    border-radius: 10px;
    bottom: -15px;
    opacity: 0;
    background: rgb(161,181,181);
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    height: 10px;
}header .nav_study:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .main_lead {
    position: relative;
    flex-wrap: nowrap;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}header .main_lead::after {
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,181,181,0.5), 
        transparent
    );
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -15px;
}header .header_learn {
    position: relative;
    margin: 0;
}header .header_learn a {
    transition: all 0.3s ease;
    color: #000000;
    display: block;
    padding: 1rem 1.2rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    font-weight: 600;
}header .header_learn a::before {
    content: '';
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgb(161,181,181);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    left: 0;
    height: 3px;
}header .header_learn a:hover {
    color: rgb(161,181,181);
}header .header_learn a:hover::before {
    transform: translateX(0);
}header .header_learn a::after {
    pointer-events: none;
    transition: all 0.3s ease;
    left: 0;
    opacity: 0;
    height: 100%;
    background: rgb(161,181,181,0.5);
    content: '';
    border-radius: 10px;
    z-index: -1;
    top: 0;
    transform: scale(0.8);
    position: absolute;
    width: 100%;
}header .header_learn a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .main_site::before {
    background: linear-gradient(-90deg, rgb(224,230,229), transparent);
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 30%;
}header .main_site::after {
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(224,230,229), transparent);
    width: 30%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}header .head_main {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
}

@media (min-width: 1400px) {header .main_site {
    max-width: 1300px;
    margin: 0 auto;
}header .header_learn a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main_site {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}header .page_nav {
    margin-right: 0;
    margin-bottom: 0;
}header .main_lead {
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_learn {
    margin-bottom: 0.5rem;
}header .header_learn a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main_site {
    padding: 1rem 1.5rem;
}header .page_nav {
    max-width: 150px;
    flex: 0 0 auto;
}header .main_lead {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .main_lead::-webkit-scrollbar {
    height: 3px;
}header .main_lead::-webkit-scrollbar-thumb {
    background: rgb(161,181,181,0.5);
    border-radius: 10px;
}header .header_learn {
    flex: 0 0 auto;
}header .header_learn a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 2px);
}header .main_lead::after {
    bottom: 0;
}header .nav_study::before {
    display: none;
}}.privacy_holdfast {
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 50px;
    height: auto;
}.privacy_holdfast h1 {
    font-size: 43px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 3px solid rgb(161,181,181);
    color: rgb(161,181,181);
    margin-bottom: 40px;
    font-weight: 700;
}.privacy_holdfast h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(105,150,139);
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    color: rgb(105,150,139);
}.privacy_holdfast h3, .privacy_holdfast h4, .privacy_holdfast h5, .privacy_holdfast h6 {
    margin-top: 25px;
    font-size: 19px;
    border-bottom: 1px solid rgb(161,181,181,0.5);
    padding-bottom: 5px;
    color: rgb(161,181,181);
    margin-bottom: 15px;
    font-weight: 400;
}.privacy_holdfast ul, .privacy_holdfast ol {
    padding-left: 0;
    margin: 20px 0;
    list-style-type: none;
}.privacy_holdfast ul li::before {
    margin-left: -1em;
    content: '•';
    color: rgb(105,150,139);
    display: inline-block;
    width: 1em;
}.privacy_holdfast ol li {
    counter-increment: list;
}.privacy_holdfast ol li::before {
    width: 1em;
    display: inline-block;
    content: counter(list) ".";
    color: rgb(105,150,139);
    margin-left: -1em;
}.privacy_holdfast li {
    margin-bottom: 10px;
    padding-left: 5px;
}.privacy_holdfast section {
    padding: 30px;
    background: rgb(105,150,139,0.5);
    border-radius: 10px;
    border: 1px solid rgb(161,181,181,0.5);
}.privacy_holdfast p, .privacy_holdfast span, .privacy_holdfast div {
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_holdfast {
    padding: 25px;
}.privacy_holdfast h1 {
    font-size: calc(18px - 10px);
}.privacy_holdfast h2 {
    font-size: calc(18px - 8px);
}.privacy_holdfast h3, .privacy_holdfast h4, .privacy_holdfast h5, .privacy_holdfast h6 {
    font-size: calc(19px - 6px);
}.privacy_holdfast ul, .privacy_holdfast ol {
    margin-left: 15px;
}}

.privacy_holdfast a {
    color: rgb(161,181,181);
    text-decoration: none;
    border-bottom: 2px solid rgb(161,181,181,0.5);
}.privacy_holdfast a:hover {
    border-bottom: 2px solid rgb(161,181,181);
    text-decoration: underline;
}.gratSection {
    background: linear-gradient(135deg, rgb(224,230,229) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.gratSection::before {
    opacity: 0.4;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    width: 40%;
    position: absolute;
    right: -5%;
    height: 70%;
    top: -10%;
    content: "";
    background: linear-gradient(120deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    animation: float 15s ease-in-out infinite;
    filter: blur(25px);
}.gratSection::after {
    content: "";
    filter: blur(20px);
    background: linear-gradient(220deg, rgb(105,150,139,0.5) 0%, rgb(161,181,181,0.5) 100%);
    animation: float 18s ease-in-out infinite reverse;
    z-index: 0;
    opacity: 0.3;
    transform: rotate(10deg) skewX(-10deg);
    width: 30%;
    height: 60%;
    left: -2%;
    position: absolute;
    bottom: -5%;
}.gratSection .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.gratSection .achieve_stats {
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(161,181,181);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.gratSection .achieve_stats:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratSection .achieve_stats::before {
    position: absolute;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    mask-size: 200% 200%;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    animation: shimmerMask 8s infinite linear;
    height: 100%;
}.gratSection .achieve_stats > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.gratSection .achieve_stats > div:first-child::after {
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    transform-origin: left center;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -1rem;
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    height: 4px;
}.gratSection .achieve_stats:hover > div:first-child::after {
    width: 120px;
}.gratSection h5 {
    font-size: 19px;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateZ(0);
    margin: 0;
    font-weight: 600;
    opacity: 0;
    line-height: 1.4;
    position: relative;
}.gratSection a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    transform: translateZ(0);
}.gratSection a:hover {
    transform: translateY(-3px);
}.gratSection p {
    animation: fadeInUp 0.8s forwards 0.5s;
    color: #000000;
    margin: 0;
    font-size: 13px;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.gratSection {
    padding: 5rem 0;
}.gratSection .achieve_stats {
    padding: 2.5rem;
}.gratSection h5 {
    font-size: calc(19px * 0.95);
}
}

@media (max-width: 768px) {.gratSection {
    padding: 4rem 0;
}.gratSection .achieve_stats {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.gratSection h5 {
    font-size: calc(19px * 0.9);
}.gratSection p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.gratSection {
    padding: 3rem 0;
}.gratSection .achieve_stats {
    padding: 1.5rem;
    border-left-width: 3px;
}.gratSection .achieve_stats > div:first-child::after {
    width: 50px;
    height: 3px;
}.gratSection .achieve_stats:hover > div:first-child::after {
    width: 80px;
}.gratSection h5 {
    font-size: calc(19px * 0.85);
}.gratSection p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.connect_form {
    padding: 90px 0;
    background: rgb(224,230,229);
    position: relative;
    overflow: hidden;
}.connect_form::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(105,150,139,0.5),
        rgb(105,150,139,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    content: '';
    position: absolute;
}.connect_form .img_horizontal {
    z-index: 1;
    position: absolute;
    height: 90%;
    right: 0;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    width: 40%;
    top: 5%;
    border-radius: 12px 0 0 12px;
}.connect_form .img_horizontal::after {
    border-radius: 12px 0 0 12px;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(161,181,181,0.5), transparent 70%);
    height: 100%;
}.connect_form .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.connect_form h3 {
    font-size: 35px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: rgb(161,181,181);
    font-weight: 700;
    text-align: center;
}.connect_form .query_grid {
    border-radius: 12px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.connect_form .request_grid {
    padding: 50px;
    flex: 1;
    position: relative;
}.connect_form form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
    text-align: left;
}.connect_form input[type="text"],
.connect_form textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
}.connect_form input[type="text"]:focus,
.connect_form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(161,181,181,0.5);
    border-color: rgb(161,181,181);
}.connect_form textarea {
    height: 150px;
    resize: none;
}.connect_form .feedback_support {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.connect_form .feedback_support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form .feedback_support label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 13px;
    padding-left: 30px;
    position: relative;
    color: #000000;
}.connect_form .feedback_support label::before {
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 18px;
    content: '';
    border: 2px solid rgb(105,150,139);
    height: 18px;
    position: absolute;
    top: 2px;
}.connect_form .feedback_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(161,181,181);
    background: rgb(161,181,181);
}.connect_form .feedback_support input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-width: 0 2px 2px 0;
    left: 6px;
    top: 6px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    content: '';
}.connect_form .feedback_support a {
    color: rgb(161,181,181);
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_form .feedback_support a:hover {
    text-decoration: underline;
}.connect_form .reach_grid {
    transition: all 0.3s ease;
    font-size: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgb(161,181,181);
    border: none;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    padding: 15px 40px;
    cursor: pointer;
}.connect_form .reach_grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(105,150,139);
}.connect_form .connect_message {
    position: relative;
    width: 35%;
    background: rgb(161,181,181);
    padding: 50px;
}.connect_form .connect_message::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
}.connect_form .connect_message h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.connect_form .connect_message h4::after {
    bottom: -15px;
    left: 0;
    width: 40px;
    content: '';
    height: 3px;
    background: #ffffff;
    position: absolute;
}.connect_form .message_list {
    margin: 0;
    list-style: none;
    padding: 0;
}.connect_form .message_list li {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}.connect_form .message_list svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
}.connect_form .message_list svg path {
    fill: #ffffff;
}.connect_form .message_list span {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.connect_form .message_list a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_form .message_list a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.connect_form .img_horizontal {
    display: none;
}.connect_form .query_grid {
    flex-direction: column;
}.connect_form .request_grid {
    width: 100%;
}.connect_form .connect_message {
    width: 100%;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 60px 0;
}.connect_form h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.connect_form .request_grid,
    .connect_form .connect_message {
    padding: 40px;
}
}

@media (max-width: 576px) {.connect_form {
    padding: 40px 0;
}.connect_form h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.connect_form .request_grid,
    .connect_form .connect_message {
    padding: 30px 20px;
}.connect_form form h3,
    .connect_form .connect_message h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.connect_form input[type="text"],
    .connect_form textarea {
    padding: 12px;
    margin-bottom: 15px;
}.connect_form textarea {
    height: 120px;
}.connect_form .reach_grid {
    width: 100%;
    padding: 12px;
}.connect_form .message_list li {
    margin-bottom: 20px;
}}.course_overview {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, #ffffff 100%);
}.course_overview::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(161,181,181,0.5) 0px,
        rgb(161,181,181,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
}.course_overview::after {
    top: -10%;
    height: 30rem;
    z-index: 0;
    position: absolute;
    width: 30rem;
    opacity: 0.15;
    right: -5%;
    content: "";
    background: radial-gradient(circle, rgb(161,181,181,0.5) 0%, transparent 70%);
}.course_overview .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.course_overview h2 {
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
}.course_overview h2::after {
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    bottom: -15px;
}.course_overview .study_map {
    flex-direction: column;
    gap: 2.5rem;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    opacity: 0;
    transform: translateY(30px);
    display: flex;
}.course_overview .img_horizontal {
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}.course_overview .img_horizontal::before {
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
}.course_overview .img_horizontal::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 2;
    content: "";
    width: 300%;
    animation: shimmer 6s infinite linear;
    left: -100%;
    top: -100%;
    position: absolute;
    transform: rotate(45deg);
    height: 300%;
}.course_overview .insight_box {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.course_overview .description {
    padding: 0 0.5rem;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
}.course_overview .description:first-of-type {
    padding-left: 1.25rem;
    position: relative;
    border-left: 3px solid rgb(161,181,181);
}.course_overview .description:nth-of-type(2) {
    position: relative;
    border-right: 3px solid rgb(105,150,139);
    padding-right: 1.25rem;
}.course_overview .description:first-of-type::before {
    background: rgb(161,181,181);
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50%;
    left: -10px;
    height: 20px;
    content: "";
}.course_overview .description:nth-of-type(2)::after {
    content: "";
    right: -10px;
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 20px;
    border-radius: 50%;
    background: rgb(105,150,139);
    opacity: 0.2;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.course_overview .study_map {
    align-items: flex-start;
    flex-direction: row;
}.course_overview .img_horizontal {
    flex: 0 0 45%;
    height: 450px;
}.course_overview .insight_box {
    flex: 0 0 55%;
    padding-left: 2.5rem;
}.course_overview .description {
    font-size: calc(14px + 0.05rem);
}.course_overview h2 {
    margin-right: auto;
    font-size: calc(34px + 0.2rem);
    margin-left: auto;
    max-width: 80%;
}.course_overview .img_horizontal:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course_overview {
    padding: 9rem 0;
}.course_overview .container {
    padding: 0 3rem;
}.course_overview .img_horizontal {
    height: 500px;
}.course_overview h2 {
    margin-bottom: 4rem;
}.course_overview .description {
    font-size: calc(14px + 0.1rem);
}
}

@media (max-width: 767px) {.course_overview {
    padding: 5rem 0;
}.course_overview h2 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 2rem;
}.course_overview .img_horizontal {
    height: 280px;
}.course_overview .insight_box {
    gap: 1rem;
}.course_overview .description {
    font-size: calc(14px - 0.1rem);
}}.teaching_experience {
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgb(105,150,139,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.teaching_experience::before {
    z-index: 1;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 50%, rgb(161,181,181) 100%);
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
}.teaching_experience::after {
    left: 0;
    animation: patternShift 30s infinite alternate ease-in-out;
    content: "";
    bottom: 0;
    z-index: 0;
    height: 40%;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    transform-origin: bottom left;
}.teaching_experience .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.teaching_experience .feedback_cloud {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    background-color: #ffffff;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.teaching_experience .feedback_cloud:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.teaching_experience .feedback_cloud > div:nth-child(1) {
    justify-content: center;
    transform: translateZ(20px);
    align-items: center;
    display: flex;
}.teaching_experience .feedback_cloud .img_horizontal {
    height: 180px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                clip-path 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 4px solid #ffffff;
    transform: translateZ(30px);
    overflow: hidden;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.teaching_experience .feedback_cloud:hover .img_horizontal {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateZ(40px) scale(1.05);
}.teaching_experience .feedback_cloud > div:nth-child(2) {
    transform: translateZ(10px);
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    align-items: center;
}.teaching_experience .feedback_cloud .name {
    display: inline-block;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    position: relative;
    margin: 0 0 0.5rem;
    color: #000000;
    transform: translateZ(15px);
}.teaching_experience .feedback_cloud .name::after {
    position: absolute;
    width: 0;
    content: "";
    left: 0;
    transition: width 0.5s ease;
    height: 2px;
    background-color: rgb(161,181,181);
    bottom: -5px;
}.teaching_experience .feedback_cloud:hover .name::after {
    width: 100%;
}.teaching_experience .feedback_cloud > div:nth-child(2) > div {
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    color: rgb(105,150,139);
    transition: opacity 0.5s ease, transform 0.5s ease;
    letter-spacing: 0.5px;
    font-size: calc(13px * 1.05);
}.teaching_experience .feedback_cloud:hover > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.teaching_experience .feedback_cloud > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.teaching_experience .feedback_cloud .exp_timeline {
    color: #000000;
    position: relative;
    font-size: 13px;
    margin: 0;
    padding: 0 1rem;
    line-height: 1.8;
}.teaching_experience .feedback_cloud .exp_timeline::before,
.teaching_experience .feedback_cloud .exp_timeline::after {
    position: absolute;
    color: rgb(161,181,181,0.5);
    content: "";
    line-height: 1;
    font-family: serif;
    font-size: 4rem;
}.teaching_experience .feedback_cloud .exp_timeline::before {
    top: -1.5rem;
    left: -1rem;
}.teaching_experience .feedback_cloud .exp_timeline::after {
    right: -1rem;
    bottom: -3rem;
    transform: rotate(180deg);
}

@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

@media (min-width: 768px) {.teaching_experience {
    padding: 7rem 0;
}.teaching_experience .feedback_cloud {
    padding: 3rem;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem 3rem;
    grid-template-rows: auto 1fr;
}.teaching_experience .feedback_cloud > div:nth-child(1) {
    grid-row: span 2;
}.teaching_experience .feedback_cloud > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.teaching_experience .feedback_cloud > div:nth-child(3) {
    grid-column: 2;
}.teaching_experience .feedback_cloud .img_horizontal {
    height: 220px;
    width: 220px;
}
}

@media (min-width: 1024px) {.teaching_experience .feedback_cloud {
    gap: 3rem 4rem;
    padding: 4rem;
}.teaching_experience .feedback_cloud .img_horizontal {
    width: 250px;
    height: 250px;
}.teaching_experience .feedback_cloud .exp_timeline {
    padding: 0 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.teaching_experience .feedback_cloud {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.teaching_experience .feedback_cloud .name {
    font-size: 18px;
}.teaching_experience .feedback_cloud > div:nth-child(2) > div {
    transform: translateY(0);
    opacity: 1;
}.teaching_experience .feedback_cloud .exp_timeline {
    padding: 0;
}.teaching_experience .feedback_cloud .exp_timeline::before,
    .teaching_experience .feedback_cloud .exp_timeline::after {
    font-size: 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.teaching_experience::after {
    animation: none;
}.teaching_experience .feedback_cloud,
    .teaching_experience .feedback_cloud:hover,
    .teaching_experience .feedback_cloud .img_horizontal,
    .teaching_experience .feedback_cloud:hover .img_horizontal {
    transform: none;
    transition: none;
}
}