.whatsapp_grpPo {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    z-index: 1000;
    position: relative;
    background-color: rgb(221,208,219);
}

.contact_sectionnt::before {
    z-index: 1;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.contact_sectionnt .query_queryeR::after {
    width: 300px;
    bottom: -150px;
    background: rgb(189,127,189,0.5);
    position: absolute;
    z-index: 0;
    content: "";
    right: -150px;
    height: 300px;
    border-radius: 50%;
}

.contact_sectionnt .feedback_sectionVq div {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}



.contact_sectionnt .feedback_sectionVq div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}

.contact_sectionnt .feedback_sectionVq div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.contact_sectionnt .feedback_blockYH h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-size: 23px;
}

.contact_sectionnt form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_sectionnt .inquiry_list4B {
    margin-bottom: 25px;
    position: relative;
}

.contact_sectionnt .inquiry_list4B label {
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    display: block;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
}

.contact_sectionnt .inquiry_list4B input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 3px;
    left: 7px;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
}

.contact_sectionnt .feedback_sectionVq div:nth-child(2) {
    --n: 0;
}

.contact_sectionnt .feedback_sectionVq div:nth-child(4) {
    --n: 2;
}

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

footer .whatsapp_grpPo {
    z-index: 1;
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(205,172,198) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}



footer .whatsapp_grpPo .container {
    z-index: 2;
    position: relative;
}

footer .stats_tooliO {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .info_item {
    border-radius: 10px;
    padding: 15px;
    flex: 1;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(189,127,189);
}

footer .main_headv0 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}

footer .main_navZ3 {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

footer .main_navZ3 h5::after {
    width: 50px;
    content: '';
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(189,127,189);
    bottom: 0;
}

footer .page_head6E a:hover {
    transform: translateX(5px);
    color: rgb(189,127,189);
    opacity: 1;
}

footer .page_head6E a:hover::before {
    height: 8px;
    width: 8px;
    box-shadow: 0 0 10px rgb(189,127,189);
    opacity: 1;
}

footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

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

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

footer .sub_signupLU {
    color: #ffffff;
    padding: 12px 24px;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(189,127,189) 0%, rgb(205,172,198) 100%);
    border: none;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

footer .subscr_infoyS {
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
}

.instructor_historyK3::before {
    z-index: 0;
    width: 300px;
    right: -100px;
    position: absolute;
    content: "";
    background: rgb(205,172,198,0.5);
    filter: blur(120px);
    border-radius: 50%;
    height: 300px;
    top: -100px;
}

.instructor_historyK3 .img_effect7G {
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    height: 500px;
    border-radius: 21px 0 0 21px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
}

.instructor_historyK3 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 43px;
    color: #000000;
}

.instructor_historyK3 .exp_itemsYm {
    position: relative;
    font-size: calc(14px * 1.1);
    color: #000000;
    font-style: italic;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 300;
}



.instructor_historyK3 .learner_voices4U:hover .name {
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

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

.privacy_guardhouse3b::after {
    right: -50px;
    width: 200px;
    transform: rotate(-15deg);
    position: absolute;
    bottom: -50px;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(205,172,198,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    height: 200px;
}

.privacy_guardhouse3b h1::before {
    top: 15%;
    background: rgb(189,127,189);
    transform: skewY(-15deg);
    height: 70%;
    left: 0;
    position: absolute;
    width: 5px;
    content: "";
}

.privacy_guardhouse3b h2::after {
    content: "";
    height: 3px;
    left: 0;
    width: 80px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,127,189) 0%, rgb(189,127,189,0.5) 100%);
}

.privacy_guardhouse3b h4 {
    font-weight: 600;
    font-size: calc(37px * 0.7);
    font-family: Arial, sans-serif;
    color: #000000;
    margin-top: 2rem;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 10px;
}

.privacy_guardhouse3b strong {
    display: inline-block;
    color: rgb(189,127,189);
    position: relative;
    font-weight: 600;
}

.privacy_guardhouse3b li::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    height: 8px;
    transform: rotate(45deg);
    background: rgb(189,127,189);
    width: 8px;
    top: 0.6rem;
}

.privacy_guardhouse3b .container > *:first-child {
    margin-top: 0;
}

.client_comments1E::before {
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(205,172,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(189,127,189,0.5) 0%, transparent 40%);
    left: 0;
}

.client_comments1E h4::before {
    width: 100px;
    transform: translateX(-50%);
    height: 8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    content: "";
    border-radius: 10px;
    bottom: -20px;
    left: 50%;
}

.client_comments1E .learner_voices4U {
    height: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 30px;
    border-radius: 19px;
    align-items: center;
    margin: 0 20px;
    z-index: 1;
    display: flex;
    position: relative;
    background: #ffffff;
    transform: translateY(0);
    transition: all 0.4s ease;
    width: 320px;
}

.client_comments1E .img_effect7G {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 110px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
    width: 110px;
}

.client_comments1E .learner_voices4U span::after {
    width: 40px;
    position: absolute;
    transition: all 0.3s ease;
    bottom: -8px;
    opacity: 0.5;
    left: 50%;
    background: rgb(205,172,198);
    content: "";
    transform: translateX(-50%);
    height: 2px;
}

.client_comments1E .learner_voices4U:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(189,127,189,0.5), 0.05));
}

.client_comments1E .learner_voices4U:nth-child(even) {
    margin-top: 30px;
}

.course_overviewB1::before {
    z-index: 0;
    left: -25%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    content: "";
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(205,172,198,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(189,127,189,0.5) 0%, transparent 50%);
    transform-origin: center;
    filter: blur(60px);
    opacity: 0.6;
    position: absolute;
    height: 150%;
    top: -25%;
    width: 150%;
}

.course_overviewB1 .future_classZW::after {
    height: 1px;
    background: linear-gradient(to right, rgb(205,172,198) 0%, transparent 100%);
    transform: translateX(-50%);
    filter: blur(1px);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80%;
}

.course_overviewB1 .main_headv0 {
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform-style: preserve-3d;
    height: 110px;
    width: 110px;
}

.course_overviewB1 .main_headv0 svg {
    z-index: 1;
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    height: 60px;
    position: absolute;
    width: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
    filter: drop-shadow(0 0 10px rgb(205,172,198,0.5));
}

.course_overviewB1 p {
    margin-bottom: 0;
    color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    transform-origin: left bottom;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
}

.course_overviewB1 .img_effect7G::after {
    width: 150%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(221,208,219) 100%
    );
    left: -25%;
    height: 150%;
    opacity: 0.2;
    position: absolute;
    mix-blend-mode: multiply;
    top: -25%;
    z-index: 1;
    content: "";
    animation: pulseOverlay 15s ease-in-out infinite;
}

.course_overviewB1 .story_infok1:hover .future_classZW {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}

header::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(205,172,198) 0%, 
        rgb(189,127,189) 50%, 
        rgb(205,172,198) 100%);
    height: 4px;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

header .main_navZ3 {
    border-radius: 23px;
    padding: 5px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    gap: 0.5rem;
}

header .main_pagewrapJU::after {
    top: 0;
    background: rgb(205,172,198);
    content: '';
    border-radius: 10px;
    position: absolute;
    right: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
}

header .main_pagewrapJU:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .head_core5D::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    left: -100%;
    height: 100%;
    transition: 0.5s;
    top: 0;
    content: '';
    position: absolute;
}

.policyAgreementPanelpE h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.manage_cookiesEI {
    margin-right: 10px;
    flex-shrink: 0;
}

.policyAgreementPanelpE p a {
    color: rgb(205,172,198);
    text-decoration: none;
}


#cookieModalNoticeNl {
    display: none;
}

.title_introbk {
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}

.title_introbk {
    min-height: 90vh;
}

.title_introbk > div {
    transform: translateY(-2vh);
    margin: 0 auto;
    max-width: 1400px;
    padding: 3rem 1.5rem;
    position: relative;
    width: 90%;
}

.title_introbk > div {
    padding: 2rem 1rem;
    transform: translateY(0);
    width: 95%;
}

.title_introbk h1.title_style_header::after {
    width: 150px;
    animation: expandWidth 1.5s ease-out 0.5s forwards;
    background: linear-gradient(90deg, rgb(189,127,189), transparent);
    position: absolute;
    bottom: -0.75rem;
    content: "";
    left: 0;
    transform-origin: left;
    height: 5px;
}

.title_introbk .approach_eduzQ {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.title_introbk .approach_eduzQ::after {
    width: 50%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5), transparent);
}

.title_introbk .approach_eduzQ h3 {
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: calc(19px * 1.1);
}

.title_introbk .approach_eduzQ h3 {
    font-size: 19px;
}

.our_storyiB::before {
    background: linear-gradient(45deg, rgb(205,172,198,0.5) 0%, rgb(189,127,189,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 25rem;
    right: -5%;
    transform: rotate(15deg);
    z-index: 0;
    top: -5%;
    height: 25rem;
}

.our_storyiB h1::after {
    left: 0;
    bottom: -0.8rem;
    content: "";
    height: 0.3rem;
    width: 6rem;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
}

.our_storyiB .knowledge_learning9T {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.our_storyiB .knowledge_learning9T:hover::before {
    transform: scaleY(1);
}

.our_storyiB .knowledge_learning9T h4::after {
    width: 3rem;
    background: rgb(189,127,189);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.5rem;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.5);
    left: 0;
    content: "";
    height: 2px;
}

.appPagezT::before {
    filter: blur(20px);
    height: 45%;
    opacity: 0.15;
    position: absolute;
    width: 45%;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    z-index: -1;
    background: linear-gradient(225deg, rgb(205,172,198) 0%, transparent 70%);
}

.appPagezT .story_infok1:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(205,172,198,0.5), 0.1);
}

.appPagezT h5 {
    opacity: 0;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(20px);
    color: #000000;
    font-size: clamp(calc(18px * 0.8), 4vw, 18px);
    letter-spacing: -0.01em;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.appPagezT .story_infok1 > div:last-child {
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.appPagezT a {
    padding: 0.5rem 0;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
    position: relative;
}

.appPagezT a::after {
    opacity: 0.5;
    background: linear-gradient(90deg, rgb(189,127,189) 0%, transparent 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    transform-origin: left center;
    content: "";
    position: absolute;
}

.tariff_cardto .learning_feesFK {
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto 60px;
    opacity: 0.9;
}

.tariff_cardto .lesson_plansyq {
    transform-style: preserve-3d;
    will-change: transform;
    display: block;
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tariff_cardto .lesson_ratesxu {
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    display: flex;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    height: 100%;
    position: relative;
    padding: 35px 25px;
    border-radius: 4px;
}

.tariff_cardto .lesson_ratesxu h4::after {
    left: 0;
    background: rgb(205,172,198);
    bottom: 0;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
}

.tariff_cardto .lesson_plansyq:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.tariff_cardto .lesson_plansyq:hover .pricing_list0Y {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.tariff_cardto .lesson_plansyq:hover .lesson_ratesxu {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}


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



@media screen and (max-width: 576px) {.contact_sectionnt {
    padding: 60px 0;
}.contact_sectionnt .feedback_sectionVq,
    .contact_sectionnt .feedback_blockYH {
    padding: 30px 20px;
}.contact_sectionnt .feedback_sectionVq h3 {
    font-size: calc(30px * 0.8);
}.contact_sectionnt form input[type="text"],
    .contact_sectionnt form input[type="email"] {
    height: 50px;
}.contact_sectionnt form .query_feedback8X {
    padding: 14px 20px;
    width: 100%;
}}



@media (max-width: 768px) {footer .whatsapp_grpPo {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_navZ3 {
    gap: 15px;
}footer .reach_ushY {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub_signupLU {
    width: 100%;
}
}



@media (max-width: 992px) {.instructor_historyK3 .learner_voices4U {
    grid-template-columns: 1fr;
    max-width: 90%;
}.instructor_historyK3 .img_effect7G {
    border-radius: 21px 21px 0 0;
    height: 400px;
    transform: translateY(-30px);
}.instructor_historyK3 .img_effect7G::before {
    top: 30px;
    left: 0;
    width: 100%;
}.instructor_historyK3 .work_exploreaS {
    padding: 1rem 2rem 3rem;
}.instructor_historyK3 .learner_voices4U:hover .img_effect7G {
    transform: translateY(-40px);
}
}



@media (max-width: 767px) {.privacy_guardhouse3b {
    padding: 3rem 1rem;
}.privacy_guardhouse3b .container {
    transform: none;
    padding: 2rem 1.5rem;
}.privacy_guardhouse3b h1 {
    font-size: calc(44px * 0.8);
    padding-left: 15px;
}.privacy_guardhouse3b h1::before {
    width: 4px;
}.privacy_guardhouse3b h2 {
    font-size: calc(37px * 0.8);
}.privacy_guardhouse3b h3 {
    font-size: calc(37px * 0.7);
}.privacy_guardhouse3b h4 {
    font-size: calc(37px * 0.6);
}.privacy_guardhouse3b p, 
    .privacy_guardhouse3b li,
    .privacy_guardhouse3b span {
    max-width: 100%;
    font-size: calc(12px * 0.95);
}.privacy_guardhouse3b ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}



@media (max-width: 768px) {.client_comments1E {
    padding: 60px 0;
}.client_comments1E .story_infok1 {
    overflow: visible;
    padding: 0 20px;
}.client_comments1E .feedback_storiese9 {
    width: 100%;
    animation: none;
    flex-direction: column;
}.client_comments1E .learner_voices4U {
    padding: 25px;
    margin: 0 0 30px;
    width: 100%;
    min-height: 200px;
    height: auto;
}.client_comments1E .learner_voices4U:last-child {
    margin-bottom: 0;
}.client_comments1E .learner_voices4U:nth-child(even),
    .client_comments1E .learner_voices4U:nth-child(odd) {
    margin-top: 0;
}.client_comments1E .learner_voices4U::after {
    height: 40px;
    width: 40px;
}.client_comments1E .img_effect7G {
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}.client_comments1E .learner_voices4U p {
    margin-top: 10px;
}}



@media (max-width: 576px) {.course_overviewB1 {
    padding: 3rem 0;
}.course_overviewB1 .img_effect7G {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_overviewB1 .future_classZW {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course_overviewB1 .main_headv0 {
    margin-bottom: 1.2rem;
    height: 80px;
    width: 80px;
}.course_overviewB1 .main_headv0 svg {
    width: 45px;
    height: 45px;
}.course_overviewB1 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.course_overviewB1 h3::before {
    height: 2px;
    width: 50px;
}.course_overviewB1 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}


@media only screen and (max-width: 1200px) {.policyAgreementPanelpE {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.manage_cookiesEI {
    display: none;
}.visitor_acceptance3J {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.policyAgreementPanelpE h5 {
    text-align: center;
}.policyAgreementPanelpE p {
    text-align: center;
}.cookie_alertsUp {
    margin-bottom: 20px;
}body .wrapper-capsule8T .cookie_controlsCb {
    margin-left: 0;
}}



@media screen and (min-width: 768px) {.our_storyiB .study_learntN ul {
    flex-direction: row;
}.our_storyiB .knowledge_learning9T {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1;
    border-bottom: none;
}.our_storyiB .knowledge_learning9T:last-child {
    border-right: none;
}.our_storyiB .knowledge_learning9T:hover {
    transform: translateY(-10px);
}.our_storyiB .knowledge_learning9T::before {
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    width: 100%;
}.our_storyiB .knowledge_learning9T:hover::before {
    transform: scaleX(1);
}
}



@media (min-width: 992px) {.appPagezT .story_infok1 {
    gap: 6rem;
}.appPagezT h5 {
    font-size: 18px;
}.appPagezT p {
    font-size: 17px;
}
}



@media (max-width: 480px) {.appPagezT {
    padding: 4rem 0;
}.appPagezT .story_infok1 {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.appPagezT h5 {
    font-size: calc(18px * 0.75);
}.appPagezT p {
    font-size: calc(17px * 0.9);
}
}



@media (max-width: 1200px) {.tariff_cardto {
    padding: 100px 0;
}.tariff_cardto .cost_summaryW6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_cardto .lesson_ratesxu {
    padding: 30px 20px;
}
}



@media (hover: none) {.tariff_cardto .lesson_plansyq:hover {
    transform: none;
}.tariff_cardto .pricing_list0Y {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.tariff_cardto .lesson_plansyq:active {
    transform: scale(0.98);
}
}

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(205,172,198,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px) translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-1rem);
  }
}



@keyframes shiftShape {
  0% {
    transform: rotate(-5deg) scale(1);
  }
  50% {
    transform: rotate(-8deg) scale(1.05);
  }
  100% {
    transform: rotate(-3deg) scale(1.02);
  }
}



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



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



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

