.wrap-structure-zh {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

html {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(195,210,184,0.5);
}

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

header,footer {
    width: 100%;
}

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


.thxFrame-tg {
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, #ffffff 100%);
}

.thxFrame-tg::after {
    left: -2%;
    position: absolute;
    height: 70%;
    transform: rotate(-10deg);
    z-index: 1;
    content: "";
    background: linear-gradient(125deg, rgb(181,121,136,0.5) 0%, transparent 80%);
    width: 30%;
    bottom: -5%;
}

.thxFrame-tg h2::before {
    content: "";
    transform-origin: left;
    background: rgb(195,210,184);
    left: 0;
    position: absolute;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    height: 4px;
    transform: scaleX(0);
    top: -15px;
    width: 80px;
}

.thxFrame-tg .legacy-edu-tU {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    transform-origin: top center;
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px 50px;
    opacity: 0;
}

.thxFrame-tg ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.thxFrame-tg li {
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}

.thxFrame-tg span {
    color: #000000;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    font-size: 13px;
}

.meet-us-wV {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.meet-us-wV::after {
    content: "";
    right: -10%;
    top: -15%;
    transform: rotate(25deg) skewX(-15deg);
    z-index: 1;
    width: 50%;
    background: rgb(181,121,136);
    opacity: 0.07;
    height: 80%;
    position: absolute;
    animation: float 18s infinite ease-in-out;
}

.meet-us-wV .text-cube-cl {
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 45px 50px;
}

.meet-us-wV .text-cube-cl::after {
    position: absolute;
    right: -15px;
    z-index: -1;
    bottom: -15px;
    height: 100px;
    background: linear-gradient(135deg, rgb(181,121,136,0.5), rgb(195,210,184,0.5));
    width: 100px;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.meet-us-wV .text-cube-cl:hover h5 {
    transform: translateX(5px);
}

.meet-us-wV .text-cube-cl:hover h5::after {
    width: 100%;
}

.meet-us-wV p {
    font-size: calc(17px * 1.2);
    color: #000000;
    margin-bottom: 20px;
}

.meet-us-wV p b::after {
    position: absolute;
    background: rgb(181,121,136,0.5);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
}

.meet-us-wV ol {
    padding-left: 20px;
    list-style-type: none;
    counter-reset: item;
}

.meet-us-wV ol li::before {
    display: none;
}

.learning-process-WS {
    padding: 6rem 2rem;
    display: flex;
    background: rgb(218,222,231);
    overflow: hidden;
    align-items: center;
    min-height: 70vh;
    position: relative;
}

.learning-process-WS::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(195,210,184,0.5) 49%, rgb(195,210,184,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(181,121,136,0.5) 49%, rgb(181,121,136,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    opacity: 0.1;
    content: '';
}

.learning-process-WS .text-cube-cl {
    border-radius: 24px;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    padding: 3.5rem;
    background: rgb(218,222,231);
    max-width: 800px;
    transition: all 0.4s ease;
    position: relative;
    width: 80%;
}



.learning-process-WS .text-cube-cl::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(181,121,136,0.5), rgb(195,210,184,0.5));
    left: 20px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    animation: pulse 5s infinite alternate-reverse;
    border-radius: 50%;
    height: 40px;
    content: '';
    z-index: -1;
    bottom: 20px;
    width: 40px;
}

.learning-process-WS h2::before {
    background: linear-gradient(90deg, rgb(195,210,184,0.5) 0%, rgb(181,121,136) 50%, rgb(195,210,184,0.5) 100%);
    bottom: -10px;
    border-radius: 10px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.learning-process-WS p {
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    position: relative;
    line-height: 1.8;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    background: rgb(218,222,231);
    margin-top: 1.5rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.analysis-summary-lB {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, rgb(181,121,136,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}

.analysis-summary-lB::after {
    pointer-events: none;
    position: absolute;
    height: 120%;
    bottom: -10%;
    right: -5%;
    width: 110%;
    content: "";
    background: radial-gradient(ellipse at bottom left, rgb(195,210,184,0.5) 0%, transparent 70%);
    z-index: 1;
}

.analysis-summary-lB ul {
    margin: 0;
    list-style: none;
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 0;
}

.analysis-summary-lB .value-elevation-CN:hover {
    transform: translateZ(20px) rotateX(0) translateY(-10px);
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.2),
    0 3px 6px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.analysis-summary-lB .value-elevation-CN > div {
    position: relative;
    padding: 2rem;
    z-index: 2;
}

.analysis-summary-lB .value-elevation-CN::before {
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(195,210,184,0.5), 0.05) 100%
  );
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}

.analysis-summary-lB .value-elevation-CN:hover::after {
    transform: scale(1);
    opacity: 1;
}

.analysis-summary-lB .value-elevation-CN p {
    font-weight: 700;
    color: rgb(181,121,136);
    margin: 0 0 0.5rem;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform-origin: left center;
    font-size: calc(41px * 0.9);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.analysis-summary-lB .value-elevation-CN:hover span {
    transform: translateX(5px);
}

.analysis-summary-lB h4 {
    text-align: center;
    display: inline-block;
    font-size: 23px;
    padding: 0.5rem 2rem;
    position: relative;
    left: 50%;
    margin-top: 3rem;
    background: linear-gradient(
    to right,
    transparent,
    rgba(rgb(181,121,136,0.5), 0.2),
    transparent
  );
    transform: translateX(-50%);
    color: #000000;
}

footer .patent-info-Wy {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

footer .edu-faq-AW {
    transform: translateY(-30px);
    z-index: 2;
    position: relative;
    padding: 25px;
    border-radius: 29px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    background-color: #ffffff;
}

footer .info_item {
    padding: 10px 15px;
    flex: 1 1 200px;
    border-radius: 10px;
    background-color: rgb(218,222,231);
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
}

footer .info_item::before {
    width: 3px;
    background-color: rgb(195,210,184);
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

footer .info_item a:hover {
    color: rgb(195,210,184);
}

footer .text_main_holder {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

footer .text_main_holder::before {
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: -40px;
    height: calc(100% + 80px);
    border-radius: 29px;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
}

footer .main-pagewrap-py svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}

footer .site-header-mz {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -10px;
    position: relative;
    border-radius: 29px;
    margin-right: 20px;
    z-index: 1;
    background-color: rgb(218,222,231);
    margin-left: 20px;
}

footer .first-teach-gl {
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
}

footer .first-teach-gl a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-block;
    padding: 8px 0;
    position: relative;
    color: #000000;
}

footer .first-teach-gl a:hover {
    transform: translateX(5px);
    color: rgb(195,210,184);
}

footer .subscribe_holder::before {
    z-index: -1;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 30px;
    right: 30px;
    top: -15px;
    background-color: rgb(195,210,184);
    width: 30px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .email-capture-pN:hover {
    transform: translateY(-3px);
    background-color: rgb(181,121,136);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .footer-social-TK {
    text-align: center;
    z-index: 1;
    margin-top: 60px;
    position: relative;
}

.privacy-defense-FA {
    line-height: 1.6;
    background-color: rgb(218,222,231);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
}

.privacy-defense-FA h2 {
    font-size: 34px;
}

.privacy-defense-FA h3 {
    font-size: calc(21px - 4px);
}

.privacy-defense-FA h4 {
    font-size: calc(21px - 8px);
}

.privacy-defense-FA h5 {
    font-size: 21px;
    font-weight: 600;
}

.privacy-defense-FA ul, .privacy-defense-FA ol {
    list-style-position: inside;
    padding-left: 20px;
    margin-left: 20px;
}

.privacy-defense-FA li::marker {
    color: rgb(181,121,136);
}

.privacy-defense-FA p, .privacy-defense-FA span {
    color: #000000;
    margin-bottom: 15px;
    font-size: 14px;
}

.user-reviews-MB::before {
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(ellipse at top left, rgb(195,210,184,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(181,121,136,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
    opacity: 0.6;
    left: 0;
}

.user-reviews-MB .legacy-edu-tU {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.user-reviews-MB h4 {
    position: relative;
    color: #000000;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.user-reviews-MB h4::before {
    height: 2px;
    content: "";
    width: 100px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(195,210,184);
}

.user-reviews-MB .review-testimonials-Tu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    justify-content: center;
}

.user-reviews-MB .learner-testimonials-mQ:hover {
    z-index: 2;
    height: 280px;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.user-reviews-MB .learner-testimonials-mQ::before {
    content: "";
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.user-reviews-MB .learner-testimonials-mQ:hover::after {
    opacity: 0.6;
    transform: scale(0.8);
}

.user-reviews-MB .img-grid-Cl {
    float: left;
    border-radius: 50%;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 25px 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.user-reviews-MB .learner-testimonials-mQ span {
    font-size: calc(13px * 1.1);
    text-overflow: ellipsis;
    padding-right: 60px;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s ease;
    white-space: nowrap;
    display: block;
    margin-top: 40px;
    color: #000000;
}

.user-reviews-MB .learner-testimonials-mQ:hover p {
    opacity: 1;
    margin-top: 15px;
    max-height: 150px;
}

.user-reviews-MB .learner-testimonials-mQ:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}

.user-reviews-MB .learner-testimonials-mQ:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(181,121,136,0.5), 0.05) 100%
    );
}

.greeting-page-rF::before {
    height: 140%;
    right: -10%;
    transform: rotate(-15deg);
    top: -30%;
    z-index: 1;
    position: absolute;
    width: 60%;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    background: linear-gradient(145deg, rgb(181,121,136,0.5) 0%, rgb(195,210,184) 100%);
    content: "";
    animation: gradientShift 12s ease-in-out infinite alternate;
}

.greeting-page-rF .page-first-Yc {
    width: 88%;
    z-index: 2;
    transform: translateY(-2vh);
    margin: 0 auto;
    padding: 2rem;
    max-width: 1200px;
    position: relative;
}

.greeting-page-rF h3::before {
    background: rgb(181,121,136);
    position: absolute;
    height: 75%;
    transform: scaleY(0);
    width: 6px;
    left: 0;
    top: 0.5rem;
    transform-origin: top;
    content: "";
    animation: scaleDown 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}

.greeting-page-rF .smart-track-qt {
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.08);
}

.greeting-page-rF .smart-track-qt::after {
    content: "";
    position: absolute;
    top: -50%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 67%,
    rgba(255, 255, 255, 0.12) 69%,
    transparent 71%
  );
    animation: shimmer 5s linear infinite;
    height: 200%;
    left: -50%;
    width: 200%;
}

.greeting-page-rF .title_style_header {
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
    font-size: calc(40px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    transform: translateY(20px);
    font-weight: 700;
    margin-top: 1rem;
}

.developer-experience-jv {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, rgb(195,210,184,0.5) 35%, rgb(181,121,136,0.5) 100%);
    position: relative;
}



.developer-experience-jv .container {
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.developer-experience-jv .learner-testimonials-mQ {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(195,210,184,0.5);
    padding: 2.5rem;
    grid-template-areas:
    "photo quote"
    "name quote";
    transform-style: preserve-3d;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    transform: rotateX(5deg) rotateY(-2deg);
    display: grid;
    background: #ffffff;
    border-radius: 28px;
    grid-template-columns: minmax(220px, 1fr) 2fr;
}

.developer-experience-jv .learner-testimonials-mQ:hover .img-grid-Cl {
    transform: translateZ(30px) scale(1.05);
}

.developer-experience-jv .name + span {
    text-transform: uppercase;
    align-self: end;
    color: #000000;
    margin-top: 2rem;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.8;
    transform: translateZ(5px);
    letter-spacing: 1px;
    grid-area: name;
    padding-left: 1rem;
}

.developer-experience-jv .employee-info-mB::before {
    background: linear-gradient(45deg, rgb(195,210,184,0.5) 0%, transparent 40%, transparent 60%, rgb(181,121,136,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    border-radius: 28px;
    width: 100%;
    mix-blend-mode: overlay;
}

.course-rewards-lw {
    background: linear-gradient(135deg, rgb(218,222,231) 0%, rgb(195,210,184,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.course-rewards-lw .legacy-edu-tU {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row-reverse;
    z-index: 5;
    padding: 0 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.course-rewards-lw .img-grid-Cl {
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.course-rewards-lw h2 {
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 2rem;
}

.course-rewards-lw .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
}

.course-rewards-lw .text_main_holder > div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.course-rewards-lw .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    fill: rgb(195,210,184);
    flex-shrink: 0;
}

.course-rewards-lw .text_main_holder svg path {
    stroke: #ffffff;
    fill: rgb(195,210,184);
    stroke-width: 0.5;
}

.course-program-details-DH {
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.course-program-details-DH::after {
    content: "";
    top: -50%;
    transform: rotate(45deg);
    width: 200%;
    opacity: 0.2;
    animation: gradientRotate 20s infinite linear;
    position: absolute;
    height: 200%;
    background: linear-gradient(45deg, rgb(195,210,184,0.5) 0%, transparent 70%);
    left: -50%;
    z-index: 0;
}

.course-program-details-DH .container {
    position: relative;
    z-index: 5;
}

.course-program-details-DH .legacy-edu-tU::before {
    background: linear-gradient(135deg, rgb(195,210,184,0.5) 0%, transparent 100%);
    z-index: -1;
    opacity: 0.1;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

.course-program-details-DH .knowledge-guide-mN {
    z-index: 2;
    position: relative;
    flex: 1 1 55%;
    padding: 40px 50px;
}

.course-program-details-DH .main-pagewrap-py {
    margin-bottom: 20px;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
    display: inline-block;
}

.course-program-details-DH .main-pagewrap-py svg path {
    fill: rgb(195,210,184);
    transition: fill 0.3s ease;
}

.course-program-details-DH .knowledge-guide-mN h3 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    font-size: 35px;
    position: relative;
    margin-bottom: 25px;
}

.course-program-details-DH .knowledge-guide-mN p {
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    margin-bottom: 30px;
    position: relative;
    max-width: 100%;
}

.course-program-details-DH .img-grid-Cl::before {
    width: 100%;
    left: 0;
    animation: overlayPulse 8s infinite alternate;
    background: linear-gradient(45deg, rgb(195,210,184,0.5) 0%, transparent 70%);
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
}

header .main-mainwrap-bR {
    background: rgb(218,222,231);
    z-index: 100;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header .main-mainwrap-bR::after {
    z-index: -1;
    top: 0;
    position: absolute;
    width: 40%;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgb(195,210,184,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    content: "";
}

header .top-site-Zk {
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 3rem;
    align-items: center;
}

header .nav-mainwrap-Bh::before,
header .nav-mainwrap-Bh::after {
    opacity: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: absolute;
    background: rgb(195,210,184,0.5);
    z-index: -1;
    content: "";
}

header .nav-mainwrap-Bh::before {
    height: 50px;
    width: 50px;
    top: -15px;
    left: -15px;
}

header .nav-mainwrap-Bh:hover svg {
    transform: rotate(-5deg);
}

header .site-header-mz {
    display: flex;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    padding: 10px 20px;
    justify-content: flex-end;
    border-radius: 0 12px 12px 0;
    margin: 0;
    position: relative;
    background: linear-gradient(to right, transparent, #ffffff);
    flex-wrap: wrap;
}

header .top-study-wf {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}

header .top-study-wf::before {
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    border-left: 5px solid rgb(195,210,184);
    width: 0;
    border-bottom: 5px solid transparent;
    content: "";
    transform: translateY(-50%) scale(0);
    top: 50%;
    opacity: 0;
    position: absolute;
    left: -10px;
    height: 0;
}

header .top-study-wf a::before {
    content: "";
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateZ(-1px);
    z-index: -1;
}

header .top-study-wf a::after {
    transform: translateX(-50%);
    background: rgb(195,210,184);
    left: 50%;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
}

.contact-information-KE {
    overflow: hidden;
    background: rgb(218,222,231);
    position: relative;
    padding: 100px 0;
}

.contact-information-KE .img-grid-Cl {
    width: 100%;
    opacity: 0.2;
    z-index: 0;
    transition: transform 10s ease-in-out;
    filter: saturate(0.6) brightness(0.7);
    height: 100%;
    position: absolute;
    animation: slowZoom 20s alternate infinite;
    top: 0;
    left: 0;
    transform: scale(1.1);
}

.contact-information-KE .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}

.contact-information-KE h3 {
    font-family: Arial, sans-serif;
    font-size: 33px;
    position: relative;
    text-align: center;
    color: rgb(195,210,184);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.contact-information-KE .query-inquiry-bC {
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    display: grid;
}

.contact-information-KE .support-feedback-TD h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-size: 18px;
}

.contact-information-KE .support-feedback-TD h3::after {
    transform: none;
    left: 0;
    height: 3px;
    width: 40px;
}

.contact-information-KE input[type="text"],
.contact-information-KE textarea {
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 12px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact-information-KE input[type="checkbox"] {
    flex-shrink: 0;
    width: 22px;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(181,121,136,0.5);
    height: 22px;
    background: #ffffff;
    margin-top: 2px;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 4px;
    -webkit-appearance: none;
}

.contact-information-KE .request-feedback-YD label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(12px * 0.9);
}

.contact-information-KE .request-feedback-YD a {
    color: rgb(195,210,184);
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: none;
}

.contact-information-KE .reach-query-yq::before {
    content: '';
    position: absolute;
    transform: scaleX(0);
    background: rgb(181,121,136);
    transform-origin: right;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: -1;
    width: 100%;
}

.contact-information-KE .reach-query-yq:hover {
    box-shadow: 0 6px 15px rgba(rgb(195,210,184), 0.4);
}

.contact-information-KE .reach-query-yq:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-information-KE .support-block-Dn::before {
    opacity: 0.4;
    bottom: 0;
    right: 0;
    height: 150px;
    border-radius: 50%;
    content: '';
    filter: blur(60px);
    position: absolute;
    background: rgb(195,210,184,0.5);
    width: 150px;
}

.contact-information-KE .support-block-Dn h4::after {
    content: '';
    background: rgb(195,210,184);
    bottom: -15px;
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
}

.contact-information-KE .query-box-nF li {
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    gap: 18px;
    align-items: center;
}

.contact-information-KE .query-box-nF li svg path {
    fill: rgb(195,210,184);
}

.contact-information-KE .query-box-nF li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
}

.contact-information-KE .query-box-nF li a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}

.pricing-deck-dH::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.pricing-deck-dH .discount-tier-KF {
    max-width: 800px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    margin: 0 auto;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
}

.pricing-deck-dH .discount-tier-KF h2::after {
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,210,184), rgb(181,121,136));
    left: 50%;
}

.pricing-deck-dH .group-rates-Gu {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: inherit;
    display: block;
}

.pricing-deck-dH .price-deals-jH {
    background: #ffffff;
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    min-height: 420px;
    position: relative;
    flex-direction: column;
}

.pricing-deck-dH .group-rates-Gu:nth-child(even) .price-deals-jH::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: bottom;
    transform: scaleY(0);
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(181,121,136);
    right: 0;
}

.pricing-deck-dH .basic-cost-it h3 {
    display: inline-block;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(23px + 0.2rem);
    position: relative;
    margin-bottom: 15px;
}

.pricing-deck-dH .fee-struct-ov {
    padding-bottom: 10px;
    display: inline-block;
    font-size: calc(23px + 0.5rem);
    color: rgb(195,210,184);
    font-weight: 700;
    margin: 10px 0 20px;
    position: relative;
}

.pricing-deck-dH .basic-cost-it p {
    overflow-wrap: break-word;
    margin-top: auto;
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

.pricing-deck-dH .group-rates-Gu:hover .img-grid-Cl {
    transform: scale(1.05);
}

.pricing-deck-dH .group-rates-Gu:hover .img-grid-Cl::after {
    opacity: 1;
}

.modalDataProtection-aq {
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    width: 100%;
    box-shadow: 0 -10px 30px rgb(195,210,184,0.5);
    background: rgb(181,121,136);
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(195,210,184);
}

.cookie-show-Ey {
    box-shadow: 0 0 15px rgb(195,210,184);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    flex-shrink: 0;
    padding: 10px;
    border-radius: 18px;
    margin-right: 20px;
}

.cookie-show-Ey:hover svg {
    transform: rotate(20deg);
}

.cookie-tips-Dv {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}

.cookie-tips-Dv p {
    margin-bottom: 0;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(195,210,184,0.5);
}

.track-toggle-gG {
    padding: 12px 25px;
    color: #000000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 0 10px rgb(195,210,184,0.5);
    margin-left: 10px;
    background: rgb(195,210,184);
    white-space: nowrap;
    border-radius: 10px;
    text-decoration: none;
}

#windowUserConsent-UB:checked ~ .modalDataProtection-aq {
    opacity: 0;
    visibility: hidden;
}

.newsletter-signup-kf::before {
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}

.newsletter-signup-kf .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.newsletter-signup-kf .legacy-edu-tU:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.newsletter-signup-kf h4 {
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    position: relative;
    color: #ffffff;
}

.newsletter-signup-kf h4::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(181,121,136), transparent);
    bottom: -12px;
    height: 3px;
    width: 80px;
}

.newsletter-signup-kf .input_holder span {
    flex: 1;
    position: relative;
}

.newsletter-signup-kf .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

.newsletter-signup-kf .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-signup-kf .input_holder .email-capture-pN::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    transition: all 0.6s;
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
}

.newsletter-signup-kf .input_holder .email-capture-pN:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.newsletter-signup-kf .input_holder .email-capture-pN:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-thumb {
    background: rgb(195,210,184);
}}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.thxFrame-tg {
    padding: 90px 0 60px;
}.thxFrame-tg h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.thxFrame-tg .legacy-edu-tU {
    padding: 35px 40px;
}
}



@media (max-width: 768px) {.thxFrame-tg {
    padding: 70px 0 50px;
}.thxFrame-tg::before {
    width: 50%;
}.thxFrame-tg h2 {
    font-size: calc(31px * 0.8);
    max-width: 100%;
}.thxFrame-tg .legacy-edu-tU {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}



@media (max-width: 992px) {.meet-us-wV {
    padding: 80px 0;
}.meet-us-wV .text-cube-cl {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 40px;
}.meet-us-wV h5 {
    font-size: calc(23px * 0.9);
}.meet-us-wV p {
    font-size: 17px;
}.meet-us-wV p b {
    font-size: 17px;
}
}



@media (max-width: 768px) {.meet-us-wV {
    padding: 60px 0;
}.meet-us-wV .text-cube-cl {
    padding: 30px;
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
    transform: none;
}.meet-us-wV .text-cube-cl::after {
    width: 70px;
    right: -10px;
    bottom: -10px;
    height: 70px;
}.meet-us-wV h5 {
    font-size: calc(23px * 0.85);
}.meet-us-wV ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.learning-process-WS {
    padding: 4rem 1.5rem;
}.learning-process-WS .text-cube-cl {
    width: 90%;
    padding: 2.5rem;
}.learning-process-WS h2 {
    font-size: calc(30px * 0.9);
}.learning-process-WS p {
    padding: 0.8rem;
}
}



@media (max-width: 768px) {.learning-process-WS {
    min-height: auto;
    padding: 3rem 1rem;
}.learning-process-WS .text-cube-cl {
    width: 100%;
    padding: 2rem;
}.learning-process-WS h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.learning-process-WS p {
    padding: 0.6rem;
    font-size: calc(13px * 0.95);
}.learning-process-WS .text-cube-cl::before {
    width: 40px;
    top: 15px;
    right: 15px;
    height: 40px;
}.learning-process-WS .text-cube-cl::after {
    width: 30px;
    bottom: 15px;
    left: 15px;
    height: 30px;
}
}



@media (min-width: 992px) {.analysis-summary-lB ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
}.analysis-summary-lB .value-elevation-CN {
    transform: translateZ(0) rotateX(3deg) translateY(0);
}.analysis-summary-lB .value-elevation-CN:nth-child(odd) {
    transform: translateZ(0) rotateX(-3deg) translateY(0);
}.analysis-summary-lB .value-elevation-CN:hover {
    transform: translateZ(30px) rotateX(0) translateY(-15px);
}.analysis-summary-lB h4 {
    font-size: calc(23px * 1.1);
    margin-top: 4rem;
}
}



@media (max-width: 575px) {.analysis-summary-lB {
    padding: 2.5rem 0;
}.analysis-summary-lB ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.analysis-summary-lB .value-elevation-CN {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}.analysis-summary-lB .value-elevation-CN > div {
    padding: 1rem;
}.analysis-summary-lB .value-elevation-CN p {
    font-size: calc(37px * 0.85);
}.analysis-summary-lB h4 {
    margin-top: 1.5rem;
    width: 90%;
}.analysis-summary-lB h4::before,
  .analysis-summary-lB h4::after {
    width: 1.5rem;
}.analysis-summary-lB h4::before {
    left: -1.75rem;
}.analysis-summary-lB h4::after {
    right: -1.75rem;
}}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 576px) {footer .hackathon-wq {
    padding: 60px 0 20px;
}footer .edu-faq-AW {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .main-pagewrap-py {
    padding: 0 20px;
}footer .main-pagewrap-py::after {
    right: 20px;
    left: 20px;
}footer .site-header-mz h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .first-teach-gl a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .email-capture-pN {
    padding: 12px 15px;
}}



@media (max-width: 1200px) {.user-reviews-MB .learner-testimonials-mQ {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
}
}



@media (max-width: 992px) {.user-reviews-MB .learner-testimonials-mQ {
    height: 100px;
}.user-reviews-MB .learner-testimonials-mQ:hover {
    height: 250px;
}.user-reviews-MB .img-grid-Cl {
    width: 60px;
    height: 60px;
    margin: 20px 15px;
}.user-reviews-MB .learner-testimonials-mQ span {
    font-size: 13px;
    margin-top: 32px;
}
}



@media (min-width: 768px) {.greeting-page-rF .page-first-Yc > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.greeting-page-rF h3 {
    font-size: 20px;
    padding-left: 2.5rem;
}.greeting-page-rF .smart-track-qt {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.greeting-page-rF .smart-track-qt > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.greeting-page-rF .smart-track-qt p {
    font-size: calc(14px * 1.2);
    max-width: 80%;
}.greeting-page-rF .title_style_header {
    font-size: calc(40px * 1.2);
}
}



@media (max-width: 767px) {.greeting-page-rF {
    min-height: auto;
    padding: 5rem 0;
}.greeting-page-rF::before {
    width: 80%;
    top: -20%;
}.greeting-page-rF .page-first-Yc {
    width: 92%;
    padding: 1rem;
}.greeting-page-rF h3 {
    padding-left: 1.5rem;
    font-size: calc(18px * 1.15);
}.greeting-page-rF h3::before {
    width: 4px;
}.greeting-page-rF .smart-track-qt > div {
    min-height: 300px;
    padding: 3rem 2rem;
}.greeting-page-rF .smart-track-qt p {
    font-size: 14px;
    margin-bottom: 1rem;
    max-width: 100%;
}.greeting-page-rF .title_style_header {
    font-size: calc(37px * 1.1);
}.greeting-page-rF .title_style_header::after {
    width: 6rem;
    height: 3px;
}
}



@media (max-width: 992px) {.developer-experience-jv .learner-testimonials-mQ {
    grid-template-areas:
      "img-grid-Cl"
      "name"
      "employee-info-mB";
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-columns: 1fr;
}.developer-experience-jv .img-grid-Cl {
    margin: 0 auto;
    max-width: 200px;
}.developer-experience-jv .name,
  .developer-experience-jv .name + span {
    text-align: center;
    padding-left: 0;
}.developer-experience-jv .name + span {
    margin-top: 0.5rem;
}
}



@media (max-width: 768px) {.course-rewards-lw {
    padding: 4rem 0;
}.course-rewards-lw .img-grid-Cl {
    height: 300px;
}.course-rewards-lw h2 {
    font-size: calc(30px * 0.85);
}.course-rewards-lw .text_main_holder > div {
    padding: 1.2rem;
}
}



@media (hover: hover) {.course-program-details-DH .legacy-edu-tU:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(195,210,184);
    transform: translateY(-5px);
}.course-program-details-DH .img-grid-Cl:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 768px) {.course-program-details-DH {
    padding: 50px 0;
}.course-program-details-DH .legacy-edu-tU {
    flex-direction: column-reverse;
}.course-program-details-DH .knowledge-guide-mN {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course-program-details-DH .img-grid-Cl {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.course-program-details-DH .knowledge-guide-mN h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.course-program-details-DH .knowledge-guide-mN p {
    margin-bottom: 20px;
}.course-program-details-DH .main-pagewrap-py {
    margin-bottom: 15px;
}.course-program-details-DH .main-pagewrap-py svg {
    width: 90px;
}.course-program-details-DH .knowledge-guide-mN h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}
}



@media (max-width: 480px) {header .site-header-mz {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .top-study-wf {
    margin: 3px 0;
    width: 100%;
}header .top-study-wf a {
    text-align: center;
    width: 100%;
}header .top-study-wf::before {
    display: none;
}header .nav-mainwrap-Bh svg {
    height: 40px;
}}



@media (max-width: 768px) {.contact-information-KE {
    padding: 60px 0;
}.contact-information-KE .container {
    padding: 0 20px;
}.contact-information-KE .support-feedback-TD,
    .contact-information-KE .support-block-Dn {
    padding: 30px 25px;
}.contact-information-KE h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.contact-information-KE .support-feedback-TD h3,
    .contact-information-KE .support-block-Dn h4 {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}.contact-information-KE input[type="text"],
    .contact-information-KE textarea {
    padding: 14px 18px;
}.contact-information-KE .reach-query-yq {
    padding: 14px 28px;
}
}



@media (min-width: 768px) {.pricing-deck-dH .cost-card-Cy {
    grid-template-columns: 1fr;
}.pricing-deck-dH .pricing-block-jC {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}



@media (min-width: 992px) {.pricing-deck-dH {
    padding: 150px 0;
}.pricing-deck-dH .cost-card-Cy {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing-deck-dH .pricing-block-jC {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing-deck-dH .price-deals-jH {
    min-height: 480px;
}
}



@media (max-width: 480px) {.pricing-deck-dH {
    padding: 60px 0;
}.pricing-deck-dH .cost-card-Cy {
    gap: 40px;
}.pricing-deck-dH .pricing-block-jC {
    gap: 25px;
}.pricing-deck-dH .basic-cost-it h3 {
    font-size: 23px;
}.pricing-deck-dH .fee-struct-ov {
    font-size: 23px;
}.pricing-deck-dH .basic-cost-it p {
    font-size: calc(13px - 0.1rem);
}}



@media (min-width: 768px) {.newsletter-signup-kf .legacy-edu-tU {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 50px;
}.newsletter-signup-kf .input_holder {
    flex-direction: row;
}.newsletter-signup-kf h4 {
    font-size: 20px;
}.newsletter-signup-kf .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.newsletter-signup-kf .input_holder .email-capture-pN {
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 767px) {.newsletter-signup-kf {
    padding: 60px 0;
}.newsletter-signup-kf .legacy-edu-tU {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.newsletter-signup-kf h4 {
    max-width: 100%;
    font-size: calc(20px * 1.2);
}.newsletter-signup-kf .input_holder .email-capture-pN {
    width: 100%;
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



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



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



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}



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



@keyframes scaleDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.5;
    }
}



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



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



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

