﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1146px;
}.head_mentor_ui {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.wrapper-holder_ui {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.music_edu_ui {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .music_edu_ui {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(161,173,179);
}footer .music_edu_ui::before {
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(161,173,179) 12%, transparent 12.5%, transparent 87%, rgb(161,173,179) 87.5%, rgb(161,173,179)),
        linear-gradient(150deg, rgb(161,173,179) 12%, transparent 12.5%, transparent 87%, rgb(161,173,179) 87.5%, rgb(161,173,179)),
        linear-gradient(30deg, rgb(161,173,179) 12%, transparent 12.5%, transparent 87%, rgb(161,173,179) 87.5%, rgb(161,173,179)),
        linear-gradient(150deg, rgb(161,173,179) 12%, transparent 12.5%, transparent 87%, rgb(161,173,179) 87.5%, rgb(161,173,179)),
        linear-gradient(60deg, rgb(198,208,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,208,212,0.5) 75%, rgb(198,208,212,0.5)),
        linear-gradient(60deg, rgb(198,208,212,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,208,212,0.5) 75%, rgb(198,208,212,0.5));
    background-size: 80px 140px;
}footer .music_edu_ui::after {
    top: 0;
    position: absolute;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    content: "";
    width: 100%;
    pointer-events: none;
}footer .terms_legal_ui {
    position: relative;
    z-index: 1;
}footer .learn_chat_ui {
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    display: flex;
    min-width: 200px;
    transition: all 0.4s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    min-height: 60px;
    align-items: center;
    max-width: 300px;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    justify-content: center;
    flex: 0 1 auto;
}footer .info_item::before {
    z-index: -1;
    position: absolute;
    top: 3px;
    content: "";
    pointer-events: none;
    left: 3px;
    right: 3px;
    background-color: rgb(161,173,179);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    bottom: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(198,208,212);
}footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: rgb(198,208,212);
    margin-right: 12px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    width: 100%;
    text-overflow: ellipsis;
    align-items: center;
    white-space: nowrap;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 50px;
    padding-top: 40px;
}footer .text_main_holder::before {
    height: 1px;
    content: "";
    left: 10%;
    width: 80%;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}footer .head_train_ui {
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    flex-direction: column;
    max-width: 350px;
    display: flex;
    text-align: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}footer .head_train_ui::before {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    left: 3px;
    bottom: 3px;
    background-color: rgb(161,173,179);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 3px;
}footer .head_train_ui svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .module_end_ui {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
}footer .nav_know_ui {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 15px;
}footer .nav_know_ui h5 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}footer .nav_know_ui h5::after {
    content: "";
    pointer-events: none;
    left: 0;
    height: 2px;
    width: 50px;
    position: absolute;
    background-color: rgb(198,208,212);
    bottom: 0;
}footer .top_header_ui {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
    margin-bottom: 20px;
}footer .top_header_ui a {
    text-decoration: none;
    padding: 12px 15px;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 18px;
    border-radius: 10px;
    align-items: center;
}footer .top_header_ui a::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 4px solid rgb(198,208,212);
    border-top: 4px solid transparent;
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
    position: absolute;
    pointer-events: none;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}footer .top_header_ui a:hover {
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}footer .top_header_ui a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}footer .subscribe_holder::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(198,208,212,0.5) 49%, rgb(198,208,212,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(198,208,212,0.5) 49%, rgb(198,208,212,0.5) 51%, transparent 52%);
    opacity: 0.05;
    content: "";
    border-radius: 15px;
    top: 0;
    left: 0;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    width: 100%;
    z-index: 5;
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    -webkit-appearance: none;
    color: #ffffff;
    border-radius: 10px;
    appearance: none;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    z-index: 5;
    cursor: text;
    font-size: 18px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(198,208,212);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_typography_ui {
    background-color: rgb(198,208,212);
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 14px 20px;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 5;
    border-radius: 10px;
}footer .sub_typography_ui:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(161,173,179);
    transform: translateY(-3px);
}footer .transcript_ui {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .conduct_code_ui {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}footer .conduct_code_ui::before,
footer .conduct_code_ui::after {
    content: "";
    width: 20px;
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
    pointer-events: none;
}footer .conduct_code_ui::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .conduct_code_ui::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_typography_ui {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_header_ui {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .music_edu_ui {
    padding: 60px 0 30px;
}footer .learn_chat_ui {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nav_know_ui, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_train_ui {
    padding: 15px;
    margin-bottom: 20px;
}footer .transcript_ui {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .music_edu_ui {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_know_ui h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .nav_know_ui, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_typography_ui {
    padding: 12px;
}}.program_structure_ui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
}.program_structure_ui::before {
    right: -100px;
    border-radius: 50%;
    width: 300px;
    animation: float 15s infinite alternate ease-in-out;
    filter: blur(40px);
    height: 300px;
    position: absolute;
    background: linear-gradient(45deg, rgb(198,208,212,0.5) 0%, rgb(161,173,179,0.5) 100%);
    opacity: 0.3;
    top: -100px;
    transform: translateZ(0);
    content: "";
}.program_structure_ui::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -50px;
    left: -50px;
    position: absolute;
    filter: blur(30px);
    transform: translateZ(0);
    background: linear-gradient(-45deg, rgb(161,173,179,0.5) 0%, rgb(198,208,212,0.5) 100%);
    width: 200px;
    content: "";
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.2;
    height: 200px;
}.program_structure_ui .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.program_structure_ui .education_ui {
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateZ(0);
    display: grid;
}.program_structure_ui .thumb_ui {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_structure_ui .thumb_ui::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
    inset: 0;
    z-index: 1;
}.program_structure_ui .thumb_ui::after {
    transform: rotate(25deg);
    left: -50%;
    height: 200%;
    width: 200%;
    animation: shimmer 5s infinite linear;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -50%;
    content: "";
    position: absolute;
    pointer-events: none;
}.program_structure_ui .label_container_ui {
    padding: 30px;
    background: #ffffff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.program_structure_ui .label_container_ui::before {
    width: 4px;
    transform: scaleY(0.7);
    transition: transform 0.4s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    left: 0;
    height: 100%;
    content: "";
    transform-origin: center;
    top: 0;
}.program_structure_ui .label_container_ui:hover::before {
    transform: scaleY(1);
}.program_structure_ui h3 {
    margin-bottom: 24px;
    transform: translateX(0);
    color: #000000;
    font-size: calc(21px + 0.2rem);
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.program_structure_ui h3::after {
    transform: translateY(-50%);
    transition: opacity 0.4s ease, left 0.4s ease;
    z-index: -1;
    height: 30%;
    opacity: 0;
    background: rgb(198,208,212,0.5);
    position: absolute;
    width: 8px;
    top: 50%;
    left: -10px;
    content: "";
}.program_structure_ui .label_container_ui:hover h3 {
    transform: translateX(10px);
}.program_structure_ui .label_container_ui:hover h3::after {
    opacity: 1;
    left: -5px;
}.program_structure_ui .description {
    position: relative;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
}.program_structure_ui p.description {
    overflow-y: auto;
    display: block;
    max-height: 300px;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(198,208,212,0.5) rgb(234,238,239);
}.program_structure_ui p.description::-webkit-scrollbar {
    width: 5px;
}.program_structure_ui p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(234,238,239);
}.program_structure_ui p.description::-webkit-scrollbar-thumb {
    background-color: rgb(198,208,212,0.5);
    border-radius: 10px;
}.program_structure_ui span.description {
    display: none;
}

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

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.program_structure_ui .education_ui {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}.program_structure_ui .thumb_ui {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.program_structure_ui .label_container_ui {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program_structure_ui .thumb_ui:hover,
    .program_structure_ui .label_container_ui:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program_structure_ui h3 {
    font-size: 31px;
}
}

@media (min-width: 992px) {.program_structure_ui {
    padding: 150px 0;
}.program_structure_ui .education_ui {
    gap: 70px;
}.program_structure_ui .thumb_ui {
    height: 550px;
}.program_structure_ui .label_container_ui {
    padding: 40px 50px;
}.program_structure_ui p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_structure_ui {
    padding: 80px 0;
}.program_structure_ui .container {
    padding: 0 15px;
}.program_structure_ui .thumb_ui {
    height: 250px;
}.program_structure_ui .label_container_ui {
    padding: 25px 20px;
}.program_structure_ui h3 {
    margin-bottom: 15px;
    font-size: calc(21px - 0.1rem);
}.program_structure_ui p.description {
    max-height: 250px;
    font-size: calc(15px - 0.1rem);
}}.secure_preserve_ui {
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.secure_preserve_ui::before {
    animation: float 15s ease-in-out infinite;
    content: "";
    transform: rotate(-15deg);
    filter: blur(40px);
    height: 40%;
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(198,208,212,0.5) 0%, transparent 70%);
    right: -5%;
    width: 40%;
    top: -5%;
}.secure_preserve_ui::after {
    z-index: 0;
    transform: rotate(10deg);
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
    width: 35%;
    background: linear-gradient(45deg, rgb(161,173,179,0.5) 0%, transparent 80%);
    content: "";
    left: -5%;
    bottom: -5%;
    height: 35%;
    filter: blur(30px);
    opacity: 0.15;
}@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

.secure_preserve_ui .container {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    z-index: 2;
    padding: 3rem;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 1140px;
}.secure_preserve_ui .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.secure_preserve_ui h1 {
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    font-size: 41px;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    letter-spacing: -0.01em;
}.secure_preserve_ui h1::after {
    width: 40%;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    bottom: -0.5rem;
    transition: width 0.3s ease;
    left: 0;
    transform-origin: left;
    position: absolute;
}.secure_preserve_ui h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 32px;
    transition: all 0.3s ease;
    color: #000000;
    border-left: 3px solid rgb(198,208,212);
}.secure_preserve_ui h2:hover {
    transform: translateX(5px);
    border-left-width: 5px;
}.secure_preserve_ui h3 {
    border-left: 2px solid rgb(161,173,179);
    font-size: calc(32px * 0.8);
    position: relative;
    font-weight: 600;
    padding-left: 0.8rem;
    margin: 2rem 0 1.2rem;
    color: #000000;
}.secure_preserve_ui h4 {
    font-weight: 600;
    font-size: calc(32px * 0.7);
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(161,173,179);
    position: relative;
    color: #000000;
    padding-left: 0.6rem;
}.secure_preserve_ui p {
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.7;
    color: #000000;
    z-index: 1;
    margin-bottom: 1.5rem;
    font-size: 18px;
}.secure_preserve_ui p:hover {
    transform: translateX(3px);
}.secure_preserve_ui p strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: rgb(198,208,212);
}.secure_preserve_ui p strong::after {
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(198,208,212,0.5);
    bottom: -2px;
    transform-origin: left;
    transform: scaleX(0);
}.secure_preserve_ui p:hover strong::after {
    transform: scaleX(1);
}.secure_preserve_ui span {
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    border-left: 1px dashed rgb(161,173,179,0.5);
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.secure_preserve_ui ul {
    position: relative;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 0;
}.secure_preserve_ui ul::before {
    left: 0.8rem;
    transform-origin: top;
    content: "";
    background: linear-gradient(to bottom, rgb(198,208,212,0.5), transparent);
    top: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    transform: scaleY(0.95);
}.secure_preserve_ui li {
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
    padding-left: 2.5rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 18px;
}.secure_preserve_ui li:hover {
    transform: translateX(5px);
}.secure_preserve_ui li::before {
    top: 0.6rem;
    width: 8px;
    box-shadow: 0 0 0 2px rgb(198,208,212,0.5);
    content: "";
    border-radius: 50%;
    background: rgb(198,208,212);
    left: 0.5rem;
    position: absolute;
    height: 8px;
    transition: all 0.2s ease;
}.secure_preserve_ui li:hover::before {
    background: rgb(161,173,179);
    transform: scale(1.2);
}

@media (max-width: 992px) {.secure_preserve_ui {
    padding: 4rem 1.5rem;
}.secure_preserve_ui .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.secure_preserve_ui h1 {
    font-size: calc(41px * 0.9);
}.secure_preserve_ui h2 {
    font-size: calc(32px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.secure_preserve_ui {
    padding: 3rem 1rem;
}.secure_preserve_ui .container {
    transform: none;
    padding: 2rem;
}.secure_preserve_ui h1 {
    font-size: calc(41px * 0.8);
}.secure_preserve_ui h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.secure_preserve_ui h3 {
    font-size: calc(32px * 0.7);
}.secure_preserve_ui h4 {
    font-size: calc(32px * 0.6);
}.secure_preserve_ui p, 
    .secure_preserve_ui span, 
    .secure_preserve_ui li {
    font-size: calc(18px * 0.95);
}.secure_preserve_ui ul {
    margin: 1.2rem 0 1.5rem;
}.secure_preserve_ui li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure_preserve_ui {
    padding: 2rem 0.8rem;
}.secure_preserve_ui .container {
    padding: 1.5rem;
}.secure_preserve_ui h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.7);
}.secure_preserve_ui h1::after {
    height: 3px;
}.secure_preserve_ui h2 {
    border-left-width: 2px;
    font-size: calc(32px * 0.7);
    padding-left: 0.6rem;
}.secure_preserve_ui p, 
    .secure_preserve_ui span, 
    .secure_preserve_ui li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.secure_preserve_ui li {
    padding-left: 1.8rem;
}.secure_preserve_ui li::before {
    height: 6px;
    width: 6px;
}}.prospective_students_ui {
    padding: 100px 20px;
    background-color: rgb(234,238,239);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.prospective_students_ui::before {
    top: -50%;
    z-index: -1;
    height: 200%;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(161,173,179,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(198,208,212,0.5) 0%,
    transparent 45%
  );
    opacity: 0.6;
    position: absolute;
    content: "";
    left: -50%;
    animation: slowRotate 35s linear infinite;
    width: 200%;
}.prospective_students_ui .pro_program_ui {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    max-width: 900px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 50px;
    margin: 0 auto;
}.prospective_students_ui h3 {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    letter-spacing: 1px;
}.prospective_students_ui h3::after {
    width: 60px;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(198,208,212,0.5), 
    rgb(161,173,179), 
    rgb(198,208,212,0.5)
  );
    height: 3px;
    bottom: -15px;
}.prospective_students_ui ul {
    gap: 25px;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}.prospective_students_ui ul li {
    flex-direction: column;
    padding: 25px;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    background-color: rgba(255, 255, 255, 0.15);
}.prospective_students_ui ul li::before {
    position: absolute;
    -webkit-mask-composite: xor;
    border-radius: 10px;
    padding: 2px;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    opacity: 0.4;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(161,173,179,0.5),
    rgb(198,208,212,0.5),
    transparent
  );
    content: "";
    transition: opacity 0.4s ease;
    mask-composite: exclude;
}.prospective_students_ui ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.prospective_students_ui ul li:hover::before {
    opacity: 1;
}.prospective_students_ui ul li svg {
    fill: rgb(161,173,179);
    width: 45px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    height: 45px;
}.prospective_students_ui ul li:hover svg {
    fill: rgb(198,208,212);
    transform: scale(1.05);
}.prospective_students_ui ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(161,173,179);
}.prospective_students_ui ul li:hover svg path {
    fill: rgb(198,208,212);
}.prospective_students_ui ul li {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
}.prospective_students_ui ul li::after {
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    z-index: -1;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    bottom: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    right: 0;
}.prospective_students_ui ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.prospective_students_ui {
    padding: 70px 15px;
}.prospective_students_ui .pro_program_ui {
    padding: 40px 30px;
}.prospective_students_ui h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.prospective_students_ui ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.prospective_students_ui {
    padding: 50px 15px;
}.prospective_students_ui .pro_program_ui {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.prospective_students_ui h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.prospective_students_ui ul {
    gap: 15px;
}.prospective_students_ui ul li {
    padding: 20px 15px;
}.prospective_students_ui ul li svg {
    height: 35px;
    margin-bottom: 12px;
    width: 35px;
}.prospective_students_ui::before {
    animation-duration: 60s;
}.prospective_students_ui ul li::before {
    padding: 1px;
}}

.prospective_students_ui ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.prospective_students_ui ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}

@media screen and (min-width: 1200px) {.prospective_students_ui ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}}.our_team_ui {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_team_ui::before {
    background: linear-gradient(135deg, rgb(198,208,212,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
}.our_team_ui::after {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(198,208,212,0.5) 0px,
    rgb(198,208,212,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.15;
}.our_team_ui .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 3;
}.our_team_ui .label_container_ui {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    max-width: 1000px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-5%);
    backdrop-filter: blur(8px);
    padding: 3.5rem;
    width: 95%;
}.our_team_ui .label_container_ui:hover {
    transform: translateX(0) translateY(-5px);
}.our_team_ui h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    letter-spacing: -0.02em;
    color: rgb(198,208,212);
    position: relative;
    opacity: 0;
    font-size: 41px;
    font-weight: 700;
    transform: translateX(-15px);
    margin-bottom: 2rem;
    line-height: 1.1;
}.our_team_ui h1::after {
    background: rgb(198,208,212);
    content: "";
    transform-origin: left;
    position: absolute;
    width: 60px;
    height: 4px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
}.our_team_ui ul {
    transform: translateY(20px);
    margin: 0;
    padding: 0;
    list-style: none;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
}.our_team_ui ul li {
    margin-bottom: 1.5rem;
}.our_team_ui h4 {
    font-size: calc(24px * 1.2);
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.our_team_ui h4::before {
    height: 12px;
    background: rgb(161,173,179);
    left: -20px;
    content: "";
    top: 50%;
    width: 12px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.our_team_ui span {
    line-height: 1.8;
    column-count: 2;
    column-gap: 40px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    display: block;
    hyphens: auto;
    color: #000000;
    text-align: justify;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 1200px) {.our_team_ui {
    padding: 100px 0;
}.our_team_ui .label_container_ui {
    padding: 3rem;
    width: 90%;
}
}

@media (max-width: 992px) {.our_team_ui {
    padding: 80px 0;
}.our_team_ui .label_container_ui {
    width: 100%;
    padding: 2.5rem;
    transform: translateX(0);
}.our_team_ui h1 {
    font-size: calc(41px * 0.9);
}.our_team_ui span {
    text-align: left;
    column-count: 1;
}
}

@media (max-width: 768px) {.our_team_ui {
    padding: 60px 0;
}.our_team_ui .label_container_ui {
    padding: 2rem;
}.our_team_ui h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.our_team_ui h1::after {
    width: 50px;
    height: 3px;
}.our_team_ui h4 {
    font-size: 24px;
}
}

@media (max-width: 576px) {.our_team_ui {
    padding: 50px 0;
}.our_team_ui .label_container_ui {
    padding: 1.5rem;
}.our_team_ui h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.2rem;
}.our_team_ui h1::after {
    width: 40px;
}.our_team_ui h4::before {
    height: 10px;
    width: 10px;
    left: -15px;
}.our_team_ui span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our_team_ui .label_container_ui,
  .our_team_ui h1,
  .our_team_ui h1::after,
  .our_team_ui ul {
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
}}header {
    position: relative;
    background: rgb(234,238,239);
    overflow: visible;
    width: 100%;
    z-index: 99;
}header::before {
    background: linear-gradient(90deg, rgb(198,208,212,0.5) 0%, transparent 50%, rgb(198,208,212,0.5) 100%);
    opacity: 0.15;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
}header .nav_block_ui {
    position: relative;
    padding: 20px;
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
}header .nav_block_ui::after {
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(198,208,212,0.5), transparent);
    top: 50%;
}header .nav_block_ui .head_train_ui {
    justify-self: center;
    position: relative;
    padding: 5px 20px 15px;
    z-index: 10;
}header .nav_block_ui .head_train_ui::before,
header .nav_block_ui .head_train_ui::after {
    height: 90%;
    border-radius: 23px;
    position: absolute;
    width: 90%;
    content: "";
}header .nav_block_ui .head_train_ui::before {
    border-left: 2px solid rgb(198,208,212);
    border-top: 2px solid rgb(198,208,212);
    transition: transform 0.3s ease;
    transform: scale(0);
    left: -5px;
    transform-origin: top left;
    top: -5px;
}header .nav_block_ui .head_train_ui::after {
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(161,173,179);
    border-right: 2px solid rgb(161,173,179);
    bottom: -5px;
    right: -5px;
}header .nav_block_ui .head_train_ui:hover::before,
header .nav_block_ui .head_train_ui:hover::after {
    transform: scale(1);
}header .nav_block_ui .head_train_ui .head_wrap_ui {
    transition: transform 0.3s ease;
    display: block;
}header .nav_block_ui .head_train_ui .head_wrap_ui svg {
    height: 60px;
    width: auto;
}header .nav_block_ui .nav_know_ui {
    display: flex;
    margin: 0;
    position: relative;
    background: linear-gradient(180deg, transparent, rgb(161,173,179) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    list-style: none;
}header .nav_block_ui .nav_know_ui::before,
header .nav_block_ui .nav_know_ui::after {
    content: "";
    height: 70%;
    top: 15%;
    background: rgb(198,208,212,0.5);
    position: absolute;
    width: 2px;
}header .nav_block_ui .nav_know_ui::before {
    left: 0;
}header .nav_block_ui .nav_know_ui::after {
    right: 0;
}header .nav_block_ui .nav_know_ui .head_master_ui {
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
}header .nav_block_ui .nav_know_ui .head_master_ui:not(:last-child)::after {
    background: rgb(161,173,179,0.5);
    width: 1px;
    content: "";
    top: 20%;
    height: 60%;
    position: absolute;
    right: 0;
}header .nav_block_ui .nav_know_ui .head_master_ui:hover {
    transform: translateY(-3px);
}header .nav_block_ui .nav_know_ui .head_master_ui a {
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #000000;
    display: block;
    text-decoration: none;
    text-align: center;
}header .nav_block_ui .nav_know_ui .head_master_ui a:hover {
    color: rgb(198,208,212);
}header .nav_block_ui .nav_know_ui .head_master_ui a::before {
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(161,173,179);
    transform: scaleX(0);
    bottom: 5px;
    transition: transform 0.3s ease;
}header .nav_block_ui .nav_know_ui .head_master_ui a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav_block_ui {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .nav_block_ui .nav_know_ui {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav_block_ui {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .nav_block_ui .head_train_ui {
    padding: 5px 10px;
}header .nav_block_ui .head_train_ui .head_wrap_ui svg {
    height: 45px;
}header .nav_block_ui .nav_know_ui {
    padding: 15px 0 10px;
}header .nav_block_ui .nav_know_ui .head_master_ui {
    padding: 0 10px;
}header .nav_block_ui .nav_know_ui .head_master_ui a {
    padding: 8px 3px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .nav_block_ui .nav_know_ui {
    flex-wrap: wrap;
    justify-content: center;
}header .nav_block_ui .nav_know_ui .head_master_ui {
    margin: 3px 0;
}header .nav_block_ui .nav_know_ui .head_master_ui:not(:last-child)::after {
    display: none;
}}.program_assets_ui {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, #ffffff 75%);
}.program_assets_ui::before {
    right: -5%;
    height: 70%;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    width: 40%;
    background: linear-gradient(45deg, rgb(198,208,212,0.5) 0%, rgb(161,173,179,0.5) 100%);
    filter: blur(80px);
    content: "";
    top: -10%;
    opacity: 0.4;
}.program_assets_ui::after {
    left: -5%;
    filter: blur(60px);
    height: 60%;
    transform: rotate(10deg);
    width: 30%;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    bottom: -5%;
    background: linear-gradient(225deg, rgb(161,173,179,0.5) 0%, rgb(198,208,212,0.5) 100%);
}.program_assets_ui .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.program_assets_ui .pro_program_ui {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}.program_assets_ui .label_container_ui {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    flex: 1;
    padding: 35px 40px;
    border-left: 3px solid rgb(198,208,212);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.program_assets_ui .label_container_ui:hover {
    transform: translateY(-5px);
}.program_assets_ui h4 {
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.1);
    padding-bottom: 15px;
    font-weight: 700;
}.program_assets_ui h4::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    bottom: 0;
}.program_assets_ui .label_container_ui > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.program_assets_ui ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_assets_ui li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}.program_assets_ui li:hover {
    transform: translateX(5px);
}.program_assets_ui li p {
    font-size: 14px;
    gap: 15px;
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    margin: 0;
}.program_assets_ui li p span:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}.program_assets_ui li p span:last-child {
    padding-top: 3px;
}.program_assets_ui svg {
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
}.program_assets_ui li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.program_assets_ui svg path {
    fill: rgb(198,208,212);
    transition: fill 0.3s ease;
}.program_assets_ui li:hover svg path {
    fill: rgb(161,173,179);
}.program_assets_ui .thumb_ui {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-3deg);
}.program_assets_ui .thumb_ui:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.09),
        -2px -2px 15px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.program_assets_ui .label_container_ui > div {
    gap: 40px;
    flex-direction: row;
}.program_assets_ui .label_container_ui > div > div {
    flex: 1;
}
}

@media (min-width: 992px) {.program_assets_ui {
    padding: 150px 0;
}.program_assets_ui .pro_program_ui {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.program_assets_ui .label_container_ui {
    flex: 1.2;
    padding: 45px 50px;
}.program_assets_ui .thumb_ui {
    max-height: 550px;
    flex: 0.8;
    transform: perspective(1000px) rotateY(-5deg);
}.program_assets_ui h4 {
    max-width: 90%;
    font-size: 35px;
}.program_assets_ui h4::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.program_assets_ui .container {
    padding: 0 30px;
}.program_assets_ui .pro_program_ui {
    gap: 80px;
}.program_assets_ui .label_container_ui {
    padding: 50px 60px;
}.program_assets_ui h4 {
    margin-bottom: 40px;
}.program_assets_ui li p {
    gap: 20px;
}
}

@media (max-width: 767px) {.program_assets_ui {
    padding: 80px 0;
}.program_assets_ui .label_container_ui {
    padding: 25px 30px;
}.program_assets_ui h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.05);
}.program_assets_ui .thumb_ui {
    max-height: 300px;
    object-position: center;
}
}

@media (hover: none) {.program_assets_ui li:hover,
    .program_assets_ui .label_container_ui:hover,
    .program_assets_ui .thumb_ui:hover {
    transform: none;
}.program_assets_ui li:hover svg {
    transform: none;
}}.plan_container_ui {
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(234,238,239), rgba(0, 0, 0, 0.5));
}.plan_container_ui::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 0%, rgb(198,208,212,0.5) 30%, transparent 70%);
    height: 100%;
}.plan_container_ui .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.plan_container_ui .indv_cost_ui {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.plan_container_ui .price_schemes_ui {
    order: -1;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
}.plan_container_ui .price_schemes_ui h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: 28px;
    display: inline-block;
}.plan_container_ui .price_schemes_ui h2::after {
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    left: 50%;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
}.plan_container_ui .plan_options_ui {
    max-width: 90%;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
}.plan_container_ui .pricing_schemes_ui {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.plan_container_ui .fee_plans_ui {
    transform: translateZ(0) scale(1);
    text-decoration: none;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    background: #ffffff;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 22px;
    color: #000000;
    overflow: hidden;
    position: relative;
}.plan_container_ui .fee_plans_ui:nth-child(1) {
    animation-delay: 0.1s;
}.plan_container_ui .fee_plans_ui:nth-child(2) {
    animation-delay: 0.2s;
}.plan_container_ui .fee_plans_ui:nth-child(3) {
    animation-delay: 0.3s;
}.plan_container_ui .fee_plans_ui:nth-child(4) {
    animation-delay: 0.4s;
}.plan_container_ui .fee_plans_ui::before {
    transform: scaleX(0);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    height: 5px;
    position: absolute;
    content: "";
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
}.plan_container_ui .fee_plans_ui:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.plan_container_ui .fee_plans_ui:hover::before {
    transform: scaleX(1);
}.plan_container_ui .edu_packages_ui {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_container_ui .program_rate_ui {
    flex-grow: 1;
    display: flex;
    padding: 2rem;
    flex-direction: column;
}.plan_container_ui .program_rate_ui h3 {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 1rem;
    position: relative;
}.plan_container_ui .fee_plans_ui:hover .program_rate_ui h3 {
    color: rgb(198,208,212);
}.plan_container_ui .learning_deals_ui {
    font-weight: 700;
    color: rgb(198,208,212);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
}.plan_container_ui .learning_deals_ui::after {
    position: absolute;
    background-color: rgb(161,173,179);
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 40px;
}.plan_container_ui .fee_plans_ui:hover .learning_deals_ui {
    transform: translateY(-3px);
}.plan_container_ui .fee_plans_ui:hover .learning_deals_ui::after {
    width: 80px;
}.plan_container_ui .program_rate_ui p {
    flex-grow: 1;
    line-height: 1.6;
    font-size: calc(14px - 2px);
    margin: 0;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}.plan_container_ui .thumb_ui {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.plan_container_ui .thumb_ui::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
}.plan_container_ui .fee_plans_ui:hover .thumb_ui {
    transform: scale(1.05);
}.plan_container_ui .fee_plans_ui:hover .thumb_ui::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.plan_container_ui {
    padding: 7rem 2rem;
}.plan_container_ui .indv_cost_ui {
    flex-direction: row;
    align-items: flex-start;
}.plan_container_ui .price_schemes_ui {
    flex: 0 0 30%;
    justify-content: center;
    text-align: left;
    margin: 0;
    padding-right: 2rem;
    flex-direction: column;
    order: 0;
    display: flex;
}.plan_container_ui .price_schemes_ui h2 {
    text-align: left;
}.plan_container_ui .price_schemes_ui h2::after {
    left: 0;
    transform: none;
}.plan_container_ui .plan_options_ui {
    margin: 0;
    max-width: 100%;
}.plan_container_ui .pricing_schemes_ui {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.plan_container_ui .pricing_schemes_ui {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_container_ui {
    padding: 8rem 2rem;
}.plan_container_ui .price_schemes_ui {
    flex: 0 0 25%;
}.plan_container_ui .pricing_schemes_ui {
    flex: 0 0 75%;
}.plan_container_ui .program_rate_ui {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.plan_container_ui .fee_plans_ui {
    max-width: 400px;
    margin: 0 auto;
}.plan_container_ui .price_schemes_ui h2 {
    font-size: calc(28px * 0.9);
}.plan_container_ui .plan_options_ui {
    font-size: calc(14px * 0.95);
}}.contact_box_ui {
    position: relative;
    padding: 80px 0;
}.contact_box_ui::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
}.contact_box_ui .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.contact_box_ui .reach_list_ui {
    display: grid;
    background: #ffffff;
    border-radius: 0;
    grid-template-columns: 45% 55%;
    overflow: hidden;
    position: relative;
}.contact_box_ui .reach_list_ui::before {
    height: 300px;
    left: -150px;
    top: -150px;
    width: 300px;
    background: rgb(198,208,212,0.5);
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
}.contact_box_ui .reach_list_ui::after {
    right: -150px;
    background: rgb(161,173,179,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    bottom: -150px;
    content: "";
    height: 300px;
    width: 300px;
}.contact_box_ui .feedback_card_ui {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    z-index: 1;
    position: relative;
}.contact_box_ui .feedback_card_ui h3 {
    font-weight: 700;
    color: rgb(198,208,212);
    margin-bottom: 40px;
    font-size: 30px;
    position: relative;
}.contact_box_ui .feedback_card_ui h3::after {
    height: 4px;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(161,173,179);
    width: 60px;
}.contact_box_ui .feedback_card_ui div {
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    display: flex;
}.contact_box_ui .feedback_card_ui div:last-of-type {
    border-bottom: none;
}.contact_box_ui .feedback_card_ui div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact_box_ui .feedback_card_ui div svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,208,212);
}.contact_box_ui .feedback_card_ui div:hover svg path {
    fill: rgb(161,173,179);
}.contact_box_ui .feedback_card_ui div span {
    color: #000000;
    font-size: 18px;
}.contact_box_ui .feedback_card_ui div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_box_ui .feedback_card_ui div span a:hover {
    color: rgb(198,208,212);
}.contact_box_ui .request_form_ui {
    padding: 50px;
    z-index: 1;
    background-color: #ffffff;
    position: relative;
}.contact_box_ui .request_form_ui h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_box_ui form {
    flex-direction: column;
    display: flex;
}.contact_box_ui form input[type="text"],
.contact_box_ui form input[type="email"] {
    color: #000000;
    height: 55px;
    border: none;
    background-color: rgb(234,238,239);
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_box_ui form input[type="text"]:focus,
.contact_box_ui form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(198,208,212,0.5);
}.contact_box_ui form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_box_ui .contact_inquiry_ui {
    position: relative;
    margin-bottom: 25px;
}.contact_box_ui .contact_inquiry_ui input[type="checkbox"] {
    position: absolute;
    height: 0;
    opacity: 0;
    cursor: pointer;
    width: 0;
}.contact_box_ui .contact_inquiry_ui label {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}.contact_box_ui .contact_inquiry_ui label::before {
    border-radius: 10px;
    top: 2px;
    background-color: rgb(234,238,239);
    content: "";
    position: absolute;
    width: 20px;
    transition: all 0.3s ease;
    left: 0;
    height: 20px;
}.contact_box_ui .contact_inquiry_ui input[type="checkbox"]:checked + label::before {
    background-color: rgb(198,208,212);
}.contact_box_ui .contact_inquiry_ui input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    width: 6px;
    left: 7px;
    top: 3px;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
}.contact_box_ui .contact_inquiry_ui label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(198,208,212);
}.contact_box_ui .contact_inquiry_ui label a:hover {
    color: rgb(161,173,179);
    text-decoration: underline;
}.contact_box_ui form .reach_request_ui {
    cursor: pointer;
    align-self: flex-start;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    background-color: rgb(198,208,212);
    padding: 16px 30px;
    font-weight: 600;
}.contact_box_ui form .reach_request_ui:hover {
    background-color: rgb(161,173,179);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(198,208,212,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_box_ui .feedback_card_ui div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact_box_ui .feedback_card_ui div:nth-child(2) {
    --n: 0;
}.contact_box_ui .feedback_card_ui div:nth-child(3) {
    --n: 1;
}.contact_box_ui .feedback_card_ui div:nth-child(4) {
    --n: 2;
}.contact_box_ui .feedback_card_ui div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_box_ui .container {
    width: 90%;
}.contact_box_ui .reach_list_ui {
    grid-template-columns: 1fr;
}.contact_box_ui .feedback_card_ui {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

@media screen and (max-width: 576px) {.contact_box_ui {
    padding: 60px 0;
}.contact_box_ui .feedback_card_ui,
    .contact_box_ui .request_form_ui {
    padding: 30px 20px;
}.contact_box_ui .feedback_card_ui h3 {
    font-size: calc(30px * 0.8);
}.contact_box_ui form input[type="text"],
    .contact_box_ui form input[type="email"] {
    height: 50px;
}.contact_box_ui form .reach_request_ui {
    padding: 14px 20px;
    width: 100%;
}}.opening_board_ui {
    overflow: hidden;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f7f9fc, #eef2f7);
    min-height: 100vh;
}.opening_board_ui::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(94, 170, 168, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94, 170, 168, 0.08) 0%, transparent 50%);
}.opening_board_ui::after {
    position: absolute;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.4;
    background-image: 
        linear-gradient(45deg, transparent 95%, rgba(94, 170, 168, 0.15) 95%),
        linear-gradient(135deg, transparent 95%, rgba(94, 170, 168, 0.15) 95%);
    z-index: 0;
}.opening_board_ui .pro_program_ui {
    z-index: 1;
    max-width: 1200px;
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    height: 100%;
    position: relative;
}.opening_board_ui .label_container_ui {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.8),
        inset 3px 3px 6px rgba(0, 0, 0, 0.05),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(-3rem);
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}.opening_board_ui .label_container_ui:hover {
    transform: translateY(-3.5rem) scale(1.02);
}.opening_board_ui h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: calc(28px * 0.9);
    color: rgb(198,208,212);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    position: relative;
}.opening_board_ui h1::after {
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    content: "";
    animation: expand 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    height: 3px;
    width: 60px;
    left: 0;
}@keyframes expand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.opening_board_ui .skill_trackfast_ui {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}.opening_board_ui .skill_trackfast_ui svg {
    margin-bottom: 1.5rem;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 80px;
    transform: scale(1);
    width: 80px;
}.opening_board_ui .skill_trackfast_ui svg:hover {
    transform: scale(1.1) rotate(2deg);
}.opening_board_ui .skill_trackfast_ui svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.opening_board_ui .skill_trackfast_ui svg:hover path {
    fill: rgb(198,208,212);
}.opening_board_ui .skill_trackfast_ui svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
}.opening_board_ui .skill_trackfast_ui p {
    margin-top: 0.5rem;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0;
    color: #000000;
    max-width: 500px;
}.opening_board_ui .skill_trackfast_ui p::before {
    content: "";
    position: absolute;
    background-color: rgb(161,173,179);
    transition: transform 0.3s ease;
    top: -1rem;
    width: 30px;
    left: 0;
    transform: translateX(0);
    height: 2px;
}.opening_board_ui .skill_trackfast_ui:hover p::before {
    transform: translateX(10px);
}.opening_board_ui ul {
    flex-wrap: wrap;
    margin: 2rem 0 0;
    display: flex;
    list-style: none;
    padding: 0;
}.opening_board_ui ul li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}.opening_board_ui .reach_request_ui {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0.8rem 1.8rem;
    box-shadow: 
        0 4px 8px rgba(94, 170, 168, 0.25),
        0 1px 3px rgba(94, 170, 168, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 19px;
    background: linear-gradient(135deg, rgb(198,208,212), rgb(161,173,179));
}.opening_board_ui .reach_request_ui::before {
    width: 100%;
    transition: all 0.6s ease;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    left: -100%;
}.opening_board_ui .reach_request_ui:hover {
    box-shadow: 
        0 7px 14px rgba(94, 170, 168, 0.3),
        0 3px 6px rgba(94, 170, 168, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.opening_board_ui .reach_request_ui:hover::before {
    left: 100%;
}.opening_board_ui .thumb_ui {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    border-radius: 0;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 300px;
    width: 100%;
}.opening_board_ui .thumb_ui::after {
    background: linear-gradient(to bottom right, rgba(94, 170, 168, 0.3), transparent);
    content: "";
    mix-blend-mode: overlay;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}.opening_board_ui .thumb_ui:hover {
    transform: translateZ(0) scale(1.03);
}

@media screen and (min-width: 768px) {.opening_board_ui .pro_program_ui {
    align-items: center;
    flex-direction: row;
    padding: 3rem;
    min-height: 600px;
}.opening_board_ui .label_container_ui {
    margin-right: -3rem;
    padding: 3rem;
    transform: translateX(-3rem);
    width: 50%;
}.opening_board_ui .label_container_ui:hover {
    transform: translateX(-3.5rem) scale(1.02);
}.opening_board_ui h1 {
    font-size: 28px;
}.opening_board_ui .thumb_ui {
    width: 55%;
    height: 450px;
}
}

@media screen and (min-width: 992px) {.opening_board_ui .pro_program_ui {
    min-height: 650px;
    padding: 4rem 3rem;
}.opening_board_ui .label_container_ui {
    padding: 3.5rem;
}.opening_board_ui h1 {
    font-size: calc(28px * 1.1);
}.opening_board_ui .skill_trackfast_ui svg {
    width: 100px;
    height: 100px;
}.opening_board_ui .skill_trackfast_ui p {
    font-size: calc(18px * 1.1);
}.opening_board_ui .thumb_ui {
    height: 500px;
}
}

@media screen and (min-width: 1200px) {.opening_board_ui .pro_program_ui {
    min-height: 700px;
    padding: 5rem 3rem;
}.opening_board_ui .label_container_ui {
    margin-right: -5rem;
    transform: translateX(-5rem);
}.opening_board_ui .label_container_ui:hover {
    transform: translateX(-5.5rem) scale(1.02);
}.opening_board_ui h1 {
    font-size: calc(28px * 1.2);
}.opening_board_ui .thumb_ui {
    height: 550px;
}
}

@media (prefers-reduced-motion: reduce) {.opening_board_ui .label_container_ui,
    .opening_board_ui .label_container_ui:hover,
    .opening_board_ui .reach_request_ui,
    .opening_board_ui .reach_request_ui:hover,
    .opening_board_ui .thumb_ui,
    .opening_board_ui .thumb_ui:hover,
    .opening_board_ui .skill_trackfast_ui svg,
    .opening_board_ui .skill_trackfast_ui svg:hover,
    .opening_board_ui h1::after,
    .opening_board_ui .skill_trackfast_ui p::before,
    .opening_board_ui .skill_trackfast_ui:hover p::before,
    .opening_board_ui .reach_request_ui::before {
    animation: none;
    transform: none;
    transition: none;
}}.modalCookieAgreement_ui {
    border-top: 2px solid rgb(198,208,212);
    bottom: 0;
    width: 100%;
    z-index: 90;
    background: rgb(234,238,239);
    position: fixed;
}.cookie_check_ui {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.modalCookieAgreement_ui h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.modalCookieAgreement_ui p {
    font-size: 18px;
}.cookie_control_ui {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_control_ui svg, .cookie_control_ui svg path, .cookie_control_ui img {
    width: 100px;
    fill: rgb(198,208,212);
    height: 100px;
}.cookie_guide_ui {
    cursor: pointer;
    border-bottom: 2px solid rgb(198,208,212);
    white-space: nowrap;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    color: rgb(198,208,212);
    line-height: 35px;
    flex-shrink: 0;
    margin-left: 10px;
}.modalCookieAgreement_ui p a {
    color: rgb(198,208,212);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalCookieAgreement_ui {
    padding: 20px;
}}
#cookieAlertWindow_ui {
    display: none;
}#cookieAlertWindow_ui:checked ~ .modalCookieAgreement_ui {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_control_ui {
    display: none;
}.cookie_check_ui {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.modalCookieAgreement_ui h5 {
    text-align: center;
}.modalCookieAgreement_ui p {
    text-align: center;
}.track_toggle_ui {
    margin-bottom: 20px;
}body .wrapper-holder_ui .cookie_guide_ui {
    margin-left: 0;
}}.training_specialist_ui {
    padding: 80px 40px;
    overflow: hidden;
    background: rgb(234,238,239);
    min-height: 450px;
    position: relative;
}.training_specialist_ui::before {
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(198,208,212,0.5) 30px,
        rgb(198,208,212,0.5) 32px
    );
    position: absolute;
    width: 100%;
    opacity: 0.05;
    content: "";
    top: 0;
}.training_specialist_ui .edu_feedback_ui {
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    perspective: 1000px;
    flex-direction: column;
}.training_specialist_ui .thumb_ui {
    z-index: 5;
    width: 140px;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-left: 60px;
    border: 4px solid #ffffff;
    overflow: hidden;
    height: 140px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.training_specialist_ui .edu_feedback_ui:hover .thumb_ui {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(198,208,212);
}.training_specialist_ui .professional_exp_ui {
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 60px 40px 40px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    overflow: hidden;
    margin-top: -40px;
    border-radius: 15px;
}.training_specialist_ui .edu_feedback_ui:hover .professional_exp_ui {
    transform: translateZ(30px);
}.training_specialist_ui .professional_exp_ui::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(198,208,212), rgb(161,173,179));
    position: absolute;
    transition: height 0.5s ease;
    top: 0;
    content: "";
    width: 4px;
    left: 0;
}.training_specialist_ui .edu_feedback_ui:hover .professional_exp_ui::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.training_specialist_ui .name {
    letter-spacing: 1px;
    font-size: 33px;
    transition: all 0.4s ease;
    margin-bottom: 5px;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
}.training_specialist_ui .edu_feedback_ui:hover .name {
    color: rgb(198,208,212);
    transform: translateX(15px);
}.training_specialist_ui .professional_exp_ui > div:nth-child(2) {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    transform: translateX(0);
    transition: all 0.4s ease 0.1s;
    color: rgb(161,173,179);
    letter-spacing: 0.5px;
    opacity: 0.8;
}.training_specialist_ui .edu_feedback_ui:hover .professional_exp_ui > div:nth-child(2) {
    transform: translateX(15px);
}.training_specialist_ui .experiencep_wrap_ui {
    font-size: 16px;
    transition: all 0.4s ease 0.2s;
    color: #000000;
    line-height: 1.8;
    padding: 20px 0;
    position: relative;
    opacity: 0.9;
    transform: translateY(0);
}.training_specialist_ui .edu_feedback_ui:hover .experiencep_wrap_ui {
    transform: translateY(-5px);
}.training_specialist_ui .experiencep_wrap_ui::before,
.training_specialist_ui .experiencep_wrap_ui::after {
    height: 1px;
    transition: all 0.4s ease;
    content: "";
    background: rgb(161,173,179,0.5);
    position: absolute;
    width: 35px;
}.training_specialist_ui .experiencep_wrap_ui::before {
    left: 0;
    top: 0;
}.training_specialist_ui .experiencep_wrap_ui::after {
    right: 0;
    bottom: 0;
}.training_specialist_ui .edu_feedback_ui:hover .experiencep_wrap_ui::before,
.training_specialist_ui .edu_feedback_ui:hover .experiencep_wrap_ui::after {
    width: 100px;
    height: 2px;
    background: rgb(161,173,179);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(198,208,212,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(198,208,212);
    }
}

@media (min-width: 768px) {.training_specialist_ui .edu_feedback_ui {
    align-items: center;
    flex-direction: row;
}.training_specialist_ui .thumb_ui {
    margin-left: 0;
    z-index: 5;
    height: 180px;
    margin-right: -80px;
    width: 180px;
}.training_specialist_ui .professional_exp_ui {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}

@media (max-width: 767px) {.training_specialist_ui {
    padding: 60px 20px;
}.training_specialist_ui .professional_exp_ui {
    padding: 60px 25px 35px;
}.training_specialist_ui .name {
    font-size: calc(33px - 4px);
}.training_specialist_ui .professional_exp_ui > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.training_specialist_ui .experiencep_wrap_ui {
    font-size: calc(16px - 1px);
}}.thxSpace_ui {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(rgb(198,208,212,0.5), 0.05) 100%);
    overflow: hidden;
}.thxSpace_ui::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    opacity: 0.07;
    width: 40%;
    left: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(198,208,212) 0%, transparent 70%);
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
    height: 40%;
    position: absolute;
    top: -5%;
}.thxSpace_ui::after {
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, transparent 40%, rgb(161,173,179) 100%);
    height: 50%;
    position: absolute;
    right: -5%;
    opacity: 0.07;
    width: 50%;
}.thxSpace_ui .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    width: 100%;
}.thxSpace_ui .pro_program_ui {
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
    transform-origin: center top;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(198,208,212,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(161,173,179,0.5), 0.12);
    flex-direction: column;
    position: relative;
}.thxSpace_ui .pro_program_ui:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(198,208,212,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(161,173,179,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.thxSpace_ui .pro_program_ui > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.thxSpace_ui .pro_program_ui > div:first-child::after {
    bottom: 0;
    transform: scaleX(1) translateZ(0);
    transform-origin: left center;
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 20%;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    height: 3px;
    left: 0;
}.thxSpace_ui .pro_program_ui:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.thxSpace_ui h5 {
    transition: transform 0.4s ease-out;
    font-weight: 700;
    margin: 0;
    transform: translateZ(0);
    color: #000000;
    font-size: 24px;
    line-height: 1.4;
}.thxSpace_ui .pro_program_ui:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.thxSpace_ui a {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.thxSpace_ui a:hover {
    transform: translateY(-5px);
}.thxSpace_ui a::before {
    position: absolute;
    right: -10px;
    height: 50px;
    content: "";
    z-index: 1;
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -10px;
    transform: rotate(45deg) scale(0);
    width: 50px;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 45%, rgb(198,208,212) 55%);
}.thxSpace_ui a:hover::before {
    transform: rotate(45deg) scale(1);
}.thxSpace_ui p {
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(161,173,179,0.5), 0.03), rgba(rgb(198,208,212,0.5), 0.03));
    transition: all 0.4s ease;
    margin: 0;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(198,208,212,0.5), 0.2);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
}.thxSpace_ui a:hover p {
    background: linear-gradient(to right, rgba(rgb(161,173,179,0.5), 0.07), rgba(rgb(198,208,212,0.5), 0.07));
    border-left: 2px solid rgb(198,208,212);
}

@media (min-width: 768px) {.thxSpace_ui .pro_program_ui {
    padding: 4rem 5rem;
}.thxSpace_ui h5 {
    font-size: calc(24px * 1.2);
}.thxSpace_ui p {
    padding: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.thxSpace_ui {
    padding: 8rem 0;
}.thxSpace_ui .pro_program_ui {
    padding: 5rem 6rem;
    margin: 0 auto;
    max-width: 90%;
}.thxSpace_ui .pro_program_ui > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.thxSpace_ui .pro_program_ui > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.thxSpace_ui {
    padding: 3rem 0;
}.thxSpace_ui .pro_program_ui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thxSpace_ui h5 {
    font-size: calc(24px * 0.9);
}.thxSpace_ui p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding: 1rem;
}.thxSpace_ui .pro_program_ui > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.thxSpace_ui {
    padding: 2rem 0;
}.thxSpace_ui .pro_program_ui {
    transform: none;
    padding: 1.5rem;
}.thxSpace_ui h5 {
    font-size: calc(24px * 0.85);
}.thxSpace_ui p {
    padding: 0.75rem;
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.customer_reviews_ui {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(161,173,179,0.5) 100%);
}.customer_reviews_ui::before {
    width: 25rem;
    top: -5%;
    right: -5%;
    transform: rotate(-15deg);
    animation: floatBlur 15s infinite alternate ease-in-out;
    filter: blur(80px);
    background: rgb(198,208,212,0.5);
    z-index: 0;
    height: 25rem;
    position: absolute;
    content: "";
    opacity: 0.15;
}.customer_reviews_ui::after {
    transform: rotate(25deg);
    width: 20rem;
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    left: -5%;
    background: rgb(161,173,179,0.5);
    height: 20rem;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    bottom: -10%;
    filter: blur(70px);
    content: "";
}.customer_reviews_ui .container {
    z-index: 2;
    position: relative;
}.customer_reviews_ui h2 {
    transform: translateX(2rem);
    max-width: 80%;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: 38px;
    color: #000000;
}.customer_reviews_ui h2::before {
    content: "";
    top: 50%;
    background: rgb(198,208,212);
    height: 70%;
    transform: translateY(-50%);
    width: 0.5rem;
    left: -2rem;
    position: absolute;
}.customer_reviews_ui h2::after {
    height: 0.25rem;
    left: 0;
    width: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(161,173,179);
    bottom: -1rem;
    position: absolute;
    transform: scaleX(0.8);
    transform-origin: left;
    content: "";
}.customer_reviews_ui h2:hover::after {
    transform: scaleX(1.2);
}.customer_reviews_ui .user_review_ui {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    perspective: 1000px;
    margin: 0;
    gap: 2.5rem;
    display: grid;
}.customer_reviews_ui .edu_feedback_ui {
    position: relative;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    transform: translateY(0) rotateX(0);
    isolation: isolate;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
}.customer_reviews_ui .edu_feedback_ui::before {
    content: "";
    height: 0.35rem;
    top: 0;
    right: 0;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    transform: scaleX(0.95);
    left: 0;
    z-index: 1;
    opacity: 0.85;
}.customer_reviews_ui .edu_feedback_ui:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.customer_reviews_ui .edu_feedback_ui:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.customer_reviews_ui .edu_feedback_ui > div {
    margin-bottom: 1.5rem;
    position: relative;
    align-items: center;
    display: flex;
}.customer_reviews_ui .edu_feedback_ui > div::after {
    opacity: 0.15;
    right: -1rem;
    z-index: -1;
    font-family: serif;
    font-size: 8rem;
    color: rgb(198,208,212,0.5);
    line-height: 1;
    top: -2.5rem;
    position: absolute;
    content: "";
}.customer_reviews_ui .edu_feedback_ui img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    margin-right: 1.25rem;
    transition: transform 0.5s ease;
    height: 4.5rem;
    border: 3px solid #ffffff;
    width: 4.5rem;
    border-radius: 50%;
    position: relative;
}.customer_reviews_ui .edu_feedback_ui:hover img {
    transform: scale(1.05) rotate(3deg);
}.customer_reviews_ui .edu_feedback_ui h4 {
    color: #000000;
    font-size: calc(20px * 0.9);
    font-weight: 600;
    margin: 0;
    position: relative;
}.customer_reviews_ui .edu_feedback_ui h4::after {
    background: rgb(161,173,179,0.5);
    width: 2.5rem;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -0.5rem;
}.customer_reviews_ui .edu_feedback_ui:hover h4::after {
    width: 3.5rem;
}.customer_reviews_ui .edu_feedback_ui .description {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    margin: 0;
}.customer_reviews_ui .edu_feedback_ui .description::before {
    opacity: 0.07;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    right: -0.5rem;
    transform: scale(0);
    z-index: -1;
    background: rgb(161,173,179,0.5);
    height: 3rem;
    bottom: -0.5rem;
    width: 3rem;
    position: absolute;
    border-radius: 50%;
    content: "";
}.customer_reviews_ui .edu_feedback_ui:hover .description::before {
    transform: scale(2);
}.customer_reviews_ui a {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(198,208,212,0.5);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    transform: translateX(2rem);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    margin-top: 3rem;
    overflow: hidden;
    padding: 1rem 2.5rem;
}.customer_reviews_ui a::before {
    transition: opacity 0.4s ease;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(161,173,179) 0%, rgb(198,208,212) 100%);
}.customer_reviews_ui a:hover {
    box-shadow: 0 15px 25px rgb(198,208,212,0.5);
    transform: translateX(2rem) translateY(-5px);
}.customer_reviews_ui a:hover::before {
    opacity: 1;
}

@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}

@media (max-width: 992px) {.customer_reviews_ui {
    padding: 5rem 0;
}.customer_reviews_ui h2 {
    transform: translateX(1.5rem);
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.customer_reviews_ui .user_review_ui {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_reviews_ui a {
    transform: translateX(1.5rem);
}.customer_reviews_ui a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}

@media (max-width: 768px) {.customer_reviews_ui {
    padding: 4rem 0;
}.customer_reviews_ui h2 {
    transform: translateX(1.25rem);
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.customer_reviews_ui h2::before {
    left: -1.25rem;
}.customer_reviews_ui .user_review_ui {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_reviews_ui .edu_feedback_ui {
    padding: 2rem 1.5rem;
}.customer_reviews_ui a {
    padding: 0.875rem 2rem;
    transform: translateX(1.25rem);
    margin-top: 2rem;
}.customer_reviews_ui a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}

@media (max-width: 576px) {.customer_reviews_ui {
    padding: 3rem 0;
}.customer_reviews_ui h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2rem;
    transform: translateX(1rem);
}.customer_reviews_ui h2::before {
    left: -1rem;
    width: 0.35rem;
}.customer_reviews_ui h2::after {
    width: 4rem;
}.customer_reviews_ui .edu_feedback_ui {
    padding: 1.75rem 1.25rem;
}.customer_reviews_ui .edu_feedback_ui img {
    width: 3.5rem;
    height: 3.5rem;
}.customer_reviews_ui a {
    transform: translateX(0);
    width: 100%;
    text-align: center;
}.customer_reviews_ui a:hover {
    transform: translateX(0) translateY(-3px);
}}.operation_process_ui {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 7rem 0;
    background: rgb(234,238,239);
}.operation_process_ui::before {
    top: -50%;
    height: 200%;
    content: "";
    background-position: 0 0, 30px 30px;
    width: 200%;
    z-index: 0;
    background-size: 60px 60px;
    transform: rotate(15deg);
    position: absolute;
    animation: shiftPattern 60s linear infinite;
    background-image: 
        radial-gradient(
            rgb(161,173,179,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(198,208,212,0.5) 20%, 
            transparent 21%
        );
    opacity: 0.3;
    left: -50%;
}.operation_process_ui::after {
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(to top, 
        rgb(234,238,239), 
        transparent
    );
}.operation_process_ui .pro_program_ui {
    align-items: center;
    position: relative;
    border-radius: 15px;
    animation: appearFromBottom 1s ease-out forwards;
    margin: 0 auto;
    overflow: hidden;
    max-width: 900px;
    z-index: 2;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    padding: 0;
}.operation_process_ui h3 {
    font-weight: 700;
    background: linear-gradient(135deg, rgb(198,208,212), rgb(161,173,179));
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 31px;
    width: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    padding: 2.5rem;
    text-align: center;
    padding-bottom: 4rem;
}.operation_process_ui h3::before {
    top: 0;
    opacity: 0.3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    bottom: 0;
    position: absolute;
    left: 0;
    animation: moveGrid 20s linear infinite;
    content: "";
    background-size: 20px 20px;
    right: 0;
}.operation_process_ui h3::after {
    position: absolute;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    content: "";
    left: 0;
    animation: shimmer 5s infinite linear;
    top: 0;
}.operation_process_ui span {
    width: 100%;
    color: #000000;
    line-height: 1.8;
    margin-top: -30px;
    background: #ffffff;
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 3rem 2.5rem 2.5rem;
    font-size: 16px;
    z-index: 1;
    box-sizing: border-box;
}.operation_process_ui span::before {
    top: -35px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    height: 70px;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    width: 70px;
}.operation_process_ui span::after {
    height: 20px;
    content: "";
    left: 50%;
    top: -20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(198,208,212,0.5);
    animation: pulse 3s infinite;
    transform: translateX(-50%);
    background: rgb(198,208,212);
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.operation_process_ui {
    padding: 5rem 1.5rem;
}.operation_process_ui::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.operation_process_ui h3 {
    padding-bottom: 3.5rem;
    padding: 2rem;
    font-size: calc(31px * 0.9);
}.operation_process_ui span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.operation_process_ui {
    padding: 4rem 1rem;
}.operation_process_ui::before {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
}.operation_process_ui h3 {
    font-size: calc(31px * 0.8);
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
    padding-bottom: 3rem;
}.operation_process_ui span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(16px * 0.95);
}.operation_process_ui span::before {
    top: -30px;
    width: 60px;
    height: 60px;
}.operation_process_ui span::after {
    width: 16px;
    height: 16px;
    top: -18px;
}
}