﻿.inner-container-vsx {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

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


.course-program-description-rRU {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgba(245, 247, 250, 0.92) 100%);
}

.course-program-description-rRU::after {
    filter: blur(15px);
    transform: rotate(10deg) translateZ(0);
    left: -2%;
    position: absolute;
    content: "";
    width: 25%;
    z-index: 1;
    opacity: 0.4;
    bottom: -5%;
    height: 50%;
    background: linear-gradient(45deg, rgb(120,176,157,0.5) 0%, rgb(180,203,194,0.5) 100%);
}

.course-program-description-rRU .image-section-zHo::before {
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.course-program-description-rRU .text-widget-eWY h3 {
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
    transform: translateY(0);
    color: #000000;
    animation-delay: 0.3s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    opacity: 0;
}

.course-program-description-rRU .text-widget-eWY span.description {
    display: none;
}

.course-program-description-rRU .text-widget-eWY div {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 10px;
    position: relative;
}

.study-method-LWo::after {
    z-index: 1;
    position: absolute;
    right: 0;
    opacity: 0.1;
    width: 40%;
    top: 0;
    height: 100%;
    content: "";
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(to left, rgb(180,203,194,0.5) 0%, transparent 100%);
}

.study-method-LWo h2::before {
    width: 6rem;
    transform-origin: left;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.75rem;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.study-method-LWo .text-widget-eWY:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.study-method-LWo p::first-letter {
    color: rgb(180,203,194);
    font-weight: 700;
    font-size: 1.5em;
}

.secure-stockade-iUN h2 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(120,176,157);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.secure-stockade-iUN ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}

.secure-stockade-iUN li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}

.secure-stockade-iUN p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

.ty-panel-lWr::before {
    opacity: 0.07;
    width: 100%;
    pointer-events: none;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    position: absolute;
    background-size: 35px 35px;
    content: "";
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(180,203,194,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(180,203,194,0.5) 1px, transparent 1px);
    left: 0;
}

.ty-panel-lWr .learn-training-uir {
    padding: 3.5rem;
    position: relative;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    background: #ffffff;
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    opacity: 0;
}

.ty-panel-lWr .learn-training-uir li {
    padding-left: 2rem;
    position: relative;
}

.contact-form-section-PaQ {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.contact-form-section-PaQ::before {
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
}

.contact-form-section-PaQ .feedback-section-TUs {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.contact-form-section-PaQ .inquiry-section-PTj::before {
    z-index: -1;
    animation: pulse 15s infinite linear;
    height: 200%;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    position: absolute;
    left: -50%;
    top: -50%;
    content: "";
}

.contact-form-section-PaQ .inquiry-section-PTj h3::after {
    position: absolute;
    content: "";
    width: 50px;
    background: rgb(120,176,157);
    bottom: 0;
    left: 0;
    height: 2px;
    box-shadow: 0 0 8px rgb(120,176,157);
}

.contact-form-section-PaQ .inquiry-section-PTj div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
    flex-shrink: 0;
}

.contact-form-section-PaQ .inquiry-section-PTj div span {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(15px - 2px);
}

.contact-form-section-PaQ .inquiry-panel-51O {
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    flex: 1 1 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 2rem;
}

.contact-form-section-PaQ .inquiry-panel-51O input[type="text"],
.contact-form-section-PaQ .inquiry-panel-51O input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    padding: 12px 15px;
    outline: none;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    height: 18px;
    margin-top: 3px;
    width: 18px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq label a:hover::after {
    width: 100%;
}

.contact-form-section-PaQ .inquiry-panel-51O .help-widget-tOq::before {
    top: 0;
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    content: "";
}

footer {
    position: relative;
    width: 100%;
}

footer .help-center-WYC::before {
    transform: rotateX(180deg);
    content: "";
    height: 100px;
    top: 0;
    opacity: 0.25;
    background: #ffffff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
    left: 0;
}

footer .info_item {
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1 1 200px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    height: 80px;
    transition: all 0.3s ease;
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 0 25px;
    max-width: 300px;
}

footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

footer .main-teach-wcj {
    text-align: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
    position: relative;
}

footer .head-nav-e2x,footer .subscribe_holder {
    padding: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 17px;
    flex: 1 1 300px;
}

footer .head-nav-e2x h5::after, footer .subscribe_holder h5::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
}

footer .nav-skill-kCV a:hover {
    transform: translateY(-3px);
    background-color: rgb(120,176,157,0.5);
}

footer .nav-skill-kCV a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(180,203,194,0.5);
    outline: none;
}

footer .instant-access-cfi::after {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
}

footer .affiliate-cta-wHO {
    padding: 0 30px;
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.about-this-KQo::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(30, 50, 80, 0.85), rgba(15, 25, 40, 0.95));
    right: 0;
}

.about-this-KQo h2 {
    color: #ffffff;
    font-size: calc(33px * 1.2);
    transform: translateZ(40px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 50px;
}

.about-this-KQo .text-widget-eWY::before {
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    transform: translateZ(-10px);
    top: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(120,176,157,0.5), transparent);
}

.about-this-KQo .text-widget-eWY p::after {
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    background: rgb(120,176,157);
    width: 40px;
}

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

header .main-teach-wcj::before {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    bottom: 3px;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    right: 3px;
    position: absolute;
    z-index: -1;
    top: 3px;
}

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

header .head-train-kTe a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

header .head-train-kTe a:hover::before {
    left: 100%;
}

header .head-train-kTe::after {
    bottom: -5px;
    width: 0;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    left: 50%;
    content: '';
    height: 2px;
    background: #ffffff;
    position: absolute;
}

header .header-site-Gkh::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    border-left: none;
    border-top: none;
    content: '';
    position: absolute;
    opacity: 0.5;
    width: 40px;
    bottom: 10px;
    height: 40px;
}

.give-it-a-try-7mf {
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgba(rgb(180,203,194,0.5), 0.1) 100%);
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
}

.give-it-a-try-7mf .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.give-it-a-try-7mf .learn-training-uir {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    transform: translateY(0);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
              0 5px 15px rgba(0, 0, 0, 0.03),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    border-radius: calc(100px / 1.5);
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    align-items: center;
    display: flex;
}

.give-it-a-try-7mf .help-widget-tOq:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(rgb(180,203,194,0.5), 0.3);
}

.give-it-a-try-7mf .help-widget-tOq:hover::before {
    opacity: 1;
}

.title-opener-QXa {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.title-opener-QXa .fast-school-vew {
    min-height: 100vh;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.title-opener-QXa .learn-legacy-ZMq:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2),
              0 8px 18px rgba(0, 0, 0, 0.15),
              inset 0 1px 3px rgba(255, 255, 255, 0.2);
}

.title-opener-QXa .learn-legacy-ZMq > div:nth-child(1) {
    animation-delay: 0.3s;
}

.title-opener-QXa .learn-legacy-ZMq > div:nth-child(3) {
    animation-delay: 0.9s;
}

.title-opener-QXa p::before {
    transform-origin: top;
    top: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(to bottom, rgb(120,176,157), rgb(180,203,194));
    content: "";
    left: -4px;
    width: 4px;
}

.title-opener-QXa .learn-legacy-ZMq:hover .title_style_header::after {
    transform: scaleX(1);
}

.title-opener-QXa h3 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    line-height: 1.5;
    padding-right: 2rem;
    margin: 0;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    transition: color 0.5s ease;
    font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.75rem);
    font-weight: 400;
}

.track-accept-5eh {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}


.popupPrivacySettings-JQP h5 {
    color: rgb(180,203,194);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.popupPrivacySettings-JQP p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}

.cookie-box-luK:hover {
    transform: translateY(-3px);
    background: rgb(120,176,157);
}

.cookie_button.learn-cookies-0X9:hover {
    background: rgb(120,176,157,0.5);
}

.popupPrivacySettings-JQP p a:hover {
    color: rgb(120,176,157);
}


#cookie-alert-modal-tLR {
    display: none;
}

.teaching-experience-Q9c {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(125deg, #000000 0%, rgb(227,232,230) 100%);
    position: relative;
}

.teaching-experience-Q9c .success-feedback-hqt {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    gap: 10px 30px;
    display: grid;
    transform: rotateY(-10deg);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
}

.teaching-experience-Q9c .image-section-zHo {
    border-radius: 10px;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(180,203,194,0.5);
    grid-area: photo;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transform: translateZ(40px);
    height: 280px;
}

.teaching-experience-Q9c .success-feedback-hqt > span:not(.name) {
    font-size: 14px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 2;
    grid-area: job;
    font-weight: 600;
    color: rgb(120,176,157);
    padding: 10px 15px;
    transition: transform 0.3s ease;
    transform: translateZ(25px);
}

.price-combo-vIO .study-rates-f9x {
    position: relative;
}

.price-combo-vIO h2::after {
    position: absolute;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(120,176,157), rgb(180,203,194));
    height: 3px;
    border-radius: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.price-combo-vIO .package-pricing-Ekf li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}

.price-combo-vIO .cost-fee-Hnu {
    padding: 30px 25px;
    height: 100%;
    z-index: 1;
    position: relative;
}

.price-combo-vIO .learning-deals-l5g {
    z-index: 2;
    position: relative;
}

.price-combo-vIO .plan-cost-ePI h4 {
    font-size: calc(24px - 2px);
    color: #ffffff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    margin-top: 0;
}

.price-combo-vIO .price-view-xOj {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(24px + 4px);
    font-weight: 700;
    background: linear-gradient(135deg, rgba(rgb(120,176,157,0.5), 0.1), rgba(rgb(180,203,194,0.5), 0.2));
    color: #ffffff;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 8px;
}

.price-combo-vIO .plan-cost-ePI:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}

header .top_plank .header-plank-fzA div svg, header .top_plank .header-plank-fzA div svg path {
    fill: #ffffff;
}

header .top_plank .header-plank-fzA div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}

.course-program-description-rRU .text-widget-eWY div::-webkit-scrollbar {
    width: 6px;
}

.course-program-description-rRU .text-widget-eWY div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.course-program-description-rRU .text-widget-eWY div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(180,203,194,0.5);
}

.course-program-description-rRU .text-widget-eWY div::-webkit-scrollbar-thumb:hover {
    background: rgb(180,203,194);
}

.price-combo-vIO .plan-cost-ePI p::-webkit-scrollbar {
    width: 4px;
}

.price-combo-vIO .plan-cost-ePI p::-webkit-scrollbar-thumb {
    background: rgb(120,176,157,0.5);
    border-radius: 10px;
}



@media (min-width: 1200px) {.course-program-description-rRU .lesson-track-Jx6 {
    grid-template-columns: 45% 55%;
}.course-program-description-rRU .text-widget-eWY {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}




@media screen and (max-width: 1200px) {.study-method-LWo .learn-training-uir {
    max-width: 90%;
}
}



@media screen and (max-width: 576px) {.study-method-LWo {
    padding: 3.5rem 0;
}.study-method-LWo .learn-training-uir {
    padding: 0 1.5rem;
}.study-method-LWo h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.75rem;
}.study-method-LWo h2::before {
    height: 2px;
    width: 4rem;
}.study-method-LWo .text-widget-eWY {
    padding: 1.5rem;
}.study-method-LWo p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.study-method-LWo p::first-letter {
    font-size: 1.3em;
}
}



@media (max-width: 767px) {.ty-panel-lWr {
    padding: 3rem 0;
}.ty-panel-lWr::before {
    background-size: 25px 25px;
}.ty-panel-lWr h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.ty-panel-lWr .learn-training-uir {
    padding: 2rem;
}.ty-panel-lWr .learn-training-uir li {
    padding-left: 1.5rem;
}.ty-panel-lWr .learn-training-uir li::before {
    width: 6px;
    height: 6px;
    top: 6px;
}
}



@media screen and (max-width: 576px) {.contact-form-section-PaQ {
    padding: 3rem 0;
}.contact-form-section-PaQ .feedback-section-TUs {
    gap: 1.5rem;
    padding: 1rem;
}.contact-form-section-PaQ .inquiry-section-PTj,
    .contact-form-section-PaQ .inquiry-panel-51O {
    padding: 1rem;
}.contact-form-section-PaQ .inquiry-section-PTj div {
    margin-bottom: 1rem;
}.contact-form-section-PaQ .inquiry-panel-51O form {
    gap: 1rem;
}.contact-form-section-PaQ .inquiry-panel-51O input[type="text"],
    .contact-form-section-PaQ .inquiry-panel-51O input[type="email"] {
    padding: 10px 12px;
}.contact-form-section-PaQ .inquiry-panel-51O .help-widget-tOq {
    padding: 10px 16px;
}}



@media (hover: hover) {.about-this-KQo .text-widget-eWY:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 1200px) {.about-this-KQo {
    padding: 100px 0;
}.about-this-KQo .text-widget-eWY {
    padding: 35px;
}
}



@media (max-width: 576px) {.about-this-KQo {
    padding: 60px 0;
}.about-this-KQo h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.about-this-KQo h2::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.about-this-KQo .text-widget-eWY {
    padding: 25px 20px;
    transform: none;
}.about-this-KQo .text-widget-eWY p {
    font-size: calc(14px * 1.2);
}.about-this-KQo .text-widget-eWY > div::before {
    display: none;
}.about-this-KQo::after {
    display: none;
}}



@media (max-width: 479px) {header .header-site-Gkh {
    padding: 0.7rem 1.2rem;
}header .main-teach-wcj {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .head-train-kTe a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
}}



@media (min-width: 768px) {.give-it-a-try-7mf {
    padding: 7rem 0;
}.give-it-a-try-7mf h2 {
    font-size: calc(28px * 1.1);
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
}.give-it-a-try-7mf .learn-training-uir {
    justify-content: space-between;
    padding: 3.5rem 4rem;
    flex-direction: row;
    margin: 0 auto;
    gap: 3rem;
    max-width: 85%;
}.give-it-a-try-7mf svg {
    height: 60px;
    width: 60px;
}
}



@media (min-width: 1200px) {.give-it-a-try-7mf h2 {
    max-width: 60%;
}.give-it-a-try-7mf .learn-training-uir {
    max-width: 65%;
}.give-it-a-try-7mf svg {
    height: 70px;
    width: 70px;
}.give-it-a-try-7mf .help-widget-tOq {
    padding: 1.2rem 3rem;
}
}



@media (hover: none) {.give-it-a-try-7mf .learn-training-uir:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.give-it-a-try-7mf .learn-training-uir:hover svg {
    transform: none;
}.give-it-a-try-7mf .help-widget-tOq:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(rgb(180,203,194,0.5), 0.2);
}}



@media (max-width: 768px) {.title-opener-QXa .fast-school-vew {
    background-position: center center !important;
}.title-opener-QXa .learn-legacy-ZMq {
    gap: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.75rem;
}.title-opener-QXa p {
    font-size: 1rem;
    padding-left: 1rem;
}.title-opener-QXa .title_style_header::after {
    bottom: -0.3rem;
    height: 3px;
}
}



@media (max-width: 992px) {.teaching-experience-Q9c {
    padding: 80px 0;
}.teaching-experience-Q9c .success-feedback-hqt {
    transform: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "image-section-zHo"
      "name"
      "experience-block-Tzq"
      "career-progress-NFv";
    grid-template-rows: auto auto auto auto;
    gap: 15px;
}.teaching-experience-Q9c .career-progress-NFv,
  .teaching-experience-Q9c .image-section-zHo,
  .teaching-experience-Q9c .name,
  .teaching-experience-Q9c .success-feedback-hqt > span:not(.name) {
    transform: none;
}.teaching-experience-Q9c .success-feedback-hqt:hover .career-progress-NFv,
  .teaching-experience-Q9c .success-feedback-hqt:hover .image-section-zHo,
  .teaching-experience-Q9c .success-feedback-hqt:hover .name,
  .teaching-experience-Q9c .success-feedback-hqt:hover > span:not(.name) {
    transform: none;
}.teaching-experience-Q9c .image-section-zHo {
    margin: 0 auto;
    width: 90%;
    height: 240px;
}.teaching-experience-Q9c .career-progress-NFv {
    padding: 30px;
}.teaching-experience-Q9c .name,
  .teaching-experience-Q9c .success-feedback-hqt > span:not(.name) {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

