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

html {
    scrollbar-color: rgb(225,219,222) #ffffff;
}

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

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

.ui-lecture-ref {
    flex: 0 0 auto;
}

.ui-lecture-ref {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}


.ui-operation-process {
    justify-content: center;
    min-height: 100vh;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,151,166,0.5) 0%, rgb(157,98,128) 100%);
    align-items: center;
    position: relative;
    display: flex;
}



.ui-operation-process::after {
    top: -50%;
    z-index: 1;
    left: -50%;
    height: 200%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,98,128,0.5) 0,
        rgb(157,98,128,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: '';
    width: 200%;
    animation: slide 30s linear infinite;
}

.ui-operation-process .ui-academy-cult:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
}

.ui-operation-process .ui-content-card {
    z-index: 2;
    position: relative;
    padding: 4rem;
}

.ui-operation-process .ui-content-card::before {
    background: linear-gradient(to bottom, rgb(180,151,166), transparent);
    border-radius: 10px;
    left: 0;
    width: 5px;
    top: 0;
    content: '';
    position: absolute;
    height: 50%;
}

.ui-operation-process h2 {
    transform: perspective(500px) translateZ(0);
    margin-bottom: 2rem;
    background-clip: text !important;
    font-size: 29px;
    transition: transform 0.3s ease;
    font-weight: 700;
    text-fill-color: transparent;
    letter-spacing: 1px;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(180,151,166), rgb(157,98,128));
    -webkit-text-fill-color: transparent;
}

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

.ui-location-info::before {
    position: absolute;
    transform: rotate(-3deg);
    z-index: 0;
    top: -10%;
    content: "";
    left: -5%;
    width: 120%;
    background: radial-gradient(circle at 30% 20%, rgba(rgb(180,151,166,0.5), 0.08), transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(rgb(157,98,128,0.5), 0.06), transparent 55%);
    height: 120%;
}

.ui-location-info h1 {
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 41px;
    -webkit-background-clip: text;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5px;
    transform: translateY(-5px);
    z-index: 2;
    background: linear-gradient(135deg, rgb(180,151,166), rgb(157,98,128));
    background-clip: text;
    color: transparent;
}

.ui-location-info .ui-msg-info > div:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}

.ui-location-info .ui-msg-info > div:first-child {
    line-height: 1.7;
    border-left-color: rgb(157,98,128);
    font-size: calc(13px + 0.1rem);
    color: #000000;
    padding: 2.5rem;
}

.ui-location-info h6 {
    text-transform: capitalize;
    color: rgb(180,151,166);
    margin-bottom: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.ui-location-info span {
    margin-left: 1.5rem;
    font-size: calc(13px - 0.05rem);
    display: block;
    color: #000000;
    opacity: 0.95;
}

.ui-location-info .ui-reach-help > div {
    position: relative;
}

.ui-location-info .ui-write-form::before {
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: rgb(180,151,166);
    position: absolute;
    height: 1px;
    content: "";
    bottom: 0;
    left: 0;
}

.ui-location-info .ui-write-form:hover {
    color: rgb(180,151,166);
}

.ui-location-info .ui-write-form:hover::before {
    width: 100%;
}

.ui-location-info .ui-write-form:hover svg {
    transform: scale(0.9) translateX(3px);
}

.ui-location-info svg path {
    transition: fill 0.3s ease;
}

.ui-location-info .ui-write-form:hover svg path {
    fill: rgb(180,151,166);
}

.ui-course-features::before {
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(rgb(180,151,166,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(180,151,166,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    animation: patternFloat 60s linear infinite;
}

.ui-course-features h2 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-right: auto;
    max-width: 800px;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    margin-bottom: 50px;
    margin-left: auto;
    font-size: 28px;
}

.ui-course-features h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.ui-course-features .ui-program-track {
    display: grid;
    perspective: 1000px;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
}

.ui-course-features .ui-pic-hover::before {
    background: linear-gradient(
        to bottom,
        rgba(rgb(180,151,166,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    opacity: 0.7;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
}

.ui-course-features .description {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    position: relative;
}

.ui-course-features .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(157,98,128);
    padding-left: 20px;
}

.ui-course-features .description:first-of-type:hover::before {
    height: 100%;
}

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

.ui-title-page .ui-academy-cult {
    display: grid;
    padding: 2rem;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    gap: 2rem;
    width: 100%;
}

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

.ui-title-page .ui-content-card {
    position: relative;
    flex-direction: column;
    opacity: 0;
    transform: translateX(-20px);
    display: flex;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    justify-content: center;
    z-index: 3;
}

.ui-title-page .ui-course-primary:hover {
    transform: perspective(1000px) rotateY(0);
}

.ui-title-page .ui-course-primary p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(12px * 1.2);
    margin-bottom: 2rem;
    position: relative;
}

.ui-title-page .ui-course-primary p::first-letter {
    color: rgb(180,151,166);
    font-size: calc(12px * 1.8);
    font-weight: 700;
}

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

.ui-title-page svg:hover path {
    fill: rgb(157,98,128);
}

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

.ui-title-page .ui-inquiry-card::before {
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
}

.ui-title-page .ui-inquiry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.ui-title-page .ui-inquiry-card:hover::before {
    left: 100%;
}

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

.ui-contact-panel::before {
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
}

.ui-contact-panel h2::after {
    height: 3px;
    background: rgb(180,151,166);
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    left: 50%;
    position: absolute;
}

.ui-contact-panel .ui-request-map::before {
    background: linear-gradient(90deg, rgb(180,151,166), rgb(157,98,128));
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.ui-contact-panel .ui-support-map {
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
}

.ui-contact-panel .ui-support-map::before {
    height: 100%;
    width: 10px;
    background: rgb(225,219,222);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.ui-contact-panel h3::after {
    bottom: 0;
    position: absolute;
    background: rgb(180,151,166,0.5);
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
}

.ui-contact-panel input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(180,151,166);
}

.ui-contact-panel input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.ui-contact-panel .ui-reach-grid input[type="checkbox"] {
    position: relative;
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 10px;
    border: 2px solid rgb(225,219,222);
    width: 24px;
    cursor: pointer;
    margin-top: 2px;
    appearance: none;
}

.ui-contact-panel .ui-reach-grid label {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}

.ui-contact-panel .ui-reach-grid a {
    font-weight: 600;
    color: rgb(180,151,166);
    transition: all 0.3s ease;
    text-decoration: none;
}

.ui-contact-panel .ui-reach-grid a:hover {
    color: rgb(157,98,128);
}

.ui-contact-panel .ui-inquiry-card::before {
    content: "";
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    width: 100%;
}

.ui-contact-panel .ui-inquiry-card:hover {
    background: rgb(157,98,128);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(157,98,128,0.5);
}

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

.ui-contact-panel svg:hover path {
    fill: rgb(157,98,128);
}

.ui-secure-enclosure {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: rgb(225,219,222);
    color: #000000;
}

.ui-secure-enclosure h2 {
    font-size: 32px;
}

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

.ui-secure-enclosure h5 {
    font-weight: 600;
    font-size: 22px;
}

.ui-secure-enclosure ul, .ui-secure-enclosure ol {
    padding-left: 20px;
    list-style-position: inside;
    margin-left: 20px;
}

.ui-secure-enclosure li::marker {
    color: rgb(157,98,128);
}

.ui-secure-enclosure p, .ui-secure-enclosure span {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
}

.ui-program-assets::before {
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(157,98,128,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
}

.ui-program-assets .container {
    gap: 40px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
    display: grid;
}

.ui-program-assets .ui-pic-hover:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.ui-program-assets .ui-academy-cult {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ui-program-assets .ui-content-card {
    padding: 20px 0;
    position: relative;
}

.ui-program-assets h1 {
    line-height: 1.3;
    transition: transform 0.5s ease;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 47px;
}

.ui-program-assets ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
}

.ui-program-assets li:hover {
    transform: translateX(10px);
}

.ui-program-assets li:nth-child(odd) {
    padding: 12px 15px 12px 35px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
}

.ui-program-assets li svg {
    top: 50%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    position: absolute;
}

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

.ui-our-background::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.92), rgba(16, 19, 34, 0.95));
    left: 0;
    bottom: 0;
    right: 0;
}

.ui-our-background::before {
    background: linear-gradient(135deg, rgba(25, 28, 41, 0.88), rgba(16, 19, 34, 0.92));
}

.ui-our-background .container {
    z-index: 5;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
}

.ui-our-background h4::before {
    width: 60px;
    content: "";
    bottom: -15px;
    background: rgb(180,151,166);
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}

.ui-our-background h4::before {
    width: 80px;
}

.ui-our-background .ui-content-card {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 800px;
    padding: 40px;
    backdrop-filter: blur(10px);
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.5s ease;
}

.ui-our-background .ui-content-card {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px);
    padding: 60px 70px;
}

.ui-our-background h6 {
    font-size: calc(16px * 1.2);
    color: rgb(180,151,166);
    margin: 0 0 25px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
}

.ui-our-background h6::after {
    height: 2px;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: -8px;
    background: rgb(157,98,128);
    content: "";
}

.ui-our-background .ui-content-card div {
    position: relative;
}

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

.ui-academic-experience {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(225,219,222) 0%, rgb(180,151,166,0.5) 100%);
    overflow: hidden;
}

.ui-academic-experience::after {
    top: -50%;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    right: -50%;
    background: radial-gradient(circle, rgb(157,98,128,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.15;
}

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

.ui-academic-experience .ui-rating-insights::before {
    position: absolute;
    width: 4px;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(180,151,166), rgb(157,98,128));
}

.ui-academic-experience .ui-rating-insights .ui-pic-hover {
    width: 200px;
    position: relative;
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
}

.ui-academic-experience .ui-rating-insights .ui-pic-hover:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.ui-academic-experience .ui-rating-insights .name {
    margin-bottom: 0.5rem;
    font-size: calc(23px * 1.1);
    position: relative;
    color: rgb(180,151,166);
    display: inline-block;
    font-weight: 700;
}

.ui-academic-experience .ui-rating-insights .name:hover::after {
    transform: scaleX(1);
}

.ui-academic-experience .ui-rating-insights > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(157,98,128);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.ui-academic-experience .ui-rating-insights .ui-experience-data {
    margin: 0;
    border-radius: 10px;
    position: relative;
    padding: 1.5rem;
    font-size: 17px;
    background: linear-gradient(to right, rgb(225,219,222) 0%, transparent 100%);
    color: #000000;
    line-height: 1.7;
}

.ui-testimonials::before {
    top: -50%;
    z-index: 0;
    border-radius: 50%;
    background: rgb(225,219,222);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    right: -50%;
}

.ui-testimonials h2::first-letter {
    color: rgb(180,151,166);
    font-size: 1.8em;
}

.ui-testimonials .ui-review-highlights {
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.ui-testimonials .ui-rating-insights:nth-child(3n+1) {
    grid-column: span 5;
    animation-delay: 0.1s;
}

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

.ui-testimonials .ui-rating-insights img {
    right: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    filter: grayscale(100%);
    transform: translateY(0);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    bottom: 20px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    object-fit: cover;
}

.ui-testimonials .ui-rating-insights .description {
    position: relative;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    margin-bottom: 40px;
    font-weight: 300;
    color: #000000;
}

.ui-testimonials .ui-rating-insights .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
}

.ui-testimonials .ui-rating-insights:hover .description::after {
    transform: scaleX(3);
}

footer {
    color: #ffffff;
    position: relative;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}

footer::before {
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.85;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(180,151,166,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
}

.ui-lecture-ref::before {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(157,98,128) 50%, 
                transparent 100%);
    top: 0;
    content: "";
    animation: glowPulse 3s ease-in-out infinite alternate;
    width: 100%;
    left: 0;
}

.ui-lecture-ref .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(180,151,166,0.5);
}

.ui-lecture-ref .company_holder h3::after {
    left: 0;
    background: rgb(180,151,166);
    width: 60px;
    content: "";
    bottom: 0;
    position: absolute;
    height: 3px;
    transition: width 0.4s ease-in-out;
}

.ui-lecture-ref .company_holder:hover h3::after {
    width: 100%;
}

.ui-lecture-ref .ui-podcast-cta::before {
    background: linear-gradient(to bottom, 
                rgb(180,151,166) 0%, 
                transparent 100%);
    width: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-lecture-ref .ui-top-wrap {
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 29px;
    overflow: hidden;
}

.ui-lecture-ref .ui-top-wrap:hover::before {
    top: -100%;
    left: -100%;
}

.ui-lecture-ref .ui-top-wrap::after {
    content: "";
    transform-style: preserve-3d;
    border-style: solid;
    transform: translateZ(5px);
    height: 0;
    border-color: transparent rgb(180,151,166) transparent transparent;
    position: absolute;
    border-width: 0 25px 25px 0;
    width: 0;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
}

.ui-lecture-ref .ui-top-wrap h5 {
    font-size: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}

.ui-lecture-ref .ui-top-wrap h5::after {
    background: rgb(180,151,166);
    transition: width 0.4s ease-in-out;
    content: "";
    left: 0;
    height: 3px;
    bottom: -8px;
    position: absolute;
    width: 30%;
}

.ui-lecture-ref .ui-top-wrap a::before {
    content: "→";
    position: absolute;
    transition: all 0.3s ease;
    left: -20px;
    transform: translateZ(5px);
    opacity: 0;
}

.ui-lecture-ref .ui-top-wrap a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}

.ui-gdpr-block::before {
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(180,151,166) 30%, 
                #ffffff 50%, 
                rgb(157,98,128) 70%, 
                transparent 100%);
    position: absolute;
    width: 100%;
}

.ui-gdpr-block .ui-cert-block:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(180,151,166), 0.3);
    color: #ffffff;
}



.ui-lecture-ref .company_holder::before,
.ui-lecture-ref .ui-top-wrap::before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100px;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    opacity: 0;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(180,151,166,0.5) 0%, transparent 70%);
    width: 100px;
}

.ui-lecture-ref .company_holder::before {
    right: -20px;
    bottom: -20px;
}



.ui-lecture-ref .company_holder .ui-podcast-cta::after {
    position: absolute;
    width: 70px;
    left: 1rem;
    content: "";
    height: 3px;
    transition: width 0.4s ease;
    background: linear-gradient(to right, rgb(180,151,166), transparent);
    bottom: -10px;
}

.ui-lecture-ref .ui-top-wrap:nth-child(1)::before {
    background: radial-gradient(circle, rgb(180,151,166,0.5) 0%, transparent 70%);
}

.ui-lecture-ref .ui-top-wrap:nth-child(2)::before {
    background: radial-gradient(circle, rgb(157,98,128,0.5) 0%, transparent 70%);
}

.ui-lecture-ref .ui-nav-pagebar a::after {
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(180,151,166), rgb(157,98,128));
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
}

.ui-prospective-members::after {
    z-index: 1;
    animation: moveGradient 120s linear infinite;
    position: absolute;
    left: -50%;
    height: 200%;
    background-size: 100px 100px;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 48%, rgb(157,98,128,0.5) 49%, rgb(157,98,128,0.5) 51%, transparent 52%);
    content: '';
    width: 200%;
    top: -50%;
}

.ui-prospective-members h3 {
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 29px;
    position: relative;
}

.ui-prospective-members h3::before {
    height: 5px;
    top: -30px;
    border-radius: 50px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(157,98,128);
    position: absolute;
    width: 60px;
    content: '';
}

.ui-prospective-members ul {
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    display: flex;
}

.ui-prospective-members li::before {
    height: 5px;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, rgb(157,98,128,0.5), rgb(180,151,166,0.5));
    top: 0;
}

.ui-prospective-members li::after {
    height: 100%;
    background: radial-gradient(circle at center bottom, rgb(157,98,128,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: -1;
    left: 0;
    content: '';
    opacity: 0;
}

.ui-prospective-members li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.ui-prospective-members li:hover svg {
    fill: rgb(180,151,166);
    filter: drop-shadow(0 5px 10px rgb(180,151,166,0.5));
    transform: scale(1.05);
}

.ui-prospective-members li svg path {
    transition: all 0.4s ease;
}

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

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

.ui-thanks-msg {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(225,219,222) 0%, rgb(180,151,166,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.ui-thanks-msg::after {
    opacity: 0.1;
    height: 300px;
    filter: blur(100px);
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    z-index: 0;
    width: 300px;
    background: rgb(157,98,128);
    right: -5%;
    content: "";
}

.ui-thanks-msg h2 {
    font-size: 37px;
    transform: translateX(-10px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    max-width: 90%;
    animation: slideInTitle 0.8s forwards ease-out;
    color: rgb(180,151,166);
    font-weight: 700;
    position: relative;
    animation-delay: 0.3s;
    opacity: 0;
    margin-bottom: 2.5rem;
    line-height: 1.3;
}

.ui-thanks-msg .ui-academy-cult::before {
    opacity: 0.1;
    bottom: 20px;
    content: "";
    right: 20px;
    pointer-events: none;
    position: absolute;
    border: 1px solid rgb(180,151,166,0.5);
    top: 20px;
    left: 20px;
}

.ui-thanks-msg ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ui-thanks-msg li {
    position: relative;
    padding-left: 2rem;
}

.ui-thanks-msg li::before {
    content: "";
    opacity: 0;
    animation: fadeIn 0.5s forwards ease-out;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(157,98,128);
    height: 8px;
    top: 0.5rem;
    width: 8px;
    animation-delay: 1.2s;
}

.ui-thanks-msg li span::after {
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(180,151,166,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 1px;
    position: absolute;
}

.ui-privacy-switch {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}

.ui-digital-consent {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.ui-digital-consent svg, .ui-digital-consent svg path, .ui-digital-consent img {
    width: 80px;
    height: 80px;
    fill: rgb(180,151,166);
}


.ui-cookieNotificationAlert h5 {
    color: rgb(180,151,166);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.ui-web-tracking:hover {
    background: rgb(157,98,128);
    transform: translateY(-3px);
}

.cookie_button.ui-policy-opt {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.ui-policy-opt:hover {
    background: rgb(157,98,128,0.5);
}

.ui-cookieNotificationAlert p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(180,151,166);
}

.ui-cookieNotificationAlert p a:hover {
    color: rgb(157,98,128);
}

#ui-cookie-message-box:checked ~ .ui-cookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}

header::after {
    background: linear-gradient(90deg, 
        rgb(180,151,166) 0%, 
        rgb(157,98,128) 50%, 
        rgb(180,151,166) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
}

header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

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

header .ui-top-expert {
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 13px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}

header .ui-top-expert::after {
    right: 0;
    background: rgb(180,151,166);
    z-index: -1;
    border-radius: 10px;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

header .ui-top-expert:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .ui-nav-site {
    overflow: hidden;
    display: flex;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    position: relative;
}

header .ui-nav-site:hover::before {
    left: 100%;
}

.ui-join-our-mailing-list {
    background: rgb(225,219,222);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}

.ui-join-our-mailing-list::after {
    height: 40%;
    opacity: 0.1;
    content: "";
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(157,98,128,0.5) 5px,
            rgb(157,98,128,0.5) 8px
        );
    width: 70%;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    position: absolute;
    right: 0;
    z-index: 1;
}

.ui-join-our-mailing-list .ui-support-widget::before {
    width: 100%;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(157,98,128,0.5) 50%);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.3;
}

.ui-join-our-mailing-list h3::after {
    left: 2rem;
    transform-origin: left center;
    position: absolute;
    content: "";
    background: rgb(180,151,166);
    width: 60px;
    transition: transform 0.3s ease;
    transform: scaleX(1);
    bottom: 30px;
    height: 4px;
}

.ui-join-our-mailing-list .input_holder::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.2;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(180,151,166,0.5) 0%,
            transparent 60%
        );
    z-index: -1;
    height: 100%;
}

.ui-join-our-mailing-list input[type="email"]:focus {
    border-color: rgb(180,151,166);
    outline: none;
}

.ui-join-our-mailing-list input[type="submit"] {
    width: 100%;
    position: relative;
    font-weight: 600;
    background: rgb(180,151,166);
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.ui-join-our-mailing-list input[type="submit"]:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.ui-plan-selection {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.ui-plan-selection::before {
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    backdrop-filter: blur(8px);
    content: "";
    left: 0;
}

.ui-plan-selection .ui-fee-board {
    position: relative;
}

.ui-plan-selection h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(157,98,128), rgb(180,151,166));
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    height: 3px;
    position: absolute;
    border-radius: 3px;
    content: "";
}

.ui-plan-selection .ui-learning-package {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    display: grid;
}

.ui-plan-selection .ui-pricing-tiers {
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    display: block;
}

.ui-plan-selection .ui-edu-rates {
    z-index: 2;
    position: relative;
}

.ui-plan-selection .ui-pricing-tiers h4::before {
    left: -10px;
    width: 30px;
    border-left: 2px solid rgb(157,98,128);
    content: "";
    top: -10px;
    height: 30px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.6;
    border-top: 2px solid rgb(157,98,128);
}

.ui-plan-selection .ui-price-deals {
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 10px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(rgb(157,98,128,0.5), 0.1), rgba(rgb(180,151,166,0.5), 0.2));
    font-size: calc(20px + 4px);
    display: inline-block;
    border-radius: 8px;
}

.ui-plan-selection .ui-pricing-tiers:hover::before {
    transform: scaleX(1);
}

.ui-plan-selection .ui-pricing-tiers:hover h4 {
    transform: translateX(5px);
}

.ui-plan-selection .ui-pricing-tiers:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.ui-enroll-instantly {
    z-index: 1;
    background: linear-gradient(45deg, rgb(180,151,166) 0%, rgb(157,98,128) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.ui-enroll-instantly::after {
    background-position: center;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.05;
    background-size: 100% 100px, 100px 100%;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    animation: scanLines 5s linear infinite alternate;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
}

.ui-enroll-instantly .ui-academy-cult::before {
    top: -50%;
    width: 200%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    content: '';
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    height: 200%;
    position: absolute;
    left: -50%;
    z-index: -1;
}

.ui-enroll-instantly .ui-academy-cult::after {
    left: 0;
    content: '';
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    z-index: -1;
    top: 0;
    opacity: 0.3;
}

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

.ui-enroll-instantly .ui-write-form::before {
    content: '';
    top: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(180,151,166), rgb(157,98,128), rgb(180,151,166));
    opacity: 0.7;
    background-size: 400% 400%;
    z-index: -1;
    left: -2px;
    animation: gradientFlow 5s ease infinite;
    position: absolute;
    right: -2px;
    border-radius: calc(23px + 2px);
}

.ui-enroll-instantly .ui-write-form::after {
    position: absolute;
    width: 70%;
    left: -100%;
    top: 0;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    transition: all 0.6s ease;
    z-index: 1;
    content: '';
}

.ui-enroll-instantly .ui-write-form:hover::after {
    left: 130%;
}

.ui-statistical-overview {
    background-image: linear-gradient(135deg, rgb(225,219,222) 0%, #ffffff 100%);
    background: rgb(225,219,222);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    margin: 60px 0;
}

.ui-statistical-overview::after {
    background: radial-gradient(circle at center, transparent 50%, rgb(225,219,222) 100%);
    left: 0;
    top: 0;
    z-index: 2;
    right: 0;
    content: '';
    position: absolute;
    bottom: 0;
}

.ui-statistical-overview .ui-study-edge {
    position: relative;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
    order: 2;
    display: grid;
}

.ui-statistical-overview .ui-expert-pros::before {
    top: 0;
    height: 60%;
    border-radius: 10px;
    position: absolute;
    content: '';
    width: 3px;
    background: linear-gradient(
        to bottom,
        rgb(180,151,166),
        rgb(157,98,128),
        transparent
    );
    left: 0;
}

.ui-statistical-overview .ui-statistics-gain {
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
    opacity: 0.9;
}

.ui-statistical-overview .ui-value-statistics:nth-child(even) {
    border-left: 3px solid rgb(157,98,128);
}

.ui-statistical-overview .ui-value-statistics::before {
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    z-index: -1;
}

.ui-statistical-overview .ui-value-statistics:nth-child(even)::after {
    background: rgb(157,98,128);
}

.ui-statistical-overview .ui-value-statistics:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.ui-statistical-overview .ui-value-statistics:nth-child(odd) h4 {
    color: rgb(180,151,166);
}

.ui-statistical-overview .ui-value-statistics:nth-child(even) h4 {
    color: rgb(157,98,128);
}

.ui-statistical-overview svg {
    position: absolute;
    right: 20px;
    opacity: 0.3;
    fill: #000000;
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    bottom: 20px;
}

.ui-statistical-overview .ui-value-statistics:nth-child(even) svg path {
    fill: rgb(157,98,128);
}

::-webkit-scrollbar {
    width: 19px;
}

::-webkit-scrollbar-button {
    height: 8px;
    background: rgb(157,98,128,0.5);
}

::-webkit-scrollbar-track {
    border-radius: 9%;
    margin: 4px 0;
}

::-webkit-scrollbar-thumb {
    transition: background, border-radius, transform 1.4s ease-in-out;
    background: #ffffff;
    border-radius: 9999px;
    box-shadow: 1px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 0px -4px 7px 8px rgba(0, 0, 0, 0.5);
    border-color: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(180,151,166,0.5);
}

.ui-course-features .ui-content-card::-webkit-scrollbar {
    width: 6px;
}

.ui-course-features .ui-content-card::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(225,219,222), 0.5);
}

.ui-course-features .ui-content-card::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(180,151,166);
}

.ui-plan-selection .ui-pricing-tiers p::-webkit-scrollbar {
    width: 4px;
}

.ui-plan-selection .ui-pricing-tiers p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,98,128,0.5);
}



@media (min-width: 992px) {.ui-location-info {
    padding: 7rem 4rem;
}.ui-location-info h1 {
    font-size: calc(41px + 0.25rem);
    margin-bottom: 3.5rem;
}.ui-location-info .ui-msg-info {
    grid-template-columns: 2fr 1fr 1fr;
}.ui-location-info .ui-msg-info > div:first-child {
    align-items: center;
    grid-row: span 2;
    display: flex;
    grid-column: 1;
}.ui-location-info .ui-reach-help {
    gap: 1.5rem;
}
}



@media (max-width: 480px) {.ui-location-info {
    padding: 3.5rem 1.25rem;
}.ui-location-info h1 {
    font-size: calc(41px - 0.5rem);
}.ui-location-info .ui-msg-info > div {
    padding: 1.25rem;
}.ui-location-info span {
    margin-left: 0;
}}



@media screen and (max-width: 768px) {.ui-course-features {
    padding: 60px 0 80px;
}.ui-course-features h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.ui-course-features h2::after {
    bottom: -12px;
    width: 60px;
}.ui-course-features .ui-pic-hover {
    height: 320px;
}.ui-course-features .ui-content-card {
    max-height: 400px;
}.ui-course-features .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (hover: none) {.ui-course-features h2:hover,
    .ui-course-features .ui-pic-hover:hover {
    transform: none;
}.ui-course-features h2:hover::after {
    width: 80px;
}}



@media (max-width: 992px) {.ui-title-page .ui-academy-cult {
    grid-template-columns: 1fr;
}.ui-title-page h1 {
    font-size: calc(42px * 0.9);
}.ui-title-page .ui-course-primary {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.ui-title-page .ui-pic-hover {
    height: 350px;
    order: -1;
}
}



@media (max-width: 576px) {.ui-title-page .ui-academy-cult {
    padding: 1rem;
}.ui-title-page h1 {
    font-size: calc(42px * 0.7);
}.ui-title-page .ui-course-primary {
    padding: 1.5rem;
}.ui-title-page .ui-pic-hover {
    height: 240px;
}.ui-title-page .ui-course-primary p::first-letter {
    font-size: calc(12px * 1.4);
}}



@media (max-width: 768px) {.ui-contact-panel {
    padding: 60px 0;
}.ui-contact-panel h2 {
    margin-bottom: 40px;
    font-size: calc(31px - 4px);
}.ui-contact-panel .ui-support-map {
    padding: 40px 30px;
}.ui-contact-panel #contact {
    gap: 25px;
}.ui-contact-panel .ui-pic-hover {
    min-height: 300px;
}
}



@media (max-width: 576px) {.ui-contact-panel {
    padding: 50px 0;
}.ui-contact-panel .container {
    padding: 0 15px;
}.ui-contact-panel h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.ui-contact-panel .ui-support-map {
    padding: 35px 25px;
}.ui-contact-panel #contact {
    gap: 20px;
}.ui-contact-panel input[type="text"] {
    padding: 15px;
}.ui-contact-panel .ui-inquiry-card {
    width: 100%;
    padding: 15px 25px;
}.ui-contact-panel .ui-pic-hover {
    min-height: 250px;
}}



@media (max-width: 768px) {.ui-program-assets {
    padding: 60px 0;
}.ui-program-assets::after {
    display: none;
}.ui-program-assets .ui-pic-hover {
    box-shadow: 10px 10px 0 rgb(157,98,128,0.5), 
                   -5px -5px 0 rgb(180,151,166,0.5);
}.ui-program-assets h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.ui-program-assets ul {
    gap: 15px;
}.ui-program-assets li p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 576px) {.ui-program-assets {
    padding: 40px 0;
}.ui-program-assets .container {
    gap: 25px;
    padding: 0 15px;
}.ui-program-assets .ui-pic-hover {
    box-shadow: 8px 8px 0 rgb(157,98,128,0.5), 
                   -4px -4px 0 rgb(180,151,166,0.5);
}.ui-program-assets h1 {
    font-size: calc(47px * 0.6);
    margin-bottom: 15px;
}.ui-program-assets li {
    padding-left: 30px;
}.ui-program-assets li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.ui-program-assets li svg {
    height: 20px;
    width: 20px;
}.ui-program-assets li p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {.ui-our-background {
    padding: 80px 0 60px;
}.ui-our-background .ui-content-card {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.ui-our-background h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 40px;
}.ui-our-background h6 {
    font-size: 16px;
    margin-bottom: 20px;
}.ui-our-background span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 768px) {.ui-academic-experience .ui-rating-insights {
    grid-template-areas: 
      "photo info"
      "quote quote";
    gap: 3rem;
    grid-template-columns: 250px 1fr;
    padding: 4rem;
}.ui-academic-experience .ui-rating-insights > div:first-child {
    grid-area: photo;
    justify-content: flex-start;
}.ui-academic-experience .ui-rating-insights > div:nth-child(2) {
    align-self: center;
    padding-left: 0;
    grid-area: info;
    border-left: none;
}.ui-academic-experience .ui-rating-insights > div:nth-child(3) {
    grid-area: quote;
}.ui-academic-experience .ui-rating-insights .ui-experience-data {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(225,219,222) 0%, transparent 100%);
}
}



@media (min-width: 1200px) {.ui-academic-experience .ui-rating-insights {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.ui-academic-experience .ui-rating-insights:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.ui-academic-experience .ui-rating-insights .ui-pic-hover {
    width: 320px;
    height: 320px;
}
}



@media (max-width: 991px) {.ui-testimonials {
    padding: 80px 0;
}.ui-testimonials h2 {
    margin-bottom: 60px;
    transform: none;
}.ui-testimonials .ui-review-highlights {
    display: grid;
    grid-template-columns: repeat(6, 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) {
    grid-column: span 3;
    margin-top: 0;
}.ui-testimonials .ui-rating-insights:nth-child(2n) {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.ui-lecture-ref {
    padding: 4rem 0 2rem;
}.ui-lecture-ref .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.ui-lecture-ref .company_holder,
    .ui-lecture-ref .ui-guide-section {
    width: 100%;
}.ui-lecture-ref .ui-nav-pagebar {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.ui-lecture-ref {
    padding: 3.5rem 0 1.5rem;
}.ui-lecture-ref .ui-nav-pagebar {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.ui-lecture-ref .company_holder,
    .ui-lecture-ref .ui-top-wrap {
    padding: 1.5rem;
}.ui-lecture-ref .company_holder h3,
    .ui-lecture-ref .ui-top-wrap h5 {
    margin-bottom: 1.25rem;
}.ui-gdpr-block {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media (min-width: 992px) {.ui-prospective-members ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.ui-prospective-members li:nth-child(even) {
    transform: translateY(20px);
}.ui-prospective-members li:nth-child(even):hover {
    transform: translateY(12px);
}.ui-prospective-members li:nth-child(1),
    .ui-prospective-members li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.ui-prospective-members li:nth-child(2),
    .ui-prospective-members li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media (max-width: 992px) {.ui-thanks-msg {
    padding: 3rem 0;
}.ui-thanks-msg h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.ui-thanks-msg .ui-academy-cult {
    padding: 2rem;
}
}



@media (max-width: 768px) {.ui-thanks-msg h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.ui-thanks-msg .ui-academy-cult {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.ui-thanks-msg li span {
    font-size: 13px;
}.ui-thanks-msg::after {
    right: -10%;
    top: -5%;
    height: 200px;
    width: 200px;
}
}


@media only screen and (max-width: 600px) {.ui-cookieNotificationAlert {
    bottom: 0;
    transform: none;
    width: 100%;
    left: 0;
    border-radius: 0;
}.ui-privacy-switch {
    padding: 15px;
}.ui-digital-consent svg {
    height: 50px;
    width: 50px;
}.ui-cookieNotificationAlert h5 {
    font-size: calc(24px - 2px);
}.ui-cookieNotificationAlert p {
    font-size: calc(18px - 2px);
}.ui-web-tracking {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(17px - 2px);
}}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .ui-nav-top {
    flex-direction: column;
}header .ui-top-wrap {
    margin-top: 1rem;
    flex-wrap: wrap;
    padding: 10px;
    order: 2;
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
}header .ui-top-expert {
    padding: 0.5rem 0.7rem;
    font-size: calc(13px - 2px);
}header .ui-nav-site {
    order: 1;
    margin-bottom: 0.5rem;
}header .ui-nav-site svg {
    width: 130px;
}
}



@media (max-width: 768px) {.ui-join-our-mailing-list {
    padding: 4rem 1.5rem;
}.ui-join-our-mailing-list .ui-support-widget {
    grid-template-columns: 1fr;
}.ui-join-our-mailing-list h3 {
    grid-column: 1;
    padding: 2rem 2rem 1rem;
    text-align: center;
}.ui-join-our-mailing-list h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.ui-join-our-mailing-list .ui-support-widget:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.ui-join-our-mailing-list .input_holder {
    grid-column: 1;
    padding: 1rem 2rem 2rem;
}.ui-join-our-mailing-list .ui-support-widget::after {
    left: 0;
    width: 100%;
    height: 40px;
    transform: skewY(-10deg);
    top: calc(33% - 20px);
    right: 0;
}
}



@media (max-width: 768px) {.ui-plan-selection {
    padding: 60px 0;
}.ui-plan-selection h2 {
    font-size: calc(33px - 6px);
}.ui-plan-selection .ui-plan-table {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.ui-plan-selection .ui-learning-package {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.ui-plan-selection .ui-pricing-tiers h4 {
    font-size: 20px;
}.ui-plan-selection .ui-pricing-tiers p {
    font-size: calc(15px - 1px);
    max-height: 180px;
}.ui-plan-selection .ui-price-deals {
    font-size: 20px;
}
}



@media screen and (max-width: 992px) {.ui-enroll-instantly {
    padding: 100px 0;
}.ui-enroll-instantly .ui-academy-cult {
    max-width: 90%;
    padding: 50px 30px;
}.ui-enroll-instantly h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.9);
}.ui-enroll-instantly .ui-write-form {
    padding: 16px 40px;
}
}



@media screen and (max-width: 576px) {.ui-enroll-instantly {
    padding: 60px 0;
}.ui-enroll-instantly .ui-academy-cult {
    padding: 30px 20px;
}.ui-enroll-instantly h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(32px * 0.7);
}.ui-enroll-instantly .ui-write-form {
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
    padding: 12px 30px;
}}



@media screen and (max-width: 768px) {.ui-statistical-overview {
    padding: 80px 0;
}.ui-statistical-overview .ui-study-edge {
    grid-template-columns: 1fr;
    gap: 20px;
}.ui-statistical-overview .ui-value-statistics {
    padding: 25px;
}.ui-statistical-overview .ui-value-statistics h4 {
    font-size: 31px;
}
}



@media screen and (max-width: 480px) {.ui-statistical-overview {
    padding: 60px 0;
}.ui-statistical-overview .ui-value-statistics {
    padding: 20px;
}.ui-statistical-overview .ui-value-statistics h4 {
    font-size: calc(31px * 0.9);
}.ui-statistical-overview .ui-value-statistics span {
    font-size: calc(14px * 0.9);
}.ui-statistical-overview .ui-learn-statistics {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.ui-statistical-overview .ui-statistics-gain {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}
}



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



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



@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



@keyframes slideRight {
    0% {
        transform: translateX(-50%) translateX(45px);
    }
    100% {
        transform: translateX(-50%) translateX(60px);
    }
}


    
    @keyframes slideRight {
        0% {
            transform: translateX(-50%) translateX(65px);
        }
        100% {
            transform: translateX(-50%) translateX(90px);
        }
    }

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



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



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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



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



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



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



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



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

