* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}.n-wrapper-capsule {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.I-credit-info {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.H-head-class {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1149px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.U-data-overview {
    background-color: #000000;
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}.U-data-overview::before {
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(152,155,173,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
}.U-data-overview::after {
    width: 200%;
    z-index: -1;
    background: repeating-linear-gradient(
        rgba(rgb(191,194,208,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(191,194,208,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    transform: rotate(15deg);
    animation: gridMove 35s linear infinite;
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
}@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

.U-data-overview .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.U-data-overview .container::before {
    opacity: 0.4;
    position: absolute;
    background: radial-gradient(circle, rgb(191,194,208,0.5) 0%, transparent 70%);
    content: "";
    animation: pulseEffect 8s ease-in-out infinite;
    height: 200px;
    border-radius: 50%;
    filter: blur(50px);
    width: 200px;
    top: -80px;
    right: -20px;
}@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.U-data-overview h2 {
    margin-bottom: 60px;
    position: relative;
    font-size: 38px;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.U-data-overview h2::before {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    height: 90%;
    background: linear-gradient(to bottom, rgb(191,194,208), rgb(152,155,173));
    content: "";
    top: 50%;
    border-radius: 10px;
    width: 6px;
}.U-data-overview h2::after {
    left: 0;
    content: "";
    bottom: -15px;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(191,194,208), transparent);
    width: 100%;
}.U-data-overview ul {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}.U-data-overview .B-pro-upgrade {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 35px 30px;
    flex: 1 1 240px;
    min-width: 240px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    text-align: center;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.U-data-overview .B-pro-upgrade::before {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    content: "";
    position: absolute;
}.U-data-overview .B-pro-upgrade::after {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: -50%;
    background: radial-gradient(circle, rgb(191,194,208,0.5) 0%, transparent 60%);
    height: 200%;
    position: absolute;
    transform: scale(0.5);
    left: -50%;
    width: 200%;
    content: "";
}.U-data-overview .B-pro-upgrade:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(rgb(191,194,208,0.5), 0.2);
    transform: translateY(-10px);
}.U-data-overview .B-pro-upgrade:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.U-data-overview .B-pro-upgrade p {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    position: relative;
    font-size: 3.5rem;
    margin: 0 0 20px;
    color: #ffffff;
}.U-data-overview .B-pro-upgrade p::before {
    background: rgb(191,194,208,0.5);
    height: 40px;
    content: "";
    filter: blur(10px);
    position: absolute;
    width: 40px;
    top: -10px;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
}.U-data-overview .B-pro-upgrade span {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 13px;
    display: block;
}.U-data-overview .B-pro-upgrade span::after {
    transform: translateX(-50%);
    background: rgb(191,194,208,0.5);
    height: 2px;
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 10px;
    width: 40px;
    bottom: -15px;
}.U-data-overview ul:has(.B-pro-upgrade:only-child) .B-pro-upgrade {
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 500px;
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(2):last-child) .B-pro-upgrade {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(3):last-child) .B-pro-upgrade {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(4):last-child) .B-pro-upgrade {
    max-width: calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(5):nth-last-child(-n+1)) .B-pro-upgrade {
    flex: 0 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(n+6):nth-child(-n+10)) .B-pro-upgrade {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}.U-data-overview svg {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    fill: rgb(191,194,208);
}.U-data-overview svg path {
    fill: rgb(191,194,208);
}.U-data-overview .B-pro-upgrade:hover svg {
    transform: scale(1.2) rotate(5deg);
}

@media screen and (min-width: 1441px) {.U-data-overview {
    padding: 150px 0;
}.U-data-overview h2 {
    margin-bottom: 80px;
    font-size: calc(38px * 1.2);
}.U-data-overview .B-pro-upgrade {
    padding: 45px 40px;
}.U-data-overview .B-pro-upgrade p {
    font-size: 4rem;
}
}

@media screen and (max-width: 1440px) {.U-data-overview {
    padding: 100px 0;
}.U-data-overview ul {
    gap: 30px;
}.U-data-overview .B-pro-upgrade {
    padding: 30px 25px;
}.U-data-overview .B-pro-upgrade p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.U-data-overview {
    padding: 90px 0;
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(4):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(5):nth-last-child(-n+1)) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(n+6):nth-child(-n+10)) .B-pro-upgrade {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
}.U-data-overview .B-pro-upgrade p {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 991px) {.U-data-overview {
    padding: 80px 0;
}.U-data-overview h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.U-data-overview ul {
    gap: 25px;
}.U-data-overview ul:has(.B-pro-upgrade:nth-child(3):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(4):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(5):nth-last-child(-n+1)) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(n+6):nth-child(-n+10)) .B-pro-upgrade {
    max-width: calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
}.U-data-overview .B-pro-upgrade {
    padding: 25px 20px;
}.U-data-overview .B-pro-upgrade p {
    margin-bottom: 15px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 767px) {.U-data-overview {
    padding: 70px 0;
}.U-data-overview h2 {
    padding-left: 15px;
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.U-data-overview h2::before {
    width: 4px;
}.U-data-overview ul {
    flex-direction: column;
    gap: 20px;
}.U-data-overview .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(2):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(3):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(4):last-child) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(5):nth-last-child(-n+1)) .B-pro-upgrade,
    .U-data-overview ul:has(.B-pro-upgrade:nth-child(n+6):nth-child(-n+10)) .B-pro-upgrade {
    flex: 0 0 100%;
    max-width: 100%;
}.U-data-overview .B-pro-upgrade p {
    font-size: 2.2rem;
}.U-data-overview svg {
    height: 35px;
    width: 35px;
}
}

@media screen and (max-width: 480px) {.U-data-overview {
    padding: 60px 0;
}.U-data-overview h2 {
    padding-left: 12px;
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.U-data-overview h2::before {
    width: 3px;
}.U-data-overview ul {
    gap: 15px;
}.U-data-overview .B-pro-upgrade {
    padding: 20px 15px;
}.U-data-overview .B-pro-upgrade p {
    font-size: 2rem;
    margin-bottom: 10px;
}.U-data-overview .B-pro-upgrade span {
    font-size: calc(13px * 0.9);
}.U-data-overview svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}}.A-title-welcome {
    justify-content: center;
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg, rgb(225,227,233), rgb(191,194,208,0.5));
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.A-title-welcome::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(152,155,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(191,194,208,0.5) 0%, transparent 40%);
    height: 100%;
}.A-title-welcome .a-page-title {
    transform: translateY(-3vh);
    position: relative;
    max-width: 1200px;
    display: grid;
    width: 90%;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2rem;
}.A-title-welcome .a-page-title > div:first-child {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.A-title-welcome .a-page-title > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.A-title-welcome .a-page-title > div:first-child p {
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.02em;
}.A-title-welcome .Z-learning-lab {
    overflow: hidden;
    width: 100%;
    position: relative;
}.A-title-welcome .Z-learning-lab > div {
    width: 100%;
    display: flex;
    padding: 3rem 2rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: space-between;
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    flex-direction: column;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    min-height: 400px;
    position: relative;
}.A-title-welcome .Z-learning-lab > div::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.6) 0%, 
                rgba(0,0,0,0.3) 40%,
                rgba(0,0,0,0.5) 100%);
    top: 0;
    left: 0;
    content: "";
}.A-title-welcome .Z-learning-lab > div::after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, 
                rgb(191,194,208,0.5) 0%, 
                transparent 100%);
    left: 0;
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    content: "";
    height: 30%;
}.A-title-welcome .Z-learning-lab > div:hover {
    transform: scale(1.02);
}.A-title-welcome .Z-learning-lab h3 {
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transform: translateX(5%);
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    font-size: calc(21px * 0.95);
    border-left: 3px solid rgb(191,194,208);
    background: linear-gradient(90deg, 
                rgba(rgb(152,155,173,0.5), 0.3) 0%, 
                rgba(rgb(191,194,208,0.5), 0.3) 100%);
    backdrop-filter: blur(5px);
}.A-title-welcome .Z-learning-lab > div > div {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    width: 90%;
}.A-title-welcome .Z-learning-lab > div > div > div {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
    transform: perspective(800px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(135deg, 
                rgb(152,155,173) 0%, 
                rgb(191,194,208) 100%);
    padding: 2rem;
}.A-title-welcome .Z-learning-lab > div > div > div:hover {
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}.A-title-welcome .title_style_header {
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.3;
    animation: titlePulse 3s infinite alternate;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 0;
}

@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}

@media screen and (min-width: 768px) {.A-title-welcome .a-page-title {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 3fr;
}.A-title-welcome .a-page-title > div:first-child {
    transform: perspective(1000px) rotateX(4deg) rotateY(-3deg);
}.A-title-welcome .a-page-title > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.A-title-welcome .Z-learning-lab > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.A-title-welcome .Z-learning-lab h3 {
    margin-right: auto;
    width: 80%;
    font-size: 21px;
    margin-left: auto;
}.A-title-welcome .title_style_header {
    font-size: calc(39px * 1.1);
}
}

@media screen and (min-width: 1024px) {.A-title-welcome .a-page-title {
    gap: 4rem;
}.A-title-welcome .a-page-title > div:first-child {
    padding: 3rem;
}.A-title-welcome .a-page-title > div:first-child p {
    font-size: calc(17px * 1.3);
}.A-title-welcome .Z-learning-lab > div {
    min-height: 600px;
}.A-title-welcome .Z-learning-lab h3 {
    width: 70%;
    font-size: calc(21px * 1.1);
}.A-title-welcome .Z-learning-lab > div > div {
    width: 80%;
}.A-title-welcome .title_style_header {
    font-size: 39px;
}
}

@media screen and (max-width: 767px) {.A-title-welcome {
    padding: 3rem 1rem;
}.A-title-welcome .a-page-title {
    gap: 1.5rem;
    width: 95%;
}.A-title-welcome .a-page-title > div:first-child {
    padding: 1.5rem;
}.A-title-welcome .a-page-title > div:first-child p {
    font-size: 17px;
}.A-title-welcome .Z-learning-lab > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.A-title-welcome .Z-learning-lab h3 {
    font-size: calc(21px * 0.85);
    padding: 1rem;
    transform: translateX(0);
}.A-title-welcome .Z-learning-lab > div > div > div {
    padding: 1.5rem 1rem;
}.A-title-welcome .title_style_header {
    font-size: calc(31px * 0.9);
}}.L-enroll-instantly {
    background: linear-gradient(135deg, rgb(225,227,233) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 6rem 0;
    position: relative;
}.L-enroll-instantly::before {
    background: rgb(152,155,173,0.5);
    content: "";
    position: absolute;
    right: -5%;
    top: -5%;
    animation: floatGlow 12s ease-in-out infinite;
    filter: blur(80px);
    height: 300px;
    opacity: 0.4;
    width: 300px;
    transform: translate3d(0, 0, 0);
    z-index: 0;
}.L-enroll-instantly::after {
    height: 250px;
    background: rgb(191,194,208,0.5);
    z-index: 0;
    left: -5%;
    animation: floatGlow 15s ease-in-out infinite reverse;
    filter: blur(60px);
    transform: translate3d(0, 0, 0);
    position: absolute;
    opacity: 0.3;
    bottom: -10%;
    width: 250px;
    content: "";
}.L-enroll-instantly .container {
    align-items: center;
    padding: 0 15px;
    position: relative;
    flex-direction: column;
    max-width: 1140px;
    display: flex;
    z-index: 2;
    margin: 0 auto;
}.L-enroll-instantly h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    margin-bottom: 2.5rem;
    font-size: 34px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    letter-spacing: -0.01em;
}.L-enroll-instantly h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
    box-shadow: 0 2px 8px rgba(rgb(191,194,208,0.5), 0.3);
    bottom: -15px;
    content: "";
    width: 80px;
    height: 4px;
    border-radius: 10px;
}.L-enroll-instantly .V-knowledge-lab {
    display: flex;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    gap: 2rem;
    border-radius: 16px;
    box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
    justify-content: center;
    padding: 2.5rem 3rem;
}.L-enroll-instantly .V-knowledge-lab::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    z-index: 0;
    content: "";
}.L-enroll-instantly .V-knowledge-lab:hover {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 3px 10px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.L-enroll-instantly svg {
    position: relative;
    z-index: 1;
    width: 48px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 50%;
    padding: 12px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 0.8),
    inset 0 0 0 rgba(0, 0, 0, 0.06),
    inset 0 0 0 rgba(255, 255, 255, 0.8);
    height: 48px;
}.L-enroll-instantly .V-knowledge-lab:hover svg {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.1),
    -8px -8px 20px rgba(255, 255, 255, 0.9),
    inset 0 0 0 rgba(0, 0, 0, 0.06),
    inset 0 0 0 rgba(255, 255, 255, 0.8);
    transform: scale(1.05) rotate(5deg);
}.L-enroll-instantly svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.L-enroll-instantly .V-knowledge-lab:hover svg path {
    fill: rgb(191,194,208);
}.L-enroll-instantly .V-knowledge-lab > div {
    z-index: 1;
    position: relative;
}.L-enroll-instantly .U-message-query {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(191,194,208) 0%, rgb(152,155,173) 100%);
    box-shadow: 0 4px 15px rgba(rgb(191,194,208,0.5), 0.4);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 2rem;
    display: inline-block;
    letter-spacing: 0.02em;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}.L-enroll-instantly .U-message-query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    position: absolute;
}.L-enroll-instantly .U-message-query:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(rgb(191,194,208,0.5), 0.5);
}.L-enroll-instantly .U-message-query:hover::before {
    left: 100%;
}.L-enroll-instantly .U-message-query:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(rgb(191,194,208,0.5), 0.3);
}

@keyframes floatGlow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(5%, 5%) scale(1.1);
  }
}

@media (max-width: 991px) {.L-enroll-instantly {
    padding: 5rem 0;
}.L-enroll-instantly h2 {
    max-width: 90%;
    font-size: calc(34px * 0.9);
}.L-enroll-instantly .V-knowledge-lab {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.L-enroll-instantly {
    padding: 4rem 0;
}.L-enroll-instantly h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.5;
}.L-enroll-instantly h2::after {
    width: 60px;
    height: 3px;
}.L-enroll-instantly .V-knowledge-lab {
    padding: 2rem;
    flex-direction: column;
    gap: 1.5rem;
}.L-enroll-instantly .U-message-query {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 480px) {.L-enroll-instantly {
    padding: 3rem 0;
}.L-enroll-instantly h2 {
    font-size: calc(23px * 1.2);
    margin-bottom: 1.5rem;
}.L-enroll-instantly h2::after {
    width: 50px;
    bottom: -10px;
}.L-enroll-instantly .V-knowledge-lab {
    padding: 1.5rem;
}.L-enroll-instantly svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}.L-enroll-instantly .U-message-query {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}}.T-learning-impact {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,227,233) 30%, rgba(rgb(191,194,208,0.5), 0.05) 100%);
}.T-learning-impact::before {
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
    top: 0;
    content: "";
    height: 6px;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}.T-learning-impact::after {
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(191,194,208,0.5), 0.03) 0px,
        rgba(rgb(191,194,208,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
}.T-learning-impact .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
    gap: 60px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
}.T-learning-impact .S-image-frame-wrap {
    transform: perspective(1000px) rotateY(-8deg);
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    box-shadow: 20px 20px 0 rgba(rgb(191,194,208,0.5), 0.2),
                -15px -15px 0 rgba(rgb(152,155,173,0.5), 0.15);
}.T-learning-impact .S-image-frame-wrap:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.T-learning-impact .V-knowledge-lab {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.T-learning-impact .n-text-capsule {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    padding: 30px;
}.T-learning-impact .n-text-capsule::before {
    content: "";
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    z-index: -1;
    top: -15px;
    height: calc(100% + 30px);
    left: -15px;
    position: absolute;
    border-left: 3px solid rgb(191,194,208);
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    width: calc(100% + 30px);
}.T-learning-impact h1 {
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 48px;
    color: #000000;
    margin-bottom: 30px;
    transform: translateX(-5px);
}.T-learning-impact h1::after {
    bottom: -10px;
    background: rgb(152,155,173);
    left: 0;
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
}.T-learning-impact ul {
    display: grid;
    gap: 20px;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
}.T-learning-impact li {
    padding-left: 15px;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateZ(0);
}.T-learning-impact li:hover {
    transform: translateX(10px);
}.T-learning-impact li::before {
    opacity: 0.7;
    width: 10px;
    left: -5px;
    height: 10px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    border-radius: 10px;
    content: "";
    background: rgb(191,194,208);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
}.T-learning-impact li:hover::before {
    transform: translateY(-50%) scale(1);
}.T-learning-impact p {
    color: #000000;
    align-items: center;
    line-height: 1.6;
    display: flex;
    margin: 0;
    font-size: 18px;
}.T-learning-impact svg {
    margin-right: 15px;
    height: 24px;
    transform: translateY(-1px);
    flex-shrink: 0;
    width: 24px;
}.T-learning-impact svg path {
    fill: rgb(191,194,208);
    transition: fill 0.3s ease, transform 0.3s ease;
}.T-learning-impact li:hover svg path {
    fill: rgb(152,155,173);
}.T-learning-impact li:hover svg path:first-child {
    transform: translateY(-2px);
}.T-learning-impact li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.T-learning-impact {
    padding: 80px 0;
}.T-learning-impact .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.T-learning-impact .S-image-frame-wrap {
    margin: 0 auto;
    max-height: 400px;
    width: 80%;
    transform: perspective(1000px) rotateY(-5deg);
}.T-learning-impact h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.T-learning-impact {
    padding: 60px 0;
}.T-learning-impact .container {
    gap: 30px;
}.T-learning-impact .S-image-frame-wrap {
    box-shadow: 10px 10px 0 rgba(rgb(191,194,208,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(152,155,173,0.5), 0.15);
    width: 100%;
    transform: none;
}.T-learning-impact .n-text-capsule {
    padding: 20px;
}.T-learning-impact .n-text-capsule::before {
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
}.T-learning-impact h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.T-learning-impact ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.T-learning-impact {
    padding: 40px 0;
}.T-learning-impact .S-image-frame-wrap {
    max-height: 250px;
    box-shadow: 8px 8px 0 rgba(rgb(191,194,208,0.5), 0.2);
}.T-learning-impact h1 {
    margin-bottom: 20px;
    font-size: calc(48px * 0.7);
}.T-learning-impact h1::after {
    height: 2px;
    width: 60px;
}.T-learning-impact p {
    font-size: calc(18px * 0.9);
}.T-learning-impact svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.T-learning-impact ul {
    gap: 12px;
}.T-learning-impact li:hover {
    transform: translateX(5px);
}}.o-contact-panel {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.o-contact-panel::before {
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(8px);
    content: '';
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
}.o-contact-panel::after {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(191,194,208,0.5) 0%, transparent 50%, rgb(152,155,173,0.5) 100%);
    animation: gradientShift 15s ease infinite;
    z-index: 2;
    height: 100%;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.o-contact-panel .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.o-contact-panel .r-help-support {
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.o-contact-panel .r-help-support::before {
    top: -50%;
    position: absolute;
    pointer-events: none;
    content: '';
    height: 200%;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle, rgb(191,194,208,0.5) 0%, transparent 30%);
    opacity: 0.1;
    animation: rotate 30s linear infinite;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.o-contact-panel .Y-feedback-links {
    background: linear-gradient(145deg, rgb(191,194,208,0.5) 0%, rgb(152,155,173,0.5) 100%);
    flex: 1;
    padding: 50px;
    overflow: hidden;
    position: relative;
}.o-contact-panel .Y-feedback-links::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    content: '';
    width: 100px;
    position: absolute;
    top: 0;
}.o-contact-panel .Y-feedback-links h3 {
    font-size: 29px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.o-contact-panel .Y-feedback-links h3::after {
    width: 80px;
    background: #ffffff;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    height: 3px;
}.o-contact-panel .Y-feedback-links div {
    position: relative;
    margin-bottom: 25px;
    align-items: center;
    transform: translateX(0);
    display: flex;
    transition: transform 0.3s ease;
    padding-left: 15px;
}.o-contact-panel .Y-feedback-links div:hover {
    transform: translateX(10px);
}.o-contact-panel .Y-feedback-links div::before {
    top: 50%;
    width: 5px;
    background: #ffffff;
    left: 0;
    content: '';
    position: absolute;
    height: 0;
    transition: height 0.3s ease, top 0.3s ease;
    border-radius: 10px;
}.o-contact-panel .Y-feedback-links div:hover::before {
    top: 10%;
    height: 80%;
}.o-contact-panel .Y-feedback-links svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    fill: #ffffff;
}.o-contact-panel .Y-feedback-links svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.o-contact-panel .Y-feedback-links div:hover svg path {
    fill: rgb(152,155,173);
}.o-contact-panel .Y-feedback-links span {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}.o-contact-panel .Y-feedback-links span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.o-contact-panel .Y-feedback-links span a:hover {
    color: rgb(152,155,173);
}.o-contact-panel .m-help-inquiry {
    flex: 1.2;
    position: relative;
    padding: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.o-contact-panel .m-help-inquiry::before {
    position: absolute;
    border-radius: 50%;
    right: -100px;
    content: '';
    animation: pulse 4s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(152,155,173,0.5) 0%, transparent 70%);
    width: 200px;
    top: -100px;
    height: 200px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.o-contact-panel .m-help-inquiry h3 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
    position: relative;
}.o-contact-panel .m-help-inquiry h3::after {
    width: 50px;
    left: 50%;
    background: rgb(152,155,173);
    border-radius: 10px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
}.o-contact-panel .m-help-inquiry form {
    flex-direction: column;
    display: flex;
}.o-contact-panel .m-help-inquiry input[type="text"],
.o-contact-panel .m-help-inquiry input[type="email"] {
    backdrop-filter: blur(5px);
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-radius: 14px;
}.o-contact-panel .m-help-inquiry input[type="text"]:focus,
.o-contact-panel .m-help-inquiry input[type="email"]:focus {
    border-color: rgb(152,155,173);
    outline: none;
    box-shadow: 0 0 0 2px rgb(152,155,173,0.5);
}.o-contact-panel .m-help-inquiry input[type="text"]::placeholder,
.o-contact-panel .m-help-inquiry input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.o-contact-panel .m-help-inquiry .z-support-card {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.o-contact-panel .m-help-inquiry .z-support-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.o-contact-panel .m-help-inquiry .z-support-card label {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #ffffff;
}.o-contact-panel .m-help-inquiry .z-support-card label::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 18px;
    content: '';
    height: 18px;
}.o-contact-panel .m-help-inquiry .z-support-card label::after {
    height: 4px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    top: 9px;
    transform: rotate(-45deg) scale(0);
    left: 5px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease;
    width: 8px;
    content: '';
}.o-contact-panel .m-help-inquiry .z-support-card input[type="checkbox"]:checked + label::before {
    border-color: rgb(152,155,173);
    background: rgb(152,155,173,0.5);
}.o-contact-panel .m-help-inquiry .z-support-card input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.o-contact-panel .m-help-inquiry .z-support-card label a {
    transition: color 0.3s ease;
    color: rgb(152,155,173);
    text-decoration: none;
}.o-contact-panel .m-help-inquiry .z-support-card label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.o-contact-panel .m-help-inquiry .U-message-query {
    background: linear-gradient(90deg, rgb(191,194,208) 0%, rgb(152,155,173) 100%);
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    border-radius: 14px;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    border: none;
}.o-contact-panel .m-help-inquiry .U-message-query::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}.o-contact-panel .m-help-inquiry .U-message-query:hover::before {
    left: 100%;
}.o-contact-panel .m-help-inquiry .U-message-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.o-contact-panel {
    padding: 80px 0;
}.o-contact-panel .r-help-support {
    flex-direction: column;
}.o-contact-panel .Y-feedback-links,
    .o-contact-panel .m-help-inquiry {
    padding: 40px;
}.o-contact-panel .Y-feedback-links {
    text-align: center;
}.o-contact-panel .Y-feedback-links h3::after {
    transform: translateX(-50%);
    left: 50%;
}.o-contact-panel .Y-feedback-links div {
    justify-content: center;
    padding-left: 0;
}.o-contact-panel .Y-feedback-links div::before {
    display: none;
}
}

@media (max-width: 768px) {.o-contact-panel {
    padding: 60px 0;
}.o-contact-panel .Y-feedback-links,
    .o-contact-panel .m-help-inquiry {
    padding: 30px;
}.o-contact-panel .Y-feedback-links h3,
    .o-contact-panel .m-help-inquiry h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.o-contact-panel .Y-feedback-links div {
    margin-bottom: 20px;
}.o-contact-panel .m-help-inquiry input[type="text"],
    .o-contact-panel .m-help-inquiry input[type="email"] {
    padding: 12px 15px;
}.o-contact-panel .m-help-inquiry .U-message-query {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.o-contact-panel {
    padding: 40px 0;
}.o-contact-panel .container {
    padding: 0 10px;
}.o-contact-panel .Y-feedback-links,
    .o-contact-panel .m-help-inquiry {
    padding: 20px;
}.o-contact-panel .Y-feedback-links h3,
    .o-contact-panel .m-help-inquiry h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.o-contact-panel .Y-feedback-links svg {
    width: 20px;
    height: 20px;
}.o-contact-panel .m-help-inquiry .z-support-card label {
    font-size: calc(14px * 0.9);
}.o-contact-panel .m-help-inquiry .U-message-query {
    width: 100%;
}}.O-course-program {
    padding: 100px 0;
    background-color: rgb(225,227,233);
    overflow: hidden;
    position: relative;
}.O-course-program::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(191,194,208,0.5) 0%, transparent 50%, rgb(152,155,173,0.5) 100%);
    z-index: 1;
    content: "";
}.O-course-program::after {
    width: 400px;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 1;
    height: 400px;
    background: radial-gradient(circle, rgb(152,155,173,0.5) 0%, transparent 80%);
    animation: rotate 20s linear infinite;
    border-radius: 50%;
    content: "";
}.O-course-program .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.O-course-program .Y-program-track {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.O-course-program .n-text-capsule {
    align-items: center;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.O-course-program .n-text-capsule h2 {
    font-weight: 700;
    color: #000000;
    font-size: 37px;
    grid-column: 1 / -1;
    border-left: 4px solid rgb(191,194,208);
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}.O-course-program .description {
    border-radius: 13px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    font-size: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
}.O-course-program .description:first-of-type {
    overflow: hidden;
    position: relative;
}.O-course-program .description:first-of-type::before {
    top: -10px;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    background-color: rgb(191,194,208,0.5);
    height: 40px;
    content: "";
    width: 40px;
    z-index: -1;
}.O-course-program .description:last-of-type {
    position: relative;
    overflow: hidden;
}.O-course-program .description:last-of-type::before {
    background-color: rgb(152,155,173,0.5);
    height: 40px;
    content: "";
    border-radius: 50%;
    bottom: -10px;
    width: 40px;
    position: absolute;
    z-index: -1;
    right: -10px;
}.O-course-program .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.O-course-program .S-image-frame-wrap {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 40px 0;
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 13px;
}.O-course-program .S-image-frame-wrap::before {
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    bottom: 0;
}.O-course-program .S-image-frame-wrap::after {
    border-radius: 50%;
    background: rgb(191,194,208);
    position: absolute;
    filter: blur(10px);
    height: 10px;
    width: 90%;
    opacity: 0.7;
    animation: glow 4s infinite alternate;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}.O-course-program .S-image-frame-wrap:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.O-course-program {
    padding: 80px 0;
}.O-course-program .S-image-frame-wrap {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.O-course-program {
    padding: 60px 0;
}.O-course-program .n-text-capsule {
    gap: 20px;
    grid-template-columns: 1fr;
}.O-course-program .description {
    padding: 25px;
}.O-course-program .S-image-frame-wrap {
    height: 300px;
    margin: 25px 0;
}.O-course-program h2 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 480px) {.O-course-program {
    padding: 40px 0;
}.O-course-program .Y-program-track {
    gap: 30px;
}.O-course-program .n-text-capsule h2 {
    font-size: calc(37px * 0.8);
    padding-left: 15px;
}.O-course-program .description {
    font-size: calc(16px * 0.95);
    padding: 20px;
}.O-course-program .S-image-frame-wrap {
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
    height: 250px;
}}header {
    border-bottom: 1px solid rgb(191,194,208,0.5);
    -webkit-backdrop-filter: blur(8px);
    left: 0;
    position: fixed;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(191,194,208) 100%);
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
}header:before {
    animation: shine 8s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(191,194,208,0.5), transparent);
    pointer-events: none;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    width: 100%;
    content: '';
    background-size: 200% 100%;
    top: 0;
    left: 0;
}header .S-nav-start {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .O-head-study {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .f-nav-top {
    gap: 25px;
    display: flex;
    position: relative;
}header .f-nav-top:before {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    content: '';
    transform-origin: left;
    bottom: -8px;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(191,194,208), transparent);
}header .f-nav-top:hover:before {
    transform: scaleX(1);
}header .x-top-mainbar {
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.4s ease;
    padding: 8px 0;
    letter-spacing: 0.5px;
}header .x-top-mainbar:after {
    height: 2px;
    position: absolute;
    transform-origin: right;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
    left: 0;
    background: rgb(191,194,208);
    bottom: 0;
    transform: scaleX(0);
}header .x-top-mainbar:before {
    background: rgb(191,194,208);
    content: '';
    width: 4px;
    transition: all 0.3s ease;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}header .x-top-mainbar:hover {
    text-shadow: 0 0 8px rgb(191,194,208,0.5);
    color: rgb(191,194,208);
}header .x-top-mainbar:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .x-top-mainbar:hover:before {
    opacity: 1;
}header .Z-head-section {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
}header .Z-head-section svg {
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(191,194,208,0.5));
    height: 40px;
    width: auto;
}header .Z-head-section:hover svg {
    transform: scale(1.05);
}header .Z-head-section:after {
    width: 0;
    transition: width 0.4s ease;
    height: 1px;
    position: absolute;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    bottom: -8px;
    background: rgb(191,194,208);
}header .Z-head-section:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .f-nav-top {
    gap: 15px;
}header .x-top-mainbar {
    font-size: calc(16px - 1px);
}header .Z-head-section svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .f-nav-top {
    z-index: 1001;
    transition: right 0.4s ease;
    top: 0;
    gap: 20px;
    overflow-y: auto;
    padding: 80px 30px 30px;
    background: #000000;
    flex-direction: column;
    right: -100%;
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    width: 80%;
    height: 100vh;
}header .menu.active {
    right: 0;
}header .x-top-mainbar {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(191,194,208,0.5);
    width: 100%;
}header .f-nav-top:before {
    display: none;
}header .Z-head-section {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .Z-head-section svg {
    height: 30px;
}}.q-privacy-hub {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
    color: #000000;
}.q-privacy-hub h1 {
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(191,194,208);
    border-bottom: 3px solid rgb(191,194,208);
    padding-bottom: 15px;
    margin-top: 40px;
}.q-privacy-hub h2 {
    margin-top: 35px;
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 600;
    color: rgb(152,155,173);
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(152,155,173);
}.q-privacy-hub ul, .q-privacy-hub ol {
    margin: 25px 0;
    padding-left: 0;
    list-style-type: none;
}.q-privacy-hub ul li, .q-privacy-hub ol li {
    margin-bottom: 15px;
    line-height: 1.8;
    padding-left: 25px;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    color: #000000;
}.q-privacy-hub ul li::before, .q-privacy-hub ol li::before {
    border-radius: 50%;
    top: 50%;
    content: '';
    left: 0;
    height: 10px;
    background: rgb(191,194,208);
    width: 10px;
    transform: translateY(-50%);
    position: absolute;
}.q-privacy-hub p, .q-privacy-hub span, .q-privacy-hub div {
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.q-privacy-hub {
    padding: 25px;
}.q-privacy-hub h1 {
    margin-bottom: 20px;
    font-size: 34px;
}.q-privacy-hub h2 {
    font-size: 19px;
    margin-bottom: 15px;
}.q-privacy-hub ul li, .q-privacy-hub ol li {
    font-size: 17px;
}}

.q-privacy-hub h3, .q-privacy-hub h4, .q-privacy-hub h5, .q-privacy-hub h6 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 30px;
    font-size: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-weight: 600;
}.q-privacy-hub section {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    background: rgb(225,227,233);
}.q-privacy-hub a {
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    text-decoration: none;
    border-bottom: 2px solid rgb(191,194,208,0.5);
    padding-bottom: 2px;
    color: rgb(191,194,208);
}.q-privacy-hub a:hover {
    border-bottom-color: rgb(152,155,173,0.5);
    color: rgb(152,155,173);
}.C-price-offer {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.C-price-offer::before {
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
}.C-price-offer::after {
    content: "";
    background: radial-gradient(circle at 75% 25%, rgba(rgb(191,194,208,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
}.C-price-offer .container {
    position: relative;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.C-price-offer .H-trial-offers {
    position: relative;
}.C-price-offer h2 {
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    opacity: 1;
    font-weight: 700;
}.C-price-offer h2::after {
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
    position: absolute;
}.C-price-offer .b-study-pricing {
    margin: 0 auto 40px;
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(14px + 2px);
    text-align: center;
    opacity: 0.9;
}.C-price-offer .y-discount-deals {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    padding: 0;
    gap: 30px;
    margin: 0;
}.C-price-offer .y-discount-deals li {
    display: flex;
    perspective: 1000px;
}.C-price-offer .p-fee-plan {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: flex;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    flex-direction: column;
}.C-price-offer .p-fee-plan::before {
    top: 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(191,194,208,0.5), transparent 75%);
    width: 100%;
}.C-price-offer .p-fee-plan:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.C-price-offer .p-fee-plan:hover::before {
    opacity: 0.15;
}.C-price-offer .V-learn-sub {
    display: flex;
    flex-grow: 1;
    padding: 30px;
    flex-direction: column;
    position: relative;
}.C-price-offer .G-price-schemes {
    height: 100%;
    flex-direction: column;
    display: flex;
}.C-price-offer .G-price-schemes h4 {
    margin: 0 0 20px;
    font-size: calc(19px + 2px);
    transition: transform 0.3s ease;
    color: #ffffff;
    position: relative;
}.C-price-offer .p-fee-plan:hover .G-price-schemes h4 {
    transform: translateY(-5px);
}.C-price-offer .G-price-schemes h4::after {
    content: "";
    width: 40px;
    bottom: -8px;
    background: rgb(152,155,173);
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    left: 0;
}.C-price-offer .p-fee-plan:hover .G-price-schemes h4::after {
    width: 60px;
}.C-price-offer .G-price-schemes p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 25px;
}.C-price-offer .Z-indv-sub {
    margin-top: auto;
    font-size: calc(19px + 4px);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(191,194,208,0.5), transparent);
    overflow: hidden;
    position: relative;
    font-weight: 700;
    align-self: flex-start;
    transition: transform 0.3s ease;
    padding: 10px 20px;
    color: #ffffff;
}.C-price-offer .Z-indv-sub::before {
    transition: left 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
}.C-price-offer .p-fee-plan:hover .Z-indv-sub {
    transform: scale(1.05);
}.C-price-offer .p-fee-plan:hover .Z-indv-sub::before {
    left: 100%;
}

@media (max-width: 1200px) {.C-price-offer {
    padding: 80px 0;
}.C-price-offer .y-discount-deals {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.C-price-offer h2 {
    font-size: calc(30px - 4px);
}.C-price-offer .b-study-pricing {
    font-size: 14px;
    margin-bottom: 30px;
}.C-price-offer .V-learn-sub {
    padding: 25px;
}
}

@media (max-width: 768px) {.C-price-offer {
    padding: 60px 0;
}.C-price-offer .y-discount-deals {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.C-price-offer .G-price-schemes h4 {
    font-size: 19px;
}.C-price-offer .Z-indv-sub {
    font-size: 19px;
}
}

@media (max-width: 576px) {.C-price-offer {
    padding: 50px 0;
}.C-price-offer h2 {
    font-size: calc(30px - 6px);
}.C-price-offer .b-study-pricing {
    font-size: calc(14px - 1px);
}.C-price-offer .V-learn-sub {
    padding: 20px;
}.C-price-offer .G-price-schemes p {
    font-size: calc(14px - 1px);
}}footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.I-credit-info {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(152,155,173));
    position: relative;
    color: #ffffff;
}.I-credit-info::before {
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(152,155,173,0.5) 0%, transparent 50%);
    content: "";
    right: 0;
    pointer-events: none;
    top: 0;
    bottom: 0;
    position: absolute;
}.I-credit-info::after {
    animation: shiftGradient 15s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgb(191,194,208,0.5) 70%, transparent 100%);
    bottom: 0;
    pointer-events: none;
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.I-credit-info .container {
    z-index: 2;
    position: relative;
}footer .f-webinar-arch {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .U-support-now {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    display: flex;
    padding: 25px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    gap: 20px;
    backdrop-filter: blur(8px);
    border-radius: 20px;
}footer .U-support-now:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(191,194,208,0.5));
    transition: transform 0.3s ease;
    fill: rgb(191,194,208);
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 400;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(191,194,208,0.5);
    color: rgb(191,194,208);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
}footer .c-top-guide {
    gap: 15px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .c-top-guide svg {
    transition: filter 0.3s ease;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(191,194,208,0.5));
    margin-bottom: 10px;
    width: auto;
}footer .c-top-guide:hover svg {
    filter: drop-shadow(0 0 8px rgb(191,194,208));
}footer .n-webinar-cta {
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
}footer .f-nav-top {
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 25px;
}footer .f-nav-top:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .f-nav-top::before {
    bottom: -2px;
    content: "";
    left: -2px;
    right: -2px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(191,194,208), transparent, rgb(152,155,173), transparent);
    border-radius: calc(20px + 2px);
    top: -2px;
}footer .f-nav-top:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .f-nav-top h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
}footer .f-nav-top h5::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -1px;
    width: 50px;
    position: absolute;
    background: rgb(191,194,208);
    height: 2px;
    left: 0;
}footer .f-nav-top:hover h5::after {
    width: 100px;
}footer .v-head-core {
    flex-direction: column;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}footer .v-head-core a {
    font-size: calc(14px - 1px);
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}footer .v-head-core a::before {
    border-radius: 50%;
    width: 6px;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    content: "";
    left: 0;
    background-color: rgb(191,194,208);
    position: absolute;
    top: 50%;
    height: 6px;
    transform: translateY(-50%) scale(0.8);
}footer .v-head-core a:hover {
    padding-left: 20px;
    color: rgb(191,194,208);
}footer .v-head-core a:hover::before {
    background-color: rgb(191,194,208);
    opacity: 1;
    box-shadow: 0 0 5px rgb(191,194,208), 0 0 10px rgb(191,194,208,0.5);
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    background: linear-gradient(135deg, rgb(152,155,173,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
}footer .subscribe_holder::before {
    position: absolute;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
    width: 200%;
    z-index: -1;
    left: -50%;
    top: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(191,194,208), transparent);
    bottom: -5px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
}footer .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(191,194,208);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 10px rgb(191,194,208,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .A-sub-banner {
    display: inline-block;
    background: rgb(191,194,208);
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    border: none;
    font-size: 16px;
    padding: 14px 24px;
}footer .A-sub-banner::before {
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}footer .A-sub-banner:hover {
    background: rgb(152,155,173);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .A-sub-banner:hover::before {
    left: 100%;
}footer .z-training-zone {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .A-trade-mark {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .A-sub-banner {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .f-webinar-arch {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .U-support-now {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .I-credit-info {
    padding: 60px 0 30px;
}footer .U-support-now {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .f-nav-top, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .f-nav-top h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .v-head-core a {
    font-size: calc(14px - 2px);
}footer .z-training-zone {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .I-credit-info {
    padding: 40px 0 20px;
}footer .U-support-now, footer .f-nav-top, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .A-sub-banner {
    padding: 12px;
}footer .c-top-guide svg {
    height: 40px;
}footer .n-webinar-cta {
    font-size: calc(16px - 1px);
}}.O-company-overview {
    position: relative;
    align-items: center;
    padding: 120px 0 80px;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
}.O-company-overview::before {
    background: linear-gradient(135deg, rgb(191,194,208,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
}.O-company-overview::after {
    width: 60%;
    bottom: -20px;
    background: linear-gradient(225deg, rgb(152,155,173) 0%, transparent 70%);
    transform: skewY(-12deg);
    opacity: 0.15;
    z-index: -1;
    content: "";
    position: absolute;
    height: 70%;
    animation: floatBackground 20s ease-in-out infinite alternate;
    right: -20px;
}.O-company-overview .container {
    transform-origin: center top;
    z-index: 1;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.O-company-overview h2 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    transform: translateZ(30px);
    color: #ffffff;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}.O-company-overview h2::before {
    height: 4px;
    left: 0;
    transform-origin: left;
    background: rgb(152,155,173);
    width: 80px;
    content: "";
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    position: absolute;
    transform: scaleX(0);
}.O-company-overview h2::after {
    height: 4px;
    background: rgb(191,194,208);
    transform-origin: left;
    bottom: -12px;
    width: 40px;
    left: 0;
    content: "";
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateX(80px) scaleX(0);
}.O-company-overview .n-text-capsule {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    padding: 60px 50px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) translateZ(0);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.O-company-overview .n-text-capsule::before {
    background: linear-gradient(to bottom, rgb(191,194,208), rgb(152,155,173));
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    top: 0;
    transform-origin: center;
    width: 6px;
    content: "";
    height: 100%;
    transform: scaleY(0.8);
    left: 0;
}.O-company-overview .n-text-capsule::after {
    transform-origin: center;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(191,194,208), rgb(152,155,173));
    height: 6px;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    right: 0;
    transform: scaleX(0.9);
    top: 0;
}.O-company-overview .n-text-capsule > div {
    z-index: 1;
    position: relative;
}.O-company-overview .n-text-capsule p {
    font-size: calc(23px - 2px);
    transform: translateY(20px);
    opacity: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(191,194,208);
    font-weight: 600;
}.O-company-overview .n-text-capsule p::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    content: "";
    height: 2px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(152,155,173);
    width: 40px;
    bottom: -8px;
}.O-company-overview .n-text-capsule div div {
    color: #000000;
    opacity: 0;
    font-size: 17px;
    column-count: 1;
    transform: translateY(30px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    column-gap: 40px;
}


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

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

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

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

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}


@media (min-width: 768px) {.O-company-overview {
    padding: 150px 0 100px;
}.O-company-overview .container {
    transform: perspective(1200px) rotateX(3deg);
}.O-company-overview h2 {
    margin-bottom: 60px;
    font-size: calc(37px + 4px);
}.O-company-overview .n-text-capsule {
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    padding: 70px 60px;
    border-radius: 6px;
    margin-left: 40px;
}.O-company-overview .n-text-capsule div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.O-company-overview .container {
    transform: perspective(1500px) rotateX(4deg);
}.O-company-overview .n-text-capsule {
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
    margin-left: 60px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    padding: 80px 70px;
}.O-company-overview h2 {
    font-size: calc(37px + 8px);
}.O-company-overview .n-text-capsule::before {
    width: 8px;
}.O-company-overview .n-text-capsule::after {
    height: 8px;
}.O-company-overview .n-text-capsule div div {
    line-height: 1.9;
    font-size: calc(17px + 1px);
}
}

@media (min-width: 1200px) {.O-company-overview .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.O-company-overview .n-text-capsule {
    padding: 90px 80px;
    margin-left: 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
}.O-company-overview .n-text-capsule div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.O-company-overview {
    padding: 100px 0 60px;
}.O-company-overview .container {
    padding: 0 15px;
    transform: perspective(800px) rotateX(1deg);
}.O-company-overview h2 {
    font-size: 37px;
    margin-bottom: 30px;
}.O-company-overview .n-text-capsule {
    border-radius: 4px;
    padding: 40px 25px;
    margin-left: 0;
}.O-company-overview .n-text-capsule::before {
    width: 4px;
}.O-company-overview .n-text-capsule::after {
    height: 4px;
}.O-company-overview .n-text-capsule div div {
    font-size: 17px;
    line-height: 1.7;
}}.D-course-methodology {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(225,227,233), #ffffff);
    padding: 7rem 1.5rem;
    position: relative;
}.D-course-methodology::before {
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(191,194,208,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    left: 0;
}.D-course-methodology::after {
    position: absolute;
    width: 100%;
    background-image: radial-gradient(circle at 90% 80%, rgb(152,155,173,0.5) 0%, transparent 40%);
    opacity: 0.3;
    content: "";
    z-index: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}.D-course-methodology .V-knowledge-lab {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 4px;
    max-width: 850px;
    flex-direction: column;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.D-course-methodology h3 {
    position: relative;
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
    font-weight: 700;
    padding: 1.5rem 2rem;
    text-align: left;
    color: #ffffff;
    animation: tabSlideDown 0.6s ease-out forwards;
    border-radius: 30px 30px 0 0;
    margin: 0;
    font-size: 37px;
}.D-course-methodology h3::before {
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 20px;
    content: "";
    animation: pulse 2s infinite;
    top: 50%;
    position: absolute;
    right: 2rem;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    background: #ffffff;
}.D-course-methodology h3::after {
    left: 0;
    top: 0;
    position: absolute;
    border-radius: inherit;
    width: 100%;
    animation: shine 3s infinite ease-in-out;
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    content: "";
    height: 100%;
}.D-course-methodology span {
    border-radius: 0 0 30px 30px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    padding: 2rem;
    background: #ffffff;
    font-size: 12px;
    opacity: 0;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    transform-origin: top center;
}.D-course-methodology span::before {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(191,194,208,0.5),
        rgb(152,155,173,0.5)
    );
    content: "";
}.D-course-methodology span::after {
    border-radius: 50%;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(191,194,208) 45%,
            rgb(191,194,208) 55%,
            transparent 55%
        );
    animation: rotate 15s linear infinite;
    height: 40px;
    background-size: 10px 10px;
    right: 1rem;
    position: absolute;
    width: 40px;
    content: "";
    border: 2px solid rgb(191,194,208,0.5);
    opacity: 0.3;
    bottom: 1rem;
}

@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.D-course-methodology {
    padding: 6rem 1.5rem;
}.D-course-methodology h3 {
    font-size: calc(37px * 0.9);
    padding: 1.3rem 2rem;
}.D-course-methodology span {
    padding: 1.8rem;
}.D-course-methodology h3::before {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 768px) {.D-course-methodology {
    padding: 5rem 1rem;
}.D-course-methodology h3 {
    font-size: calc(37px * 0.8);
    text-align: center;
    padding: 1.2rem 1.5rem;
}.D-course-methodology span {
    padding: 1.5rem;
    font-size: calc(12px * 0.95);
}.D-course-methodology h3::before {
    right: 1.5rem;
    width: 14px;
    height: 14px;
}.D-course-methodology span::after {
    height: 30px;
    width: 30px;
}}.T-tyMessage {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,194,208,0.5) 0%, rgb(225,227,233) 50%, rgb(152,155,173,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.T-tyMessage::before {
    pointer-events: none;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,194,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(152,155,173,0.5) 0%, transparent 50%);
    z-index: 1;
    opacity: 0.6;
}.T-tyMessage::after {
    background: rgb(191,194,208,0.5);
    z-index: 0;
    height: 50%;
    width: 50%;
    transform: rotate(-15deg);
    top: -10%;
    filter: blur(80px);
    position: absolute;
    right: -10%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
}.T-tyMessage .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.T-tyMessage .V-knowledge-lab {
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 3.5rem;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.T-tyMessage .V-knowledge-lab:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.T-tyMessage .V-knowledge-lab > div:first-child {
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-fill-mode: both;
    transform: translateY(-20px);
    padding-bottom: 1.5rem;
    opacity: 0;
    border-bottom: 2px solid rgb(191,194,208,0.5);
    position: relative;
}.T-tyMessage .V-knowledge-lab > div:first-child::after {
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    bottom: -2px;
    left: 0;
    width: 35%;
    height: 2px;
    position: absolute;
    background: rgb(191,194,208);
    content: "";
}.T-tyMessage h5 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    margin: 0;
    font-size: 20px;
}.T-tyMessage h5::before {
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    width: 0.5rem;
    content: "";
    left: -1.5rem;
    animation: fadeIn 0.5s ease 1.2s forwards;
    background: rgb(191,194,208);
    top: 50%;
    height: 80%;
}.T-tyMessage .V-knowledge-lab > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    animation-fill-mode: both;
}.T-tyMessage a {
    text-decoration: none;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    display: block;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
}.T-tyMessage a::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    top: 0;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
}.T-tyMessage a:hover::before {
    left: 100%;
}.T-tyMessage a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.T-tyMessage p {
    z-index: 1;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 35%;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) translate(-5px, 5px);
    }
}

@media (max-width: 992px) {.T-tyMessage {
    padding: 5rem 0;
}.T-tyMessage .V-knowledge-lab {
    padding: 2.5rem;
    gap: 2rem;
}.T-tyMessage h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 768px) {.T-tyMessage {
    padding: 4rem 0;
}.T-tyMessage .V-knowledge-lab {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    padding: 2rem;
    gap: 1.8rem;
}.T-tyMessage h5 {
    font-size: calc(20px * 0.85);
}.T-tyMessage p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.T-tyMessage {
    padding: 3rem 0;
}.T-tyMessage .V-knowledge-lab {
    gap: 1.5rem;
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.T-tyMessage h5 {
    font-size: calc(20px * 0.8);
}.T-tyMessage h5::before {
    left: -1rem;
    width: 0.3rem;
}.T-tyMessage a {
    padding: 0.8rem 1rem;
}.T-tyMessage p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.T-teacher-profile {
    position: relative;
    padding: 5rem 2rem;
    isolation: isolate;
    overflow: hidden;
    background: rgb(225,227,233);
}.T-teacher-profile::before {
    background: rgb(191,194,208,0.5);
    z-index: -1;
    top: -20%;
    filter: blur(3px);
    height: 140%;
    transform: rotate(15deg);
    position: absolute;
    content: "";
    width: 60%;
    right: -5%;
}.T-teacher-profile::after {
    width: 30%;
    animation: morph 15s linear infinite alternate;
    height: 30%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -5%;
    position: absolute;
    background: rgb(152,155,173,0.5);
    bottom: -5%;
    z-index: -1;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.T-teacher-profile .R-user-reviews {
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    gap: 0;
    position: relative;
    margin: 0 auto;
    display: grid;
}.T-teacher-profile .S-image-frame-wrap {
    border-radius: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    grid-column: 1 / 2;
    height: 450px;
    position: relative;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    z-index: 2;
    width: 100%;
}.T-teacher-profile .S-image-frame-wrap::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    top: 0;
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 100%;
    left: 0;
}.T-teacher-profile .R-user-reviews:hover .S-image-frame-wrap {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.T-teacher-profile .T-work-summary {
    z-index: 1;
    grid-column: 2 / 3;
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 3rem 3rem 5rem;
    grid-row: 1 / 2;
    justify-content: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-direction: column;
    transform: translateX(-15%);
    background: #ffffff;
}.T-teacher-profile .R-user-reviews:hover .T-work-summary {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.T-teacher-profile .name {
    position: relative;
    color: rgb(191,194,208);
    margin-bottom: 0.7rem;
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
}.T-teacher-profile .name::before {
    content: "";
    top: -10px;
    transform: rotate(45deg) scale(0);
    left: -20px;
    height: 30px;
    z-index: -1;
    position: absolute;
    width: 30px;
    border-radius: 10px;
    background: rgb(152,155,173,0.5);
    transition: transform 0.4s ease 0.2s;
}.T-teacher-profile .R-user-reviews:hover .name::before {
    transform: rotate(45deg) scale(1);
}.T-teacher-profile .T-work-summary > div:nth-child(2) {
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
    color: rgb(152,155,173);
    font-weight: 600;
    font-size: 20px;
    opacity: 0.9;
}.T-teacher-profile .R-user-reviews:hover .T-work-summary > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.T-teacher-profile .b-employee-progress {
    color: #000000;
    font-style: italic;
    position: relative;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.7;
    transition: all 0.5s ease 0.5s;
}.T-teacher-profile .R-user-reviews:hover .b-employee-progress {
    transform: translateY(0);
    opacity: 1;
}.T-teacher-profile .b-employee-progress::before {
    left: 0;
    width: 60px;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(191,194,208), transparent);
    content: "";
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.T-teacher-profile .T-work-summary::after {
    background: rgb(191,194,208,0.5);
    border-radius: 50%;
    bottom: 20px;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    right: 20px;
    animation: float 4s ease-in-out infinite;
}

@media (max-width: 992px) {.T-teacher-profile .R-user-reviews {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.T-teacher-profile .S-image-frame-wrap {
    height: 300px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.T-teacher-profile .S-image-frame-wrap::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.T-teacher-profile .T-work-summary {
    padding: 2rem;
    clip-path: none;
    grid-column: 1 / 2;
    transform: none;
    grid-row: 2 / 3;
}.T-teacher-profile .R-user-reviews:hover .T-work-summary {
    transform: translateY(-5px);
}
}