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

.head-info-Vr {
    flex: 1 0 auto;
}

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



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

.hackathon-wq {
    flex: 0 0 auto;
}

.hackathon-wq {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(218,222,231);
    position: relative;
}

.thxFrame-tg::before {
    transform: translateX(20%) skewX(-15deg);
    content: "";
    right: 0;
    width: 40%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(215deg, rgb(195,210,184,0.5) 0%, transparent 70%);
    height: 100%;
}

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

.thxFrame-tg h2 {
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.3;
    max-width: 800px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}

.thxFrame-tg .legacy-edu-tU::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(195,210,184), rgb(181,121,136));
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}

.thxFrame-tg .legacy-edu-tU::after {
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    height: 100%;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    width: 80%;
    transform: translateX(100%);
}

.thxFrame-tg li::before {
    top: 10px;
    content: "";
    border-radius: 50%;
    width: 10px;
    transform: scale(0);
    background: rgb(195,210,184);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    height: 10px;
    left: -30px;
    position: absolute;
}

.meet-us-wV::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(195,210,184,0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
}

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

.meet-us-wV .text-cube-cl:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.meet-us-wV .text-cube-cl::before {
    top: 0;
    width: 5px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(195,210,184), rgb(181,121,136));
    position: absolute;
    content: "";
}

.meet-us-wV h5 {
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
    display: inline-block;
    color: rgb(195,210,184);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-size: 23px;
    font-weight: 700;
}

.meet-us-wV h5::after {
    content: "";
    bottom: -6px;
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(195,210,184);
    width: 0;
}

.meet-us-wV p b {
    color: rgb(181,121,136);
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    font-size: calc(17px * 1.1);
}

.meet-us-wV ol li {
    font-size: 17px;
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    line-height: 1.8;
    padding-left: 15px;
    text-align: justify;
}

.learning-process-WS::before {
    content: '';
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,210,184,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(181,121,136,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    filter: blur(40px);
    top: 0;
}

.learning-process-WS .legacy-edu-tU {
    max-width: 1200px;
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    justify-content: center;
}

.learning-process-WS .text-cube-cl:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}

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

.learning-process-WS .text-cube-cl::before,
.learning-process-WS .text-cube-cl::after {
    transition: all 0.5s ease;
}

.learning-process-WS h2 {
    font-size: 30px;
    -webkit-background-clip: text !important;
    text-align: center;
    background: linear-gradient(135deg, rgb(195,210,184), rgb(181,121,136));
    text-fill-color: transparent;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    font-weight: 700;
    background-clip: text !important;
    color: #000000;
    position: relative;
}

.learning-process-WS .text-cube-cl:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}

.learning-process-WS .text-cube-cl:hover::before {
    transform: scale(1.15) translateY(-5px);
}

.learning-process-WS .text-cube-cl:hover::after {
    transform: scale(1.15) translateY(5px);
}

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

.analysis-summary-lB .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}

.analysis-summary-lB .value-elevation-CN {
    border-left: 3px solid rgb(181,121,136);
    box-shadow: 
    0 10px 30px -5px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    overflow: hidden;
    background: linear-gradient(145deg, 
    rgba(#ffffff, 0.9) 0%, 
    rgba(#ffffff, 0.4) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(0) rotateX(2deg) translateY(0);
}

.analysis-summary-lB .value-elevation-CN::after {
    transform: scale(0.5);
    left: -50%;
    height: 200%;
    top: -50%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: radial-gradient(
    circle at center,
    rgba(rgb(181,121,136,0.5), 0.1) 0%,
    transparent 70%
  );
    content: "";
    z-index: 1;
    width: 200%;
    position: absolute;
    opacity: 0;
}

.analysis-summary-lB .value-elevation-CN:hover p {
    transform: scale(1.05);
}

.analysis-summary-lB .value-elevation-CN span {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 400;
    display: block;
    transform-origin: left center;
    margin: 0;
}

.analysis-summary-lB h4::before,
.analysis-summary-lB h4::after {
    background: rgb(181,121,136,0.5);
    height: 1px;
    width: 3rem;
    content: "";
    top: 50%;
    position: absolute;
}

.analysis-summary-lB h4::before {
    left: -3.5rem;
}

.analysis-summary-lB h4::after {
    right: -3.5rem;
}

footer {
    width: 100%;
    position: relative;
}

.hackathon-wq::before {
    content: "";
    left: 0;
    background-size: 100px 100px;
    top: 0;
    background-color: rgb(195,210,184,0.5);
    background: 
        linear-gradient(135deg, rgb(218,222,231) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(218,222,231) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(218,222,231) 25%, transparent 25%),
        linear-gradient(45deg, rgb(218,222,231) 25%, transparent 25%);
    width: 100%;
    position: absolute;
    height: 120px;
}

footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    fill: rgb(195,210,184);
}

footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
    vertical-align: middle;
    display: inline-block;
}

footer .main-pagewrap-py {
    position: relative;
    padding: 0 30px;
}

footer .main-pagewrap-py::after {
    height: 1px;
    background: linear-gradient(90deg, rgb(195,210,184), transparent);
    left: 30px;
    position: absolute;
    right: 30px;
    content: "";
    bottom: -15px;
}

footer .access-help-bU {
    color: #000000;
    max-width: 330px;
    line-height: 1.6;
    font-size: 14px;
}

footer .site-header-mz h5 {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
}

footer .site-header-mz h5::after {
    content: "";
    height: 2px;
    width: 50px;
    bottom: -7px;
    background-color: rgb(195,210,184);
    left: 0;
    position: absolute;
}

footer .first-teach-gl a::after {
    height: 2px;
    bottom: 5px;
    left: 0;
    position: absolute;
    background-color: rgb(195,210,184);
    transition: width 0.3s ease;
    content: "";
    width: 0;
}

footer .first-teach-gl a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    padding: 30px;
    border-radius: 29px;
    margin-left: 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    z-index: 0;
    color: #ffffff;
    margin-top: -10px;
    background-color: rgb(195,210,184);
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 14px 16px;
    color: #000000;
}

footer .email-capture-pN {
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    background-color: #000000;
    font-size: 20px;
}

footer .volunteer-kp {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 30px;
}

.privacy-defense-FA h1, .privacy-defense-FA h2, .privacy-defense-FA h3, .privacy-defense-FA h4, .privacy-defense-FA h5, .privacy-defense-FA h6 {
    font-weight: 700;
    color: rgb(195,210,184);
    margin-bottom: 20px;
}

.privacy-defense-FA h1 {
    font-size: 43px;
}

.privacy-defense-FA h6 {
    font-weight: 300;
    font-size: 17px;
}

.privacy-defense-FA li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(181,121,136);
}

.privacy-defense-FA section {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(218,222,231);
    margin-bottom: 40px;
}


.user-reviews-MB {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(218,222,231), #ffffff);
    position: relative;
    padding: 100px 0;
}

.user-reviews-MB::after {
    position: absolute;
    background-size: 100px 100px;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(195,210,184,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(195,210,184,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(195,210,184,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(195,210,184,0.5) 75%);
    opacity: 0.03;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.user-reviews-MB h4::after {
    transform: translateX(-50%);
    background: rgb(195,210,184);
    bottom: -20px;
    position: absolute;
    height: 12px;
    content: "";
    width: 12px;
    border-radius: 50%;
    left: 50%;
}

.user-reviews-MB .learner-testimonials-mQ {
    margin: 0 20px 40px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.8);
    width: calc(33.33% - 40px);
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    cursor: pointer;
    border-radius: 17px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    overflow: hidden;
}

.user-reviews-MB .learner-testimonials-mQ::after {
    z-index: 0;
    border: 2px solid rgb(195,210,184,0.5);
    content: "";
    opacity: 0.3;
    right: 15px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.4s ease;
    height: 30px;
    top: 15px;
}

.user-reviews-MB .learner-testimonials-mQ:hover .img-grid-Cl {
    margin-bottom: 10px;
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
    border-color: rgb(195,210,184,0.5);
}

.user-reviews-MB .learner-testimonials-mQ:hover span {
    color: rgb(195,210,184);
    white-space: normal;
    margin-top: 15px;
    margin-left: 20px;
}

.user-reviews-MB .learner-testimonials-mQ p {
    overflow: hidden;
    max-height: 0;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
    -webkit-line-clamp: 5;
    color: #000000;
    margin: 0 20px;
    display: -webkit-box;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0;
}

.user-reviews-MB .learner-testimonials-mQ:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(195,210,184,0.5), 0.05) 100%
    );
}

.greeting-page-rF {
    justify-content: center;
    background: linear-gradient(135deg, rgb(218,222,231) 40%, rgb(195,210,184,0.5) 100%);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
}

.greeting-page-rF::after {
    width: 40%;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    content: "";
    position: absolute;
    transform: rotate(25deg);
    background: rgb(181,121,136);
    bottom: -10%;
    z-index: 1;
    height: 60%;
    left: -5%;
    opacity: 0.07;
}

.greeting-page-rF .page-first-Yc > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.greeting-page-rF h3 {
    animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    margin-bottom: 1rem;
    font-size: calc(20px * 1.05);
    padding-left: 2rem;
    position: relative;
    opacity: 0;
    color: #000000;
    font-weight: 600;
    line-height: 1.4;
}

.greeting-page-rF .smart-track-qt:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.greeting-page-rF .smart-track-qt::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7)
  );
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
}

.greeting-page-rF .smart-track-qt > div {
    flex-direction: column;
    z-index: 3;
    padding: 4rem 3rem;
    position: relative;
    display: flex;
    min-height: 360px;
    justify-content: center;
}

.greeting-page-rF .smart-track-qt p {
    max-width: 90%;
    opacity: 0;
    transform: translateY(15px);
    color: #ffffff;
    font-size: calc(14px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.greeting-page-rF .title_style_header::after {
    transform-origin: left;
    left: 0;
    bottom: -1rem;
    height: 4px;
    transform: scaleX(0);
    animation: scaleRight 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
    content: "";
    position: absolute;
    background: rgb(181,121,136);
    width: 8rem;
}

.developer-experience-jv::before {
    z-index: 0;
    width: 200%;
    left: -10%;
    height: 200%;
    opacity: 0.2;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(195,210,184,0.5) 120deg, transparent 180deg, rgb(181,121,136,0.5) 260deg, transparent 360deg);
    content: "";
    position: absolute;
    top: -50%;
    animation: rotate 20s linear infinite;
}

.developer-experience-jv .learner-testimonials-mQ:hover {
    transform: rotateX(0) rotateY(0);
}

.developer-experience-jv .img-grid-Cl {
    grid-area: photo;
    border-radius: 28px;
    aspect-ratio: 1/1;
    width: 100%;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(181,121,136),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(20px);
}

.developer-experience-jv .name {
    grid-area: name;
    position: relative;
    transform: translateZ(10px);
    font-weight: 700;
    padding-left: 1rem;
    font-size: 19px;
    margin-bottom: 0.5rem;
    display: block;
    color: rgb(195,210,184);
}

.developer-experience-jv .employee-info-mB {
    padding: 2rem;
    background: linear-gradient(to right, #ffffff, rgb(218,222,231));
    transition: transform 0.3s ease;
    line-height: 1.7;
    border-radius: 28px;
    transform: translateZ(15px);
    grid-area: quote;
    font-size: calc(13px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    position: relative;
}

.developer-experience-jv .learner-testimonials-mQ:hover .employee-info-mB {
    transform: translateZ(25px);
}

.course-rewards-lw::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,210,184,0.5) 0%, transparent 10%),
        radial-gradient(circle at 80% 70%, rgb(181,121,136,0.5) 0%, transparent 20%);
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    left: 0;
    height: 100%;
}

.course-rewards-lw .img-grid-Cl::after {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(181,121,136,0.5) 100%);
    content: '';
    height: 100%;
}

.course-rewards-lw .text-cube-cl {
    padding-right: 5rem;
    flex: 0 0 55%;
}

.course-rewards-lw h2::after {
    position: absolute;
    left: 0;
    background: rgb(195,210,184);
    content: '';
    bottom: 0;
    border-radius: 10px;
    height: 4px;
    width: 80px;
}

.course-rewards-lw .text_main_holder > div {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(0);
    padding: 1.5rem;
    align-items: flex-start;
    border-radius: 10px;
}

.course-rewards-lw .text_main_holder p {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: 12px;
}

.course-program-details-DH::before {
    height: 100%;
    opacity: 0.6;
    position: absolute;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(195,210,184,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(181,121,136,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(195,210,184,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(181,121,136,0.5) 4%, transparent 8%);
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}

.course-program-details-DH .legacy-edu-tU {
    backdrop-filter: blur(10px);
    align-items: center;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(195,210,184,0.5);
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.5s ease;
}

.course-program-details-DH .main-pagewrap-py:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course-program-details-DH .main-pagewrap-py svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
    width: 120px;
}

.course-program-details-DH .main-pagewrap-py:hover svg path {
    fill: rgb(181,121,136);
}

.course-program-details-DH .knowledge-guide-mN h3::after {
    filter: blur(1px);
    transform: translateZ(-5px);
    background: linear-gradient(90deg, rgb(195,210,184) 0%, rgb(181,121,136) 100%);
    border-radius: 10px;
    bottom: -12px;
    left: 0;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
}

.course-program-details-DH .img-grid-Cl {
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    flex: 1 1 45%;
    position: relative;
    perspective: 1000px;
    min-height: 450px;
}

.course-program-details-DH .img-grid-Cl::after {
    z-index: 2;
    transform: translateZ(20px);
    content: "";
    border: 1px solid #ffffff;
    right: 20px;
    top: 20px;
    box-shadow: 0 0 30px rgb(195,210,184,0.5);
    bottom: 20px;
    left: 20px;
    opacity: 0.2;
    position: absolute;
}

header .main-mainwrap-bR::before {
    height: 100%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(195,210,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(181,121,136,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -1;
    content: "";
}

header .container {
    position: relative;
    padding: 1.8rem 2rem;
}

header .main-pagewrap-py {
    z-index: 2;
    position: relative;
}

header .nav-mainwrap-Bh {
    z-index: 2;
    position: relative;
    display: block;
}

header .nav-mainwrap-Bh::after {
    bottom: -5px;
    right: -10px;
    background: rgb(181,121,136,0.5);
    width: 25px;
    height: 25px;
}

header .nav-mainwrap-Bh:hover::before,
header .nav-mainwrap-Bh:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}

header .nav-mainwrap-Bh svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

header .site-header-mz::after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    background-size: 10px 10px;
    background-image: 
        linear-gradient(45deg, rgb(195,210,184,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(195,210,184,0.5) 50%, rgb(195,210,184,0.5) 75%, transparent 75%, transparent);
    animation: moveStripes 20s linear infinite;
    z-index: -1;
}

header .top-study-wf:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}

header .top-study-wf a {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transform-style: preserve-3d;
}

header .top-study-wf a:hover {
    border-color: rgb(195,210,184,0.5);
    transform: translateZ(20px);
    color: rgb(195,210,184);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .top-study-wf a:hover::after {
    width: 80%;
}

.contact-information-KE::before {
    top: 0;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(195,210,184,0.5) 0,
        rgb(195,210,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
}

.contact-information-KE .img-grid-Cl::after {
    top: 0;
    background: linear-gradient(0deg, rgb(218,222,231) 0%, transparent 80%);
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
}

.contact-information-KE h3::after {
    background: rgb(181,121,136);
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    bottom: -15px;
    height: 4px;
    left: 50%;
}

.contact-information-KE .support-feedback-TD {
    background: #ffffff;
    padding: 50px;
    position: relative;
}

.contact-information-KE .support-feedback-TD::after {
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(181,121,136,0.5), transparent);
    top: 50%;
    content: '';
    right: 0;
    position: absolute;
    width: 2px;
    transform: translateY(-50%);
}

.contact-information-KE form {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contact-information-KE input[type="text"]:focus,
.contact-information-KE textarea:focus {
    box-shadow: 0 0 0 3px rgb(195,210,184,0.5);
    border-color: rgb(195,210,184);
    outline: none;
}

.contact-information-KE textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-information-KE .request-feedback-YD {
    font-size: calc(12px * 0.9);
    margin-top: 5px;
    color: #000000;
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.contact-information-KE input[type="checkbox"]:checked {
    background: rgb(195,210,184);
    border-color: rgb(195,210,184);
}

.contact-information-KE input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 7px;
    width: 6px;
    top: 3px;
}

.contact-information-KE .request-feedback-YD a:hover {
    color: rgb(181,121,136);
}

.contact-information-KE .reach-query-yq {
    box-shadow: 0 4px 12px rgb(195,210,184,0.5);
    z-index: 1;
    transition: all 0.3s ease;
    padding: 16px 32px;
    border-radius: 10px;
    align-self: flex-start;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: none;
    background: rgb(195,210,184);
    color: #ffffff;
}

.contact-information-KE .support-block-Dn {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 50px;
    background: rgb(181,121,136,0.5);
    flex-direction: column;
    overflow: hidden;
}

.contact-information-KE .support-block-Dn h4 {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 18px;
}

.contact-information-KE .query-box-nF {
    flex-direction: column;
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    display: flex;
}

.contact-information-KE .query-box-nF li:hover {
    transform: translateX(5px);
}

.contact-information-KE .query-box-nF li svg {
    width: 22px;
    background: #ffffff;
    height: 46px;
    border-radius: 50%;
    height: 22px;
    justify-content: center;
    width: 46px;
    display: flex;
    padding: 12px;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.contact-information-KE .query-box-nF li:hover a {
    color: rgb(195,210,184);
}

.pricing-deck-dH {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(218,222,231);
}

.pricing-deck-dH .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.pricing-deck-dH .cost-card-Cy {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}

.pricing-deck-dH .discount-tier-KF h2 {
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.pricing-deck-dH .study-rates-kj {
    line-height: 1.6;
    font-size: calc(13px + 0.1rem);
    margin-top: 30px;
    color: #000000;
}

.pricing-deck-dH .pricing-block-jC {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    opacity: 0;
    transform: translateY(30px);
    margin-top: 20px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
}

.pricing-deck-dH .group-rates-Gu:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing-deck-dH .group-rates-Gu:hover .price-deals-jH {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

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

.pricing-deck-dH .group-rates-Gu:hover .price-deals-jH::before {
    transform: scaleY(1);
}

.pricing-deck-dH .basic-cost-it {
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    z-index: 1;
}

.pricing-deck-dH .group-rates-Gu:hover .basic-cost-it h3 {
    color: rgb(195,210,184);
}

.pricing-deck-dH .group-rates-Gu:nth-child(even):hover .basic-cost-it h3 {
    color: rgb(181,121,136);
}

.pricing-deck-dH .group-rates-Gu:nth-child(even) .fee-struct-ov {
    color: rgb(181,121,136);
}

.pricing-deck-dH .fee-struct-ov::after {
    width: 40px;
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    height: 3px;
    position: absolute;
}

.pricing-deck-dH .img-grid-Cl {
    transition: transform 0.5s ease;
    transform-origin: center;
    height: 200px;
    position: relative;
    width: 100%;
}

.pricing-deck-dH .img-grid-Cl::after {
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
    left: 0;
    height: 40%;
    opacity: 0;
}


.cookie-tab-dV {
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(195,210,184,0.5);
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, rgb(181,121,136) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    display: flex;
}

.cookie-show-Ey svg, .cookie-show-Ey svg path {
    height: 60px;
    fill: rgb(195,210,184);
    width: 60px;
    transition: transform 0.3s ease;
}

.cookie-tips-Dv h5 {
    color: rgb(195,210,184);
    text-shadow: 0 0 10px rgb(195,210,184);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
}

.track-toggle-gG:hover {
    box-shadow: 0 0 20px rgb(181,121,136,0.5);
    background: rgb(181,121,136);
}

.modalDataProtection-aq p a {
    transition: color 0.3s ease;
    color: rgb(195,210,184);
    text-decoration: underline;
}

.modalDataProtection-aq p a:hover {
    color: rgb(181,121,136);
}

#windowUserConsent-UB {
    display: none;
}


.newsletter-signup-kf {
    background: linear-gradient(135deg, rgb(195,210,184,0.5), rgb(181,121,136));
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.newsletter-signup-kf::after {
    right: -50px;
    filter: blur(30px);
    height: 200px;
    background: radial-gradient(circle, rgb(181,121,136,0.5), transparent 70%);
    border-radius: 50%;
    width: 200px;
    bottom: -50px;
    content: "";
    animation: pulse 6s infinite alternate;
    position: absolute;
    z-index: 0;
}

.newsletter-signup-kf .legacy-edu-tU {
    gap: 25px;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
}

.newsletter-signup-kf .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
    width: 100%;
}

.newsletter-signup-kf .input_holder input[type="email"] {
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 56px;
}

.newsletter-signup-kf .input_holder .email-capture-pN {
    justify-content: center;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    font-size: 19px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,210,184), rgb(181,121,136));
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    height: 56px;
    font-weight: 600;
    padding: 0 30px;
    border: none;
    color: #ffffff;
}

.newsletter-signup-kf .input_holder .email-capture-pN:hover::before {
    left: 100%;
}



::-webkit-scrollbar {
    width: 1rem;
    padding: 3px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top left, #ffffff 52%, rgb(255, 255, 255, 0.5) 100%, rgb(181,121,136,0.5) 14%, rgb(195,210,184,0.5) 85%, rgb(218,222,231) 2%);
    border-radius: 13.4em;
    box-shadow: inset -2px 3px 6px 7px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    box-shadow: -2px 3px 8px 3px rgba(0, 0, 0, 0.8);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 9%;
    transition: all, background 2.2s linear;
    min-height: 46px;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(195,210,184,0.5);
    box-shadow: inset 1px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-corner {
    border-radius: 0px;
}



@media (max-width: 576px) {.thxFrame-tg {
    padding: 60px 0 40px;
}.thxFrame-tg::before,
    .thxFrame-tg::after {
    opacity: 0.5;
}.thxFrame-tg .container {
    padding: 0 20px;
}.thxFrame-tg h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.thxFrame-tg h2::before {
    top: -10px;
    height: 3px;
    width: 60px;
}.thxFrame-tg .legacy-edu-tU {
    transform: none;
    padding: 25px 20px;
}.thxFrame-tg span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.thxFrame-tg li::before {
    height: 8px;
    width: 8px;
    left: -20px;
}}



@media (max-width: 576px) {.meet-us-wV {
    padding: 50px 0;
}.meet-us-wV .container {
    padding: 0 20px;
}.meet-us-wV .text-cube-cl {
    padding: 25px 20px;
}.meet-us-wV .text-cube-cl::before {
    width: 3px;
}.meet-us-wV .text-cube-cl::after {
    display: none;
}.meet-us-wV h5 {
    font-size: calc(23px * 0.8);
}.meet-us-wV p {
    margin-bottom: 15px;
    font-size: calc(17px * 0.95);
}.meet-us-wV p b {
    font-size: calc(17px * 0.9);
}.meet-us-wV ol {
    padding-left: 10px;
}.meet-us-wV ol li {
    font-size: calc(17px * 0.9);
    padding-left: 10px;
    line-height: 1.6;
}}



@media (max-width: 576px) {.learning-process-WS {
    padding: 2.5rem 0.8rem;
}.learning-process-WS .text-cube-cl {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.learning-process-WS h2 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.7);
}.learning-process-WS h2::before {
    bottom: -8px;
    height: 3px;
}.learning-process-WS p {
    font-size: calc(13px * 0.9);
    margin-top: 1rem;
    padding: 0.5rem;
}}



@media (max-width: 991px) {.analysis-summary-lB {
    padding: 4rem 0;
}.analysis-summary-lB ul {
    gap: 1.5rem;
}.analysis-summary-lB .value-elevation-CN > div {
    padding: 1.5rem;
}.analysis-summary-lB h4 {
    margin-top: 2.5rem;
}
}



@media (max-width: 767px) {.analysis-summary-lB {
    padding: 3rem 0;
}.analysis-summary-lB ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.analysis-summary-lB .value-elevation-CN > div {
    padding: 1.25rem;
}.analysis-summary-lB .value-elevation-CN p {
    font-size: calc(37px * 0.9);
}.analysis-summary-lB .value-elevation-CN span {
    font-size: calc(18px * 0.9);
}.analysis-summary-lB h4 {
    font-size: 20px;
    margin-top: 2rem;
}.analysis-summary-lB h4::before,
  .analysis-summary-lB h4::after {
    width: 2rem;
}.analysis-summary-lB h4::before {
    left: -2.5rem;
}.analysis-summary-lB h4::after {
    right: -2.5rem;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .first-teach-gl {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email-capture-pN {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .site-header-mz {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 767px) {footer .hackathon-wq {
    padding: 80px 0 30px;
}footer .edu-faq-AW {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .site-header-mz, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .footer-social-TK {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.privacy-defense-FA {
    padding: 15px;
}.privacy-defense-FA h1 {
    font-size: calc(21px - 6px);
}.privacy-defense-FA h2 {
    font-size: calc(21px - 5px);
}.privacy-defense-FA ul, .privacy-defense-FA ol {
    margin-left: 10px;
    padding-left: 10px;
}.privacy-defense-FA li {
    margin-bottom: 8px;
}.privacy-defense-FA p, .privacy-defense-FA span {
    font-size: calc(14px - 2px);
}}



@media (max-width: 768px) {.user-reviews-MB {
    padding: 70px 0;
}.user-reviews-MB h4 {
    margin-bottom: 60px;
}.user-reviews-MB .learner-testimonials-mQ {
    min-height: 100px;
    height: auto;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 25px;
}.user-reviews-MB .learner-testimonials-mQ:hover {
    min-height: 250px;
    height: auto;
}.user-reviews-MB .learner-testimonials-mQ:last-child {
    margin-bottom: 0;
}.user-reviews-MB .learner-testimonials-mQ::after {
    right: 10px;
    top: 10px;
}.user-reviews-MB .img-grid-Cl {
    margin: 15px;
}.user-reviews-MB .learner-testimonials-mQ span {
    margin-top: 28px;
}.user-reviews-MB .learner-testimonials-mQ:hover span {
    margin-top: 10px;
}.user-reviews-MB .learner-testimonials-mQ:hover p {
    margin-top: 10px;
}}



@media (min-width: 992px) {.greeting-page-rF .page-first-Yc {
    width: 90%;
}.greeting-page-rF h3 {
    font-size: calc(20px * 1.1);
}.greeting-page-rF .smart-track-qt {
    transform: perspective(1500px) rotateX(4deg) rotateY(-3deg);
}.greeting-page-rF .smart-track-qt > div {
    min-height: 500px;
    padding: 6rem 5rem;
}.greeting-page-rF .smart-track-qt p {
    font-size: calc(14px * 1.3);
    margin-bottom: 2rem;
}.greeting-page-rF .title_style_header {
    font-size: calc(40px * 1.3);
}.greeting-page-rF .title_style_header::after {
    width: 10rem;
    height: 5px;
}
}



@media (max-width: 480px) {.greeting-page-rF {
    padding: 4rem 0;
}.greeting-page-rF .page-first-Yc {
    width: 94%;
    padding: 0.5rem;
}.greeting-page-rF h3 {
    font-size: 18px;
    padding-left: 1.25rem;
}.greeting-page-rF .smart-track-qt > div {
    min-height: 280px;
    padding: 2.5rem 1.5rem;
}.greeting-page-rF .title_style_header {
    font-size: 37px;
}}



@media (max-width: 576px) {.developer-experience-jv {
    padding: 4rem 1rem;
}.developer-experience-jv .learner-testimonials-mQ {
    padding: 1.5rem;
}.developer-experience-jv .employee-info-mB {
    padding: 1.5rem;
}}



@media (max-width: 992px) {.course-rewards-lw .legacy-edu-tU {
    flex-direction: column;
}.course-rewards-lw .img-grid-Cl {
    height: 400px;
    flex: 0 0 100%;
    transform: perspective(1000px) rotateY(0);
    margin-bottom: 3rem;
}.course-rewards-lw .text-cube-cl {
    padding-right: 0;
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.course-rewards-lw .legacy-edu-tU {
    padding: 0 1rem;
}.course-rewards-lw .img-grid-Cl {
    height: 250px;
}.course-rewards-lw .text_main_holder svg {
    height: 2rem;
    width: 2rem;
}}



@media screen and (max-width: 992px) {.course-program-details-DH {
    padding: 60px 0;
}.course-program-details-DH .knowledge-guide-mN {
    padding: 30px 40px;
}.course-program-details-DH .img-grid-Cl {
    min-height: 380px;
}.course-program-details-DH .main-pagewrap-py svg {
    width: 100px;
}.course-program-details-DH .knowledge-guide-mN h3 {
    font-size: calc(35px * 0.9);
}
}



@media screen and (max-width: 480px) {.course-program-details-DH {
    padding: 40px 0;
}.course-program-details-DH .img-grid-Cl {
    min-height: 250px;
}.course-program-details-DH .knowledge-guide-mN {
    padding: 25px 20px;
}.course-program-details-DH .knowledge-guide-mN h3 {
    font-size: calc(18px * 1.2);
}.course-program-details-DH .main-pagewrap-py svg {
    width: 80px;
}}



@media (max-width: 991px) {header .top-site-Zk {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
}header .site-header-mz {
    clip-path: none;
    background: #ffffff;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top-study-wf {
    margin: 3px 5px;
}header .top-study-wf a {
    padding: 8px 15px;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 992px) {.contact-information-KE {
    padding: 80px 0;
}.contact-information-KE .query-inquiry-bC {
    grid-template-columns: 1fr;
}.contact-information-KE .support-feedback-TD::after {
    display: none;
}.contact-information-KE .support-feedback-TD,
    .contact-information-KE .support-block-Dn {
    padding: 40px;
}.contact-information-KE h3 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 480px) {.contact-information-KE {
    padding: 50px 0;
}.contact-information-KE .support-feedback-TD,
    .contact-information-KE .support-block-Dn {
    padding: 25px 20px;
}.contact-information-KE h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.contact-information-KE .support-feedback-TD h3,
    .contact-information-KE .support-block-Dn h4 {
    font-size: calc(18px * 0.9);
}.contact-information-KE form {
    gap: 20px;
}.contact-information-KE .reach-query-yq {
    width: 100%;
    text-align: center;
}.contact-information-KE .query-box-nF li svg {
    height: 40px;
    padding: 10px;
    width: 40px;
}.contact-information-KE .query-box-nF {
    gap: 25px;
}}



@media (min-width: 1200px) {.pricing-deck-dH .pricing-block-jC {
    gap: 40px;
}
}



@media (max-width: 767px) {.pricing-deck-dH {
    padding: 80px 0;
}.pricing-deck-dH .discount-tier-KF h2 {
    font-size: calc(35px - 0.4rem);
}.pricing-deck-dH .study-rates-kj {
    font-size: 13px;
}.pricing-deck-dH .basic-cost-it {
    padding: 30px 20px;
}.pricing-deck-dH .price-deals-jH {
    min-height: 400px;
}.pricing-deck-dH .img-grid-Cl {
    height: 160px;
}
}


@media only screen and (max-width: 1200px) {.modalDataProtection-aq {
    padding: 20px;
}.cookie-tab-dV {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.cookie-show-Ey {
    display: none;
}.cookie-tab-dV {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-tips-Dv {
    margin-bottom: 20px;
    text-align: center;
}.modalDataProtection-aq h5, .modalDataProtection-aq p {
    text-align: center;
}.track-toggle-gG {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}}



@media (min-width: 992px) {.newsletter-signup-kf {
    padding: 100px 0;
}.newsletter-signup-kf .legacy-edu-tU {
    gap: 60px;
    padding: 60px;
}.newsletter-signup-kf h4 {
    font-size: calc(20px * 1.2);
}.newsletter-signup-kf .input_holder {
    margin-left: auto;
    max-width: 450px;
}
}



@media (hover: none) {.newsletter-signup-kf .legacy-edu-tU {
    transform: none;
}.newsletter-signup-kf .legacy-edu-tU:hover {
    transform: none;
}
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(25deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(25deg) skewX(-15deg) translateY(-30px);
    }
}



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



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



@keyframes gradientShift {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

