﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

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

.jMCyR_chrome_ext {
    flex: 0 0 auto;
}

html,body {
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

svg {
    width: 30px;
    height: 30px;
}

.CurIw_first_pagebar {
    flex: 1 0 auto;
}

.CurIw_first_pagebar {
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
}

.lZXnC_digital_cookies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sCgHr_learn_cookies {
    flex-shrink: 0;
    margin-right: 20px;
}

.pAsgP_cookie_option {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
}

.iPkdL_cookie_message_panel p {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}

.wJHsG_privacy_ctrl:hover {
    border-color: rgb(212,200,217,0.5);
    background: rgb(212,200,217,0.5);
}

.iPkdL_cookie_message_panel p a {
    border-bottom: 2px solid rgb(212,200,217);
    text-decoration: none;
    color: rgb(212,200,217);
}

.iPkdL_cookie_message_panel p a:hover {
    color: rgb(177,164,185);
    border-bottom-color: rgb(177,164,185);
}

.oxVtA_course_program_info {
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: rgb(237,231,242);
    overflow: hidden;
    flex-direction: column;
}

.oxVtA_course_program_info .WYGuw_class_track {
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.oxVtA_course_program_info .QAmwO_class_map::before {
    opacity: 0.8;
    content: "";
    right: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(212,200,217,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(177,164,185,0.5) 100%
    );
    top: 0;
}

.oxVtA_course_program_info .QAmwO_class_map:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}

.oxVtA_course_program_info .jDAgJ_skill_experts {
    max-width: 600px;
    width: 100%;
    margin-right: 5%;
    position: relative;
}

.oxVtA_course_program_info .WqxeJ_pro_skills {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 21px;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 3rem;
}

.oxVtA_course_program_info .WqxeJ_pro_skills {
    padding: 2rem;
}

.oxVtA_course_program_info .WqxeJ_pro_skills:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}

.oxVtA_course_program_info .WqxeJ_pro_skills h3::after {
    bottom: -8px;
    width: 40%;
    transition: width 0.3s ease;
    background-color: rgb(212,200,217);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}

.oxVtA_course_program_info .WqxeJ_pro_skills p {
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 2rem;
    font-size: 15px;
}

.oxVtA_course_program_info .WqxeJ_pro_skills p {
    margin-bottom: 1.5rem;
}

.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card::before {
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(177,164,185) 0%,
        rgb(212,200,217) 100%
    );
    content: "";
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
}

.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card:hover {
    box-shadow: 0 8px 20px rgb(212,200,217,0.5);
    transform: translateY(-2px);
}



.oxVtA_course_program_info .WYGuw_class_track::before {
    width: 1px;
    position: fixed;
    height: 1px;
    content: "";
    animation: set-slide-count 0.1s forwards;
}



.oxVtA_course_program_info .QAmwO_class_map:nth-child(1) {
    --slide-color: rgb(212,200,217);
}

.oxVtA_course_program_info .QAmwO_class_map:nth-child(3) {
    --slide-color: rgb(212,200,217);
}

.oxVtA_course_program_info .QAmwO_class_map:nth-child(5) {
    --slide-color: rgb(212,200,217);
}

.oxVtA_course_program_info .QAmwO_class_map:hover::after {
    opacity: 0.5;
}

.hFyIf_gratitudeHub {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgb(212,200,217,0.5) 100%);
}

.hFyIf_gratitudeHub::before {
    position: absolute;
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    height: 100%;
}

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

.hFyIf_gratitudeHub h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(212,200,217), rgb(177,164,185));
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}

.hFyIf_gratitudeHub .jDAgJ_skill_experts {
    border-radius: 19px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
}

.hFyIf_gratitudeHub .jDAgJ_skill_experts:hover {
    transform: translateY(-5px);
}

.hFyIf_gratitudeHub .jDAgJ_skill_experts:hover h2::after {
    width: 120px;
}

.hFyIf_gratitudeHub li {
    position: relative;
    padding-left: 25px;
}

.hFyIf_gratitudeHub li:hover::before {
    transform: rotate(225deg) scale(1.2);
}

.hFyIf_gratitudeHub span {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: calc(14px + 2px);
    letter-spacing: 0.3px;
    padding: 10px 0;
    position: relative;
    line-height: 1.7;
}

.eAyBc_secure_stockade {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: rgb(237,231,242);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.eAyBc_secure_stockade h2 {
    border-bottom: 1px solid rgb(177,164,185);
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 0.25rem;
}

.eAyBc_secure_stockade h3, .eAyBc_secure_stockade h4, .eAyBc_secure_stockade h5, .eAyBc_secure_stockade h6 {
    margin: 10px 0;
}

.eAyBc_secure_stockade ul li {
    position: relative;
    font-size: 15px;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-weight: 400;
}

.eAyBc_secure_stockade p, .eAyBc_secure_stockade span {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.eAyBc_secure_stockade section {
    margin-bottom: 2rem;
}

.PUoua_about_this::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.6) 100%);
}

.PUoua_about_this h4 {
    z-index: 10;
    opacity: 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(20px);
    font-size: calc(30px * 1.2);
    font-weight: 700;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
}

.PUoua_about_this .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}

.PUoua_about_this .cNkMm_body_content {
    transform: translateY(30px);
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 100%,
        2% 100%
    );
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    animation: fadeSlideUp 1s forwards 0.4s;
    border-left: 4px solid rgb(212,200,217);
    opacity: 0;
    padding: 3rem;
}

.PUoua_about_this h6::after {
    background: rgb(212,200,217);
    animation: scaleRight 0.8s forwards 1s;
    height: 2px;
    transform-origin: left;
    content: "";
    display: block;
    transform: scaleX(0);
    width: 80px;
    margin-top: 10px;
}

.PUoua_about_this .cNkMm_body_content div {
    max-height: 300px;
    position: relative;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-color: rgb(212,200,217) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
}

.bflBi_operation_process {
    justify-content: center;
    overflow: hidden;
    background: rgb(237,231,242);
    align-items: center;
    min-height: 75vh;
    display: flex;
    position: relative;
}

.bflBi_operation_process::after {
    animation: pulseRings 6s ease-in-out infinite;
    border-radius: 50%;
    content: "";
    top: 50%;
    width: 800px;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    left: 50%;
    height: 800px;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
}

.bflBi_operation_process .jDAgJ_skill_experts {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.bflBi_operation_process .jDAgJ_skill_experts::after {
    height: 80%;
    animation: rotateCircle 30s linear infinite reverse;
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgb(177,164,185,0.5);
    opacity: 0.4;
    content: "";
    top: 10%;
    left: 10%;
    width: 80%;
}

.bflBi_operation_process h3::before {
    bottom: -20%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(212,200,217), transparent);
    left: 50%;
    height: 20%;
    width: 2px;
    z-index: 2;
}

.bflBi_operation_process span {
    line-height: 1.8;
    padding: 2rem 3rem;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 70%;
    border-radius: 13px;
    max-width: 600px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    color: #000000;
}

.bflBi_operation_process span::after {
    width: 20px;
    content: "";
    z-index: 3;
    background: #ffffff;
    border: 2px solid rgb(177,164,185,0.5);
    left: 50%;
    height: 20px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    top: -10px;
}

header::after {
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    content: '';
    transform: scaleX(0.7);
    transform-origin: center;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(212,200,217), 
        rgb(177,164,185), 
        rgb(212,200,217)
    );
}

header:hover::after {
    transform: scaleX(1);
}

header .vJzow_main_sitewrap {
    z-index: 5;
    display: flex;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .NQIwj_top_navbar {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    transform-style: preserve-3d;
}

header .NQIwj_top_navbar img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}

header .ELzlb_header_lesson {
    list-style: none;
    perspective: 1000px;
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    transform-style: preserve-3d;
}

header .ZgGwv_nav_study {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}

header .ZgGwv_nav_study a {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0.7rem 1.2rem;
    font-weight: 600;
    color: #000000;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
    transform: translateZ(0);
    text-decoration: none;
    justify-content: center;
    background: #ffffff;
    transition: all 0.4s ease;
}

header .ZgGwv_nav_study a:hover::before {
    opacity: 1;
}

header .ZgGwv_nav_study a::after {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    bottom: -5px;
    transform: translateZ(-10px);
    opacity: 0;
    left: 5px;
    background: rgb(212,200,217);
    height: 5px;
    right: 5px;
}



@supports not (transform-style: preserve-3d) {header .NQIwj_top_navbar:hover {
    transform: translateY(-3px);
}header .ZgGwv_nav_study a:hover {
    transform: translateY(-3px);
}}

.xksDU_learning_profits::before {
    left: 0;
    background: linear-gradient(90deg, rgb(212,200,217) 0%, rgb(177,164,185) 100%);
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    height: 5px;
}

.xksDU_learning_profits .container {
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    max-width: 1200px;
    display: grid;
    z-index: 2;
    margin: 0 auto;
}

.xksDU_learning_profits .qckIj_image_shadow:hover {
    box-shadow: 20px 20px 0 rgb(212,200,217,0.5);
    transform: translateY(-15px) translateX(5px);
}

.xksDU_learning_profits .jDAgJ_skill_experts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xksDU_learning_profits .cNkMm_body_content::before {
    position: absolute;
    transform-origin: center;
    background: linear-gradient(to bottom, rgb(212,200,217), rgb(177,164,185));
    content: "";
    transition: transform 0.4s ease;
    top: 10px;
    left: 0;
    transform: scaleY(0.7);
    bottom: 10px;
    width: 4px;
}

.xksDU_learning_profits .cNkMm_body_content:hover h1::after {
    width: 120px;
}

.xksDU_learning_profits ul {
    list-style: none;
    gap: 18px;
    display: grid;
    margin: 0;
    padding: 0;
}

.xksDU_learning_profits li:hover {
    transform: translateX(5px);
}

.xksDU_learning_profits li p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: calc(13px * 1.05);
}

.xksDU_learning_profits li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.xksDU_learning_profits li:hover svg path {
    fill: rgb(177,164,185);
}

.LySjx_welcome_page .YqzZV_learn_team {
    z-index: 2;
    padding: 2rem;
    max-width: 1400px;
    width: 100%;
    position: relative;
}

.LySjx_welcome_page .kXJYw_start_page {
    position: relative;
    overflow: hidden;
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.LySjx_welcome_page .kXJYw_start_page::after {
    height: 200px;
    opacity: 0.6;
    right: -10px;
    content: "";
    position: absolute;
    transform: rotate(-12deg);
    width: 200px;
    border: 2px solid rgb(177,164,185);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
    bottom: -10px;
}

.LySjx_welcome_page .kXJYw_start_page span {
    margin-bottom: 2rem;
    display: inline-block;
    transform: translateX(-10px);
    transition: transform 0.5s ease;
    z-index: 2;
    position: relative;
}

.LySjx_welcome_page .kXJYw_start_page h1 {
    position: relative;
    font-size: clamp(2.5rem, 5vw, 43px);
    margin-bottom: 2rem;
    color: #ffffff;
    transform: translateY(0);
    z-index: 2;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.LySjx_welcome_page .kXJYw_start_page div div {
    max-width: 80%;
    border-left: 4px solid rgb(177,164,185);
    z-index: 2;
    padding: 0.8rem 2rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(
    90deg,
    rgb(177,164,185,0.5),
    rgb(212,200,217,0.5)
  );
    backdrop-filter: blur(4px);
    display: inline-block;
    transform: translateY(0);
    position: relative;
}

.lhyzY_contact_box .container {
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.lhyzY_contact_box .QfZEY_reach_info {
    position: relative;
    border-radius: 28px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
}

.lhyzY_contact_box .GLBjD_query_help h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    color: #000000;
    display: inline-block;
}

.lhyzY_contact_box .GLBjD_query_help form {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}

.lhyzY_contact_box .GLBjD_query_help input[type="text"]:focus,
.lhyzY_contact_box .GLBjD_query_help input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(177,164,185,0.5);
    transform: translateY(-2px);
    outline: none;
}

.lhyzY_contact_box .GLBjD_query_help input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget input[type="checkbox"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    appearance: none;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 2px;
    background-color: rgb(237,231,242);
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s ease;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget label {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget label a {
    color: rgb(212,200,217);
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.lhyzY_contact_box .GLBjD_query_help .AvUJr_message_widget label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.lhyzY_contact_box .GLBjD_query_help .jalHG_feedback_card {
    background-color: rgb(177,164,185);
    flex: 1 0 100%;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgb(177,164,185,0.5);
    height: 60px;
    z-index: 1;
    color: #ffffff;
}

.lhyzY_contact_box .DPthu_connect_links {
    padding: 50px 30px;
    align-items: center;
    order: 2;
    color: #ffffff;
    position: relative;
    border-radius: 0 0 28px 28px;
    background-color: rgb(212,200,217);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lhyzY_contact_box .DPthu_connect_links h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
}

.lhyzY_contact_box .DPthu_connect_links div {
    display: flex;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    max-width: 400px;
    align-items: center;
    width: 100%;
}

.lhyzY_contact_box .DPthu_connect_links div:last-child::before {
    display: none;
}

.lhyzY_contact_box .DPthu_connect_links div svg {
    background-color: rgb(177,164,185);
    margin-right: 20px;
    height: 32px;
    padding: 6px;
    box-shadow: 0 4px 10px rgb(177,164,185,0.5);
    border-radius: 50%;
    width: 32px;
}

.lhyzY_contact_box .DPthu_connect_links div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
}

.lhyzY_contact_box .DPthu_connect_links div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.TZLcj_get_updates {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(212,200,217,0.5), rgb(177,164,185));
    position: relative;
    overflow: hidden;
}

.TZLcj_get_updates::after {
    background: linear-gradient(210deg, rgb(212,200,217), rgb(177,164,185,0.5));
    width: 30%;
    content: "";
    height: 80%;
    left: -2%;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    bottom: -5%;
    transform: rotate(10deg);
}

.TZLcj_get_updates .jDAgJ_skill_experts {
    padding: 2.5rem;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
}

.TZLcj_get_updates .input_holder span {
    flex: 1;
    position: relative;
}

.TZLcj_get_updates .input_holder input[type="email"] {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
}

.TZLcj_get_updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}

.TZLcj_get_updates .input_holder .jalHG_feedback_card:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), #000000);
    transform: translateY(-2px);
}

.TZLcj_get_updates .input_holder .jalHG_feedback_card:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

.TZLcj_get_updates .input_holder .jalHG_feedback_card::before {
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.OMlwh_teaching_history::before {
    left: -5%;
    top: -5%;
    transform: rotate(-15deg);
    height: 40%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(212,200,217,0.5), transparent);
    opacity: 0.15;
    z-index: 0;
    width: 40%;
}

.OMlwh_teaching_history .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 1.5rem;
}

.OMlwh_teaching_history .kCwaS_learner_views:hover {
    transform: translateY(-5px);
}

.OMlwh_teaching_history .kCwaS_learner_views > div:first-child {
    width: 100%;
    position: relative;
}

.OMlwh_teaching_history .kCwaS_learner_views .qckIj_image_shadow {
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-bottom: 85%;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(2) {
    text-align: left;
    position: relative;
}

.OMlwh_teaching_history .kCwaS_learner_views .name {
    color: #000000;
    font-weight: 700;
    margin: 0 0 0.5rem;
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.1);
}

.OMlwh_teaching_history .kCwaS_learner_views:hover .name::after {
    transform: scaleX(1.5);
}

.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: calc(17px * 0.95);
    color: rgb(212,200,217);
    margin-top: 0.75rem;
}

.OMlwh_teaching_history .kCwaS_learner_views .avrbj_work_container::before {
    content: "";
    width: 25px;
    height: 25px;
    transform: scale(0);
    border-radius: 50%;
    left: -8px;
    top: -15px;
    box-shadow: 0 0 0 3px rgb(177,164,185,0.5);
    transition: all 0.4s ease-out 0.2s;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    opacity: 0;
}

.jsBPX_plan_container::before {
    z-index: 1;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
}

.jsBPX_plan_container .fwFes_price_schemes h2 {
    position: relative;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

.jsBPX_plan_container .AfbDv_rate_plans {
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 17px;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 700px;
}

.jsBPX_plan_container .pIwbg_skill_offers {
    display: block;
    color: #000000;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.jsBPX_plan_container .WKFOw_learn_deals {
    overflow-wrap: break-word;
    position: relative;
    padding: 30px;
    flex-direction: column;
    word-break: break-word;
    white-space: normal;
    display: flex;
    flex: 1;
    z-index: 2;
}

.jsBPX_plan_container .pIwbg_skill_offers:hover .WKFOw_learn_deals h3 {
    transform: translateX(5px);
}

.jsBPX_plan_container .nTPxv_promo_plans::before {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    background: rgb(212,200,217);
    transform: translateX(-10px);
    width: 10px;
    content: "";
    height: 2px;
    transition: all 0.3s ease;
}

.jsBPX_plan_container .qckIj_image_shadow {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
}

.jsBPX_plan_container .qckIj_image_shadow::after {
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(rgb(212,200,217,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(even) .QmEbn_learning_deals {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.jsBPX_plan_container .pIwbg_skill_offers:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

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

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

footer .jMCyR_chrome_ext::after {
    animation: glowBorder 3s infinite linear;
    height: 3px;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(212,200,217) 0%, 
        rgb(177,164,185) 50%, 
        rgb(212,200,217) 100%);
    position: absolute;
}

footer .ejVlW_contact_form {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

footer .info_item svg {
    fill: rgb(177,164,185);
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}

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

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

footer .CSHym_head_top svg {
    filter: drop-shadow(0 0 5px rgb(212,200,217,0.5));
    max-width: 160px;
    height: auto;
}

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

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

footer .TfPzj_header_mentor a {
    font-size: 17px;
    padding-left: 15px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
}

footer .TfPzj_header_mentor a:hover {
    color: rgb(177,164,185);
    opacity: 1;
    transform: translateX(5px);
}

footer .TfPzj_header_mentor a:hover::before {
    width: 8px;
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(177,164,185);
}

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

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .subscribe_holder p {
    margin-bottom: 20px;
    opacity: 0.8;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
}

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

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(177,164,185,0.5);
    border-color: rgb(177,164,185);
}

footer .pnfjt_sub_deal {
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 24px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(177,164,185) 0%, rgb(212,200,217) 100%);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

footer .LkUlY_footnote_ref {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

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

.PUoua_about_this .cNkMm_body_content div::-webkit-scrollbar {
    width: 6px;
}

.PUoua_about_this .cNkMm_body_content div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.PUoua_about_this .cNkMm_body_content div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,200,217);
}


@media only screen and (max-width: 800px) {.sCgHr_learn_cookies {
    display: none;
}.lZXnC_digital_cookies {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.iPkdL_cookie_message_panel h5, .iPkdL_cookie_message_panel p {
    text-align: center;
}.pAsgP_cookie_option {
    margin-bottom: 15px;
}.wJHsG_privacy_ctrl {
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 576px) {.oxVtA_course_program_info .WYGuw_class_track {
    animation-duration: 20s;
}.oxVtA_course_program_info .container {
    padding: 3rem 1rem;
}.oxVtA_course_program_info .WqxeJ_pro_skills {
    padding: 1.5rem;
}.oxVtA_course_program_info .WqxeJ_pro_skills h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.7);
}.oxVtA_course_program_info .WqxeJ_pro_skills p {
    margin-bottom: 1.25rem;
    font-size: calc(15px * 0.9);
}.oxVtA_course_program_info .WqxeJ_pro_skills .jalHG_feedback_card {
    padding: 0.65rem 1.5rem;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 480px) {.hFyIf_gratitudeHub {
    padding: 40px 0;
}.hFyIf_gratitudeHub h2 {
    margin-bottom: 30px;
    transform: none;
    font-size: calc(28px - 6px);
}.hFyIf_gratitudeHub h2::after {
    bottom: -10px;
    width: 60px;
}.hFyIf_gratitudeHub .jDAgJ_skill_experts {
    padding: 20px;
}.hFyIf_gratitudeHub li {
    padding-left: 20px;
}.hFyIf_gratitudeHub li::before {
    height: 8px;
    width: 8px;
    top: 7px;
}.hFyIf_gratitudeHub span {
    font-size: calc(14px - 2px);
    letter-spacing: 0.2px;
    line-height: 1.5;
}}



@media (max-width: 991px) {.PUoua_about_this {
    padding: 100px 0 80px;
}.PUoua_about_this .cNkMm_body_content {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.PUoua_about_this {
    padding: 80px 0 60px;
}.PUoua_about_this h4 {
    font-size: calc(30px * 1.1);
    margin-bottom: 2.5rem;
}.PUoua_about_this .cNkMm_body_content {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            99% 100%,
            1% 100%
        );
}.PUoua_about_this h6 {
    font-size: 23px;
    margin-bottom: 1.25rem;
}.PUoua_about_this .cNkMm_body_content div {
    max-height: 260px;
}
}



@media (max-width: 992px) {.bflBi_operation_process .container {
    padding: 4rem 1.5rem;
}.bflBi_operation_process .jDAgJ_skill_experts {
    aspect-ratio: auto;
    gap: 4rem;
    height: auto;
}.bflBi_operation_process h3 {
    font-size: calc(36px * 0.9);
    width: 80%;
    margin: 0;
    padding: 1.8rem 2.5rem;
}.bflBi_operation_process span {
    font-size: calc(14px * 0.95);
    padding: 1.8rem 2.5rem;
    width: 80%;
}.bflBi_operation_process h3::before,
    .bflBi_operation_process h3::after {
    display: none;
}.bflBi_operation_process span::after {
    display: none;
}.bflBi_operation_process .jDAgJ_skill_experts::before,
    .bflBi_operation_process .jDAgJ_skill_experts::after {
    border-radius: 13px;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}
}



@media (min-width: 1400px) {header .vJzow_main_sitewrap {
    max-width: 1320px;
    margin: 0 auto;
}header .ZgGwv_nav_study {
    margin: 0 0.5rem;
}header .ZgGwv_nav_study a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 991px) {header .vJzow_main_sitewrap {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .CSHym_head_top {
    margin-right: 0;
    margin-bottom: 0;
}header .ELzlb_header_lesson {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .ZgGwv_nav_study a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 479px) {header .vJzow_main_sitewrap {
    padding: 0.7rem 1.2rem;
}header .CSHym_head_top {
    max-width: 120px;
}header .ZgGwv_nav_study a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}header::after {
    height: 3px;
}
}



@media (max-width: 992px) {.xksDU_learning_profits {
    padding: 80px 0;
}.xksDU_learning_profits .container {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 0 20px;
}.xksDU_learning_profits .qckIj_image_shadow {
    box-shadow: 10px 10px 0 rgb(212,200,217,0.5);
    max-height: 400px;
    width: 100%;
}.xksDU_learning_profits h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.9);
}
}



@media (max-width: 768px) {.xksDU_learning_profits {
    padding: 60px 0;
}.xksDU_learning_profits .qckIj_image_shadow {
    max-height: 300px;
}.xksDU_learning_profits h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 20px;
}.xksDU_learning_profits ul {
    gap: 15px;
}.xksDU_learning_profits li p {
    font-size: 13px;
}
}



@media screen and (max-width: 991px) {.LySjx_welcome_page .kXJYw_start_page {
    padding: 3rem 2rem;
}.LySjx_welcome_page .kXJYw_start_page h3 {
    max-width: 100%;
    font-size: calc(16px * 1.1);
}.LySjx_welcome_page .kXJYw_start_page h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.LySjx_welcome_page .kXJYw_start_page div div {
    max-width: 90%;
}
}



@media screen and (max-width: 767px) {.LySjx_welcome_page .YqzZV_learn_team {
    padding: 1rem;
}.LySjx_welcome_page .kXJYw_start_page {
    padding: 2rem 1.5rem;
}.LySjx_welcome_page .kXJYw_start_page::after {
    height: 120px;
    width: 120px;
}.LySjx_welcome_page .kXJYw_start_page h3 {
    max-width: 100%;
    font-size: 16px;
    padding: 0.75rem 1rem;
}.LySjx_welcome_page .kXJYw_start_page div div {
    max-width: 100%;
    padding: 0.75rem 1.25rem;
}.LySjx_welcome_page .kXJYw_start_page p {
    font-size: 15px;
}
}



@media (prefers-reduced-motion) {.LySjx_welcome_page .kXJYw_start_page h1,
  .LySjx_welcome_page .kXJYw_start_page span,
  .LySjx_welcome_page .kXJYw_start_page div div,
  .LySjx_welcome_page .kXJYw_start_page::after {
    transition: none;
}}



@media screen and (min-width: 992px) {.lhyzY_contact_box .QfZEY_reach_info {
    align-items: stretch;
    flex-direction: row;
}.lhyzY_contact_box .GLBjD_query_help {
    padding: 60px;
    width: 60%;
    order: 1;
    border-radius: 28px 0 0 28px;
}.lhyzY_contact_box .DPthu_connect_links {
    order: 2;
    width: 40%;
    justify-content: center;
    border-radius: 0 28px 28px 0;
    padding: 60px 40px;
}.lhyzY_contact_box .DPthu_connect_links::before {
    left: 0;
    transform: translateX(-15px);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 100%;
    top: 0;
}.lhyzY_contact_box .GLBjD_query_help input#email {
    flex: 1 0 100%;
}
}



@media screen and (max-width: 480px) {.lhyzY_contact_box {
    padding: 40px 0;
}.lhyzY_contact_box .GLBjD_query_help,
    .lhyzY_contact_box .DPthu_connect_links {
    padding: 30px 20px;
}.lhyzY_contact_box .DPthu_connect_links div svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}}



@media (min-width: 992px) {.TZLcj_get_updates {
    padding: 6rem 4rem;
}.TZLcj_get_updates .jDAgJ_skill_experts {
    padding: 3.5rem;
}.TZLcj_get_updates h4 {
    line-height: 1.35;
    font-size: calc(20px * 1.05);
}.TZLcj_get_updates .input_holder input[type="email"],
    .TZLcj_get_updates .input_holder .jalHG_feedback_card {
    padding: 1rem 1.5rem;
}
}



@media (min-width: 1200px) {.TZLcj_get_updates .jDAgJ_skill_experts {
    gap: 3rem;
    padding: 4rem;
}.TZLcj_get_updates h4 {
    max-width: 85%;
    font-size: calc(20px * 1.1);
}.TZLcj_get_updates .input_holder {
    gap: 1.5rem;
}
}



@media (min-width: 1024px) {.OMlwh_teaching_history {
    padding: 10rem 0;
}.OMlwh_teaching_history .kCwaS_learner_views {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.OMlwh_teaching_history .kCwaS_learner_views .name {
    font-size: calc(20px * 1.3);
}.OMlwh_teaching_history .kCwaS_learner_views > div:nth-child(2) > div {
    font-size: 17px;
}.OMlwh_teaching_history .kCwaS_learner_views .avrbj_work_container {
    font-size: calc(17px * 1.1);
    line-height: 1.8;
}.OMlwh_teaching_history .kCwaS_learner_views::before {
    top: 3.5rem;
    transition: all 0.5s ease-out;
    height: 80px;
    background: linear-gradient(135deg, rgb(212,200,217,0.5), transparent 70%);
    border-radius: 0 10px 0 100px;
    right: 3.5rem;
    position: absolute;
    width: 80px;
    content: "";
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.1;
}.OMlwh_teaching_history .kCwaS_learner_views:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}



@media (min-width: 768px) {.jsBPX_plan_container .XWNlY_trial_offers {
    grid-template-columns: repeat(2, 1fr);
}.jsBPX_plan_container .fwFes_price_schemes {
    margin-bottom: 60px;
}.jsBPX_plan_container .WKFOw_learn_deals h3 {
    font-size: 23px;
}.jsBPX_plan_container .nTPxv_promo_plans {
    font-size: calc(23px + 2px);
}.jsBPX_plan_container .WKFOw_learn_deals p {
    font-size: calc(17px - 1px);
}
}



@media (min-width: 1200px) {.jsBPX_plan_container .XWNlY_trial_offers {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.jsBPX_plan_container .QmEbn_learning_deals {
    min-height: 500px;
}.jsBPX_plan_container .qckIj_image_shadow {
    height: 220px;
}.jsBPX_plan_container .WKFOw_learn_deals h3 {
    font-size: calc(23px + 2px);
}.jsBPX_plan_container .nTPxv_promo_plans {
    font-size: calc(23px + 6px);
}}



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

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}



@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



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



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



@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}



@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}



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

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

