* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.skill-test-GR {
    flex: 0 0 auto;
}.wrapper-container-HN {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1152px;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.nav-core-uk {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff-block-MK {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.tariff-block-MK::before {
    content: "";
    z-index: 1;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}.tariff-block-MK .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.tariff-block-MK .study-rates-Xf {
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
}.tariff-block-MK h2 {
    color: #ffffff;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
    text-align: center;
    opacity: 0;
    font-size: 37px;
    animation: fadeSlideUp 0.7s ease forwards;
    margin-bottom: 20px;
    letter-spacing: 1px;
}.tariff-block-MK .pricing-card-zE {
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    max-width: 700px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.6;
    transform: translateY(20px);
    opacity: 0;
    font-size: 16px;
    color: #ffffff;
}.tariff-block-MK .trial-offers-IR {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    display: grid;
    width: 100%;
    padding: 0;
}.tariff-block-MK .trial-offers-IR li {
    opacity: 0;
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    animation: fadeSlideUp 0.8s ease forwards;
}.tariff-block-MK .trial-offers-IR li:nth-child(1) {
    --li-index: 1;
}.tariff-block-MK .trial-offers-IR li:nth-child(2) {
    --li-index: 2;
}.tariff-block-MK .trial-offers-IR li:nth-child(3) {
    --li-index: 3;
}.tariff-block-MK .trial-offers-IR li:nth-child(4) {
    --li-index: 4;
}.tariff-block-MK .rate-choices-Ad {
    backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.tariff-block-MK .rate-choices-Ad::before {
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    transform-origin: left;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    transform: scaleX(0);
    left: 0;
}.tariff-block-MK .rate-choices-Ad:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff-block-MK .rate-choices-Ad:hover::before {
    transform: scaleX(1);
}.tariff-block-MK .pricing-pack-sc {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}.tariff-block-MK .cert-fees-Rv {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff-block-MK .cert-fees-Rv h4 {
    font-weight: 600;
    position: relative;
    margin-top: 0;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-size: 21px;
    padding-bottom: 15px;
    color: #ffffff;
}.tariff-block-MK .cert-fees-Rv h4::after {
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(146,163,189);
    width: 40px;
    content: "";
}.tariff-block-MK .cert-fees-Rv p {
    margin-bottom: 25px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    font-size: calc(16px - 2px);
    color: rgba(255,255,255,0.8);
}.tariff-block-MK .cost-card-rY {
    padding: 10px 20px;
    font-size: calc(21px + 4px);
    align-self: flex-start;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(182,194,216,0.5), rgb(146,163,189,0.5));
}.tariff-block-MK .rate-choices-Ad:hover .cost-card-rY {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.tariff-block-MK {
    padding: 80px 0;
}.tariff-block-MK h2 {
    font-size: calc(37px - 4px);
}.tariff-block-MK .trial-offers-IR {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff-block-MK .pricing-pack-sc {
    padding: 25px;
}.tariff-block-MK .cost-card-rY {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 768px) {.tariff-block-MK {
    padding: 60px 0;
}.tariff-block-MK h2 {
    margin-bottom: 15px;
    font-size: calc(37px - 6px);
}.tariff-block-MK .pricing-card-zE {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.tariff-block-MK .trial-offers-IR {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-block-MK .cert-fees-Rv p {
    font-size: calc(16px - 3px);
}
}

@media (max-width: 480px) {.tariff-block-MK {
    padding: 50px 0;
}.tariff-block-MK .pricing-pack-sc {
    padding: 20px;
}.tariff-block-MK .cert-fees-Rv h4 {
    font-size: calc(21px - 2px);
}.tariff-block-MK .cost-card-rY {
    padding: 8px 15px;
    font-size: 21px;
}}.skill-test-GR {
    color: #ffffff;
    padding: 0;
    background-color: rgb(146,163,189);
    position: relative;
    font-family: Arial, sans-serif;
}.skill-test-GR .container {
    z-index: 2;
    position: relative;
}.skill-test-GR .progress-bar-LW {
    flex-direction: column;
    display: flex;
}.skill-test-GR .edu-help-GE {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -2rem;
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(182,194,216);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: grid;
    position: relative;
}.skill-test-GR .edu-help-GE::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    width: 100%;
    content: '';
}.skill-test-GR .info_item {
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
    position: relative;
}.skill-test-GR .info_item:hover {
    transform: translateX(10px);
}.skill-test-GR .info_item p,
.skill-test-GR .info_item a {
    transition: all 0.3s ease;
    color: #ffffff;
    gap: 0.75rem;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    align-items: center;
}.skill-test-GR .info_item svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}.skill-test-GR .info_item:hover svg {
    transform: scale(1.2);
}.skill-test-GR .text_main_holder {
    display: grid;
    z-index: 2;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}.skill-test-GR .nav-top-GR {
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    position: relative;
    flex-direction: column;
    background-color: rgb(146,163,189);
    padding: 4rem 2rem 3rem;
    display: flex;
    gap: 1.5rem;
}.skill-test-GR .nav-top-GR svg {
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 150px;
}.skill-test-GR .nav-top-GR:hover svg {
    transform: scale(1.05);
}.skill-test-GR .a11y-tools-Cr {
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}.skill-test-GR .head-skill-KY {
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 2;
    position: relative;
}.skill-test-GR .head-skill-KY::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    top: 0;
    content: '';
}.skill-test-GR .head-skill-KY h5 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 20px;
}.skill-test-GR .head-skill-KY h5::after {
    background-color: rgb(182,194,216);
    width: 40px;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -0.5rem;
    content: '';
}.skill-test-GR .head-prime-Ac {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.skill-test-GR .head-prime-Ac:not(:last-child) {
    margin-bottom: 1rem;
}.skill-test-GR .head-prime-Ac a {
    position: relative;
    color: #ffffff;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    opacity: 0.8;
}.skill-test-GR .head-prime-Ac a::before {
    background-color: rgb(182,194,216);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    content: '';
    height: 2px;
    transition: width 0.3s ease;
}.skill-test-GR .head-prime-Ac a:hover {
    padding-left: 10px;
    opacity: 1;
}.skill-test-GR .head-prime-Ac a:hover::before {
    width: 30px;
}.skill-test-GR .subscribe_holder {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
    background-color: rgb(146,163,189);
}.skill-test-GR .subscribe_holder::before {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    height: 100%;
    content: '';
    top: 0;
}.skill-test-GR .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 20px;
}.skill-test-GR .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}.skill-test-GR .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.skill-test-GR .input_holder input[type="email"] {
    font-size: 17px;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.skill-test-GR .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.skill-test-GR .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.skill-test-GR .mail-signup-lK {
    cursor: pointer;
    padding: 1rem 1.25rem;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgb(182,194,216);
    border: none;
}.skill-test-GR .mail-signup-lK::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    left: -100%;
}.skill-test-GR .mail-signup-lK:hover {
    background-color: rgb(182,194,216,0.5);
}.skill-test-GR .mail-signup-lK:hover::before {
    left: 100%;
}.skill-test-GR .price-table-ft {
    position: relative;
    background-color: rgb(146,163,189);
    padding: 6rem 0 2rem;
    z-index: 1;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    margin-top: 0;
}.skill-test-GR .price-table-ft::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    left: 0;
    z-index: -1;
}.skill-test-GR .abuse-ctrl-rK {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 1200px) {.skill-test-GR .edu-help-GE {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.skill-test-GR .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.skill-test-GR .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.skill-test-GR .text_main_holder {
    grid-template-columns: 1fr;
}.skill-test-GR .nav-top-GR,
    .skill-test-GR .head-skill-KY,
    .skill-test-GR .subscribe_holder {
    clip-path: none;
}.skill-test-GR .head-skill-KY {
    padding: 3rem 2rem;
}.skill-test-GR .nav-top-GR {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.skill-test-GR .subscribe_holder {
    padding: 3rem 2rem;
}.skill-test-GR .price-table-ft {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.skill-test-GR .edu-help-GE {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
    margin-bottom: 0;
    clip-path: none;
}.skill-test-GR .head-prime-Ac {
    grid-template-columns: 1fr;
}.skill-test-GR .head-skill-KY h5,
    .skill-test-GR .subscribe_holder h5 {
    text-align: center;
    display: block;
}.skill-test-GR .head-skill-KY h5::after {
    transform: translateX(-50%);
    left: 50%;
}.skill-test-GR .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.skill-test-GR .nav-top-GR,
    .skill-test-GR .head-skill-KY,
    .skill-test-GR .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.skill-test-GR .price-table-ft {
    padding: 2.5rem 0 1.5rem;
}.skill-test-GR .info_item {
    padding: 0.5rem 0;
}.skill-test-GR .info_item p,
    .skill-test-GR .info_item a {
    justify-content: center;
}}.course-program-info-uD {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(217,222,237) 0%, rgba(245, 247, 251, 0.92) 100%);
}.course-program-info-uD::before {
    top: -10%;
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    opacity: 0.15;
    height: 70%;
    background: linear-gradient(210deg, rgb(182,194,216,0.5) 0%, transparent 80%);
    pointer-events: none;
    width: 40%;
    content: "";
    z-index: 1;
    right: -5%;
}.course-program-info-uD::after {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: -5%;
    bottom: -10%;
    opacity: 0.12;
    transform: rotate(10deg) skewX(-15deg);
    content: "";
    width: 50%;
    background: linear-gradient(150deg, rgb(146,163,189,0.5) 0%, transparent 90%);
    height: 60%;
}.course-program-info-uD .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course-program-info-uD .learn-more-AB {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}.course-program-info-uD .img-caption-GN {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    position: relative;
    overflow: hidden;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
}.course-program-info-uD .img-caption-GN:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}.course-program-info-uD .img-caption-GN::before {
    z-index: 1;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(182,194,216), 0.05) 50%, 
                rgba(rgb(146,163,189), 0.1) 100%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.course-program-info-uD .img-caption-GN::after {
    left: -20%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    height: 140%;
    pointer-events: none;
    position: absolute;
    content: "";
    top: -20%;
    width: 140%;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    transform: scale(1.2);
}.course-program-info-uD .img-caption-GN:hover::after {
    transform: scale(1);
    opacity: 1;
}.course-program-info-uD .text-unit-sI {
    position: relative;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    border-left: 4px solid rgb(182,194,216);
}.course-program-info-uD .text-unit-sI:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.course-program-info-uD .text-unit-sI::before {
    opacity: 0.15;
    height: 60px;
    background-color: rgb(182,194,216);
    transform: rotate(45deg);
    left: -30px;
    position: absolute;
    content: "";
    top: 30px;
    z-index: -1;
    width: 60px;
}.course-program-info-uD h3 {
    line-height: 1.4;
    position: relative;
    margin-bottom: 25px;
    transform: translateX(-5px);
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: calc(20px * 1.1);
}.course-program-info-uD h3::after {
    position: absolute;
    background: linear-gradient(90deg, 
                rgb(182,194,216) 0%, 
                rgb(146,163,189) 100%);
    content: "";
    width: 80px;
    bottom: 0;
    left: 0;
    transform-origin: left center;
    transition: transform 0.4s ease;
    height: 3px;
}.course-program-info-uD .text-unit-sI:hover h3::after {
    transform: scaleX(1.5);
}.course-program-info-uD .description {
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 25px;
    opacity: 0.95;
    color: #000000;
}.course-program-info-uD p.description {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(182,194,216,0.5) transparent;
    display: block;
    padding-right: 15px;
    max-height: 250px;
    margin-bottom: 30px;
}.course-program-info-uD p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-info-uD p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-program-info-uD p.description::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: rgb(182,194,216,0.5);
}.course-program-info-uD span.description {
    display: none;
}

@media (min-width: 768px) {.course-program-info-uD .learn-more-AB {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-program-info-uD .img-caption-GN {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.course-program-info-uD h3 {
    margin-bottom: 30px;
    font-size: 35px;
}
}

@media (min-width: 992px) {.course-program-info-uD {
    padding: 150px 0;
}.course-program-info-uD .learn-more-AB {
    gap: 80px;
}.course-program-info-uD .img-caption-GN {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.course-program-info-uD .text-unit-sI {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    padding: 40px 50px 40px 40px;
}.course-program-info-uD p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.course-program-info-uD .learn-more-AB {
    gap: 100px;
}.course-program-info-uD .img-caption-GN {
    height: 550px;
}.course-program-info-uD h3 {
    font-size: calc(35px * 1.1);
}.course-program-info-uD .text-unit-sI {
    padding: 50px 60px 50px 50px;
}.course-program-info-uD p.description {
    font-size: calc(15px * 1.05);
    max-height: 350px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course-program-info-uD {
    padding: 80px 0;
}.course-program-info-uD .text-unit-sI {
    padding: 25px 20px;
}.course-program-info-uD h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(20px * 1.05);
}.course-program-info-uD .img-caption-GN {
    height: 250px;
}.course-program-info-uD p.description {
    max-height: 200px;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.tyNote-MS {
    padding: 6rem 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    background: linear-gradient(135deg, rgb(217,222,237) 0%, rgb(146,163,189,0.5) 100%);
}.tyNote-MS::before {
    animation: patternShift 30s linear infinite;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,163,189,0.5) 0px,
        rgb(146,163,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    height: 100%;
}.tyNote-MS::after {
    z-index: -1;
    filter: blur(80px);
    height: 250px;
    content: "";
    background: rgb(182,194,216,0.5);
    width: 250px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    opacity: 0.3;
}.tyNote-MS .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    transform-style: preserve-3d;
}.tyNote-MS h2 {
    transform: translateZ(20px);
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
}.tyNote-MS h2::after {
    left: 50%;
    animation: expandWidth 1s ease-out 0.8s forwards;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    width: 100px;
    background: linear-gradient(to right, rgb(182,194,216), rgb(146,163,189));
}.tyNote-MS .smart-learning-LA {
    transform: translateZ(10px) rotateX(2deg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.tyNote-MS .smart-learning-LA::before {
    height: 6px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
    animation: gradientShift 8s ease infinite;
    top: 0;
}.tyNote-MS .smart-learning-LA ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyNote-MS .smart-learning-LA li {
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    position: relative;
    opacity: 0;
}.tyNote-MS .smart-learning-LA span {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
    position: relative;
    display: block;
    text-align: center;
}.tyNote-MS .smart-learning-LA:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

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

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

@media (max-width: 1024px) {.tyNote-MS {
    padding: 5rem 0;
}.tyNote-MS h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.tyNote-MS .smart-learning-LA {
    padding: 2rem;
}
}

@media (max-width: 768px) {.tyNote-MS {
    padding: 4rem 0;
}.tyNote-MS h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.8rem;
}.tyNote-MS .smart-learning-LA {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyNote-MS .smart-learning-LA span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.tyNote-MS {
    padding: 3rem 0;
}.tyNote-MS h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.tyNote-MS h2::after {
    height: 3px;
    bottom: -10px;
}.tyNote-MS .smart-learning-LA {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.tyNote-MS .smart-learning-LA::before {
    height: 4px;
}.tyNote-MS .smart-learning-LA span {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion) {.tyNote-MS h2,
    .tyNote-MS h2::after,
    .tyNote-MS .smart-learning-LA,
    .tyNote-MS .smart-learning-LA::before,
    .tyNote-MS .smart-learning-LA li {
    transition: none;
    animation: none;
}.tyNote-MS .smart-learning-LA:hover {
    transform: none;
}.tyNote-MS::before {
    animation: none;
}}.academic-experience-Mz {
    padding: 6rem 2rem;
    background: rgb(217,222,237);
    position: relative;
    overflow: hidden;
}.academic-experience-Mz::before {
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(182,194,216,0.5), transparent);
    transform-origin: left center;
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    top: 40%;
    width: 40%;
}.academic-experience-Mz::after {
    background: linear-gradient(to left, transparent, rgb(146,163,189,0.5), transparent);
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    width: 40%;
    position: absolute;
    right: 0;
    transform-origin: right center;
    bottom: 40%;
    content: "";
}.academic-experience-Mz .success-feedback-Iz {
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    gap: 4rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: grid;
}.academic-experience-Mz .img-caption-GN {
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transform: scale(1);
    overflow: hidden;
    filter: grayscale(100%);
    position: relative;
    width: 100%;
    height: 400px;
}.academic-experience-Mz .img-caption-GN::after {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(182,194,216,0.5) 0%, transparent 50%);
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    transition: all 0.7s ease;
    width: 100%;
}.academic-experience-Mz .experience-profile-qj {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.7s ease;
    justify-content: center;
    opacity: 0.9;
}.academic-experience-Mz .experience-profile-qj::before {
    height: 70%;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    top: 15%;
    left: -2rem;
}.academic-experience-Mz .name {
    position: relative;
    margin-bottom: 1rem;
    transform: translateX(0);
    font-size: calc(47px * 1.2);
    transition: all 0.5s ease;
    color: #000000;
    font-weight: 700;
}.academic-experience-Mz .name::after {
    content: "";
    height: 2px;
    width: 50px;
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease 0.2s;
    transform-origin: left;
    position: absolute;
    background: rgb(182,194,216);
}.academic-experience-Mz .experience-profile-qj div:nth-child(2) {
    letter-spacing: 2px;
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
    font-size: 16px;
    margin-bottom: 3rem;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(146,163,189);
}.academic-experience-Mz .career-summary-xY {
    color: #000000;
    font-size: 23px;
    font-weight: 300;
    padding-left: 2rem;
    position: relative;
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    line-height: 1.8;
}.academic-experience-Mz .career-summary-xY::before {
    color: rgb(182,194,216,0.5);
    line-height: 1;
    font-family: serif;
    top: -1rem;
    left: 0;
    font-size: 4rem;
    position: absolute;
    content: "";
}.academic-experience-Mz .success-feedback-Iz:hover .img-caption-GN {
    transform: scale(1.05);
    filter: grayscale(0%);
}.academic-experience-Mz .success-feedback-Iz:hover .img-caption-GN::after {
    opacity: 0.3;
}.academic-experience-Mz .success-feedback-Iz:hover .name {
    transform: translateX(10px);
}.academic-experience-Mz .success-feedback-Iz:hover .name::after {
    transform: scaleX(1);
}.academic-experience-Mz .success-feedback-Iz:hover .experience-profile-qj div:nth-child(2) {
    transform: translateX(20px);
}.academic-experience-Mz .success-feedback-Iz:hover .career-summary-xY {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.academic-experience-Mz .success-feedback-Iz {
    gap: 3rem;
    grid-template-columns: 1fr;
}.academic-experience-Mz .img-caption-GN {
    width: 80%;
    height: 350px;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
}.academic-experience-Mz .experience-profile-qj::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: -1.5rem;
    width: 60%;
    left: 20%;
}.academic-experience-Mz .success-feedback-Iz:hover .name,
    .academic-experience-Mz .success-feedback-Iz:hover .experience-profile-qj div:nth-child(2),
    .academic-experience-Mz .success-feedback-Iz:hover .career-summary-xY {
    transform: translateX(0);
}}.program-results-wk {
    position: relative;
    overflow: hidden;
    padding: 120px 0 160px;
    background: rgb(182,194,216);
}.program-results-wk::before {
    background-size: 60px 60px;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.07;
    background-image: linear-gradient(0deg, transparent 24%, rgb(182,194,216,0.5) 25%, rgb(182,194,216,0.5) 26%, transparent 27%, transparent 74%, rgb(182,194,216,0.5) 75%, rgb(182,194,216,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(182,194,216,0.5) 25%, rgb(182,194,216,0.5) 26%, transparent 27%, transparent 74%, rgb(182,194,216,0.5) 75%, rgb(182,194,216,0.5) 76%, transparent 77%, transparent);
    content: '';
    position: absolute;
    animation: gridShift 25s linear infinite;
}.program-results-wk::after {
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 200px;
    position: absolute;
    background: linear-gradient(to top, #000000, transparent);
}.program-results-wk .smart-learning-LA {
    position: relative;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1280px;
    display: flex;
    z-index: 2;
    padding: 0 20px;
}.program-results-wk h2 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 43px;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
}.program-results-wk h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(182,194,216), rgb(146,163,189));
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.program-results-wk h2::before {
    position: absolute;
    opacity: 0.3;
    transform: translateX(-50%);
    content: '';
    height: 1px;
    background: #ffffff;
    width: 80px;
    bottom: -5px;
    left: 50%;
}.program-results-wk .img-caption-GN {
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
    border-radius: 11px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.program-results-wk .img-caption-GN::before {
    background: linear-gradient(45deg, rgb(182,194,216,0.5) 0%, transparent 40%);
    content: '';
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.program-results-wk .img-caption-GN::after {
    height: 40%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    right: 0;
    z-index: 2;
    content: '';
    width: 100%;
}.program-results-wk .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}.program-results-wk .text_main_holder::before {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    content: '';
    height: 40px;
    position: absolute;
    width: 2px;
    background: rgb(146,163,189);
}.program-results-wk .text_main_holder::after {
    border: 2px solid rgb(146,163,189);
    left: 50%;
    top: -80px;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    position: absolute;
    opacity: 0.8;
}.program-results-wk .text_main_holder > div {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: center;
    opacity: 0;
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.15s);
    padding: 25px;
    transform: translateY(50px);
    border: 1px solid rgb(146,163,189,0.5);
    animation: floatUp 0.6s forwards;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}.program-results-wk .text_main_holder > div:nth-child(1) {
    --i: 1;
}.program-results-wk .text_main_holder > div:nth-child(2) {
    --i: 2;
}.program-results-wk .text_main_holder > div:nth-child(3) {
    --i: 3;
}.program-results-wk .text_main_holder > div:nth-child(4) {
    --i: 4;
}.program-results-wk .text_main_holder > div:nth-child(5) {
    --i: 5;
}.program-results-wk .text_main_holder > div:nth-child(6) {
    --i: 6;
}.program-results-wk .text_main_holder > div::before {
    transition: opacity 0.3s ease;
    left: -2px;
    opacity: 0;
    border-radius: calc(10px + 1px);
    z-index: -1;
    top: -2px;
    background: linear-gradient(45deg, rgb(182,194,216,0.5) 0%, transparent 20%, transparent 80%, rgb(146,163,189,0.5) 100%);
    bottom: -2px;
    position: absolute;
    right: -2px;
    content: '';
}.program-results-wk .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}.program-results-wk .text_main_holder > div:hover::before {
    opacity: 1;
}.program-results-wk .text_main_holder svg {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid rgb(182,194,216,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(182,194,216,0.5);
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
}.program-results-wk .text_main_holder > div:hover svg {
    transform: scale(1.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(182,194,216);
}.program-results-wk .text_main_holder svg path {
    fill: rgb(146,163,189);
    transition: fill 0.3s ease;
}.program-results-wk .text_main_holder > div:hover svg path {
    fill: rgb(182,194,216);
}.program-results-wk .text_main_holder p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.program-results-wk .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.program-results-wk .img-caption-GN {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.program-results-wk {
    padding: 80px 0 120px;
}.program-results-wk h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 40px;
}.program-results-wk .img-caption-GN {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.program-results-wk {
    padding: 60px 0 100px;
}.program-results-wk .text_main_holder {
    grid-template-columns: 1fr;
    gap: 25px;
}.program-results-wk .img-caption-GN {
    margin-bottom: 40px;
    height: 250px;
}.program-results-wk h2 {
    font-size: 28px;
    padding-bottom: 20px;
}.program-results-wk .text_main_holder svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}}.client-experience-gD {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(217,222,237) 0%, #ffffff 100%);
    position: relative;
    padding: 100px 0;
}.client-experience-gD::before {
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(182,194,216,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(146,163,189,0.5) 0%, transparent 30%);
}.client-experience-gD::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(182,194,216,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(146,163,189,0.5) 1px, transparent 1px);
    top: 0;
    opacity: 0.1;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 30px 30px;
    content: "";
}.client-experience-gD .smart-learning-LA {
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.client-experience-gD h4 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 80px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.client-experience-gD h4::after {
    height: 3px;
    background: rgb(182,194,216);
    position: absolute;
    width: 80px;
    content: "";
    bottom: -20px;
    transform: translateX(-50%);
    left: 50%;
}.client-experience-gD h4::before {
    bottom: -40px;
    height: 40px;
    width: 40px;
    border: 2px solid rgb(182,194,216,0.5);
    position: absolute;
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    left: calc(50% - 20px);
}.client-experience-gD .learning-ratings-of {
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    flex-wrap: wrap;
    perspective: 1000px;
}.client-experience-gD .success-feedback-Iz {
    width: calc(33.33% - 40px);
    background: #ffffff;
    margin: 0 20px 60px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 24px;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform-origin: center center;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
}.client-experience-gD .success-feedback-Iz:hover {
    z-index: 2;
    transform: rotateY(0) rotateX(0) translateZ(30px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.client-experience-gD .success-feedback-Iz::before {
    border-radius: inherit;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.client-experience-gD .success-feedback-Iz::after {
    background: rgb(182,194,216,0.5);
    position: absolute;
    right: -10px;
    transition: all 0.4s ease;
    z-index: -1;
    top: -10px;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.3;
}.client-experience-gD .success-feedback-Iz:hover::after {
    opacity: 0.5;
    transform: scale(1.2);
}.client-experience-gD .img-caption-GN {
    border: 4px solid #ffffff;
    border-radius: 50%;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    height: 90px;
    position: relative;
    margin: 0 auto 20px;
    width: 90px;
}.client-experience-gD .success-feedback-Iz:hover .img-caption-GN {
    border-color: rgb(182,194,216,0.5);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px) scale(1.1);
}.client-experience-gD .success-feedback-Iz span {
    transition: all 0.4s ease;
    text-align: center;
    transform: translateZ(15px);
    display: block;
    font-size: calc(12px * 1.1);
    color: #000000;
    font-weight: 600;
    margin-bottom: 12px;
}.client-experience-gD .success-feedback-Iz:hover span {
    color: rgb(182,194,216);
    transform: translateZ(30px);
}.client-experience-gD .success-feedback-Iz p {
    font-size: 12px;
    transform: translateZ(10px);
    text-align: center;
    transition: all 0.4s ease;
    line-height: 1.6;
    color: #000000;
}.client-experience-gD .success-feedback-Iz:hover p {
    color: #000000;
    transform: translateZ(20px);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+1)::after {
    background: rgb(182,194,216,0.5);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+2)::after {
    background: rgb(146,163,189,0.5);
}.client-experience-gD .success-feedback-Iz:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(182,194,216,0.5), rgb(146,163,189,0.5));
}

@media (max-width: 1200px) {.client-experience-gD .success-feedback-Iz {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.client-experience-gD {
    padding: 70px 0;
}.client-experience-gD h4 {
    margin-bottom: 60px;
}.client-experience-gD .learning-ratings-of {
    perspective: none;
}.client-experience-gD .success-feedback-Iz,
    .client-experience-gD .success-feedback-Iz:nth-child(3n+2),
    .client-experience-gD .success-feedback-Iz:nth-child(3n+3) {
    width: 100%;
    transform: none;
    max-width: 350px;
    padding: 25px;
    margin: 0 auto 40px;
}.client-experience-gD .success-feedback-Iz:hover,
    .client-experience-gD .success-feedback-Iz:nth-child(3n+2):hover,
    .client-experience-gD .success-feedback-Iz:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.client-experience-gD .success-feedback-Iz:last-child {
    margin-bottom: 0;
}.client-experience-gD .img-caption-GN {
    width: 80px;
    height: 80px;
}.client-experience-gD .success-feedback-Iz:hover .img-caption-GN {
    transform: scale(1.1);
}.client-experience-gD .success-feedback-Iz span,
    .client-experience-gD .success-feedback-Iz:hover span,
    .client-experience-gD .success-feedback-Iz p,
    .client-experience-gD .success-feedback-Iz:hover p {
    transform: none;
}}header {
    z-index: 100;
    padding: 0;
    margin-top: 0;
    background: rgb(217,222,237);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
}header::before {
    content: '';
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(182,194,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(182,194,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(182,194,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(182,194,216), 0.03) 25%) 0 0 / 20px 20px;
    left: 0;
}header::after {
    height: 5px;
    background: linear-gradient(to right, 
        rgb(182,194,216), 
        rgb(146,163,189), 
        rgb(182,194,216)
    );
    transform-origin: center;
    position: absolute;
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
    width: 100%;
    content: '';
    left: 0;
    bottom: 0;
}header:hover::after {
    transform: scaleX(1);
}header .nav-prime-Mx {
    display: flex;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 2.5rem;
    position: relative;
}header .nav-top-GR {
    flex: 0 0 auto;
    perspective: 800px;
    margin-right: 2rem;
    position: relative;
}header .top-pro-Vi {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}header .top-pro-Vi:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .top-pro-Vi::before {
    opacity: 0.1;
    position: absolute;
    left: 0;
    filter: blur(10px);
    background: rgb(182,194,216);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateZ(-10px);
}header .top-pro-Vi img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .head-skill-KY {
    perspective: 1000px;
    display: flex;
    list-style: none;
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    padding: 0;
}header .head-skill-KY::before {
    top: 100%;
    transform: rotateX(90deg);
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    transform-origin: top;
    width: 100%;
    position: absolute;
    left: 0;
}header .head-mentor-Hu {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}header .head-mentor-Hu a {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: flex;
    font-size: 18px;
    padding: 0.7rem 1.2rem;
    align-items: center;
    color: #000000;
    background: #ffffff;
    transform: translateZ(0);
    transform-style: preserve-3d;
    justify-content: center;
}header .head-mentor-Hu a::before {
    border-radius: 10px;
    content: '';
    opacity: 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    transform: translateZ(-5px);
    background: linear-gradient(135deg, 
        rgb(182,194,216,0.5) 0%, 
        rgb(146,163,189,0.5) 100%
    );
    transition: opacity 0.4s ease;
}header .head-mentor-Hu a:hover {
    color: #ffffff;
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .head-mentor-Hu a:hover::before {
    opacity: 1;
}header .head-mentor-Hu a::after {
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    background: rgb(182,194,216);
    transform: translateZ(-10px);
    opacity: 0;
    height: 5px;
    right: 5px;
    left: 5px;
    bottom: -5px;
}header .head-mentor-Hu a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .nav-prime-Mx::before {
    top: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(182,194,216), 
        transparent
    );
    width: 30%;
    left: 35%;
    content: '';
    position: absolute;
}.nav-core-uk {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .nav-prime-Mx {
    margin: 0 auto;
    max-width: 1320px;
}header .head-mentor-Hu {
    margin: 0 0.5rem;
}header .head-mentor-Hu a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav-prime-Mx {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-top-GR {
    margin-right: 0;
    margin-bottom: 0;
}header .head-skill-KY {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head-mentor-Hu a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav-prime-Mx {
    padding: 0.8rem 1.5rem;
}header .nav-top-GR {
    max-width: 140px;
}header .top-pro-Vi img {
    max-height: 35px;
}header .head-skill-KY {
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .head-skill-KY::-webkit-scrollbar {
    height: 3px;
}header .head-skill-KY::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(182,194,216,0.5);
}header .head-mentor-Hu {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head-mentor-Hu a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .nav-prime-Mx {
    padding: 0.7rem 1.2rem;
}header .nav-top-GR {
    max-width: 120px;
}header .head-mentor-Hu a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .top-pro-Vi:hover {
    transform: translateY(-3px);
}header .head-mentor-Hu a:hover {
    transform: translateY(-3px);
}}.get-in-touch-gQ {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(217,222,237) 0%, rgb(217,222,237) 50%, rgb(182,194,216,0.5) 150%);
}.get-in-touch-gQ::before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(to right, rgb(182,194,216,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(182,194,216,0.5) 1px, transparent 1px);
    opacity: 0.05;
}.get-in-touch-gQ::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(182,194,216) 15%, 
        rgb(146,163,189) 35%, 
        rgb(182,194,216) 65%, 
        transparent 100%);
    content: "";
    bottom: 0;
    z-index: 2;
    animation: scanline 3s infinite linear;
    height: 2px;
    left: 0;
    width: 100%;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.get-in-touch-gQ .img-caption-GN {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.06;
    height: 100%;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    z-index: 0;
    mix-blend-mode: luminosity;
}.get-in-touch-gQ .img-caption-GN::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,194,216) 0,
        rgb(182,194,216) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.03;
    left: 0;
    mix-blend-mode: color-burn;
    width: 100%;
}.get-in-touch-gQ .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.get-in-touch-gQ h3 {
    font-weight: 700;
    margin-bottom: 60px;
    color: rgb(182,194,216);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 32px;
    position: relative;
}.get-in-touch-gQ .feedback-help-lJ {
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    z-index: 2;
    background: #ffffff;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(217,222,237),
        0 0 30px rgb(182,194,216,0.5);
    border-radius: 10px;
    display: flex;
}.get-in-touch-gQ .feedback-help-lJ::before {
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    top: 0;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
}.get-in-touch-gQ .message-reach-In {
    flex: 1 1 60%;
    position: relative;
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(217,222,237), 0.3) 100%
    );
    z-index: 2;
}.get-in-touch-gQ .message-reach-In::after {
    right: 20px;
    border-top: 2px solid rgb(182,194,216,0.5);
    opacity: 0.5;
    position: absolute;
    height: 40px;
    border-right: 2px solid rgb(182,194,216,0.5);
    top: 20px;
    content: "";
    width: 40px;
}.get-in-touch-gQ .message-reach-In::before {
    left: 20px;
    border-bottom: 2px solid rgb(182,194,216,0.5);
    position: absolute;
    width: 40px;
    bottom: 20px;
    border-left: 2px solid rgb(182,194,216,0.5);
    content: "";
    height: 40px;
    opacity: 0.5;
}.get-in-touch-gQ .message-reach-In h3 {
    border-bottom: 1px solid rgb(217,222,237);
    padding: 0 0 10px 0;
    letter-spacing: normal;
    text-transform: none;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
}.get-in-touch-gQ .message-reach-In h3::before,
.get-in-touch-gQ .message-reach-In h3::after {
    display: none;
}.get-in-touch-gQ .message-reach-In input[type="text"],
.get-in-touch-gQ .message-reach-In textarea {
    transition: all 0.3s ease;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    background: rgb(217,222,237);
    color: #000000;
    width: 100%;
    border: none;
}.get-in-touch-gQ .message-reach-In input[type="text"]:focus,
.get-in-touch-gQ .message-reach-In textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(182,194,216,0.5);
}.get-in-touch-gQ .message-reach-In input[type="text"]::placeholder,
.get-in-touch-gQ .message-reach-In textarea::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.get-in-touch-gQ .message-reach-In input[type="text"]:focus::placeholder,
.get-in-touch-gQ .message-reach-In textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.get-in-touch-gQ .message-reach-In textarea {
    resize: vertical;
    min-height: 150px;
}.get-in-touch-gQ .message-reach-In .support-help-gQ {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.get-in-touch-gQ .message-reach-In .support-help-gQ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch-gQ .message-reach-In .support-help-gQ label {
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
    cursor: pointer;
}.get-in-touch-gQ .message-reach-In .support-help-gQ label::before {
    border-radius: 2px;
    left: 0;
    transition: all 0.2s ease;
    content: "";
    top: 2px;
    background: #ffffff;
    height: 20px;
    position: absolute;
    border: 1px solid rgb(217,222,237);
    width: 20px;
}.get-in-touch-gQ .message-reach-In .support-help-gQ input[type="checkbox"]:checked + label::before {
    border-color: rgb(182,194,216);
    background: rgb(182,194,216);
}.get-in-touch-gQ .message-reach-In .support-help-gQ input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    width: 6px;
    left: 7px;
    border-width: 0 2px 2px 0;
    content: "";
    border: solid #ffffff;
}.get-in-touch-gQ .message-reach-In .support-help-gQ a {
    background-repeat: no-repeat;
    color: rgb(182,194,216);
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(182,194,216,0.5) 2px
    );
    transition: background-size 0.3s ease;
    text-decoration: none;
    background-size: 0% 100%;
    font-weight: 600;
    transition: all 0.3s ease;
}.get-in-touch-gQ .message-reach-In .support-help-gQ a:hover {
    background-size: 100% 100%;
}.get-in-touch-gQ .message-reach-In .request-box-ra {
    font-size: 19px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgb(182,194,216,0.5);
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: rgb(182,194,216);
    color: #ffffff;
    transition: all 0.4s ease;
    padding: 16px 30px;
    border-radius: 10px;
}.get-in-touch-gQ .message-reach-In .request-box-ra::before {
    height: 100%;
    background-size: 200% 200%;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,163,189) 0%,
        rgb(146,163,189) 10%,
        rgb(182,194,216) 10%,
        rgb(182,194,216) 20%
    );
    left: 0;
}.get-in-touch-gQ .message-reach-In .request-box-ra:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(182,194,216,0.5);
}.get-in-touch-gQ .message-reach-In .request-box-ra:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.get-in-touch-gQ .inquiry-inquiry-Gp {
    background: rgb(217,222,237);
    position: relative;
    overflow: hidden;
    padding: 50px;
    flex: 1 1 35%;
    z-index: 2;
}.get-in-touch-gQ .inquiry-inquiry-Gp::before {
    background-size: 60px 60px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(182,194,216,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(182,194,216,0.5) 0%, transparent 10px);
    width: 100%;
    position: absolute;
    opacity: 0.1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.get-in-touch-gQ .inquiry-inquiry-Gp::after {
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(182,194,216,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(182,194,216,0.5) 100%);
    content: "";
    height: 100%;
}.get-in-touch-gQ .inquiry-inquiry-Gp h4 {
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.get-in-touch-gQ .inquiry-inquiry-Gp h4::after {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -1px;
    width: 50px;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(146,163,189));
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ {
    margin: 0;
    padding: 0;
    list-style: none;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li {
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(182,194,216);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    padding: 15px;
    display: flex;
    border-radius: 10px;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li::before {
    width: 3px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(182,194,216);
    z-index: 2;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li::after {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0;
    background: rgb(182,194,216,0.5);
    height: 100%;
    content: "";
    transition: all 0.3s ease;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li:hover {
    transform: translateX(5px);
    border-left-color: rgb(146,163,189);
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li:hover::after {
    opacity: 0.05;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li:hover svg {
    transform: scale(1.2);
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li svg path {
    fill: rgb(182,194,216);
    transition: all 0.3s ease;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li:hover svg path {
    fill: rgb(146,163,189);
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li span {
    font-size: 14px;
    z-index: 2;
    position: relative;
    color: #000000;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li a {
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    text-decoration: none;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li a::before {
    background: rgb(182,194,216);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform-origin: right;
    width: 100%;
    content: "";
    transform: scaleX(0);
    transition: transform 0.3s ease;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li a:hover {
    color: rgb(182,194,216);
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.get-in-touch-gQ {
    padding: 80px 0 60px;
}.get-in-touch-gQ h3 {
    margin-bottom: 40px;
}.get-in-touch-gQ .feedback-help-lJ {
    flex-direction: column;
}.get-in-touch-gQ .message-reach-In,
    .get-in-touch-gQ .inquiry-inquiry-Gp {
    flex: 1 1 100%;
}.get-in-touch-gQ .inquiry-inquiry-Gp {
    border-top: 1px solid rgb(217,222,237);
}
}

@media (max-width: 768px) {.get-in-touch-gQ {
    padding: 60px 0;
}.get-in-touch-gQ h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 35px;
}.get-in-touch-gQ .message-reach-In h3,
    .get-in-touch-gQ .inquiry-inquiry-Gp h4 {
    font-size: calc(24px * 0.9);
}.get-in-touch-gQ .message-reach-In,
    .get-in-touch-gQ .inquiry-inquiry-Gp {
    padding: 35px;
}.get-in-touch-gQ .message-reach-In::before,
    .get-in-touch-gQ .message-reach-In::after {
    width: 30px;
    height: 30px;
}.get-in-touch-gQ .message-reach-In input[type="text"],
    .get-in-touch-gQ .message-reach-In textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.get-in-touch-gQ {
    padding: 50px 0;
}.get-in-touch-gQ h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.get-in-touch-gQ .feedback-help-lJ {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(217,222,237);
}.get-in-touch-gQ .message-reach-In,
    .get-in-touch-gQ .inquiry-inquiry-Gp {
    padding: 25px 20px;
}.get-in-touch-gQ .message-reach-In::before,
    .get-in-touch-gQ .message-reach-In::after {
    display: none;
}.get-in-touch-gQ .message-reach-In input[type="text"],
    .get-in-touch-gQ .message-reach-In textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get-in-touch-gQ .message-reach-In .support-help-gQ label {
    font-size: calc(12px * 0.9);
}.get-in-touch-gQ .message-reach-In .request-box-ra {
    padding: 14px 20px;
    width: 100%;
}.get-in-touch-gQ .inquiry-inquiry-Gp .support-reach-KQ li {
    margin-bottom: 15px;
    padding: 12px;
}}.course-candidates-de {
    background-color: rgb(217,222,237);
    position: relative;
    padding: 100px 20px;
    z-index: 1;
    overflow: hidden;
}.course-candidates-de::before {
    animation: slowRotate 35s linear infinite;
    opacity: 0.6;
    height: 200%;
    left: -50%;
    z-index: -1;
    content: "";
    background: radial-gradient(
    circle at 30% 30%,
    rgb(146,163,189,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(182,194,216,0.5) 0%,
    transparent 45%
  );
    top: -50%;
    position: absolute;
    width: 200%;
}.course-candidates-de .smart-learning-LA {
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    backdrop-filter: blur(12px);
    z-index: 2;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    max-width: 900px;
}.course-candidates-de h3 {
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: 33px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}.course-candidates-de h3::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
    rgb(182,194,216,0.5), 
    rgb(146,163,189), 
    rgb(182,194,216,0.5)
  );
    height: 3px;
    border-radius: 10px;
    width: 60px;
    left: 50%;
    bottom: -15px;
    content: "";
    position: absolute;
}.course-candidates-de ul {
    list-style: none;
    flex-direction: column;
    gap: 25px;
    margin: 0;
    padding: 0;
    display: flex;
}.course-candidates-de ul li {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 12px;
    transition: all 0.4s ease;
}.course-candidates-de ul li::before {
    padding: 2px;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(146,163,189,0.5),
    rgb(182,194,216,0.5),
    transparent
  );
    content: "";
    -webkit-mask-composite: xor;
    opacity: 0.4;
    inset: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
    mask-composite: exclude;
    position: absolute;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
}.course-candidates-de ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.course-candidates-de ul li:hover::before {
    opacity: 1;
}.course-candidates-de ul li svg {
    fill: rgb(146,163,189);
    margin-bottom: 15px;
    width: 45px;
    transition: all 0.3s ease;
    height: 45px;
}.course-candidates-de ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(182,194,216);
}.course-candidates-de ul li svg path {
    fill: rgb(146,163,189);
    transition: all 0.3s ease;
}.course-candidates-de ul li:hover svg path {
    fill: rgb(182,194,216);
}.course-candidates-de ul li {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
}.course-candidates-de ul li::after {
    border-radius: 12px;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    bottom: 0;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    top: 0;
}.course-candidates-de ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.course-candidates-de {
    padding: 70px 15px;
}.course-candidates-de .smart-learning-LA {
    padding: 40px 30px;
}.course-candidates-de h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.course-candidates-de ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.course-candidates-de {
    padding: 50px 15px;
}.course-candidates-de .smart-learning-LA {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.course-candidates-de h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
}.course-candidates-de ul {
    gap: 15px;
}.course-candidates-de ul li {
    padding: 20px 15px;
}.course-candidates-de ul li svg {
    height: 35px;
    margin-bottom: 12px;
    width: 35px;
}.course-candidates-de::before {
    animation-duration: 60s;
}.course-candidates-de ul li::before {
    padding: 1px;
}}

.course-candidates-de ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.course-candidates-de ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}

@media screen and (min-width: 1200px) {.course-candidates-de ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}}.privacy-depot-fE {
    background: linear-gradient(145deg, rgb(217,222,237), rgba(248, 249, 250, 0.97));
    color: #000000;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
}.privacy-depot-fE::before {
    content: "";
    opacity: 0.05;
    background: radial-gradient(circle at 15% 85%, rgb(182,194,216,0.5) 0%, transparent 25%);
    position: absolute;
    z-index: 0;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}.privacy-depot-fE::after {
    width: 40%;
    right: 0;
    opacity: 0.03;
    content: "";
    top: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(146,163,189,0.5) 100%);
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    height: 100%;
}.privacy-depot-fE .container {
    position: relative;
    border-left: 3px solid rgb(182,194,216);
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
    backdrop-filter: blur(8px);
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 3rem;
}.privacy-depot-fE .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.privacy-depot-fE h1 {
    color: #000000;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    font-size: 44px;
}.privacy-depot-fE h1::after {
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    width: 6rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(182,194,216), rgb(182,194,216,0.5));
    transition: width 0.4s ease;
    position: absolute;
}.privacy-depot-fE h1:hover::after {
    width: 10rem;
}.privacy-depot-fE h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 38px;
    border-left: 2px solid rgb(182,194,216);
}.privacy-depot-fE h2:hover {
    padding-left: 1.5rem;
    color: rgb(182,194,216);
}.privacy-depot-fE h3 {
    padding-left: 0.8rem;
    font-size: calc(19px + 0.1rem);
    margin: 2.5rem 0 1rem;
    color: #000000;
    font-weight: 600;
    border-left: 1px solid rgb(182,194,216,0.5);
}.privacy-depot-fE h4 {
    font-weight: 400;
    margin: 2rem 0 1rem;
    border-left: 1px dashed rgb(182,194,216,0.5);
    color: #000000;
    font-size: 19px;
    padding-left: 0.5rem;
}.privacy-depot-fE p {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}.privacy-depot-fE p:hover {
    transform: translateX(5px);
}.privacy-depot-fE strong {
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy-depot-fE strong::after {
    background-color: rgb(182,194,216,0.5);
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    bottom: -2px;
    width: 100%;
    transform-origin: left;
    left: 0;
}.privacy-depot-fE strong:hover::after {
    transform: scaleX(1);
}.privacy-depot-fE ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-depot-fE li {
    line-height: 1.7;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.privacy-depot-fE li::before {
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 8px;
    left: 0;
    top: 0.7rem;
    transform: rotate(45deg);
    width: 8px;
    border: 1px solid rgb(182,194,216);
    position: absolute;
    content: "";
}.privacy-depot-fE li:hover {
    padding-left: 1.8rem;
}.privacy-depot-fE li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(182,194,216,0.5);
}.privacy-depot-fE span {
    margin-bottom: 1.5rem;
    font-style: italic;
    font-size: 16px;
    padding-left: 1rem;
    border-left: 1px solid rgb(146,163,189,0.5);
    line-height: 1.8;
    color: #000000;
    display: block;
    opacity: 0.9;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

@media (max-width: 992px) {.privacy-depot-fE {
    padding: 5rem 1.5rem;
}.privacy-depot-fE .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy-depot-fE h1 {
    font-size: calc(44px - 0.2rem);
}.privacy-depot-fE h2 {
    font-size: calc(38px - 0.1rem);
}
}

@media (max-width: 768px) {.privacy-depot-fE {
    padding: 4rem 1rem;
}.privacy-depot-fE .container {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.privacy-depot-fE::before,
    .privacy-depot-fE::after {
    opacity: 0.02;
}.privacy-depot-fE h1 {
    margin-bottom: 2rem;
    font-size: calc(44px - 0.4rem);
}.privacy-depot-fE h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(38px - 0.3rem);
}.privacy-depot-fE h3, 
    .privacy-depot-fE h4 {
    font-size: calc(19px - 0.1rem);
}.privacy-depot-fE p, 
    .privacy-depot-fE li, 
    .privacy-depot-fE span {
    font-size: calc(16px - 0.05rem);
    line-height: 1.6;
}.privacy-depot-fE ul {
    margin-left: 0.5rem;
}.privacy-depot-fE p:hover {
    transform: translateX(3px);
}
}

@media (max-width: 576px) {.privacy-depot-fE {
    padding: 3rem 0.8rem;
}.privacy-depot-fE .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.privacy-depot-fE h1 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(44px - 0.6rem);
}.privacy-depot-fE h1::after {
    width: 4rem;
    height: 3px;
}.privacy-depot-fE h2 {
    font-size: calc(38px - 0.5rem);
    padding-left: 0.7rem;
}.privacy-depot-fE h3, 
    .privacy-depot-fE h4 {
    padding-left: 0.5rem;
}.privacy-depot-fE li {
    padding-left: 1.2rem;
}.privacy-depot-fE li:hover {
    padding-left: 1.4rem;
}.privacy-depot-fE p:hover,
    .privacy-depot-fE li:hover,
    .privacy-depot-fE h2:hover {
    transform: none;
    padding-left: 0.7rem;
}.privacy-depot-fE span {
    padding-left: 0.5rem;
}}.cookieNoticePromptPanel-sh {
    border-top: 2px solid rgb(182,194,216);
    z-index: 90;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(217,222,237);
}.data-approval-Jw {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookieNoticePromptPanel-sh h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieWarningWindow-QK {
    display: none;
}#cookieWarningWindow-QK:checked ~ .cookieNoticePromptPanel-sh {
    visibility: hidden;
    opacity: 0;
}.cookieNoticePromptPanel-sh p {
    font-size: 18px;
}.cookie-rules-hQ {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-rules-hQ svg, .cookie-rules-hQ svg path, .cookie-rules-hQ img {
    fill: rgb(182,194,216);
    width: 100px;
    height: 100px;
}.edu-accept-Lr {
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    color: rgb(182,194,216);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid rgb(182,194,216);
    font-size: 24px;
    line-height: 35px;
    white-space: nowrap;
}.cookieNoticePromptPanel-sh p a {
    text-decoration: none;
    color: rgb(182,194,216);
}
@media only screen and (max-width: 1200px) {.cookieNoticePromptPanel-sh {
    padding: 20px;
}}

.wrapper-container-HN .cookieNoticePromptPanel-sh {
    padding: 40px 0;
    background: rgb(146,163,189);
    border: none;
    box-shadow: rgb(146,163,189,0.5) 0px 0px 40px 39px;
}.wrapper-container-HN .edu-accept-Lr {
    font-size: 20px;
    border: none;
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(182,194,216);
}.wrapper-container-HN .user-alert-bB h5, .wrapper-container-HN .user-alert-bB p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-rules-hQ {
    display: none;
}.data-approval-Jw {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieNoticePromptPanel-sh h5 {
    text-align: center;
}.cookieNoticePromptPanel-sh p {
    text-align: center;
}.user-alert-bB {
    margin-bottom: 20px;
}body .wrapper-container-HN .edu-accept-Lr {
    margin-bottom: 10px;
    margin-left: 0;
}}.welcome-un {
    padding: 0;
    overflow: hidden;
    margin: 0;
    position: relative;
}.welcome-un .start-page-kW {
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}.welcome-un .start-page-kW::before {
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(182,194,216,0.5) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
    z-index: 1;
    position: absolute;
}.welcome-un .virtual-academy-Ne {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform: translateY(-2vh);
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    width: 90%;
    margin-left: 5%;
    z-index: 2;
}.welcome-un .virtual-academy-Ne > div:first-child {
    position: relative;
    overflow: hidden;
}.welcome-un .virtual-academy-Ne > div:first-child::before {
    background: rgb(146,163,189);
    left: 0;
    transform-origin: left center;
    content: "";
    height: 4px;
    position: absolute;
    animation: line-grow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    top: 0;
}.welcome-un .title_style_header {
    animation: slide-in 0.8s cubic-bezier(0.17, 0.67, 0.3, 1.33) 0.2s forwards;
    margin: 0;
    opacity: 0;
    line-height: 1.1;
    font-weight: 700;
    transform: translateX(-5px);
    color: #ffffff;
    padding: 1.5rem 0;
    font-size: clamp(2.5rem, 5vw, 41px);
}.welcome-un .virtual-academy-Ne > div:nth-child(2) {
    opacity: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateY(20px);
    animation: fade-up 1s ease 0.6s forwards;
}.welcome-un h3 {
    color: rgb(146,163,189);
    font-weight: 600;
    position: relative;
    max-width: 800px;
    margin: 0;
    font-size: clamp(1.2rem, 3vw, 20px);
    line-height: 1.4;
    padding-left: 20px;
}.welcome-un h3::before {
    left: 0;
    bottom: 0.5rem;
    background: rgb(146,163,189);
    position: absolute;
    transform: scaleY(0);
    transform-origin: top center;
    top: 0.5rem;
    content: "";
    animation: scale-y 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
    width: 3px;
}.welcome-un p {
    margin: 0;
    max-width: 600px;
    border-left: 3px solid rgb(182,194,216);
    padding-left: 20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    color: #ffffff;
    transform: translateX(0) translateY(0);
    font-size: clamp(1rem, 2vw, 17px);
    line-height: 1.6;
    padding: 1rem 1.5rem;
    position: relative;
    backdrop-filter: blur(4px);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    background: rgba(0, 0, 0, 0.2);
}.welcome-un p:hover {
    transform: translateX(10px) translateY(-5px);
}

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes slide-in {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scale-y {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@media (min-width: 768px) {.welcome-un .virtual-academy-Ne {
    grid-template-columns: 1fr 1fr;
    margin-left: 10%;
    gap: 3rem;
    width: 80%;
}.welcome-un .title_style_header {
    transform: translateX(-10px);
    font-size: clamp(3rem, 5.5vw, 4.5rem);
}.welcome-un .virtual-academy-Ne > div:nth-child(2) {
    margin-top: 3rem;
}.welcome-un h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
}.welcome-un p {
    max-width: 500px;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
}
}

@media (min-width: 1200px) {.welcome-un .virtual-academy-Ne {
    width: 75%;
    padding: 3rem;
    margin-left: 15%;
}.welcome-un .title_style_header {
    padding: 2rem 0;
}.welcome-un .virtual-academy-Ne > div:first-child::before {
    height: 5px;
    width: 100px;
}.welcome-un h3::before {
    width: 4px;
}.welcome-un p {
    padding: 1.5rem 2rem;
    border-left: 4px solid rgb(182,194,216);
}
}

@media (max-width: 767px) {.welcome-un .start-page-kW {
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 15vh;
}.welcome-un .virtual-academy-Ne {
    gap: 1.5rem;
    padding: 1.5rem;
}.welcome-un h3 {
    padding-left: 15px;
}.welcome-un p {
    padding: 0.8rem 1.2rem;
}}.take-a-spin-iE {
    overflow: hidden;
    padding: 110px 0;
    z-index: 1;
    background: linear-gradient(120deg, rgb(182,194,216) 0%, rgb(146,163,189) 100%);
    position: relative;
}.take-a-spin-iE::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.05;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
    top: 0;
}.take-a-spin-iE::after {
    top: -50%;
    position: absolute;
    opacity: 0.1;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(182,194,216) 0deg,
        rgb(146,163,189) 120deg,
        rgb(182,194,216) 240deg,
        rgb(146,163,189) 360deg
    );
    content: '';
    height: 200%;
    width: 200%;
    z-index: -1;
    animation: rotateRays 30s linear infinite;
}.take-a-spin-iE .smart-learning-LA {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    backdrop-filter: blur(10px);
    z-index: 2;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    max-width: 1000px;
}.take-a-spin-iE .smart-learning-LA::before {
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
}.take-a-spin-iE .smart-learning-LA::after {
    z-index: 1;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    width: 100%;
    position: absolute;
    animation: scanBottom 4s ease-in-out infinite;
}.take-a-spin-iE h3 {
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    animation: pulseText 4s ease-in-out infinite alternate;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}.take-a-spin-iE h3::before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: translateX(-50%);
    content: '';
    width: 70px;
    height: 2px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
}.take-a-spin-iE h3::after {
    left: -10%;
    position: absolute;
    bottom: -25px;
    content: '';
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    width: 120%;
    height: 1px;
}.take-a-spin-iE .get-assist-mn {
    letter-spacing: 2px;
    padding: 16px 45px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    color: rgb(182,194,216);
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 10px;
    font-size: 14px;
}.take-a-spin-iE .get-assist-mn::before {
    opacity: 0;
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(182,194,216),
        rgb(146,163,189)
    );
    height: 100%;
}.take-a-spin-iE .get-assist-mn::after {
    height: 300%;
    width: 30%;
    transition: all 0.6s ease;
    left: -100%;
    transform: rotate(25deg);
    top: -100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 1;
}.take-a-spin-iE .get-assist-mn:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
}.take-a-spin-iE .get-assist-mn:hover::before {
    opacity: 1;
}.take-a-spin-iE .get-assist-mn:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.take-a-spin-iE {
    padding: 90px 0;
}.take-a-spin-iE .smart-learning-LA {
    max-width: 90%;
    padding: 50px 30px;
}.take-a-spin-iE h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.take-a-spin-iE h3::before {
    width: 60px;
}.take-a-spin-iE .get-assist-mn {
    font-size: calc(14px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.take-a-spin-iE {
    padding: 70px 0;
}.take-a-spin-iE .smart-learning-LA {
    padding: 40px 25px;
}.take-a-spin-iE h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.take-a-spin-iE h3::before {
    width: 50px;
    bottom: -12px;
}.take-a-spin-iE h3::after {
    bottom: -20px;
}.take-a-spin-iE .get-assist-mn {
    padding: 12px 35px;
    font-size: calc(14px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.take-a-spin-iE {
    padding: 60px 0;
}.take-a-spin-iE .smart-learning-LA {
    padding: 30px 20px;
}.take-a-spin-iE h3 {
    letter-spacing: 1.5px;
    margin-bottom: 35px;
    font-size: calc(30px * 0.7);
}.take-a-spin-iE h3::before {
    bottom: -10px;
    width: 40px;
}.take-a-spin-iE h3::after {
    bottom: -18px;
}.take-a-spin-iE .get-assist-mn {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(14px * 0.85);
}}

@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}.company-overview-bG {
    position: relative;
    background-color: rgb(217,222,237);
    padding: 90px 0;
    overflow: hidden;
}.company-overview-bG::before {
    background-color: rgb(182,194,216,0.5);
    height: 100%;
    position: absolute;
    z-index: 1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    right: 0;
    content: "";
    width: 40%;
}.company-overview-bG::after {
    content: "";
    height: 40%;
    position: absolute;
    background-color: rgb(146,163,189,0.5);
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    z-index: 1;
    width: 30%;
    bottom: 0;
}.company-overview-bG .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.company-overview-bG .smart-learning-LA {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 60px;
}.company-overview-bG .promise-block-oE {
    flex: 0 0 350px;
    position: relative;
}.company-overview-bG .promise-block-oE::before {
    content: "";
    transition: transform 0.4s ease;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(182,194,216);
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 20px;
    left: 20px;
}.company-overview-bG .promise-block-oE:hover::before {
    transform: translate(-8px, 8px);
}.company-overview-bG .img-caption-GN {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.4s ease;
}.company-overview-bG .promise-block-oE:hover .img-caption-GN {
    transform: translate(8px, -8px);
}.company-overview-bG .learning-studio-WI {
    bottom: -30px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 10px;
    right: -30px;
    min-width: 230px;
    transition: transform 0.4s ease;
}.company-overview-bG .promise-block-oE:hover .learning-studio-WI {
    transform: translateY(-5px);
}.company-overview-bG .skill-sessions-fF {
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin: 0 0 8px 0;
}.company-overview-bG .learn-space-PH {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: rgb(182,194,216);
    font-family: Arial, sans-serif;
}.company-overview-bG .text-unit-sI {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}.company-overview-bG .method-innov-XE {
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}.company-overview-bG .method-innov-XE svg {
    fill: rgb(182,194,216);
    height: 50px;
    width: 50px;
}.company-overview-bG .method-innov-XE svg path {
    fill: rgb(182,194,216);
}.company-overview-bG h2 {
    color: #000000;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 5px 0;
    position: relative;
}.company-overview-bG h2::after {
    position: absolute;
    width: 70px;
    left: 0;
    content: "";
    height: 4px;
    background-color: rgb(182,194,216);
    bottom: -10px;
}.company-overview-bG p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 15px 0 0 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

@media (max-width: 992px) {.company-overview-bG {
    padding: 70px 0;
}.company-overview-bG::before {
    width: 50%;
}.company-overview-bG .smart-learning-LA {
    flex-direction: column;
    gap: 80px;
}.company-overview-bG .promise-block-oE {
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
}.company-overview-bG .img-caption-GN {
    height: 350px;
}.company-overview-bG .learning-studio-WI {
    padding: 20px;
    min-width: 200px;
}

}

@media (max-width: 768px) {.company-overview-bG {
    padding: 60px 0;
}.company-overview-bG::before,
    .company-overview-bG::after {
    opacity: 0.5;
}.company-overview-bG .promise-block-oE {
    max-width: 380px;
}.company-overview-bG .img-caption-GN {
    height: 300px;
}.company-overview-bG .learning-studio-WI {
    bottom: -25px;
    padding: 18px;
    right: -25px;
}.company-overview-bG .skill-sessions-fF {
    font-size: calc(19px * 0.9);
}.company-overview-bG .learn-space-PH {
    font-size: calc(16px * 0.9);
}.company-overview-bG h2 {
    font-size: calc(36px * 0.9);
}.company-overview-bG h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.company-overview-bG {
    padding: 50px 0;
}.company-overview-bG .smart-learning-LA {
    gap: 60px;
}.company-overview-bG .promise-block-oE {
    max-width: 100%;
}.company-overview-bG .img-caption-GN {
    height: 280px;
}.company-overview-bG .promise-block-oE::before {
    left: 15px;
    top: 15px;
}.company-overview-bG .learning-studio-WI {
    min-width: 180px;
    bottom: -20px;
    padding: 15px;
    right: -15px;
}.company-overview-bG .method-innov-XE svg {
    width: 40px;
    height: 40px;
}.company-overview-bG h2 {
    font-size: calc(36px * 0.8);
}.company-overview-bG h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}.company-overview-bG p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}