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

.ui-nav-master {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

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

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

.ui-wrapper-border {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.ui-operation-process::before {
    width: 100%;
    left: 0;
    animation: pulsate 12s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,151,166) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(157,98,128) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(180,151,166) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(157,98,128) 0%, transparent 6%);
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
}



.ui-operation-process .ui-academy-cult {
    padding: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: 5;
    position: relative;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    width: 90%;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.ui-operation-process .ui-content-card::after {
    right: 0;
    bottom: 0;
    content: '';
    width: 5px;
    position: absolute;
    border-radius: 10px;
    height: 50%;
    background: linear-gradient(to top, rgb(157,98,128), transparent);
}

.ui-operation-process .ui-academy-cult:hover h2 {
    transform: perspective(500px) translateZ(20px);
}

.ui-operation-process p {
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-weight: 400;
    transform: perspective(500px) translateZ(0);
    position: relative;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.ui-location-info {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(225,219,222), rgba(245, 245, 255, 0.97));
    color: #000000;
    padding: 5rem 2rem;
}

.ui-location-info::after {
    top: 0;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    content: "";
    right: 0;
    z-index: 1;
    background: linear-gradient(to left, rgba(rgb(180,151,166,0.5), 0.03), transparent);
    position: absolute;
    width: 50%;
}

.ui-location-info .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.ui-location-info .ui-msg-info {
    position: relative;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.ui-location-info .ui-msg-info > div {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    border-radius: 3px;
    padding: 1.8rem 2rem;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    transform: translateY(0);
    border-left: 3px solid rgb(180,151,166);
    background: rgba(#ffffff, 0.7);
    backdrop-filter: blur(10px);
}

.ui-location-info h6 svg {
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-left: 8px;
    transform: scale(0.9);
}

.ui-location-info .ui-reach-help {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}

.ui-location-info .ui-write-form {
    font-weight: 400;
    color: #000000;
    align-items: center;
    transition: color 0.25s ease;
    display: flex;
    font-size: calc(13px - 0.05rem);
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    padding: 0.5rem 0.75rem;
    background: linear-gradient(to right, rgba(rgb(180,151,166,0.5), 0.05), transparent);
}

.ui-location-info .ui-write-form svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}

.ui-location-info svg {
    position: relative;
    z-index: 2;
}

.ui-course-features {
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
    background: linear-gradient(135deg, rgb(225,219,222) 0%, rgba(245, 247, 250, 1) 100%);
}

.ui-course-features::after {
    width: 70%;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(180,151,166,0.5), 0.08) 0%, rgba(rgb(157,98,128,0.5), 0.05) 100%);
    top: -50%;
    position: absolute;
    right: -20%;
    height: 200%;
    transform: rotate(-15deg);
    z-index: 0;
}

.ui-course-features .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}

.ui-course-features h2::after {
    bottom: -15px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(180,151,166) 0%, rgb(157,98,128) 100%);
    left: 50%;
    width: 80px;
}

.ui-course-features h2:hover::after {
    width: 120px;
}

.ui-course-features .ui-pic-hover {
    overflow: hidden;
    height: 500px;
    transform: translateZ(20px);
    position: relative;
    border-radius: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.ui-course-features .ui-pic-hover:hover {
    transform: translateZ(30px) scale(1.02);
}

.ui-course-features .ui-pic-hover:hover::before {
    opacity: 0.5;
}

.ui-course-features .ui-content-card {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-color: rgb(180,151,166) rgba(rgb(225,219,222), 0.5);
    scrollbar-width: thin;
    transform: translateZ(10px);
    padding-right: 15px;
}

.ui-course-features .description:first-of-type {
    border-left: 3px solid rgb(180,151,166);
    padding-left: 20px;
    position: relative;
}

.ui-course-features .description:first-of-type::before {
    position: absolute;
    height: 0;
    transition: height 1.5s ease;
    left: -3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(180,151,166), rgb(157,98,128));
    width: 3px;
    content: "";
}

.ui-title-page::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,151,166,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    opacity: 0.05;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.ui-title-page h1::after {
    transform-origin: left;
    content: "";
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    position: absolute;
    background: rgb(180,151,166);
    bottom: -10px;
    left: 0;
    width: 80px;
}

.ui-title-page .ui-course-primary {
    border-radius: 23px;
    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);
    position: relative;
    transition: transform 0.5s ease;
    z-index: 2;
    padding: 2.5rem;
}

.ui-title-page .ui-course-primary::before {
    width: 100%;
    content: "";
    height: 100%;
    border-radius: 23px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(180,151,166,0.5) 0%, transparent 80%);
    opacity: 0.1;
}

.ui-title-page svg {
    animation: pulseGently 4s ease-in-out infinite;
    width: 100px;
    transform-origin: center;
    height: 100px;
    margin: 2rem auto;
    display: block;
}

.ui-title-page svg:hover text {
    fill: #000000;
}

.ui-title-page .ui-inquiry-card {
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 19px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 1rem 2rem;
    z-index: 2;
    margin-top: 1rem;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(45deg, rgb(180,151,166) 0%, rgb(157,98,128) 100%);
}

.ui-title-page .ui-pic-hover:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}

.ui-title-page .ui-pic-hover::after {
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(180,151,166,0.5) 0%, transparent 70%);
}

.ui-contact-panel {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(225,219,222) 50%);
    padding: 100px 0;
    overflow: hidden;
}

.ui-contact-panel .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.ui-contact-panel h2 {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 31px;
    position: relative;
    text-align: center;
    color: rgb(180,151,166);
}

.ui-contact-panel .ui-request-map {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 14px;
}

.ui-contact-panel .ui-pic-hover {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}

.ui-contact-panel .ui-pic-hover::after {
    content: "";
    background: linear-gradient(45deg, rgb(180,151,166,0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.ui-contact-panel #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.ui-contact-panel h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
    position: relative;
}

.ui-contact-panel input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    padding: 18px 20px;
    color: #000000;
    border: 2px solid rgb(225,219,222);
    font-size: 14px;
}

.ui-contact-panel .ui-reach-grid {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
}

.ui-contact-panel .ui-reach-grid input[type="checkbox"]:checked {
    border-color: rgb(180,151,166);
    background: rgb(180,151,166);
}

.ui-contact-panel .ui-reach-grid input[type="checkbox"]:checked::after {
    height: 10px;
    width: 6px;
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 5px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}

.ui-contact-panel .ui-inquiry-card {
    box-shadow: 0 8px 20px rgb(180,151,166,0.5);
    font-weight: 600;
    border: none;
    color: #ffffff;
    align-self: flex-start;
    padding: 16px 40px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
    position: relative;
    background: rgb(180,151,166);
    font-size: 18px;
    cursor: pointer;
}

.ui-contact-panel .ui-inquiry-card:hover::before {
    left: 100%;
}

.ui-contact-panel svg {
    fill: rgb(180,151,166);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}

.ui-contact-panel svg:hover {
    fill: rgb(157,98,128);
    transform: translateY(-2px);
}

.ui-secure-enclosure h1, .ui-secure-enclosure h2, .ui-secure-enclosure h3, .ui-secure-enclosure h4, .ui-secure-enclosure h5, .ui-secure-enclosure h6 {
    margin-bottom: 20px;
    color: rgb(180,151,166);
    font-weight: 700;
}

.ui-secure-enclosure h1 {
    font-size: 45px;
}

.ui-secure-enclosure h4 {
    font-size: calc(22px - 8px);
}

.ui-secure-enclosure h6 {
    font-weight: 300;
    font-size: 21px;
}

.ui-secure-enclosure li {
    border-left: 3px solid rgb(157,98,128);
    padding-left: 10px;
    margin-bottom: 10px;
}

.ui-secure-enclosure section {
    border-radius: 10px;
    background-color: rgb(225,219,222);
    margin-bottom: 40px;
    padding: 20px;
}


.ui-program-assets {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,219,222) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.ui-program-assets::after {
    height: 200px;
    content: "";
    right: -50px;
    transform: rotate(15deg);
    z-index: 0;
    width: 200px;
    top: -50px;
    border: 2px solid rgb(180,151,166,0.5);
    position: absolute;
}

.ui-program-assets .ui-pic-hover {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 20px 20px 0 rgb(157,98,128,0.5), 
                -10px -10px 0 rgb(180,151,166,0.5);
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
}

.ui-program-assets .ui-content-card::before {
    content: "";
    transform: translateY(-50%);
    left: -30px;
    width: 3px;
    position: absolute;
    top: 50%;
    height: 80%;
    background: linear-gradient(to bottom, rgb(180,151,166), rgb(157,98,128));
}

.ui-program-assets h1:hover {
    transform: translateX(5px);
}

.ui-program-assets li {
    padding-left: 35px;
    transition: transform 0.3s ease-out;
    position: relative;
}

.ui-program-assets li p {
    font-weight: 400;
    align-items: center;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    display: flex;
    font-size: 12px;
    line-height: 1.6;
}

.ui-program-assets li:hover svg {
    transform: translateY(-50%) scale(1.2);
}

.ui-program-assets svg path {
    fill: rgb(180,151,166);
    transition: fill 0.3s ease;
}

.ui-program-assets li:hover svg path:first-child {
    fill: rgb(157,98,128);
}

.ui-our-background {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.ui-our-background {
    padding: 180px 0 140px;
}

.ui-our-background::after {
    top: -50%;
    opacity: 0.12;
    content: "";
    background: radial-gradient(circle at center, rgb(180,151,166,0.5), transparent 70%);
    z-index: 2;
    width: 100%;
    position: absolute;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    right: -50%;
}

.ui-our-background h4 {
    text-transform: uppercase;
    margin: 0 0 60px;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    text-align: center;
    z-index: 5;
    font-weight: 700;
    letter-spacing: 2px;
}

.ui-our-background h4::after {
    width: 10px;
    transform: translateX(-50%) translateX(45px);
    content: "";
    background: rgb(157,98,128);
    height: 3px;
    animation: slideRight 3s infinite alternate ease-in-out;
    position: absolute;
    left: 50%;
    bottom: -15px;
}

.ui-our-background h4::after {
    transform: translateX(-50%) translateX(65px);
}

.ui-our-background .ui-content-card:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.ui-our-background .ui-content-card:hover {
    transform: perspective(1200px) rotateX(0deg) translateY(0);
}

.ui-our-background .ui-content-card::before {
    opacity: 0.4;
    z-index: -1;
    background: linear-gradient(45deg, transparent 40%, rgb(180,151,166,0.5) 45%, rgb(180,151,166,0.5) 50%, transparent 55%);
    content: "";
    top: -5px;
    position: absolute;
    bottom: -5px;
    animation: borderShine 8s infinite linear;
    left: -5px;
    right: -5px;
}

.ui-our-background span {
    column-gap: 30px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    display: block;
    text-align: justify;
    line-height: 1.8;
    font-size: 15px;
    column-count: 1;
}

.ui-our-background .ui-content-card div::after {
    bottom: 0;
    width: 20px;
    right: -40px;
    border-right: 2px solid rgb(180,151,166,0.5);
    position: absolute;
    opacity: 0.6;
    border-bottom: 2px solid rgb(180,151,166,0.5);
    content: "";
    height: 20px;
}

.ui-academic-experience::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(180,151,166,0.5) 0px,
    rgb(180,151,166,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    opacity: 0.08;
    position: absolute;
    z-index: 1;
}

.ui-academic-experience .ui-rating-insights {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 2rem;
    display: grid;
    isolation: isolate;
}

.ui-academic-experience .ui-rating-insights > div:first-child {
    justify-content: center;
    display: flex;
    order: 1;
    align-items: center;
}

.ui-academic-experience .ui-rating-insights .ui-pic-hover::after {
    inset: 0;
    background: linear-gradient(to top right, rgba(rgb(180,151,166), 0.2), transparent);
    z-index: 1;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
}

.ui-academic-experience .ui-rating-insights > div:nth-child(2) {
    border-left: 1px solid rgb(180,151,166,0.5);
    order: 2;
    padding-left: 1rem;
}

.ui-academic-experience .ui-rating-insights .name::after {
    transform: scaleX(0.7);
    background: rgb(157,98,128);
    position: absolute;
    width: 60%;
    left: 0;
    content: "";
    height: 2px;
    transition: transform 0.3s ease-out;
    bottom: -4px;
    transform-origin: left;
}

.ui-academic-experience .ui-rating-insights > div:nth-child(3) {
    position: relative;
    order: 3;
    margin-top: 1rem;
}

.ui-academic-experience .ui-rating-insights .ui-experience-data::before {
    content: "";
    line-height: 1;
    top: -0.5rem;
    left: 0;
    opacity: 0.3;
    font-size: 5rem;
    position: absolute;
    color: rgb(180,151,166,0.5);
}

.ui-testimonials {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.ui-testimonials .container {
    position: relative;
    z-index: 1;
}

.ui-testimonials h2 {
    transform: translateX(-10%);
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 100px;
    position: relative;
}

.ui-testimonials .ui-rating-insights {
    opacity: 0;
    padding: 30px 0;
    position: relative;
    animation: fadeIn 0.8s ease forwards;
}

.ui-testimonials .ui-rating-insights:nth-child(3n+2) {
    animation-delay: 0.3s;
    margin-top: 80px;
    grid-column: span 4;
}

.ui-testimonials .ui-rating-insights::before {
    content: "";
    font-family: Arial, sans-serif;
    line-height: 1;
    position: absolute;
    font-size: 120px;
    color: rgb(180,151,166,0.5);
    z-index: -1;
    top: -30px;
    left: -20px;
}

.ui-testimonials .ui-rating-insights:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}

.ui-testimonials .ui-rating-insights p {
    margin: 0;
}

.ui-testimonials .ui-rating-insights p:first-of-type {
    bottom: 0;
    color: rgb(180,151,166);
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    font-size: 22px;
    right: 70px;
    letter-spacing: 1px;
    position: absolute;
}

.ui-testimonials .ui-rating-insights .description::after {
    bottom: -20px;
    height: 2px;
    transition: transform 0.4s ease;
    left: 0;
    content: "";
    background: rgb(157,98,128);
    transform-origin: left;
    width: 40px;
    transform: scaleX(1);
    position: absolute;
}

footer::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    animation: scanline 10s linear infinite;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
}

.ui-lecture-ref .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3rem;
}

.ui-lecture-ref .company_holder {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-left: 3px solid rgb(180,151,166);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border-radius: 29px;
}

.ui-lecture-ref .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-size: calc(36px * 0.9);
}

.ui-lecture-ref .ui-podcast-cta {
    line-height: 1.7;
    font-size: 16px;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.ui-lecture-ref .ui-guide-section {
    position: relative;
}

.ui-lecture-ref .ui-nav-pagebar {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    height: 100%;
    display: grid;
}

.ui-lecture-ref .ui-top-wrap::before {
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transform: rotate(45deg);
    left: -50%;
    position: absolute;
    height: 200%;
    z-index: -1;
    content: "";
    width: 200%;
    top: -50%;
    transition: all 0.6s ease;
}

.ui-lecture-ref .ui-top-wrap::before {
    top: -20px;
    left: -20px;
}

.ui-lecture-ref .ui-top-wrap:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(157,98,128) transparent transparent;
}

.ui-lecture-ref .ui-top-wrap:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}

.ui-lecture-ref .ui-top-wrap h5::before {
    bottom: -8px;
    position: absolute;
    width: 100%;
    background: rgb(157,98,128);
    height: 1px;
    content: "";
    left: 0;
}

.ui-lecture-ref .ui-top-wrap:hover h5::after {
    width: 100%;
}

.ui-lecture-ref .ui-top-wrap .ui-nav-pagebar {
    flex-direction: column;
    gap: 0.875rem;
    display: flex;
}

.ui-lecture-ref .ui-top-wrap a {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    font-size: 16px;
    text-decoration: none;
    transform-style: preserve-3d;
    position: relative;
    display: block;
}

.ui-lecture-ref .ui-top-wrap a:hover::before {
    left: 0;
    opacity: 1;
}

.ui-gdpr-block {
    position: relative;
    margin-top: 3rem;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.ui-gdpr-block .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-gdpr-block .ui-cert-block {
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}

.ui-lecture-ref .company_holder:hover::before,
.ui-lecture-ref .ui-top-wrap:hover::before {
    opacity: 0.5;
}

.ui-lecture-ref .company_holder::after {
    height: 30px;
    border-right: 2px solid rgb(180,151,166);
    top: 20px;
    width: 30px;
    content: "";
    transition: all 0.4s ease;
    border-top: 2px solid rgb(180,151,166);
    right: 20px;
    opacity: 0.7;
    position: absolute;
}

.ui-lecture-ref .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

.ui-lecture-ref .company_holder:hover .ui-podcast-cta::after {
    width: calc(100% - 1rem);
}

.ui-lecture-ref::after {
    z-index: -2;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    background-size: 40px 40px;
    opacity: 0.3;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
}

.ui-lecture-ref .ui-nav-pagebar a:hover::after {
    width: 100%;
}

.ui-prospective-members {
    padding: 5rem 0;
    background-color: rgb(225,219,222);
    position: relative;
    overflow: hidden;
}

.ui-prospective-members::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(157,98,128,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(180,151,166,0.5) 0%, transparent 30%);
    opacity: 0.4;
}

.ui-prospective-members .ui-academy-cult {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 22px;
    backdrop-filter: blur(12px);
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(157,98,128,0.5);
}

.ui-prospective-members h3::after {
    transform: translateX(-50%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(157,98,128), transparent);
    left: 50%;
    position: absolute;
    content: '';
    bottom: -15px;
    width: 40%;
}

.ui-prospective-members li {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    flex-direction: column;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    border-radius: 22px;
    text-align: center;
    display: flex;
    position: relative;
}

.ui-prospective-members li {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
}

.ui-prospective-members li:hover::before {
    opacity: 1;
}

.ui-prospective-members li:hover::after {
    opacity: 0.15;
}

.ui-prospective-members li svg {
    transition: all 0.4s ease;
    fill: rgb(157,98,128);
    display: block;
    height: 60px;
    width: 60px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 3px 6px rgb(157,98,128,0.5));
}

.ui-prospective-members li:hover svg path {
    fill: rgb(180,151,166);
}

.ui-prospective-members li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}

.ui-prospective-members li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

.ui-thanks-msg::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(180,151,166,0.5) 0,
        rgb(180,151,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}

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

.ui-thanks-msg h2::after {
    transform: scaleX(0);
    content: "";
    animation-delay: 1s;
    background: rgb(157,98,128);
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -15px;
    animation: expandLine 1s forwards ease-out;
}

.ui-thanks-msg .ui-academy-cult {
    padding: 2.5rem;
    position: relative;
    opacity: 0;
    animation: fadeUpIn 1s forwards ease-out;
    animation-delay: 0.5s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(20px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
}

.ui-thanks-msg li span {
    animation-delay: 0.8s;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    animation: fadeUpIn 0.8s forwards ease-out;
    display: block;
    opacity: 0;
    font-size: calc(13px * 1.05);
    transform: translateY(10px);
}

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

.ui-cookieNotificationAlert p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}

.ui-web-tracking {
    font-size: 17px;
    margin: 5px;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: calc(50% - 10px);
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(180,151,166);
    color: #ffffff;
}


#ui-cookie-message-box {
    display: none;
}

header::before {
    width: 100%;
    opacity: 0.15;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(180,151,166,0.5) 49.5%, rgb(180,151,166,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(157,98,128,0.5) 49.5%, rgb(157,98,128,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    animation: gridMove 40s linear infinite;
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
}

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

header .ui-top-expert::before {
    background: linear-gradient(45deg, rgb(180,151,166), rgb(157,98,128));
    position: absolute;
    opacity: 0;
    transform: scale(0.95);
    bottom: -2px;
    top: -2px;
    transition: all 0.3s ease;
    left: -2px;
    right: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    z-index: -1;
}

header .ui-top-expert:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

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

header .ui-nav-site svg {
    z-index: 2;
    width: 160px;
    height: auto;
    position: relative;
}

.ui-join-our-mailing-list::before {
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(180,151,166,0.5) 0%, transparent 70%);
}

.ui-join-our-mailing-list .ui-academy-cult {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.ui-join-our-mailing-list .ui-support-widget {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 700px;
    display: grid;
    border-radius: 11px;
    background: #ffffff;
    position: relative;
    margin: 0 auto;
}

.ui-join-our-mailing-list h3 {
    position: relative;
    color: #000000;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    grid-column: 1;
    padding: 3rem 2rem;
}

.ui-join-our-mailing-list .ui-support-widget:hover h3::after {
    transform: scaleX(1.5);
}

.ui-join-our-mailing-list .input_holder {
    flex-direction: column;
    grid-column: 2;
    padding: 2rem;
    justify-content: center;
    z-index: 2;
    display: flex;
    position: relative;
    gap: 1.5rem;
}

.ui-join-our-mailing-list input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 1rem 1.5rem;
    color: #000000;
    border: none;
    background: transparent;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.ui-join-our-mailing-list input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.ui-join-our-mailing-list input[type="submit"]::before {
    transform: scaleX(0);
    background: rgb(157,98,128);
    transform-origin: right;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
}

.ui-join-our-mailing-list input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.ui-join-our-mailing-list .ui-support-widget::after {
    left: calc(50% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 40px;
    position: absolute;
    transform: skewX(-10deg);
    content: "";
    z-index: 2;
    background: #ffffff;
    bottom: 0;
    top: 0;
}

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

.ui-plan-selection h2 {
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    font-size: 33px;
}

.ui-plan-selection .ui-plan-table {
    font-size: calc(15px + 2px);
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    margin: 0 auto 50px;
    position: relative;
}

.ui-plan-selection .ui-learning-package li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}

.ui-plan-selection .ui-pricing-tiers::before {
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(157,98,128), rgb(180,151,166));
    transform-origin: left;
    height: 5px;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ui-plan-selection .ui-payment-plans {
    height: 100%;
    position: relative;
    padding: 30px 25px;
    z-index: 1;
}

.ui-plan-selection .ui-pricing-tiers h4 {
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: 0;
    font-size: calc(20px - 2px);
}

.ui-plan-selection .ui-pricing-tiers p {
    font-size: 15px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    word-break: normal;
    padding-right: 10px;
    hyphens: auto;
    max-height: 250px;
    line-height: 1.6;
    overflow-y: auto;
    overflow-wrap: break-word;
}

.ui-plan-selection .ui-price-deals::before {
    left: 10px;
    right: 10px;
    bottom: -3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(157,98,128), transparent);
    height: 1px;
    position: absolute;
}

.ui-plan-selection .ui-pricing-tiers:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.ui-plan-selection .ui-pricing-tiers:hover .ui-price-deals {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

.ui-enroll-instantly::before {
    width: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(180,151,166) 0deg,
            rgb(157,98,128) 15deg,
            rgb(180,151,166) 30deg
        );
    animation: rotateBg 20s linear infinite;
    top: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
}

.ui-enroll-instantly .ui-academy-cult {
    z-index: 2;
    max-width: 1000px;
    border-radius: 23px;
    overflow: hidden;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(180,151,166,0.5),
        0 0 40px rgb(180,151,166,0.5);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 60px 40px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.ui-enroll-instantly h3 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(180,151,166);
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}

.ui-enroll-instantly h3::before {
    content: attr(data-text);
    left: -3px;
    animation: glitchEffect 2s infinite linear alternate;
    width: 100%;
    top: 0;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    height: 100%;
    color: rgb(157,98,128);
}

.ui-enroll-instantly .ui-write-form {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(157,98,128,0.5),
        0 0 30px rgb(157,98,128,0.5);
    background: linear-gradient(45deg, rgb(180,151,166), rgb(157,98,128), rgb(180,151,166));
    border-radius: 23px;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    padding: 18px 45px;
    animation: gradientFlow 5s ease infinite;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    background-size: 200% 200%;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-size: 19px;
}

.ui-enroll-instantly .ui-write-form:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(157,98,128),
        0 0 50px rgb(157,98,128,0.5);
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    transform: translateY(-5px) scale(1.03);
}

.ui-statistical-overview::before {
    top: 0;
    z-index: 1;
    animation: rotateBg 60s linear infinite;
    content: '';
    background: repeating-conic-gradient(
        rgb(225,219,222) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(225,219,222) 1%
    );
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.3;
    height: 100%;
}

.ui-statistical-overview .container {
    gap: 50px;
    max-width: 1200px;
    display: grid;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}

.ui-statistical-overview .ui-expert-pros {
    padding-right: 30px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    order: 1;
}

.ui-statistical-overview .ui-learn-statistics {
    color: #000000;
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.ui-statistical-overview .ui-value-statistics {
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(180,151,166);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    padding: 30px;
    justify-content: center;
}

.ui-statistical-overview .ui-value-statistics::after {
    opacity: 0.1;
    top: -40px;
    background: rgb(180,151,166);
    width: 80px;
    border-radius: 50%;
    content: '';
    transition: all 0.5s ease;
    right: -40px;
    height: 80px;
    position: absolute;
}

.ui-statistical-overview .ui-value-statistics:hover::after {
    transform: scale(1.2);
}

.ui-statistical-overview .ui-value-statistics h4 {
    display: inline-block;
    color: #ffffff;
    font-size: calc(31px * 1.2);
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}

.ui-statistical-overview .ui-value-statistics span {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.ui-statistical-overview svg path {
    fill: rgb(180,151,166);
}

.ui-statistical-overview .ui-value-statistics:hover svg {
    transform: translateX(5px);
    opacity: 0.8;
}


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


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



@media (max-width: 992px) {.ui-operation-process {
    min-height: auto;
    padding: 6rem 0;
}.ui-operation-process .ui-content-card {
    padding: 3rem;
}.ui-operation-process h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 768px) {.ui-operation-process {
    padding: 4rem 0;
}.ui-operation-process .ui-academy-cult {
    width: 95%;
}.ui-operation-process .ui-content-card {
    padding: 2rem;
}.ui-operation-process h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.ui-operation-process p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {.ui-operation-process {
    padding: 3rem 0;
}.ui-operation-process .ui-content-card {
    padding: 1.5rem;
}.ui-operation-process h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1rem;
}.ui-operation-process p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1rem;
}.ui-operation-process::before,
    .ui-operation-process::after {
    opacity: 0.6;
}}



@media (min-width: 768px) {.ui-location-info {
    padding: 6rem 3rem;
}.ui-location-info .ui-msg-info {
    grid-template-columns: repeat(2, 1fr);
}.ui-location-info .ui-msg-info > div:first-child {
    grid-column: span 2;
}
}



@media (max-width: 767px) {.ui-location-info {
    padding: 4rem 1.5rem;
}.ui-location-info h1 {
    font-size: calc(41px - 0.25rem);
    margin-bottom: 2rem;
}.ui-location-info .ui-msg-info > div {
    padding: 1.5rem;
}.ui-location-info .ui-reach-help {
    gap: 1rem;
}.ui-location-info .ui-write-form {
    font-size: calc(13px - 0.1rem);
}
}



@media screen and (max-width: 992px) {.ui-course-features {
    padding: 80px 0 100px;
}.ui-course-features h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.ui-course-features .ui-program-track {
    grid-template-columns: 1fr;
    gap: 30px;
}.ui-course-features .ui-pic-hover {
    height: 400px;
    order: -1;
}.ui-course-features .ui-content-card {
    max-height: 450px;
}
}



@media screen and (max-width: 576px) {.ui-course-features {
    padding: 50px 0 70px;
}.ui-course-features h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.ui-course-features h2::after {
    bottom: -10px;
    width: 50px;
}.ui-course-features .ui-pic-hover {
    height: 250px;
}.ui-course-features .ui-content-card {
    max-height: 350px;
}.ui-course-features .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}



@media (max-width: 768px) {.ui-title-page {
    padding: 3rem 0;
}.ui-title-page .ui-academy-cult {
    padding: 1.5rem;
}.ui-title-page h1 {
    font-size: calc(42px * 0.8);
}.ui-title-page .ui-course-primary p {
    font-size: 12px;
}.ui-title-page svg {
    height: 80px;
    width: 80px;
    margin: 1.5rem auto;
}.ui-title-page .ui-inquiry-card {
    width: 100%;
}.ui-title-page .ui-pic-hover {
    height: 280px;
}
}



@media (max-width: 1200px) {.ui-contact-panel {
    background: #ffffff;
}
}



@media (max-width: 992px) {.ui-contact-panel {
    padding: 80px 0;
}.ui-contact-panel .ui-request-map {
    flex-direction: column-reverse;
}.ui-contact-panel .ui-pic-hover {
    flex: 0 0 auto;
    min-height: 350px;
}.ui-contact-panel .ui-support-map {
    padding: 50px 40px;
    flex: 0 0 auto;
}.ui-contact-panel .ui-support-map::before {
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.ui-secure-enclosure {
    padding: 15px;
}.ui-secure-enclosure h1 {
    font-size: calc(22px - 6px);
}.ui-secure-enclosure h2 {
    font-size: calc(22px - 5px);
}.ui-secure-enclosure ul, .ui-secure-enclosure ol {
    padding-left: 10px;
    margin-left: 10px;
}.ui-secure-enclosure li {
    margin-bottom: 8px;
}.ui-secure-enclosure p, .ui-secure-enclosure span {
    font-size: calc(18px - 2px);
}}



@media (max-width: 992px) {.ui-program-assets {
    padding: 80px 0;
}.ui-program-assets .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.ui-program-assets .ui-pic-hover {
    margin: 0 auto;
    box-shadow: 15px 15px 0 rgb(157,98,128,0.5), 
                   -8px -8px 0 rgb(180,151,166,0.5);
    max-width: 500px;
}.ui-program-assets .ui-content-card::before {
    left: 0;
    transform: none;
    width: 80px;
    top: -20px;
    height: 3px;
}.ui-program-assets h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.85);
}
}



@media (min-width: 768px) {.ui-our-background {
    padding: 160px 0 120px;
}.ui-our-background span {
    column-count: 2;
}.ui-our-background .ui-content-card {
    padding: 50px 60px;
}.ui-our-background h4 {
    margin-bottom: 80px;
    font-size: calc(22px * 1.2);
}.ui-our-background h6 {
    margin-bottom: 35px;
    font-size: calc(16px * 1.4);
}.ui-our-background .ui-content-card::after {
    position: absolute;
    width: 60px;
    filter: blur(10px);
    background: linear-gradient(135deg, rgb(180,151,166,0.5), transparent);
    right: 20px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    height: 60px;
    top: 20px;
}
}



@media (max-width: 480px) {.ui-our-background {
    padding: 60px 0 40px;
}.ui-our-background .ui-content-card {
    transform: none;
    padding: 25px 20px;
}.ui-our-background h4 {
    margin-bottom: 30px;
}.ui-our-background h6::after {
    width: 25%;
}.ui-our-background span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.ui-our-background .ui-content-card div::before,
    .ui-our-background .ui-content-card div::after {
    display: none;
}}



@media (min-width: 992px) {.ui-academic-experience .ui-rating-insights {
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
}.ui-academic-experience .ui-rating-insights > div:first-child {
    align-self: start;
}.ui-academic-experience .ui-rating-insights .ui-pic-hover {
    height: 280px;
    width: 280px;
}.ui-academic-experience .ui-rating-insights .name {
    font-size: calc(23px * 1.3);
}.ui-academic-experience .ui-rating-insights > div:nth-child(2) > div {
    font-size: calc(17px * 1.1);
}.ui-academic-experience .ui-rating-insights .ui-experience-data {
    padding: 2.5rem;
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 767px) {.ui-academic-experience {
    padding: 3rem 0;
}.ui-academic-experience .container {
    padding: 0 1.5rem;
}.ui-academic-experience .ui-rating-insights {
    transform: none;
    padding: 2rem 1.5rem;
}.ui-academic-experience .ui-rating-insights .ui-pic-hover {
    width: 180px;
    height: 180px;
}}



@media (max-width: 767px) {.ui-testimonials {
    padding: 60px 0;
}.ui-testimonials::before {
    top: -20%;
    right: -20%;
}.ui-testimonials h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.ui-testimonials .ui-review-highlights {
    grid-template-columns: 1fr;
}.ui-testimonials .ui-rating-insights:nth-child(3n+1),
    .ui-testimonials .ui-rating-insights:nth-child(3n+2),
    .ui-testimonials .ui-rating-insights:nth-child(3n+3),
    .ui-testimonials .ui-rating-insights:nth-child(2n) {
    margin-bottom: 50px;
    grid-column: 1;
    margin-top: 0;
}.ui-testimonials .ui-rating-insights::before {
    font-size: 80px;
}.ui-testimonials .ui-rating-insights img {
    height: 50px;
    width: 50px;
}.ui-testimonials .ui-rating-insights p:first-of-type {
    right: 60px;
    font-size: calc(22px * 0.9);
}.ui-testimonials .ui-rating-insights .description {
    font-size: 17px;
}}



@media (max-width: 576px) {.ui-lecture-ref {
    padding: 3rem 0 1rem;
}.ui-lecture-ref .company_holder {
    padding: 1.25rem;
}.ui-lecture-ref .company_holder h3 {
    font-size: calc(36px * 0.8);
}.ui-lecture-ref .ui-top-wrap h5 {
    font-size: calc(21px * 0.9);
}.ui-lecture-ref .ui-top-wrap a,
    .ui-lecture-ref .ui-podcast-cta {
    font-size: calc(16px * 0.9);
}.ui-gdpr-block .ui-cert-block {
    padding: 0.4rem 1rem;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 991px) {.ui-prospective-members .ui-academy-cult {
    padding: 2rem;
}.ui-prospective-members h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.ui-prospective-members li {
    padding: 2rem 1.5rem;
}.ui-prospective-members li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}
}



@media (max-width: 767px) {.ui-prospective-members {
    padding: 3rem 0;
}.ui-prospective-members .ui-academy-cult {
    padding: 1.5rem;
}.ui-prospective-members h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.ui-prospective-members h3::before {
    top: -20px;
    width: 50px;
}.ui-prospective-members h3::after {
    width: 70%;
}.ui-prospective-members ul {
    gap: 1.5rem;
}.ui-prospective-members li {
    padding: 1.5rem 1rem;
}.ui-prospective-members li svg {
    height: 45px;
    width: 45px;
}}



@media (max-width: 576px) {.ui-thanks-msg {
    padding: 2.5rem 0;
}.ui-thanks-msg .container {
    padding: 0 1.5rem;
}.ui-thanks-msg h2 {
    font-size: calc(37px * 0.7);
}.ui-thanks-msg h2::after {
    height: 2px;
    width: 60px;
}.ui-thanks-msg .ui-academy-cult {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.ui-thanks-msg li {
    padding-left: 1.5rem;
}.ui-thanks-msg li::before {
    height: 6px;
    width: 6px;
}.ui-thanks-msg li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .ui-top-wrap {
    gap: 0.3rem;
}header .ui-top-expert {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 1px);
}header .ui-nav-site svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .ui-top-wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .ui-top-wrap::-webkit-scrollbar {
    height: 3px;
}header .ui-top-wrap::-webkit-scrollbar-thumb {
    background: rgb(180,151,166);
    border-radius: 10px;
}header .ui-top-expert {
    white-space: nowrap;
}header .ui-nav-site svg {
    width: 110px;
}}



@media (max-width: 480px) {.ui-join-our-mailing-list {
    padding: 3rem 1rem;
}.ui-join-our-mailing-list .ui-support-widget {
    width: 100%;
}.ui-join-our-mailing-list h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: calc(20px * 0.9);
}.ui-join-our-mailing-list .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.ui-join-our-mailing-list input[type="email"] {
    padding: 0.8rem 1rem;
}.ui-join-our-mailing-list input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media (max-width: 992px) {.ui-plan-selection {
    padding: 80px 0;
}.ui-plan-selection h2 {
    font-size: calc(33px - 4px);
}.ui-plan-selection .ui-plan-table {
    margin-bottom: 40px;
    font-size: 15px;
}.ui-plan-selection .ui-learning-package {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.ui-plan-selection {
    padding: 50px 0;
}.ui-plan-selection h2 {
    font-size: calc(33px - 8px);
}.ui-plan-selection .ui-plan-table {
    font-size: calc(15px - 2px);
}.ui-plan-selection .ui-payment-plans {
    padding: 25px 20px;
}.ui-plan-selection .ui-pricing-tiers h4 {
    font-size: calc(20px - 2px);
}.ui-plan-selection .ui-price-deals {
    font-size: calc(20px - 2px);
    padding: 8px 15px;
}}



@media screen and (max-width: 768px) {.ui-enroll-instantly {
    padding: 80px 0;
}.ui-enroll-instantly .ui-academy-cult {
    padding: 40px 25px;
}.ui-enroll-instantly h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.ui-enroll-instantly .ui-write-form {
    padding: 14px 35px;
    font-size: calc(19px * 0.95);
}
}



@media screen and (max-width: 992px) {.ui-statistical-overview .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.ui-statistical-overview .ui-study-edge {
    order: 2;
}.ui-statistical-overview .ui-expert-pros {
    padding-right: 0;
    text-align: center;
    order: 1;
    align-items: center;
}.ui-statistical-overview .ui-expert-pros::before {
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(180,151,166),
            rgb(157,98,128),
            transparent
        );
    width: 60%;
}.ui-statistical-overview .ui-learn-statistics,
    .ui-statistical-overview .ui-statistics-gain {
    padding-left: 0;
}
}

@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}



@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.08;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.08;
        transform: scale(1);
    }
}



@keyframes borderShine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 400% 0%;
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(157,98,128,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(157,98,128);
    }
}



@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

