﻿.help-center-WYC {
    flex: 0 0 auto;
}

html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}

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

.course-program-description-rRU::before {
    width: 35%;
    opacity: 0.5;
    height: 70%;
    z-index: 1;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    background: linear-gradient(225deg, rgb(180,203,194,0.5) 0%, rgb(120,176,157,0.5) 100%);
    content: "";
    position: absolute;
    right: -5%;
    top: -10%;
}

.course-program-description-rRU .lesson-track-Jx6 {
    background: #ffffff;
    gap: 2rem;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
}

.course-program-description-rRU .image-section-zHo::after {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(180,203,194);
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.course-program-description-rRU .text-widget-eWY h3::after {
    margin-top: 1rem;
    content: "";
    transform-origin: left;
    animation-delay: 0.6s;
    background: rgb(180,203,194);
    display: block;
    width: 60px;
    transform: scaleX(0);
    height: 3px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.study-method-LWo {
    background: linear-gradient(135deg, rgb(227,232,230) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.study-method-LWo .learn-training-uir {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.study-method-LWo h2 {
    margin-bottom: 2.5rem;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 34px;
}

.study-method-LWo h2:hover::before {
    transform: scaleX(1.2);
}

.study-method-LWo .text-widget-eWY::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    content: "";
}

.study-method-LWo p {
    color: #000000;
    z-index: 2;
    margin: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
}

.secure-stockade-iUN {
    background-color: rgb(227,232,230);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

.secure-stockade-iUN section {
    margin-bottom: 30px;
}

.secure-stockade-iUN div {
    padding: 20px;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
    margin-bottom: 20px;
}

.ty-panel-lWr::after {
    height: 70%;
    width: 60%;
    opacity: 0.15;
    right: -10%;
    content: "";
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    top: -20%;
    background: radial-gradient(circle, rgb(180,203,194,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
}

.ty-panel-lWr h2::after {
    background: linear-gradient(90deg, rgb(180,203,194) 0%, rgb(180,203,194,0.5) 100%);
    left: 0;
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -12px;
    animation: expandLine 1s forwards ease-out 1s;
}

.ty-panel-lWr .learn-training-uir ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.ty-panel-lWr .learn-training-uir li::before {
    transform: scale(0);
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(180,203,194);
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.contact-form-section-PaQ .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    padding: 0 15px;
}

.contact-form-section-PaQ .feedback-section-TUs::before {
    height: 1px;
    position: absolute;
    width: 200%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(180,203,194), 
        transparent);
    left: -50%;
}

.contact-form-section-PaQ .inquiry-section-PTj {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, 
        rgb(180,203,194,0.5), 
        rgba(0, 0, 0, 0.2));
    padding: 2rem;
    flex: 1 1 300px;
    transform: translateZ(0);
    border-radius: 10px;
    overflow: hidden;
}

.contact-form-section-PaQ .inquiry-section-PTj div {
    padding-left: 10px;
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.contact-form-section-PaQ .inquiry-section-PTj div:hover::before {
    height: 80%;
    top: 10%;
}

.contact-form-section-PaQ .inquiry-section-PTj div svg path {
    transition: all 0.3s ease;
    fill: rgb(120,176,157);
}

.contact-form-section-PaQ .inquiry-section-PTj div span a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-form-section-PaQ .inquiry-panel-51O::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 200px;
    right: -100px;
    height: 200px;
    top: -100px;
    opacity: 0.3;
    background: radial-gradient(
        circle, 
        rgb(180,203,194,0.5) 0%, 
        transparent 70%);
}

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

.contact-form-section-PaQ .inquiry-panel-51O input[type="text"]::placeholder,
.contact-form-section-PaQ .inquiry-panel-51O input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq input[type="checkbox"]:checked::before {
    left: 50%;
    color: #ffffff;
    content: "✓";
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq label a {
    color: rgb(120,176,157);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact-form-section-PaQ .inquiry-panel-51O .help-widget-tOq {
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-size: 17px;
    background: linear-gradient(135deg, 
        rgb(180,203,194), 
        rgb(120,176,157));
    border: none;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 12px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-top: 1rem;
}

footer .help-center-WYC::after {
    height: 50px;
    left: 0;
    opacity: 0.15;
    width: 100%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: absolute;
    content: "";
    background: #ffffff;
}

footer .info_item::before {
    left: -100%;
    z-index: -1;
    content: "";
    position: absolute;
    animation: waveAnimation 15s linear infinite;
    background: #ffffff;
    opacity: 0.1;
    height: 100%;
    width: 100%;
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .main-teach-wcj svg {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
}

footer .head-nav-e2x::before,footer .subscribe_holder::before {
    top: 0;
    left: -100%;
    z-index: -1;
    background: #ffffff;
    height: 100%;
    position: absolute;
    width: 300%;
    opacity: 0.1;
    content: "";
    animation: waveAnimation 20s linear infinite;
}

footer .nav-skill-kCV {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

footer .nav-skill-kCV a::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: -100%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    transition: left 0.3s ease;
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .instant-access-cfi {
    font-size: 15px;
    overflow: hidden;
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    color: rgb(180,203,194);
    background-color: #ffffff;
}

footer .affiliate-cta-wHO::before,
footer .affiliate-cta-wHO::after {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    top: 50%;
    position: absolute;
    width: 20px;
    content: "";
}

footer .affiliate-cta-wHO::before {
    left: 0;
}

.about-this-KQo .container {
    position: relative;
    z-index: 5;
    perspective: 1200px;
    transform-style: preserve-3d;
}

.about-this-KQo h2::after {
    transform: skewX(-20deg);
    width: 80px;
    position: absolute;
    bottom: -15px;
    background: rgb(180,203,194);
    box-shadow: 5px 5px 15px rgba(rgb(180,203,194,0.5), 0.3);
    left: 0;
    height: 4px;
    content: "";
}

.about-this-KQo .text-widget-eWY > div {
    position: relative;
    z-index: 2;
}

.about-this-KQo .text-widget-eWY > div::before {
    left: -60px;
    transform: skewY(-45deg) translateZ(-5px);
    background: rgb(120,176,157);
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    top: 0;
}

.about-this-KQo .text-widget-eWY div div {
    color: #000000;
    transform: translateZ(5px);
    column-count: 2;
    column-gap: 40px;
    position: relative;
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
}

header .main-teach-wcj {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    margin-right: 2rem;
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
}

header .nav-pro-mH4 {
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .head-train-kTe {
    position: relative;
    margin: 0 0.5rem;
}

header .head-train-kTe a::before {
    content: '';
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    width: 100%;
}

header .head-train-kTe:hover::after {
    width: 80%;
}

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



header::after {
    background: #ffffff;
    height: 8px;
    position: absolute;
    top: 15px;
    box-shadow: 0 0 10px #ffffff;
    right: 15px;
    border-radius: 50%;
    width: 8px;
    animation: pulse 2s infinite;
    content: '';
}

.give-it-a-try-7mf::after {
    content: "";
    transform: rotate(12deg);
    width: 60%;
    background: linear-gradient(220deg, rgb(120,176,157) 0%, transparent 70%);
    bottom: -30%;
    z-index: -1;
    right: -5%;
    position: absolute;
    opacity: 0.06;
    height: 180%;
    animation: float 18s ease-in-out infinite alternate-reverse;
}

.give-it-a-try-7mf .learn-training-uir:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
              0 10px 20px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}

.give-it-a-try-7mf .learn-training-uir:hover svg {
    transform: translateY(-3px) scale(1.05);
}

.give-it-a-try-7mf svg path {
    fill: rgb(180,203,194);
    transition: fill 0.3s ease;
}

.give-it-a-try-7mf .help-widget-tOq {
    font-weight: 600;
    border-radius: 17px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(rgb(180,203,194,0.5), 0.2);
    z-index: 1;
    font-size: 19px;
    overflow: hidden;
    transform: translateZ(0);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    padding: 0.8rem 2.2rem;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.title-opener-QXa .learn-legacy-ZMq {
    z-index: 2;
    background: linear-gradient(165deg, 
    rgba(255, 255, 255, 0.07), 
    rgba(255, 255, 255, 0.01));
    display: flex;
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 5px 12px rgba(0, 0, 0, 0.1),
              inset 0 1px 2px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    gap: 2.5rem;
}

.title-opener-QXa .learn-legacy-ZMq:hover p::before {
    transform: scaleY(1);
}

.title-opener-QXa .title_style_header {
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    -webkit-background-clip: text !important;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #ffffff, rgb(120,176,157));
    transform-style: preserve-3d;
    color: transparent;
    background-clip: text !important;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    position: relative;
}

.popupPrivacySettings-JQP {
    font-family: Arial, sans-serif;
    flex-direction: column;
    padding: 20px;
    background: rgb(227,232,230);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    max-width: 600px;
    z-index: 1050;
    left: 50%;
    text-align: center;
    align-items: center;
    width: 90%;
    border-radius: 10px;
    position: fixed;
}

.cookie_button.learn-cookies-0X9 {
    background: rgba(0, 0, 0, 0.5);
}

.popupPrivacySettings-JQP p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(180,203,194);
}

#cookie-alert-modal-tLR:checked ~ .popupPrivacySettings-JQP {
    opacity: 0;
    visibility: hidden;
}

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

.teaching-experience-Q9c .success-feedback-hqt:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.teaching-experience-Q9c .career-progress-NFv {
    font-weight: 300;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(180,203,194,0.5);
    padding: 50px 40px;
    border-radius: 10px;
    margin: 0;
    font-size: 14px;
    z-index: 1;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    color: #ffffff;
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    grid-area: quote;
    position: relative;
}

.teaching-experience-Q9c .success-feedback-hqt:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.teaching-experience-Q9c .success-feedback-hqt:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.price-combo-vIO {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.price-combo-vIO::before {
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    position: absolute;
    height: 100%;
    z-index: 1;
}

.price-combo-vIO .plan-rates-rZC {
    max-width: 700px;
    font-size: calc(13px + 2px);
    line-height: 1.6;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    margin: 0 auto 50px;
}

.price-combo-vIO .plan-cost-ePI {
    display: block;
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.price-combo-vIO .plan-cost-ePI p {
    font-size: 13px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    margin-bottom: 25px;
    overflow-y: auto;
    word-break: normal;
    hyphens: auto;
    max-height: 250px;
    padding-right: 10px;
}

.price-combo-vIO .plan-cost-ePI:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.price-combo-vIO .plan-cost-ePI:hover .price-view-xOj {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

header .top_plank .header-plank-fzA div img, header .top_plank .header-plank-fzA div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.course-program-description-rRU {
    padding: 7rem 0;
}.course-program-description-rRU .lesson-track-Jx6 {
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.5s ease;
    grid-template-columns: 45% 55%;
}.course-program-description-rRU .lesson-track-Jx6:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course-program-description-rRU .image-section-zHo {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-program-description-rRU .text-widget-eWY {
    clip-path: none;
    transform: translateY(0) translateX(-50px);
    padding: 3.5rem 3rem 3.5rem 4rem;
}.course-program-description-rRU .text-widget-eWY h3 {
    font-size: 32px;
    margin-bottom: 2rem;
}.course-program-description-rRU .text-widget-eWY div {
    max-height: 350px;
}
}



@media screen and (max-width: 768px) {.study-method-LWo {
    padding: 4rem 0;
}.study-method-LWo::after {
    width: 60%;
}.study-method-LWo h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.study-method-LWo h2::before {
    width: 5rem;
}.study-method-LWo .text-widget-eWY {
    padding: 1.75rem;
}
}


@media only screen and (max-width: 800px) {.secure-stockade-iUN {
    padding: 20px;
}.secure-stockade-iUN h1 {
    font-size: calc(22px - 10px);
}.secure-stockade-iUN h2 {
    font-size: calc(22px - 8px);
}.secure-stockade-iUN ul,
    .secure-stockade-iUN ol {
    padding-left: 15px;
}.secure-stockade-iUN li {
    font-size: calc(15px - 2px);
}.secure-stockade-iUN p {
    font-size: calc(15px - 2px);
}}



@media screen and (max-width: 992px) {.contact-form-section-PaQ {
    padding: 5rem 0;
}.contact-form-section-PaQ .feedback-section-TUs {
    gap: 2rem;
    flex-direction: column;
}.contact-form-section-PaQ .inquiry-section-PTj,
    .contact-form-section-PaQ .inquiry-panel-51O {
    flex: 1 1 100%;
}
}



@media (min-width: 768px) {footer .main-teach-wcj {
    flex: 1 1 100%;
}footer .head-nav-e2x, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .instant-access-cfi {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .help-center-WYC {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (max-width: 767px) {footer .help-center-WYC {
    padding: 80px 0 30px;
}footer .help-center-WYC::before {
    background-size: 100% 60px;
    height: 60px;
}footer .contact-panel-Nn6 {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .head-nav-e2x, footer .subscribe_holder {
    padding: 25px 20px;
}footer .transcript-avz {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.about-this-KQo h2 {
    font-size: 33px;
    margin-bottom: 40px;
}.about-this-KQo .text-widget-eWY div div {
    column-count: 2;
}.about-this-KQo::after {
    width: 100%;
    top: -30%;
    right: -40%;
}
}



@media (min-width: 1400px) {header .header-site-Gkh {
    max-width: 1320px;
    margin: 0 auto;
}header .head-train-kTe {
    margin: 0 0.7rem;
}header .head-train-kTe a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .header-site-Gkh {
    padding: 0.8rem 1.5rem;
}header .main-teach-wcj {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .nav-pro-mH4 img {
    max-height: 35px;
}header .head-nav-e2x {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .head-nav-e2x::-webkit-scrollbar {
    height: 3px;
}header .head-nav-e2x::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head-train-kTe {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .head-train-kTe a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    height: 32px;
    padding: 0 0.8rem;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .head-train-kTe::after {
    display: none;
}header::after {
    width: 5px;
    top: 10px;
    right: 10px;
    height: 5px;
}.head-sitebar-vkW {
    margin-top: -5px;
}
}



@media (max-width: 576px) {.title-opener-QXa .learn-legacy-ZMq {
    padding: 1.5rem;
    width: 92%;
    gap: 1.25rem;
}.title-opener-QXa h3 {
    font-size: 1rem;
}.title-opener-QXa .title_style_header::after {
    width: 40%;
}
}


@media only screen and (max-width: 600px) {.popupPrivacySettings-JQP {
    left: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
}.track-ack-cuT {
    padding: 15px;
}.track-accept-5eh svg {
    width: 50px;
    height: 50px;
}.popupPrivacySettings-JQP h5 {
    font-size: calc(19px - 2px);
}.popupPrivacySettings-JQP p {
    font-size: calc(14px - 2px);
}.cookie-box-luK {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
}}



@media (max-width: 992px) {.price-combo-vIO {
    padding: 80px 0;
}.price-combo-vIO h2 {
    font-size: calc(30px - 4px);
}.price-combo-vIO .plan-rates-rZC {
    margin-bottom: 40px;
    font-size: 13px;
}.price-combo-vIO .package-pricing-Ekf {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.price-combo-vIO {
    padding: 50px 0;
}.price-combo-vIO h2 {
    font-size: calc(30px - 8px);
}.price-combo-vIO .plan-rates-rZC {
    font-size: calc(13px - 2px);
}.price-combo-vIO .cost-fee-Hnu {
    padding: 25px 20px;
}.price-combo-vIO .plan-cost-ePI h4 {
    font-size: calc(24px - 2px);
}.price-combo-vIO .price-view-xOj {
    font-size: calc(24px - 2px);
    padding: 8px 15px;
}}



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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



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

