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

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

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

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

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

header .top_plank .ui-top-learnpro div svg, header .top_plank .ui-top-learnpro div svg path {
    fill: #ffffff;
}

header .top_plank .ui-top-learnpro div img, header .top_plank .ui-top-learnpro div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.ui-price-card-item::before {
    top: 0;
    background: linear-gradient(135deg, rgb(183,183,158,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
}

.ui-price-card-item .ui-promo-rates {
    transform: translateZ(0);
    position: relative;
    padding: 2rem;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(183,183,158);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ui-price-card-item .ui-promo-rates h2::after {
    bottom: -10px;
    width: 80px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(183,183,158), rgb(151,166,104));
}

.ui-price-card-item .ui-rate-plans {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transform: translateZ(0);
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}

.ui-price-card-item .ui-fee-chart h3 {
    font-size: calc(24px * 1.2);
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    color: #000000;
}

.ui-price-card-item .ui-skill-pricing:hover .ui-fee-chart h3::after {
    width: 60px;
}

.ui-price-card-item .ui-annual-fee::before {
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgb(183,183,158,0.5), transparent);
    bottom: -8px;
    content: "";
    position: absolute;
}

.ui-price-card-item .ui-skill-pricing:hover .ui-img-caption {
    transform: scale(1.05) translateZ(0);
}

.ui-price-card-item .ui-img-caption::before {
    content: "";
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background: rgb(183,183,158);
    opacity: 0.15;
}

.ui-webinar-live::before {
    content: "";
    height: 10px;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    opacity: 0.2;
    background: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.ui-webinar-live .ui-intern-opp {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
    font-size: 14px;
    color: #ffffff;
    margin: 0 1rem;
    line-height: 1.6;
}

.ui-webinar-live .ui-head-info h5 {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    font-size: 18px;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
    font-weight: 600;
}

.ui-webinar-live .ui-head-info .ui-top-teach a::before {
    opacity: 0;
    background: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 3px;
    left: 0;
}

.ui-career-help .ui-price-table {
    color: #ffffff;
    text-align: center;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 14px;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
}

.ui-give-it-a-try .container {
    padding: 0 15px;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    max-width: 1140px;
    align-items: center;
    margin: 0 auto;
}

.ui-give-it-a-try .ui-virtual-classes {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    justify-content: center;
    gap: 1.5rem;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0deg);
    display: flex;
    position: relative;
    align-items: center;
    padding: 2rem 3rem;
    isolation: isolate;
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
}

.ui-give-it-a-try .ui-virtual-classes:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}

.ui-give-it-a-try .ui-help-form {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(183,183,158), rgb(151,166,104));
    padding: 0.9rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1;
    font-size: 15px;
    display: inline-block;
    color: #ffffff;
}

.ui-our-info .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
}

.ui-our-info .ui-info-request {
    color: rgb(183,183,158);
    font-size: 41px;
    z-index: 3;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: 700;
}

.ui-our-info .ui-get-contactform {
    z-index: 3;
    border-radius: 28px;
    border: 1px solid rgb(151,166,104,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.ui-our-info .ui-info-request svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-right: 15px;
    fill: rgb(183,183,158);
}

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

.ui-our-info .ui-assist-grid p svg {
    height: 22px;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    top: 50%;
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 22px;
    fill: rgb(183,183,158);
}

.ui-our-info .ui-assist-grid p::before {
    width: 3px;
    height: 0;
    background: rgb(151,166,104);
    left: -3px;
    top: 0;
    content: '';
    position: absolute;
    transition: height 0.3s ease;
}

.ui-our-info .ui-assist-grid p span a {
    font-weight: 600;
    position: relative;
    color: rgb(183,183,158);
    transition: color 0.3s ease;
    text-decoration: none;
}

.ui-our-info .ui-online-form {
    border-top: 1px solid rgb(151,166,104,0.5);
    margin-top: 15px;
    padding-top: 25px;
}

.ui-our-info .ui-msg-team:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(151,166,104);
}

.ui-our-info .ui-msg-team::before {
    left: 0;
    width: 10px;
    display: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(183,183,158);
    height: 10px;
    content: '';
}

.ui-our-info .ui-reach-us:hover svg {
    transform: translateY(-50%) rotate(15deg);
    fill: rgb(183,183,158);
}

.ui-our-info .ui-reach-us::before {
    left: -3px;
    width: 3px;
    transition: height 0.3s ease;
    content: '';
    height: 0;
    top: 0;
    background: rgb(183,183,158);
    position: absolute;
}

.ui-thxField {
    perspective: 1000px;
    min-height: 60vh;
    padding: 5rem 0;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(151,166,104,0.5), rgb(183,183,158,0.5) 70%);
    display: flex;
    position: relative;
}

.ui-thxField .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.ui-thxField .ui-virtual-classes:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.ui-thxField .ui-virtual-classes::before {
    height: 100%;
    z-index: -1;
    transform: translateZ(-10px);
    background: linear-gradient(
        45deg,
        rgb(151,166,104,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(183,183,158,0.5) 100%
    );
    content: "";
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
}

.ui-thxField h5 {
    margin: 0;
    color: #000000;
    font-size: clamp(1.5rem, 2.5vw, 21px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(15px);
    opacity: 0;
}

.ui-thxField a:hover {
    transform: scale(1.01);
}

.ui-thxField a::before {
    left: -15px;
    width: calc(100% + 30px);
    top: -15px;
    opacity: 0;
    height: calc(100% + 30px);
    border-radius: 3px;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    position: absolute;
    border: 1px solid rgb(151,166,104,0.5);
}

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

.ui-title-page .ui-page-begin {
    font-weight: 700;
    font-size: 47px;
    position: relative;
    line-height: 1.2;
    margin: 0 0 20px;
    max-width: 650px;
    color: #000000;
}

.ui-title-page .ui-online-tech {
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    width: 100%;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
}

.ui-title-page .ui-skill-training span {
    width: 100%;
    padding: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    transform: translateY(10px);
    z-index: 2;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    bottom: 0;
}

.ui-mentorship-experience::before {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(183,183,158,0.5) 100%);
    height: 100%;
}

.ui-mentorship-experience .ui-img-caption {
    overflow: hidden;
    filter: grayscale(100%);
    width: 100%;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    aspect-ratio: 3/4;
}

.ui-mentorship-experience .ui-experience::before {
    top: 0;
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.8s ease-out;
    width: 2px;
    background: rgb(183,183,158);
    content: "";
}

.ui-mentorship-experience .ui-user-voices:hover .name::after {
    transform: translateX(0);
}

.ui-mentorship-experience .ui-user-voices:hover .ui-experience > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.ui-mentorship-experience .ui-job-exp {
    position: relative;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.6s;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 300;
    padding: 0 0 0 20px;
}

.ui-contact::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(120deg, rgb(183,183,158,0.5) 0%, transparent 75%);
    opacity: 0.15;
    left: 0;
    width: 100%;
}

.ui-contact h2 {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.ui-contact .ui-img-caption::after {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    right: 0;
}

.ui-contact form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
    border-radius: 10px;
    padding: 18px 25px;
    background: rgb(220,224,215);
}

.ui-contact .ui-message-reach label {
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
}

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

.ui-contact form .ui-help-form:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(183,183,158), 0.3);
}

.ui-contact form .ui-help-form:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.ui-contact svg path {
    fill: rgb(183,183,158);
    transition: fill 0.3s ease;
}

.ui-cookie-gate {
    margin-right: 15px;
    flex-shrink: 0;
}

.ui-cookie-gate svg {
    fill: rgb(183,183,158);
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
}

.ui-data-policy {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.ui-user-dialog {
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 35px;
    font-size: 19px;
    margin-left: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(183,183,158);
}

#ui-cookie-alert-panel:checked ~ .ui-cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}

header .ui-header-guide {
    border-radius: 14px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    margin: 1rem 0;
    padding: 1.5rem 0;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    position: relative;
}

header .ui-header-main {
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
    justify-content: center;
}

header .ui-header-main svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}

header .ui-head-info {
    width: 100%;
    max-width: 90%;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

header .ui-header-sitebar:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(183,183,158);
}

header .ui-header-sitebar:hover::before {
    height: 100%;
}

.ui-join-our-community::before {
    width: 120%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    top: -10%;
    z-index: 1;
    left: -10%;
    background: rgb(151,166,104,0.5);
    height: 70%;
    transform: rotate(-15deg);
}

.ui-join-our-community input[type="email"] {
    font-size: 15px;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    color: #000000;
    flex-grow: 1;
    background: #ffffff;
}

.ui-join-our-community .ui-knowledge-quest {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(to right, rgb(183,183,158), rgb(151,166,104));
    border: none;
}

.ui-meet-us .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.ui-meet-us .ui-virtual-classes::before {
    top: -80px;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
    animation: pulse 8s infinite alternate;
    position: absolute;
    right: -100px;
    background: rgb(183,183,158,0.5);
    z-index: -1;
    width: 200px;
    height: 200px;
}

.ui-meet-us .ui-skill-learn:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.ui-meet-us .ui-img-caption::after {
    left: 0;
    content: "";
    background: linear-gradient(to top, #000000, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 50%;
}

.ui-meet-us .ui-success-path {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.ui-meet-us .ui-insight-box::after {
    z-index: -1;
    background: radial-gradient(circle, rgb(151,166,104,0.5) 0%, transparent 70%);
    content: "";
    height: 200px;
    opacity: 0.8;
    animation: float 15s infinite linear;
    position: absolute;
    top: -50%;
    width: 200px;
    right: -50%;
}

.ui-meet-us .ui-expert-classes:hover svg {
    filter: drop-shadow(0 5px 15px rgb(183,183,158));
    transform: scale(1.1) rotate(5deg);
}

.ui-meet-us .ui-expert-classes svg path {
    transition: fill 0.3s ease;
}

.ui-meet-us h2::after {
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(183,183,158);
    width: 80px;
    content: "";
    height: 3px;
}

.ui-course-features .container {
    position: relative;
    z-index: 2;
}

.ui-course-features .ui-career-classes {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.ui-course-features .ui-insight-box:hover {
    transform: translateY(-10px);
}

.ui-course-features .ui-insight-box::before {
    right: 3rem;
    content: "";
    width: 8rem;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(151,166,104,0.5);
    opacity: 0.6;
    height: 8rem;
    top: -4rem;
}

.ui-course-features .ui-insight-box:hover h2::after {
    width: 100%;
}

.ui-course-features .ui-insight-box .description:last-of-type {
    animation-delay: 0.4s;
    font-weight: 600;
    margin-bottom: 0;
}

.ui-course-features .ui-img-caption {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    z-index: 2;
    height: 320px;
    transition: transform 0.5s ease;
    border-radius: 0;
    margin-top: -2rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.ui-confidential-cordon:before, .ui-confidential-cordon:after {
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(183,183,158,0.5), rgb(151,166,104,0.5));
    left: 0;
    width: 100%;
    top: 0;
}

.ui-confidential-cordon ul, .ui-confidential-cordon ol {
    z-index: 1;
    list-style-type: disc;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}

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

.ui-confidential-cordon h3, .ui-confidential-cordon h4, .ui-confidential-cordon h5, .ui-confidential-cordon h6 {
    margin-top: 25px;
    position: relative;
    z-index: 1;
    color: rgb(183,183,158);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

.ui-confidential-cordon button {
    border: none;
    font-size: 17px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
    position: relative;
    background: rgb(151,166,104);
    padding: 12px 24px;
}



@media (min-width: 992px) {.ui-price-card-item .ui-plan-cost {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.ui-price-card-item .ui-promo-rates {
    padding: 3rem;
}.ui-price-card-item .ui-premium-grid {
    grid-row: 1;
    grid-column: 1;
}.ui-price-card-item .ui-promo-rates {
    top: 2rem;
    align-self: start;
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    position: sticky;
}.ui-price-card-item .ui-promo-rates:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 1200px) {.ui-webinar-live .container {
    gap: 2rem;
}.ui-webinar-live .company_holder {
    flex: 1 1 380px;
}.ui-webinar-live .ui-fund-cta {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 992px) {.ui-webinar-live {
    padding: 3.5rem 0 2rem;
}.ui-webinar-live .container {
    gap: 2.5rem;
    flex-direction: column;
}.ui-webinar-live .company_holder,
    .ui-webinar-live .ui-fund-cta {
    flex: 1 1 100%;
    min-width: 100%;
}.ui-webinar-live .ui-head-info {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 992px) {.ui-give-it-a-try {
    padding: 4rem 0;
}.ui-give-it-a-try h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.ui-give-it-a-try .ui-virtual-classes {
    padding: 1.5rem 2.5rem;
}
}



@media (max-width: 576px) {.ui-give-it-a-try {
    padding: 3rem 0;
}.ui-give-it-a-try h2 {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.ui-give-it-a-try .ui-virtual-classes {
    padding: 1.2rem 1.5rem;
    width: 100%;
}.ui-give-it-a-try .ui-help-form {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}
}



@media (min-width: 768px) and (max-width: 991px) {.ui-our-info {
    padding: 60px 0;
}.ui-our-info .ui-info-request {
    font-size: 21px;
    padding: 25px;
}.ui-our-info .ui-info-request svg {
    height: 20px;
    width: 20px;
}.ui-our-info .ui-assist-grid {
    padding: 25px;
}.ui-our-info .ui-assist-grid p svg {
    height: 20px;
    width: 20px;
}.ui-our-info .ui-msg-team svg {
    height: 20px;
    width: 20px;
}.ui-our-info .ui-reach-us svg {
    width: 16px;
    height: 16px;
}.ui-our-info .ui-quick-support {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.ui-thxField {
    min-height: auto;
    padding: 3rem 0;
}.ui-thxField .ui-virtual-classes {
    transform: none;
    padding: 2rem;
}.ui-thxField .ui-virtual-classes > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.ui-thxField .ui-virtual-classes > div:first-child::after {
    width: 80%;
}.ui-thxField p {
    line-height: 1.6;
}.ui-thxField::after {
    right: -50%;
    top: -30%;
    width: 100%;
}
}



@media (min-width: 992px) {.ui-title-page {
    padding: 180px 0;
}.ui-title-page > div {
    gap: 60px;
}.ui-title-page .ui-skill-training {
    height: 450px;
}.ui-title-page .ui-page-begin {
    font-size: calc(47px * 1.2);
}
}



@media (max-width: 992px) {.ui-mentorship-experience .ui-user-voices {
    gap: 2rem;
    grid-template-columns: 1fr;
}.ui-mentorship-experience .ui-img-caption {
    max-height: 300px;
    aspect-ratio: 16/9;
}.ui-mentorship-experience .ui-experience {
    padding: 1rem 0;
}.ui-mentorship-experience .ui-experience::before {
    height: 2px;
    width: 0;
    transition: width 0.8s ease-out;
}.ui-mentorship-experience .ui-user-voices:hover .ui-experience::before {
    width: 100%;
    height: 2px;
}}



@media screen and (max-width: 480px) {.ui-contact {
    padding: 50px 0;
}.ui-contact h2 {
    font-size: calc(38px * 0.8);
}.ui-contact .ui-img-caption {
    min-height: 200px;
}.ui-contact .ui-feedback-help {
    padding: 30px 20px;
}.ui-contact .ui-feedback-help::before {
    width: calc(100% - 40px);
    left: 20px;
}.ui-contact form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.ui-contact form input[type="text"] {
    padding: 15px 20px;
}.ui-contact form .ui-help-form {
    width: 100%;
    text-align: center;
}}



@media (max-width: 480px) {header .ui-header-guide {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .ui-header-main {
    padding: 0 0 0.6rem 0;
}header .ui-header-main svg {
    width: 120px;
}header .ui-head-info {
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    overflow-x: auto;
    justify-content: flex-start;
}header .ui-head-info::-webkit-scrollbar {
    height: 3px;
}header .ui-head-info::-webkit-scrollbar-thumb {
    background: rgb(183,183,158);
    border-radius: 10px;
}header .ui-header-sitebar {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 576px) {.ui-meet-us {
    padding: 60px 0;
}.ui-meet-us::before,
    .ui-meet-us::after {
    opacity: 0.25;
}.ui-meet-us .ui-skill-learn {
    width: 100%;
}.ui-meet-us .ui-img-caption {
    height: 280px;
}.ui-meet-us .ui-virtual-training {
    padding: 15px 20px;
}.ui-meet-us .ui-class-experts {
    font-size: calc(22px + 1px);
}.ui-meet-us .ui-insight-box {
    padding: 25px 20px;
}.ui-meet-us .ui-expert-classes svg {
    width: 40px;
    height: 40px;
}.ui-meet-us .ui-expert-classes {
    margin-bottom: 20px;
    font-size: 12px;
}.ui-meet-us h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(28px - 6px);
}.ui-meet-us h2::after {
    width: 60px;
    height: 2px;
}.ui-meet-us p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}}



@media (max-width: 767px) {.ui-course-features {
    padding: 4rem 0;
}.ui-course-features .ui-img-caption {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



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



@keyframes scan {
    0%, 100% {
        top: 10%;
        opacity: 0;
    }
    50% {
        top: 90%;
        opacity: 1;
    }
}



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

