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

.header_wrap_ui {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(189,199,184) 100%);
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgb(189,199,184,0.5);
    -webkit-backdrop-filter: blur(8px);
}

.learning_system_ui .method_ped_ui {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    gap: 3rem;
    display: flex;
}

.learning_system_ui .method_ped_ui {
    gap: 2rem;
}

.learning_system_ui h3 {
    border: 8px solid transparent;
    margin: 0;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    width: 100%;
    position: relative;
    transform: scale(0);
    animation: pixelateIn 1s ease-out forwards;
    color: rgb(189,199,184);
    padding: 2rem;
    max-width: 700px;
    background: #ffffff;
    border-image: linear-gradient(45deg, rgb(189,199,184), rgb(153,168,146)) 1;
}

.learning_system_ui h3 {
    font-size: calc(35px * 0.9);
    padding: 1.8rem;
    border-width: 6px;
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
}

.learning_system_ui h3 {
    border-width: 4px;
    padding: 1.5rem;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(35px * 0.8);
}

header .head_core_ui {
    width: 100%;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

header .head_sitebar_ui {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}

header .top_master_ui {
    gap: 25px;
    display: flex;
    position: relative;
}

header .head_pagewrap_ui {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
}

header .head_pagewrap_ui:hover {
    text-shadow: 0 0 8px rgb(189,199,184,0.5);
    color: rgb(189,199,184);
}

header .head_mainwrap_ui {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .head_mainwrap_ui:after {
    left: 50%;
    height: 1px;
    position: absolute;
    bottom: -8px;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 0;
    background: rgb(189,199,184);
    content: '';
}

#cookie_popup_panel_ui {
    display: none;
}

#cookie_popup_panel_ui:checked ~ .modalTrackingConsent_ui {
    opacity: 0;
    visibility: hidden;
}

.cookie_edu_ui p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.cookie_ack_ui:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modalTrackingConsent_ui p a:hover {
    color: #000000;
}

.find_support_ui::before {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    z-index: 0;
    left: 0;
}

.find_support_ui .send_request_ui h2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 700;
    color: rgb(189,199,184);
    position: relative;
}

.find_support_ui .support_info_ui {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.find_support_ui .learn_talk_ui::after {
    transform: scaleX(0);
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: left;
    content: '';
    background: rgb(189,199,184);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.find_support_ui .learn_talk_ui:hover::before {
    opacity: 0.1;
}

.find_support_ui .learn_talk_ui:hover::after {
    transform: scaleX(1);
}

.find_support_ui .learn_talk_ui:hover svg {
    transform: scale(1.1);
    stroke: rgb(189,199,184);
}

.find_support_ui .learn_talk_ui:hover span {
    color: rgb(189,199,184);
}

.client_feedback_ui {
    padding: 8rem 2rem;
    overflow: hidden;
    background: radial-gradient(circle at 30% 70%, rgb(226,231,222) 0%, rgb(153,168,146,0.5) 100%);
    position: relative;
}

.client_feedback_ui::after {
    z-index: 0;
    filter: blur(80px);
    background: rgb(153,168,146,0.5);
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 400px;
    bottom: -100px;
    right: -100px;
    height: 400px;
}

.client_feedback_ui .client_ratings_ui::before {
    content: "";
    border: 3px solid rgb(153,168,146,0.5);
    position: absolute;
    height: 400px;
    border-radius: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 400px;
    left: 50%;
}

.client_feedback_ui .client_praises_ui:nth-child(2) {
    transform: translateZ(15px);
}

.client_feedback_ui .client_praises_ui:nth-child(4) {
    transform: translateZ(5px);
}

.client_feedback_ui .client_praises_ui:nth-child(6) {
    transform: translateZ(-5px);
}

.client_feedback_ui .client_praises_ui:hover::before {
    transform: scale(1.5);
}

.client_feedback_ui .client_praises_ui .img_stack_ui::after {
    border-radius: 50%;
    top: 50%;
    border: 2px dashed rgb(189,199,184,0.5);
    height: 120%;
    width: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    animation: spin 15s linear infinite;
    position: absolute;
}

.client_feedback_ui .client_praises_ui p::before {
    color: rgb(189,199,184,0.5);
    content: "";
    position: absolute;
    opacity: 0.5;
    font-size: 4rem;
    top: -20px;
    left: 0;
}

.privacy_hub_ui::before {
    background: radial-gradient(circle at 70% 30%, rgb(153,168,146,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}

.privacy_hub_ui h1 {
    font-size: 41px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    transform: translateY(-5px);
    color: #000000;
}

.privacy_hub_ui h2 {
    position: relative;
    padding-left: 1rem;
    color: #000000;
    border-left: 3px solid rgb(189,199,184);
    margin: 2.5rem 0 1.5rem;
    font-size: 32px;
    font-weight: 600;
}

.privacy_hub_ui p {
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
}

.privacy_hub_ui strong::after {
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
    background-color: rgb(189,199,184,0.5);
    transform-origin: left;
    bottom: 0;
}

.privacy_hub_ui li:last-child {
    margin-bottom: 0;
}

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

.privacy_hub_ui li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(189,199,184) 0%, rgb(153,168,146) 100%);
}

.privacy_hub_ui span:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left-color: rgb(189,199,184);
    transform: translateY(-3px);
}

.contact_section_ui::before {
    right: -150px;
    position: absolute;
    filter: blur(70px);
    border-radius: 50%;
    height: 400px;
    content: "";
    background: linear-gradient(45deg, rgb(189,199,184,0.5), rgb(153,168,146,0.5));
    width: 400px;
    z-index: 1;
    top: -150px;
}

.contact_section_ui h2::before {
    position: absolute;
    top: -25px;
    left: calc(50% - 120px);
    border-radius: 50%;
    content: "";
    background: rgb(189,199,184,0.5);
    height: 50px;
    z-index: -1;
    width: 50px;
}

.contact_section_ui .reach_support_ui::before {
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(189,199,184,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(153,168,146,0.5) 99%
    );
    content: "";
    z-index: 0;
}

.contact_section_ui form {
    position: relative;
    z-index: 3;
}

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

.contact_section_ui form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact_section_ui .help_map_ui {
    margin-bottom: 30px;
    position: relative;
}

.contact_section_ui .help_map_ui label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    display: flex;
    color: #000000;
    padding-left: 35px;
    align-items: center;
}

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

.contact_section_ui .support_block_ui:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_section_ui svg {
    fill: none;
    stroke: rgb(189,199,184);
    margin-right: 12px;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.contact_section_ui svg:hover,
.contact_section_ui svg:hover path {
    stroke: rgb(153,168,146);
}

.instructor_history_ui::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(189,199,184,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(153,168,146,0.5) 0%, transparent 30%);
    animation: pulse 20s infinite alternate;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}

.instructor_history_ui .emp_items_ui::before {
    color: rgb(189,199,184);
    left: 20px;
    content: "";
    position: absolute;
    font-size: calc(43px * 2);
    top: 15px;
    line-height: 1;
}

.instructor_history_ui .client_praises_ui:hover .img_stack_ui {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(189,199,184,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.instructor_history_ui .client_praises_ui:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.instructor_history_ui .client_praises_ui:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.title_page_ui {
    background: linear-gradient(135deg, rgb(226,231,222) 0%, #ffffff 100%);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.title_page_ui h1 {
    color: #000000;
    font-size: 46px;
    opacity: 0;
    position: relative;
    transform: translateY(-10px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    grid-column: 1 / -1;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

.title_page_ui .course_head_ui {
    background: #ffffff;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    border-radius: 20px;
    transition: transform 0.5s ease;
    padding: 2.5rem;
}

.title_page_ui .course_head_ui p::first-letter {
    font-weight: 700;
    font-size: calc(15px * 1.8);
    color: rgb(189,199,184);
}

.title_page_ui svg:hover path {
    fill: rgb(153,168,146);
}

.title_page_ui svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}

.title_page_ui .support_block_ui:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.title_page_ui .support_block_ui:hover::before {
    left: 100%;
}

.title_page_ui .img_stack_ui {
    overflow: hidden;
    position: relative;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    border-radius: 20px;
    height: 450px;
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease;
    transform: translateX(20px);
    opacity: 0;
}

.thxContent_ui::after {
    transform: rotate(-10deg) skew(-5deg);
    filter: blur(15px);
    width: 40%;
    position: absolute;
    height: 60%;
    left: -5%;
    background: linear-gradient(215deg, rgb(153,168,146,0.5) 15%, transparent 65%);
    content: "";
    bottom: -8%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 1;
    opacity: 0.7;
}

.thxContent_ui:hover h2 {
    transform: translateY(-5px);
}

.thxContent_ui:hover h2::after {
    transform: scaleX(1.2);
}

.thxContent_ui .method_ped_ui {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1rem;
    position: relative;
    backdrop-filter: blur(8px);
    border-radius: calc(20px / 1.5);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    padding: 2.5rem;
    overflow: hidden;
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.thxContent_ui li span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(18px * 1.05);
    line-height: 1.7;
    transition: transform 0.3s ease;
}

.media_kit_ui::before {
    width: 100%;
    top: 0;
    background: rgb(153,168,146);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
}

.media_kit_ui .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.media_kit_ui .company_holder {
    position: relative;
    padding: 0;
    flex: 1 1 400px;
    border-radius: 25px;
}

.media_kit_ui .company_holder::before {
    width: 100%;
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    content: "";
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(153,168,146) 25px, rgb(153,168,146) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(153,168,146) 25px, rgb(153,168,146) 26px, transparent 27px, transparent 49px);
    opacity: 0.1;
    top: 0;
    left: 0;
    border-radius: 25px;
}

.media_kit_ui .news_feed_ui {
    font-size: 18px;
    border-bottom-left-radius: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    line-height: 1.6;
    border-bottom-right-radius: 25px;
    color: #ffffff;
}

.media_kit_ui .challenge_cta_ui {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.media_kit_ui .top_master_ui {
    min-width: 200px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
}

.media_kit_ui .top_master_ui h5::before {
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    content: "";
}

.media_kit_ui .top_master_ui .head_top_ui {
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
}

.media_kit_ui .top_master_ui .head_top_ui a::before {
    left: 0.7rem;
    position: absolute;
    transition: all 0.3s ease;
    height: 6px;
    top: 50%;
    content: "";
    width: 6px;
    transform: translateY(-50%);
    background: rgb(153,168,146);
    border-radius: 50%;
}

.footer_subscribe_ui .container::before,
.footer_subscribe_ui .container::after {
    border-radius: 50%;
    height: 15px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(189,199,184);
    width: 15px;
}

.footer_subscribe_ui .container::before {
    left: 15%;
}

.footer_subscribe_ui .event_cal_ui::before,
.footer_subscribe_ui .event_cal_ui::after {
    position: absolute;
    width: 50px;
    content: "";
    height: 1px;
    transform: translateY(-50%);
    background: rgb(189,199,184);
    top: 50%;
}

.footer_subscribe_ui .event_cal_ui::before {
    right: 100%;
    margin-right: 15px;
}

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

.our_team_ui .message_holder_ui {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    transform: translateY(20px);
    animation: fadeUp 1s forwards 0.3s ease-out;
    position: relative;
    margin-left: 5%;
    opacity: 0;
}

.our_team_ui h1::after {
    transform: translateX(20px);
    background: rgb(189,199,184);
    animation: lineGrow 1.5s forwards 0.3s ease-out;
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
    width: 40px;
    bottom: -10px;
}

.our_team_ui span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    color: #ffffff;
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    border-left: 3px solid rgb(189,199,184);
    font-size: 15px;
    display: block;
    position: relative;
    line-height: 1.8;
    animation: fadeUp 1s forwards 0.9s ease-out;
    transform: translateY(20px);
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    text-align: justify;
}

.pricing_row_item_ui .discount_tier_ui {
    font-size: 12px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    max-width: 600px;
}

.pricing_row_item_ui .price_grid_ui:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing_row_item_ui .package_deal_ui {
    overflow-wrap: break-word;
    z-index: 1;
    word-break: break-word;
    flex-direction: column;
    position: relative;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}

.pricing_row_item_ui .package_deal_ui h3::after {
    height: 2px;
    content: "";
    background: rgb(153,168,146);
    width: 40px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}

.pricing_row_item_ui .price_grid_ui:hover .cost_table_ui::before {
    width: 100%;
}

.pricing_row_item_ui .package_deal_ui p {
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: auto;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.pricing_row_item_ui .price_grid_ui:nth-child(odd) .rate_list_ui {
    flex-direction: column-reverse;
}

.pricing_row_item_ui .price_grid_ui:nth-child(3n+2) {
    border-top: 3px solid rgb(153,168,146);
}

.course_program_description_ui::before {
    position: absolute;
    background: radial-gradient(circle at center, rgb(189,199,184,0.5) 0%, transparent 70%);
    width: 25vw;
    z-index: 1;
    animation: float 15s infinite ease-in-out;
    top: -10%;
    height: 25vw;
    content: "";
    right: -5%;
}

.course_program_description_ui h2::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    transition: transform 0.5s ease;
    height: 4px;
    position: absolute;
    content: "";
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(189,199,184), rgb(153,168,146));
    width: 80px;
}

.course_program_description_ui .img_stack_ui::before {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(189,199,184), 0.2) 100%
    );
    top: 0;
}

.course_program_description_ui:hover .img_stack_ui {
    transform: translateY(-10px) rotate(1deg);
}

.course_program_description_ui:hover .message_holder_ui {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.course_program_description_ui .description {
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    font-size: 17px;
    opacity: 0;
    animation-delay: 0.2s;
    line-height: 1.75;
    animation: fadeInUp 0.8s forwards;
}

.audience_profile_ui::before {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    position: absolute;
    z-index: -1;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
}

.audience_profile_ui li {
    padding: 1.5rem;
    border: 1px solid rgba(#ffffff, 0.1);
    position: relative;
    border-radius: 10px;
    display: flex;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    align-items: flex-start;
}

.audience_profile_ui li {
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}

.audience_profile_ui li:hover::before,
.audience_profile_ui li:hover::after {
    opacity: 1;
}

.audience_profile_ui li svg {
    height: 32px;
    position: relative;
    flex-shrink: 0;
    margin-right: 1.2rem;
    top: 2px;
    fill: rgb(153,168,146);
    transition: all 0.3s ease;
    width: 32px;
}


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



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .top_master_ui {
    gap: 15px;
}header .head_pagewrap_ui {
    font-size: calc(14px - 1px);
}header .head_mainwrap_ui svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .head_mainwrap_ui svg {
    height: 30px;
}}


@media (max-width: 1200px) {.cookie_edu_ui h5 {
    font-size: calc(23px - 2px);
}.cookie_edu_ui p {
    font-size: calc(14px - 2px);
}.cookie_ack_ui {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}
}


@media (max-width: 800px) {.cookie_user_ui {
    flex-direction: column;
    align-items: center;
}.consent_box_ui {
    margin-bottom: 15px;
}.cookie_edu_ui {
    text-align: center;
    margin-bottom: 20px;
}.cookie_ack_ui {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media screen and (max-width: 767px) {.find_support_ui {
    padding: 60px 0;
}.find_support_ui .send_request_ui {
    padding: 30px;
}.find_support_ui .send_request_ui h2 {
    font-size: calc(29px * 0.9);
}.find_support_ui .support_info_ui {
    gap: 20px;
    justify-content: center;
}.find_support_ui .learn_talk_ui {
    width: 90px;
    height: 90px;
}.find_support_ui .learn_talk_ui svg {
    margin-bottom: 8px;
    width: 30px;
    height: 30px;
}
}



@media (max-width: 992px) {.privacy_hub_ui {
    padding: 3rem 1.5rem;
}.privacy_hub_ui .container {
    transform: none;
    padding: 1.5rem;
}.privacy_hub_ui h1 {
    font-size: calc(41px * 0.9);
}.privacy_hub_ui h2 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 576px) {.privacy_hub_ui {
    padding: 1.5rem 0.8rem;
}.privacy_hub_ui .container {
    padding: 1rem;
}.privacy_hub_ui h1 {
    font-size: calc(41px * 0.7);
}.privacy_hub_ui h2 {
    padding-left: 0.8rem;
    font-size: calc(32px * 0.7);
}.privacy_hub_ui h3 {
    font-size: calc(32px * 0.6);
}.privacy_hub_ui h4 {
    font-size: calc(32px * 0.5);
}.privacy_hub_ui ul {
    padding: 1rem;
}.privacy_hub_ui li {
    padding-left: 1.5rem;
}.privacy_hub_ui p, 
    .privacy_hub_ui li, 
    .privacy_hub_ui span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.privacy_hub_ui span {
    padding: 0.8rem 1rem;
}}



@media (max-width: 992px) {.instructor_history_ui {
    padding: 80px 0;
}.instructor_history_ui .client_praises_ui {
    grid-template-areas:
      "img_stack_ui"
      "name"
      "exp_container_ui"
      "emp_items_ui";
    gap: 15px;
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto auto;
}.instructor_history_ui .emp_items_ui,
  .instructor_history_ui .img_stack_ui,
  .instructor_history_ui .name,
  .instructor_history_ui .client_praises_ui > span:not(.name) {
    transform: none;
}.instructor_history_ui .client_praises_ui:hover .emp_items_ui,
  .instructor_history_ui .client_praises_ui:hover .img_stack_ui,
  .instructor_history_ui .client_praises_ui:hover .name,
  .instructor_history_ui .client_praises_ui:hover > span:not(.name) {
    transform: none;
}.instructor_history_ui .img_stack_ui {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.instructor_history_ui .emp_items_ui {
    padding: 30px;
}.instructor_history_ui .name,
  .instructor_history_ui .client_praises_ui > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}



@media (max-width: 576px) {.thxContent_ui {
    padding: 3rem 0;
}.thxContent_ui h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.thxContent_ui h2::after {
    width: 50px;
    height: 3px;
}.thxContent_ui .method_ped_ui {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.thxContent_ui li {
    padding-left: 1.5rem;
}.thxContent_ui li::before {
    width: 8px;
    height: 8px;
    top: 0.4rem;
}.thxContent_ui li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 576px) {.media_kit_ui {
    padding: 2.5rem 0 0.8rem;
}.media_kit_ui .top_master_ui {
    min-width: 100%;
    flex: 1 1 100%;
}.media_kit_ui .head_top_ui {
    gap: 1rem;
}.media_kit_ui .top_master_ui .head_top_ui a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.media_kit_ui .top_master_ui .head_top_ui a::before {
    left: 0.6rem;
}.footer_subscribe_ui {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.footer_subscribe_ui .event_cal_ui::before,
    .footer_subscribe_ui .event_cal_ui::after {
    display: none;
}
}



@media (min-width: 1200px) {.our_team_ui .container {
    padding: 0 3rem;
}.our_team_ui .message_holder_ui {
    margin-left: 10%;
}.our_team_ui span {
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.our_team_ui::after {
    height: 90%;
    width: 50%;
}
}



@media (max-width: 768px) {.our_team_ui {
    padding: 4rem 0;
}.our_team_ui .container {
    padding: 0 1.5rem;
}.our_team_ui h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: 39px;
}.our_team_ui h4 {
    font-size: 20px;
}.our_team_ui span {
    padding: 1.25rem;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.our_team_ui .message_holder_ui {
    margin-left: 0;
}.our_team_ui h1::before {
    height: 3px;
    width: 60px;
}.our_team_ui h1::after {
    bottom: -8px;
    width: 30px;
    height: 3px;
}
}



@media (min-width: 992px) {.pricing_row_item_ui .package_rates_ui {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_ui .price_grid_ui:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_row_item_ui .price_grid_ui:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_row_item_ui .price_grid_ui:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (min-width: 768px) {.course_program_description_ui .skill_plan_ui {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.course_program_description_ui h2 {
    text-align: left;
    font-size: calc(35px * 1.1);
}.course_program_description_ui h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_program_description_ui:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_program_description_ui .img_stack_ui {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    min-height: 450px;
    height: 100%;
}
}



@media (max-width: 767px) {.course_program_description_ui {
    padding: 4rem 0;
}.course_program_description_ui h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.course_program_description_ui .img_stack_ui {
    height: 280px;
}.course_program_description_ui .message_holder_ui {
    padding: 1.5rem;
}.course_program_description_ui .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 768px) {.audience_profile_ui {
    padding: 3.5rem 0;
}.audience_profile_ui .method_ped_ui {
    padding: 0 1.5rem;
}.audience_profile_ui h3 {
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
    align-self: center;
    border-radius: 10px;
    text-align: center;
    width: auto;
}.audience_profile_ui h3::before {
    height: 4px;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}.audience_profile_ui h3::after {
    display: none;
}.audience_profile_ui ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}


    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }



@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



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



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



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

