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

* {
    scrollbar-color: rgb(183,183,158) rgb(220,224,215);
    scrollbar-width: auto;
}

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}


header .top_plank {
    color:  #ffffff;
    background: rgb(183,183,158);
}

header .top_plank .ui-top-learnpro {
    line-height: 21px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}

.ui-price-card-item::after {
    height: 20rem;
    width: 20rem;
    opacity: 0.15;
    bottom: -5rem;
    position: absolute;
    content: "";
    pointer-events: none;
    right: -5rem;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(151,166,104) 0%, transparent 80%);
    z-index: 1;
}

.ui-price-card-item .ui-promo-rates::before {
    transform: rotate(45deg);
    top: 20px;
    content: "";
    z-index: -1;
    left: -20px;
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: rgb(183,183,158);
}

.ui-price-card-item .ui-promo-rates .ui-fee-package {
    font-size: 12px;
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
}

.ui-price-card-item .ui-skill-pricing {
    transition: all 0.4s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    transform-style: preserve-3d;
}

.ui-price-card-item .ui-skill-pricing:nth-child(odd) .ui-rate-plans {
    transform: rotate(-1deg);
}

.ui-price-card-item .ui-skill-pricing:nth-child(even) .ui-rate-plans {
    transform: rotate(1deg);
}

.ui-price-card-item .ui-fee-chart::before {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    height: 100%;
}

.ui-price-card-item .ui-fee-chart h3::after {
    height: 3px;
    bottom: -8px;
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(183,183,158);
    transition: width 0.3s ease;
}

.ui-price-card-item .ui-fee-chart p {
    font-size: 12px;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    flex: 1;
    word-break: break-word;
    margin-top: 1rem;
}

.ui-price-card-item .ui-img-caption::after {
    z-index: 1;
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    height: 50%;
    left: 0;
}

footer::after {
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
}

.ui-webinar-live .company_holder h3 {
    color: #ffffff;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    letter-spacing: 1px;
    font-size: 32px;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    padding: 0.5rem 2rem;
    display: inline-block;
    margin: 0 0 1.5rem;
}

.ui-webinar-live .ui-top-teach {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.ui-webinar-live .ui-head-info .ui-top-teach {
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
}

.ui-webinar-live .ui-head-info .ui-top-teach a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.ui-webinar-live .ui-head-info .ui-top-teach a:hover::before {
    opacity: 0.7;
}

.ui-career-help .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.ui-give-it-a-try {
    position: relative;
    background: linear-gradient(135deg, rgb(151,166,104,0.5), #ffffff 90%);
    overflow: hidden;
    padding: 5rem 0;
}

.ui-give-it-a-try::after {
    width: 100%;
    content: "";
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg, transparent, rgb(151,166,104) 40%, rgb(183,183,158) 60%, transparent);
    z-index: 1;
    height: 6px;
    position: absolute;
}

.ui-give-it-a-try h2 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 35px;
    max-width: 860px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    transform: translateY(0);
}

.ui-give-it-a-try .ui-virtual-classes:hover {
    box-shadow: 
        0 20px 35px -10px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(2deg);
}

.ui-give-it-a-try svg path {
    fill: rgb(151,166,104);
    transition: fill 0.3s ease;
}

.ui-give-it-a-try .ui-virtual-classes:hover svg path {
    fill: rgb(183,183,158);
}

.ui-give-it-a-try .ui-help-form:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.ui-give-it-a-try .ui-help-form:hover::before {
    left: 100%;
}

.ui-give-it-a-try .ui-help-form:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ui-our-info::before {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(151,166,104,0.5) 10px,
        rgb(151,166,104,0.5) 11px
    );
    content: '';
    opacity: 0.1;
    position: absolute;
}

.ui-our-info .ui-img-caption::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}

.ui-our-info .ui-get-contactform::before {
    background: linear-gradient(to right, rgb(183,183,158) 0%, rgb(151,166,104) 100%);
    height: 5px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
}

.ui-our-info .ui-info-request::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 20px;
    background: rgb(183,183,158);
    height: 20px;
    margin-right: 15px;
    content: '';
}

.ui-our-info .ui-assist-grid {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    display: grid;
    gap: 15px;
}

.ui-our-info .ui-assist-grid p:hover svg {
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    fill: rgb(151,166,104);
}

.ui-our-info .ui-assist-grid p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.ui-our-info .ui-assist-grid p:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ui-our-info .ui-assist-grid p span b {
    color: rgb(183,183,158);
    font-weight: 600;
}

.ui-our-info .ui-assist-grid p span a:hover {
    color: rgb(151,166,104);
}

.ui-our-info .ui-assist-grid p span a:hover::after {
    width: 100%;
}

.ui-our-info .ui-msg-team {
    margin-bottom: 20px;
    display: flex;
    color: rgb(183,183,158);
    padding-left: 30px;
    align-items: center;
    font-weight: 600;
    position: relative;
    font-size: 21px;
}

.ui-our-info .ui-msg-team svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.ui-our-info .ui-reach-us {
    background: #ffffff;
    overflow: hidden;
    border-left: 3px solid rgb(151,166,104);
    position: relative;
    color: #000000;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px 15px 12px 45px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ui-our-info .ui-reach-us:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.ui-our-info .ui-reach-us:hover::after {
    width: 100%;
}

.ui-thxField::before {
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(151,166,104,0.5) 0px,
        rgb(151,166,104,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    content: "";
    pointer-events: none;
    opacity: 0.07;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.ui-thxField .ui-virtual-classes {
    position: relative;
    transform: rotateX(2deg) rotateY(1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    padding: 3.5rem;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
    border-radius: 3px;
}

.ui-thxField p {
    max-width: 95%;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    margin: 0;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: clamp(1rem, 1.2vw, 17px);
    color: #000000;
    line-height: 1.8;
}

.ui-thxField a:hover::before {
    opacity: 0.5;
    transform: scale(1.02);
}

.ui-thxField a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.ui-title-page {
    background: linear-gradient(135deg, rgb(220,224,215) 0%, rgb(183,183,158,0.5) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 120px 0;
}

.ui-title-page > div {
    padding: 0 20px;
    margin: 0 auto;
    gap: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.ui-title-page .ui-page-begin::after {
    bottom: -10px;
    background: rgb(183,183,158);
    transform-origin: left;
    left: 0;
    width: 80px;
    animation: expandLine 1s 0.5s forwards ease-out;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    content: "";
}

.ui-title-page .ui-skill-training::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
}

.ui-title-page .ui-skill-training:hover {
    transform: translateY(-5px);
}

.ui-title-page .ui-skill-training:hover span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.ui-mentorship-experience::after {
    content: "";
    z-index: 1;
    width: 40%;
    right: 0;
    opacity: 0.5;
    background: rgb(151,166,104,0.5);
    bottom: 0;
    height: 70%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
}

.ui-mentorship-experience .ui-img-caption:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.ui-mentorship-experience .ui-experience {
    position: relative;
    padding: 2rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.ui-mentorship-experience .name {
    color: #000000;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-size: 44px;
}

.ui-mentorship-experience .ui-experience > div:nth-child(2) {
    transition: all 0.5s ease-out 0.4s;
    text-transform: uppercase;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 2.5rem;
    color: rgb(151,166,104);
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 400;
}



.ui-mentorship-experience:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

.ui-contact::after {
    width: 70%;
    position: absolute;
    bottom: 0;
    height: 70%;
    content: "";
    background: linear-gradient(240deg, rgb(151,166,104,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: 0;
}

.ui-contact .ui-img-caption {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.ui-contact .ui-feedback-help {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.ui-contact form {
    width: 100%;
    padding-left: 25px;
}

.ui-contact form h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}

.ui-contact form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(183,183,158,0.5);
    outline: none;
    background: rgba(rgb(183,183,158), 0.05);
}

.ui-contact .ui-message-reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.ui-contact .ui-message-reach input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,183,158);
    background-color: rgb(183,183,158);
}

.ui-contact .ui-message-reach label a {
    text-decoration: none;
    color: rgb(183,183,158);
    transition: all 0.3s ease;
}

.ui-contact form .ui-help-form {
    transition: all 0.3s ease;
    padding: 15px 35px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(183,183,158), rgb(151,166,104));
    font-size: 18px;
    cursor: pointer;
}

.ui-user-default {
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
}

.ui-cookie-gate svg:hover {
    fill: rgb(151,166,104);
}

.ui-cookieNoticePromptPanel h5 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    color: rgb(183,183,158);
    font-family: Arial, sans-serif;
}

.ui-user-dialog:hover {
    background: rgb(151,166,104);
    box-shadow: 0 0 10px rgb(151,166,104,0.5);
}

.ui-cookieNoticePromptPanel p a {
    text-decoration: underline;
    color: rgb(183,183,158);
    transition: color 0.3s ease;
}

header::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
}

header .ui-header-main:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .ui-header-sitebar::before {
    height: 0;
    width: 100%;
    transition: height 0.3s ease;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(to top, rgb(183,183,158,0.5), transparent);
}

.ui-join-our-community {
    position: relative;
    background: linear-gradient(135deg, rgb(183,183,158,0.5) 0%, rgb(151,166,104) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
}

.ui-join-our-community .ui-inquiry-grid {
    transform: translateX(10%);
    flex-direction: column;
    display: flex;
    max-width: 90%;
}

.ui-join-our-community .input_holder {
    max-width: 90%;
    flex-direction: row;
    transform: perspective(800px) rotateY(-5deg);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    display: flex;
    align-items: stretch;
}

.ui-join-our-community .ui-knowledge-quest:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.ui-meet-us {
    position: relative;
    overflow: hidden;
    background: rgb(220,224,215);
    padding: 120px 0;
}

.ui-meet-us::after {
    width: 60%;
    background: radial-gradient(circle at 70% 30%, rgb(151,166,104,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    right: 0;
}

.ui-meet-us .ui-virtual-classes::after {
    position: absolute;
    height: 150px;
    z-index: -1;
    width: 150px;
    filter: blur(60px);
    animation: pulse 6s infinite alternate-reverse;
    bottom: -50px;
    content: "";
    left: -70px;
    background: rgb(151,166,104,0.5);
    border-radius: 50%;
}

.ui-meet-us .ui-skill-learn::before {
    content: "";
    position: absolute;
    border-radius: 15px;
    top: -10px;
    z-index: -1;
    left: -10px;
    animation: border-pulse 4s infinite alternate;
    bottom: -10px;
    border: 1px solid rgb(151,166,104,0.5);
    right: -10px;
}

.ui-meet-us .ui-class-experts {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: calc(18px - 2px);
    color: #ffffff;
    margin: 0 0 8px;
}

.ui-meet-us .ui-insight-box::before {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: 0.15;
    top: 0;
    background: linear-gradient(135deg, rgb(183,183,158,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
}

.ui-meet-us .ui-expert-classes svg {
    filter: drop-shadow(0 2px 10px rgb(183,183,158,0.5));
    width: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    height: 48px;
    fill: rgb(183,183,158);
}

.ui-meet-us .ui-expert-classes:hover svg path {
    fill: rgb(151,166,104);
}

.ui-meet-us p {
    position: relative;
    line-height: 1.8;
    z-index: 2;
    margin: 0;
    color: #000000;
    font-size: 12px;
}

.ui-course-features::before {
    opacity: 0.04;
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,183,158,0.5),
        rgb(183,183,158,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}

.ui-course-features .ui-insight-box h2 {
    margin-bottom: 2rem;
    position: relative;
    animation: fadeInUp 0.8s ease forwards;
    font-weight: 700;
    color: rgb(183,183,158);
    display: inline-block;
    font-size: 36px;
}

.ui-course-features .ui-insight-box .description {
    animation-delay: 0.2s;
    position: relative;
    font-size: 14px;
    margin-bottom: 1.2rem;
    animation: fadeInUp 0.8s ease forwards;
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    opacity: 0;
}

.ui-course-features .ui-img-caption:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.ui-confidential-cordon {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 50px;
    border: 2px solid rgb(183,183,158);
    margin: 0 auto;
    width: 85%;
}

.ui-confidential-cordon h2 {
    font-size: 29px;
    border-bottom: 2px solid rgb(151,166,104,0.5);
    padding-bottom: 5px;
    z-index: 1;
    font-weight: 600;
    color: rgb(151,166,104);
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

.ui-confidential-cordon li:before {
    content: "•";
    line-height: 1;
    position: absolute;
    color: rgb(183,183,158);
    font-size: 1.2em;
    left: -20px;
}

.ui-confidential-cordon p, .ui-confidential-cordon span {
    z-index: 1;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
}

.ui-confidential-cordon a:hover {
    border-bottom: 1px solid rgb(183,183,158);
    color: rgb(183,183,158);
}

::-webkit-scrollbar {
    width: 7px;
    padding: 4px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 9.5vw;
    box-shadow: inset 5px -1px 4px 1px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    box-shadow: 2px -1px 0px -1px rgba(0, 0, 0, 0.3);
    background: rgb(183,183,158,0.5);
    transition: box-shadow, border-radius 1.9s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(220,224,215);
}



@media (max-width: 767px) {.ui-price-card-item {
    padding: 3rem 0;
}.ui-price-card-item .container {
    padding: 0 1.5rem;
}.ui-price-card-item .ui-premium-grid {
    grid-template-columns: 1fr;
}.ui-price-card-item .ui-promo-rates h2 {
    font-size: calc(33px * 0.8);
}.ui-price-card-item .ui-fee-chart {
    padding: 1.5rem;
}.ui-price-card-item .ui-annual-fee {
    font-size: calc(24px * 1.5);
}.ui-price-card-item .ui-img-caption {
    height: 180px;
}
}



@media (max-width: 768px) {.ui-webinar-live {
    padding: 3rem 0 1.5rem;
}.ui-webinar-live .company_holder {
    padding: 2rem;
}.ui-webinar-live .company_holder h3 {
    font-size: calc(32px - 2px);
}.ui-webinar-live .ui-top-teach {
    gap: 1.5rem;
}.ui-career-help {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.ui-webinar-live .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.ui-webinar-live .company_holder h3 {
    padding: 0.4rem 1rem;
}.ui-webinar-live .ui-head-info h5 {
    padding: 0.4rem 1rem;
}.ui-webinar-live .ui-head-info .ui-top-teach {
    padding: 1rem;
}.ui-webinar-live .ui-head-info .ui-top-teach a:hover {
    transform: translateX(3px);
}.ui-career-help .ui-price-table {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



@media (min-width: 992px) {.ui-our-info .ui-quick-support {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.ui-our-info .ui-quick-support {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.ui-our-info {
    padding: 50px 0;
}.ui-our-info .ui-info-request {
    padding: 20px;
    font-size: 20px;
}.ui-our-info .ui-info-request svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}.ui-our-info .ui-assist-grid {
    padding: 20px;
}.ui-our-info .ui-assist-grid p {
    padding: 12px 12px 12px 45px;
}.ui-our-info .ui-assist-grid p svg {
    width: 18px;
    left: 12px;
    height: 18px;
}.ui-our-info .ui-msg-team {
    font-size: 20px;
}.ui-our-info .ui-msg-team svg {
    height: 18px;
    width: 18px;
}.ui-our-info .ui-reach-us {
    padding: 10px 10px 10px 40px;
}.ui-our-info .ui-reach-us svg {
    left: 12px;
    width: 15px;
    height: 15px;
}}



@media (min-width: 768px) {.ui-title-page {
    padding: 150px 0;
}.ui-title-page > div {
    flex-direction: row;
    align-items: center;
    gap: 40px;
}.ui-title-page > div > div:first-child {
    flex: 1;
}.ui-title-page .ui-online-tech {
    flex: 1.2;
}.ui-title-page .ui-skill-training {
    height: 400px;
}.ui-title-page .ui-page-begin {
    font-size: calc(47px * 1.1);
}.ui-title-page p {
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 480px) {.ui-title-page {
    padding: 60px 0;
}.ui-title-page .ui-page-begin {
    font-size: calc(47px * 0.8);
}.ui-title-page p {
    font-size: calc(16px * 0.9);
}.ui-title-page .ui-skill-training {
    height: 260px;
}.ui-title-page .ui-skill-training span {
    padding: 20px;
}.ui-title-page .ui-skill-training h3 {
    font-size: calc(22px * 0.9);
}}



@media screen and (max-width: 767px) {.ui-contact {
    padding: 70px 0;
}.ui-contact .ui-img-caption {
    min-height: 250px;
}.ui-contact .ui-feedback-help {
    padding: 40px 30px;
}.ui-contact .ui-feedback-help::before {
    width: calc(100% - 60px);
    left: 30px;
}
}


@media only screen and (max-width: 800px) {.ui-user-default {
    padding: 15px;
}.ui-cookie-gate {
    display: none;
}.ui-cookieNoticePromptPanel h5 {
    font-size: 17px;
}.ui-cookieNoticePromptPanel p {
    font-size: 12px;
}}



@media (max-width: 991px) {header .ui-header-guide {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .ui-header-main {
    padding: 0 0 0.8rem 0;
}header .ui-header-main svg {
    width: 160px;
}header .ui-head-info {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .ui-header-sitebar {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 768px) {.ui-join-our-community {
    padding: 3rem 1rem;
}.ui-join-our-community .ui-inquiry-grid {
    transform: translateX(0);
    max-width: 100%;
}.ui-join-our-community h3 {
    font-size: calc(24px + 0.2rem);
    text-align: left;
}.ui-join-our-community .input_holder {
    max-width: 100%;
    transform: perspective(0) rotateY(0);
    flex-direction: column;
}.ui-join-our-community input[type="email"] {
    width: 100%;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
}.ui-join-our-community .ui-knowledge-quest {
    border-radius: 0 0 10px 10px;
    padding: 1rem;
    width: 100%;
}}



@media (min-width: 768px) {.ui-course-features .ui-career-classes {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.ui-course-features .ui-insight-box {
    margin-right: -4rem;
    grid-column: 1 / 2;
    align-self: center;
}.ui-course-features .ui-img-caption {
    grid-column: 2 / 3;
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
}.ui-course-features .ui-img-caption::before {
    background: rgb(151,166,104);
    opacity: 0.4;
    z-index: -1;
    height: 20px;
    width: 60%;
    content: "";
    bottom: -20px;
    left: 20px;
    position: absolute;
    filter: blur(15px);
}
}



@media only screen and (max-width: 800px) {.ui-confidential-cordon {
    width: 90%;
    padding: 30px;
}.ui-confidential-cordon h1 {
    font-size: calc(24px - 5px);
}.ui-confidential-cordon h2 {
    font-size: calc(24px - 3px);
}.ui-confidential-cordon ul, .ui-confidential-cordon ol {
    padding-left: 10px;
}.ui-confidential-cordon li:before {
    left: -10px;
}.ui-confidential-cordon button {
    padding: 10px 20px;
}
}



@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



@keyframes blink {
    50% { border-color: transparent }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(183,183,158,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

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

