* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1209px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.main-bar-Khi {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.wrapper-border-qHb {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.diploma-cta-7Ff {
    flex: 0 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 0.5em;
}::-webkit-scrollbar-button {
    height: 8px;
    background: #ffffff;
    border-radius: 2px;
}::-webkit-scrollbar-track {
    background: linear-gradient(258deg, rgb(197,159,126,0.5) 66%, rgb(220,192,168,0.5) 37%, rgb(239,224,211) 22%);
    margin: 4px 0;
    border: 1px dashed rgb(197,159,126);
}::-webkit-scrollbar-thumb {
    border: 2px solid rgb(239,224,211);
    border-radius: 1vw;
    box-shadow: -3px 5px 9px 1px rgba(0, 0, 0, 0.6);
    background: linear-gradient(360deg, rgb(197,159,126) 12%, rgb(220,192,168,0.5) 64%);
    transition: box-shadow 4.4s linear;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px 3px 2px 8px rgba(0, 0, 0, 0.3);
    background: rgb(239,224,211);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(220,192,168) rgb(197,159,126,0.5);
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(220,192,168) 100%);
    bottom: 0;
    z-index: 1;
}.diploma-cta-7Ff {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 90px 0 50px;
    z-index: 2;
}.diploma-cta-7Ff::before {
    opacity: 0.1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
}.diploma-cta-7Ff .container {
    flex-direction: column;
    display: flex;
}.diploma-cta-7Ff .company_holder {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    margin-top: 70px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    order: 2;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 200% 200%;
}.diploma-cta-7Ff .company_holder h3 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 35px;
    position: relative;
}.diploma-cta-7Ff .company_holder h3::after {
    margin: 15px auto 0;
    width: 60px;
    display: block;
    background: rgb(220,192,168);
    border-radius: 3px;
    content: '';
    height: 3px;
}.diploma-cta-7Ff .edu-global-oni {
    position: relative;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 80%;
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
}.diploma-cta-7Ff .trophy-case-heJ {
    position: relative;
    order: 1;
}.diploma-cta-7Ff .site-nav-tJb {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}.diploma-cta-7Ff .page-nav-GE6 {
    transition: transform 0.3s ease;
    padding: 20px;
    flex: 1;
    border-radius: 10px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.03);
    transform: translateZ(0);
    min-width: 250px;
    overflow: hidden;
    position: relative;
}.diploma-cta-7Ff .page-nav-GE6:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.diploma-cta-7Ff .page-nav-GE6:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.diploma-cta-7Ff .page-nav-GE6:hover {
    transform: perspective(1000px) rotateY(0);
}.diploma-cta-7Ff .page-nav-GE6::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    position: absolute;
    content: '';
    border-radius: 10px;
    z-index: -1;
}.diploma-cta-7Ff .page-nav-GE6 h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    word-wrap: break-word;
    color: #ffffff;
    padding-bottom: 15px;
}.diploma-cta-7Ff .page-nav-GE6 h5::before {
    content: '';
    left: 0;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 50px;
    background: rgb(197,159,126);
}.diploma-cta-7Ff .page-nav-GE6 .site-nav-tJb {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 0;
    gap: 12px;
}.diploma-cta-7Ff .page-nav-GE6 .site-nav-tJb a {
    font-size: 16px;
    opacity: 0.8;
    word-break: break-word;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    color: #ffffff;
    white-space: normal;
    display: flex;
}.diploma-cta-7Ff .page-nav-GE6 .site-nav-tJb a::before {
    transform: scale(0);
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(197,159,126);
    opacity: 0;
    flex-shrink: 0;
    margin-right: 10px;
    height: 6px;
    min-width: 6px;
}.diploma-cta-7Ff .page-nav-GE6 .site-nav-tJb a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.diploma-cta-7Ff .page-nav-GE6 .site-nav-tJb a:hover::before {
    transform: scale(1);
    opacity: 1;
}.equity-info-mEL {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 25px 0;
    margin-top: 40px;
}.equity-info-mEL::before {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(197,159,126,0.5), transparent);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.equity-info-mEL .container {
    text-align: center;
}.equity-info-mEL .diversity-SYx {
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.diploma-cta-7Ff .trophy-case-heJ::before {
    opacity: 0.1;
    left: -5%;
    height: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    background: rgb(197,159,126);
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 250px;
    z-index: -1;
    bottom: -10%;
    filter: blur(100px);
}footer::after {
    z-index: 1;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    pointer-events: none;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

@media (max-width: 992px) {.diploma-cta-7Ff {
    padding: 70px 0 40px;
}.diploma-cta-7Ff .site-nav-tJb {
    gap: 40px;
}.diploma-cta-7Ff .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.diploma-cta-7Ff {
    padding: 50px 0 30px;
}.diploma-cta-7Ff .site-nav-tJb {
    gap: 30px;
    flex-direction: column;
}.diploma-cta-7Ff .page-nav-GE6 {
    max-width: 100%;
    min-width: 100%;
}.diploma-cta-7Ff .company_holder {
    padding: 20px;
}.diploma-cta-7Ff .edu-global-oni {
    max-width: 100%;
}
}

@media (max-width: 576px) {.diploma-cta-7Ff {
    padding: 40px 0 20px;
}.diploma-cta-7Ff .company_holder h3 {
    font-size: calc(35px * 0.8);
}.diploma-cta-7Ff .page-nav-GE6 h5 {
    font-size: calc(18px * 0.9);
}}.get-in-touch-tV0 {
    overflow: hidden;
    padding: 90px 0;
    background: rgb(239,224,211);
    position: relative;
}.get-in-touch-tV0::before {
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(220,192,168), 0.05) 49%, rgba(rgb(220,192,168), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(197,159,126), 0.05) 49%, rgba(rgb(197,159,126), 0.05) 51%, transparent 52%);
    left: 0;
    background-size: 40px 40px;
    width: 100%;
}.get-in-touch-tV0 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.get-in-touch-tV0 h2 {
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(220,192,168);
    font-size: 35px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.get-in-touch-tV0 .request-form-cXz {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.get-in-touch-tV0 .image-carousel-2fz {
    flex: 0 0 45%;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
}.get-in-touch-tV0 .query-box-Ycq {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.get-in-touch-tV0 .query-box-Ycq::before {
    left: 0;
    content: "";
    background-size: 30px 30px;
    z-index: -1;
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    width: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    height: 100%;
    top: 0;
    position: absolute;
}.get-in-touch-tV0 #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.get-in-touch-tV0 h3 {
    font-weight: 700;
    color: rgb(220,192,168);
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
}.get-in-touch-tV0 input[type="text"] {
    width: 100%;
    border-radius: 0 10px 10px 0;
    background: rgb(239,224,211);
    border-left: 3px solid rgb(220,192,168);
    font-size: 16px;
    border: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
    color: #000000;
}.get-in-touch-tV0 input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(197,159,126);
    background: #ffffff;
}.get-in-touch-tV0 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.get-in-touch-tV0 .inquiry-card-Rlf {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}.get-in-touch-tV0 .inquiry-card-Rlf input[type="checkbox"] {
    transition: all 0.3s ease;
    position: relative;
    margin-top: 3px;
    border: 2px solid rgb(239,224,211);
    background: rgb(239,224,211);
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}.get-in-touch-tV0 .inquiry-card-Rlf input[type="checkbox"]:checked {
    background: rgb(220,192,168);
    border-color: rgb(220,192,168);
}.get-in-touch-tV0 .inquiry-card-Rlf input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 50%;
    content: "";
    top: 40%;
    height: 10px;
    width: 5px;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
}.get-in-touch-tV0 .inquiry-card-Rlf label {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.get-in-touch-tV0 .inquiry-card-Rlf a {
    position: relative;
    text-decoration: none;
    color: rgb(220,192,168);
    transition: all 0.3s ease;
}.get-in-touch-tV0 .inquiry-card-Rlf a:hover {
    color: rgb(197,159,126);
}.get-in-touch-tV0 .inquiry-card-Rlf a::after {
    bottom: -2px;
    position: absolute;
    background: rgb(220,192,168);
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
}.get-in-touch-tV0 .inquiry-card-Rlf a:hover::after {
    background: rgb(197,159,126);
    height: 2px;
}.get-in-touch-tV0 .query-section-ufX {
    border-radius: 10px;
    background: rgb(220,192,168);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    align-self: flex-start;
    border: none;
    padding: 15px 35px;
    margin-top: 15px;
}.get-in-touch-tV0 .query-section-ufX::after {
    width: 0;
    border-radius: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    content: "";
    position: absolute;
    left: 50%;
}.get-in-touch-tV0 .query-section-ufX:hover {
    background: rgb(197,159,126);
}.get-in-touch-tV0 .query-section-ufX:hover::after {
    height: 300%;
    width: 300%;
}.get-in-touch-tV0 svg {
    fill: rgb(220,192,168);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}.get-in-touch-tV0 svg path {
    fill: rgb(220,192,168);
    transition: all 0.3s ease;
}.get-in-touch-tV0 svg:hover {
    fill: rgb(197,159,126);
}.get-in-touch-tV0 svg:hover path {
    fill: rgb(197,159,126);
}

@media (max-width: 992px) {.get-in-touch-tV0 {
    padding: 70px 0;
}.get-in-touch-tV0 .request-form-cXz {
    flex-direction: column;
}.get-in-touch-tV0 .image-carousel-2fz {
    min-height: 300px;
    flex: 0 0 auto;
}.get-in-touch-tV0 .query-box-Ycq {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.get-in-touch-tV0 {
    padding: 60px 0;
}.get-in-touch-tV0 h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.get-in-touch-tV0 .query-box-Ycq {
    padding: 35px 25px 45px;
}.get-in-touch-tV0 #contact {
    gap: 20px;
}.get-in-touch-tV0 .image-carousel-2fz {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get-in-touch-tV0 {
    padding: 50px 0;
}.get-in-touch-tV0 .container {
    padding: 0 15px;
}.get-in-touch-tV0 h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.get-in-touch-tV0 .query-box-Ycq {
    padding: 30px 20px 40px;
}.get-in-touch-tV0 .query-section-ufX {
    width: 100%;
}.get-in-touch-tV0 .image-carousel-2fz {
    min-height: 200px;
}}.course-highlights-aC3 {
    background: rgb(239,224,211);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course-highlights-aC3::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(220,192,168,0.5) 0%, transparent 40%);
}.course-highlights-aC3::after {
    height: 100%;
    background: radial-gradient(circle at 70% 80%, rgb(197,159,126,0.5) 0%, transparent 40%);
    bottom: 0;
    z-index: 1;
    content: "";
    width: 100%;
    right: 0;
    position: absolute;
}.course-highlights-aC3 .container {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course-highlights-aC3 .skill-program-yQv {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 19px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    gap: 50px;
}.course-highlights-aC3 .skill-program-yQv::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 5px;
    background: linear-gradient(to right, rgb(220,192,168), rgb(197,159,126));
    top: 0;
}.course-highlights-aC3 .lesson-plan-kse {
    flex-direction: column;
    position: relative;
    padding: 60px 50px;
    justify-content: center;
    display: flex;
}.course-highlights-aC3 .lesson-plan-kse::before {
    width: 80px;
    z-index: -1;
    top: 40px;
    animation: float 8s ease-in-out infinite;
    left: 40px;
    position: absolute;
    opacity: 0.5;
    height: 80px;
    content: "";
    border: 2px solid rgb(220,192,168,0.5);
    border-radius: 10px;
}.course-highlights-aC3 .lesson-plan-kse::after {
    border-radius: 50%;
    width: 60px;
    right: 40px;
    opacity: 0.3;
    height: 60px;
    background: rgb(197,159,126,0.5);
    z-index: -1;
    bottom: 40px;
    position: absolute;
    animation: pulse 6s ease-in-out infinite;
    content: "";
}.course-highlights-aC3 .header-site-Olf {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(145deg, rgb(239,224,211), #ffffff);
}.course-highlights-aC3 .header-site-Olf:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.course-highlights-aC3 .header-site-Olf svg {
    max-width: 140px;
    max-height: 50px;
    transition: all 0.3s ease;
}.course-highlights-aC3 .header-site-Olf svg path {
    transition: fill 0.3s ease;
    fill: rgb(220,192,168);
}.course-highlights-aC3 .header-site-Olf:hover svg path {
    fill: rgb(197,159,126);
}.course-highlights-aC3 h3 {
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 29px;
}.course-highlights-aC3 h3::after {
    width: 70px;
    position: absolute;
    bottom: -12px;
    left: 0;
    background: linear-gradient(to right, rgb(220,192,168), rgb(197,159,126));
    border-radius: 10px;
    height: 3px;
    content: "";
}.course-highlights-aC3 p {
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 12px;
}.course-highlights-aC3 .image-carousel-2fz {
    position: relative;
    height: 100%;
    min-height: 500px;
    transition: all 0.5s ease;
}.course-highlights-aC3 .image-carousel-2fz::before {
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(220,192,168,0.5) 0%,
    transparent 60%
  );
    position: absolute;
    width: 100%;
}.course-highlights-aC3 .image-carousel-2fz::after {
    height: 20px;
    top: 30px;
    border: 2px solid #ffffff;
    animation: pulseCircle 3s infinite;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    width: 20px;
    content: "";
    position: absolute;
    right: 30px;
    z-index: 2;
    border-radius: 50%;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-highlights-aC3 {
    padding: 90px 0;
}.course-highlights-aC3 .lesson-plan-kse {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-highlights-aC3 .skill-program-yQv {
    grid-template-columns: 1fr;
}.course-highlights-aC3 .image-carousel-2fz {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: -1;
    min-height: 400px;
}.course-highlights-aC3 .lesson-plan-kse {
    padding: 40px;
}.course-highlights-aC3 .lesson-plan-kse::before,
  .course-highlights-aC3 .lesson-plan-kse::after {
    display: none;
}.course-highlights-aC3 .header-site-Olf {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-highlights-aC3 {
    padding: 70px 0;
}.course-highlights-aC3 .lesson-plan-kse {
    padding: 30px;
}.course-highlights-aC3 h3 {
    font-size: calc(29px - 4px);
}.course-highlights-aC3 .image-carousel-2fz {
    min-height: 350px;
}.course-highlights-aC3 .header-site-Olf {
    padding: 12px;
}.course-highlights-aC3 .header-site-Olf svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-highlights-aC3 {
    padding: 50px 0;
}.course-highlights-aC3 .container {
    padding: 0 20px;
}.course-highlights-aC3 .skill-program-yQv {
    border-radius: 10px;
}.course-highlights-aC3 .lesson-plan-kse {
    padding: 25px 20px;
}.course-highlights-aC3 h3 {
    font-size: calc(29px - 6px);
    margin-bottom: 20px;
}.course-highlights-aC3 p {
    font-size: calc(12px - 1px);
}.course-highlights-aC3 .header-site-Olf {
    margin-bottom: 20px;
    padding: 10px;
}.course-highlights-aC3 .header-site-Olf svg {
    max-width: 100px;
}.course-highlights-aC3 .image-carousel-2fz {
    min-height: 280px;
}.course-highlights-aC3 .image-carousel-2fz::after {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}}.education-framework-Qv5 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgba(rgb(220,192,168,0.5), 0.08) 100%);
}.education-framework-Qv5::before {
    pointer-events: none;
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.1;
    position: absolute;
    top: -5%;
    height: 50%;
    content: "";
    right: -10%;
    background: linear-gradient(225deg, rgb(220,192,168) 0%, transparent 80%);
}.education-framework-Qv5::after {
    content: "";
    z-index: 1;
    bottom: -5%;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(197,159,126) 0%, transparent 80%);
    left: -10%;
    transform: rotate(15deg) skewX(15deg);
    height: 50%;
    pointer-events: none;
    position: absolute;
    width: 40%;
}.education-framework-Qv5 .skill-program-yQv {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.education-framework-Qv5 h2 {
    font-weight: 700;
    transform: translateX(-0.5rem);
    font-size: 36px;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
}.education-framework-Qv5 h2::before {
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 0.35rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.6);
    content: "";
    bottom: -0.8rem;
    width: 6rem;
}.education-framework-Qv5:hover h2::before {
    transform: scaleX(1);
}.education-framework-Qv5 .subtext-wrap-rVq {
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    padding: 2.5rem;
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.education-framework-Qv5 .subtext-wrap-rVq:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.education-framework-Qv5 .subtext-wrap-rVq::before {
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(220,192,168,0.5), 0.03) 0%, rgba(rgb(197,159,126,0.5), 0.06) 100%);
    height: 100%;
    left: 0;
}.education-framework-Qv5 .subtext-wrap-rVq::after {
    content: "";
    width: 4px;
    left: 0;
    top: 0;
    height: 0;
    position: absolute;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(220,192,168), rgb(197,159,126));
}.education-framework-Qv5 .subtext-wrap-rVq:hover::after {
    height: 100%;
}.education-framework-Qv5 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    max-width: 96%;
    margin: 0;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {.education-framework-Qv5 {
    padding: 8rem 0;
}.education-framework-Qv5 .skill-program-yQv {
    padding: 0 4rem;
}.education-framework-Qv5 h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 3rem;
}.education-framework-Qv5 .subtext-wrap-rVq {
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.education-framework-Qv5 p {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1024px) {.education-framework-Qv5 {
    padding: 10rem 0;
}.education-framework-Qv5::before {
    width: 35%;
    height: 60%;
}.education-framework-Qv5::after {
    height: 60%;
    width: 35%;
}.education-framework-Qv5 .skill-program-yQv {
    padding: 0 2rem;
}.education-framework-Qv5 h2 {
    font-size: calc(36px * 1.2);
    margin-bottom: 3.5rem;
    transform: translateX(-1rem);
}.education-framework-Qv5 h2::before {
    width: 8rem;
    height: 0.4rem;
}.education-framework-Qv5 .subtext-wrap-rVq {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 5rem;
}.education-framework-Qv5 p {
    line-height: 2;
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.education-framework-Qv5 {
    padding: 4rem 0;
}.education-framework-Qv5 .skill-program-yQv {
    padding: 0 1.5rem;
}.education-framework-Qv5 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.education-framework-Qv5 h2::before {
    width: 5rem;
    height: 0.3rem;
}.education-framework-Qv5 .subtext-wrap-rVq {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2rem 1.5rem;
}.education-framework-Qv5 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.education-framework-Qv5 {
    padding: 3rem 0;
}.education-framework-Qv5 .skill-program-yQv {
    padding: 0 1rem;
}.education-framework-Qv5 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.education-framework-Qv5 .subtext-wrap-rVq {
    padding: 1.5rem 1.25rem;
}.education-framework-Qv5 p {
    font-size: calc(15px * 0.9);
    max-width: 100%;
    line-height: 1.6;
}}.gratHub-QM7 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgb(220,192,168,0.5) 100%);
}.gratHub-QM7::before {
    top: -10%;
    width: 40%;
    position: absolute;
    height: 70%;
    right: -5%;
    z-index: 1;
    filter: blur(60px);
    content: "";
    transform: rotate(-15deg) skewX(10deg);
    animation: floatElement 15s ease-in-out infinite;
    background: linear-gradient(220deg, rgb(197,159,126,0.5) 20%, transparent 80%);
}.gratHub-QM7::after {
    left: -5%;
    position: absolute;
    background: linear-gradient(220deg, rgb(220,192,168,0.5) 20%, transparent 80%);
    content: "";
    bottom: -10%;
    filter: blur(60px);
    transform: rotate(15deg) skewX(-10deg);
    width: 40%;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite reverse;
    z-index: 1;
}.gratHub-QM7 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.gratHub-QM7 h2 {
    max-width: 800px;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 40px;
    margin-left: auto;
    line-height: 1.4;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 34px;
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    opacity: 0;
    margin-right: auto;
    text-align: center;
}.gratHub-QM7 h2::after {
    position: absolute;
    border-radius: 10px;
    width: 80px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: rgb(220,192,168);
    bottom: -15px;
    left: 50%;
}.gratHub-QM7 .skill-program-yQv {
    animation: slideUp 0.8s forwards 0.5s ease-out;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 28px;
}.gratHub-QM7 .skill-program-yQv::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    height: 6px;
    position: absolute;
}.gratHub-QM7 .skill-program-yQv::after {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    content: "";
    width: 160px;
    background: linear-gradient(135deg, rgb(220,192,168,0.5) 0%, transparent 70%);
    transform: translateY(-10px);
    border-radius: 50%;
    height: 160px;
}.gratHub-QM7 ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.gratHub-QM7 li {
    display: grid;
    position: relative;
    gap: 20px;
    grid-template-columns: 1fr;
}.gratHub-QM7 li::before {
    border-radius: 50%;
    animation: pulse 2s infinite;
    top: 8px;
    height: 12px;
    background: rgb(220,192,168);
    content: "";
    position: absolute;
    width: 12px;
    left: -30px;
}.gratHub-QM7 span {
    font-size: calc(15px * 1.1);
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid rgb(220,192,168,0.5);
    text-align: left;
    font-family: Arial, sans-serif;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(220,192,168), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(220,192,168), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(220,192,168), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.gratHub-QM7 {
    padding: 80px 0;
}.gratHub-QM7 h2 {
    font-size: calc(34px * 0.85);
}.gratHub-QM7 .skill-program-yQv {
    padding: 40px 30px;
}.gratHub-QM7 li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.gratHub-QM7 {
    padding: 60px 0;
}.gratHub-QM7 h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.gratHub-QM7 h2::after {
    bottom: -10px;
    width: 60px;
}.gratHub-QM7 .skill-program-yQv {
    padding: 30px 20px;
}.gratHub-QM7 li::before {
    display: none;
}.gratHub-QM7 span {
    line-height: 1.6;
    font-size: 15px;
}
}

@media (max-width: 480px) {.gratHub-QM7 {
    padding: 40px 0;
}.gratHub-QM7 h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.6);
}.gratHub-QM7 .skill-program-yQv {
    padding: 25px 15px;
}.gratHub-QM7 span {
    border-left: 2px solid rgb(220,192,168,0.5);
    padding-left: 10px;
}}.find-support-kvG {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.find-support-kvG::before {
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.15;
    right: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(220,192,168,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(197,159,126,0.5) 0%, transparent 25%);
}.find-support-kvG::after {
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    animation: backgroundShift 15s linear infinite;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(220,192,168,0.5) 50%, transparent 100%) 0% 0% / 200% 100%,
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    left: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.find-support-kvG .container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
}.find-support-kvG .info-request-bcF {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 28px;
}.find-support-kvG .info-request-bcF::before {
    content: "";
    animation: reflectionEffect 8s linear infinite;
    width: 200%;
    pointer-events: none;
    left: -50%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
    position: absolute;
    transform: rotate(30deg);
    top: -50%;
}@keyframes reflectionEffect {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}
.find-support-kvG .msg-details-sg8 {
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    padding: 30px 0;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(220,192,168,0.5), transparent);
    font-size: 31px;
}.find-support-kvG .msg-details-sg8::after {
    position: absolute;
    height: 3px;
    left: 50%;
    border-radius: 10px;
    bottom: 0;
    width: 80px;
    background: rgb(220,192,168);
    transform: translateX(-50%);
    content: "";
}.find-support-kvG .image-carousel-2fz {
    overflow: hidden;
    transition: transform 0.5s ease;
    width: 100%;
    height: 280px;
    position: relative;
}.find-support-kvG .image-carousel-2fz::after {
    bottom: 0;
    right: 0;
    height: 80px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, #000000);
    left: 0;
    content: "";
}.find-support-kvG .ask-support-x18 {
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
    padding: 40px 50px;
}.find-support-kvG .ask-support-x18 p {
    color: #000000;
    display: flex;
    position: relative;
    margin: 0;
    word-break: break-word;
    font-size: 13px;
    padding-left: 28px;
    line-height: 1.5;
    align-items: baseline;
    padding-bottom: 10px;
    transition: transform 0.3s ease;
}.find-support-kvG .ask-support-x18 p:hover {
    transform: translateX(5px);
}.find-support-kvG .ask-support-x18 p svg {
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
    stroke: rgb(220,192,168);
    filter: drop-shadow(0 0 2px rgb(220,192,168,0.5));
    position: absolute;
    height: 18px;
    width: 18px;
    top: 0.25em;
    left: 0;
}.find-support-kvG .ask-support-x18 p:hover svg {
    filter: drop-shadow(0 0 4px rgb(220,192,168));
    stroke: #ffffff;
    transform: scale(1.2);
}.find-support-kvG .ask-support-x18 p svg path {
    stroke-dasharray: 40;
    animation: svgDraw 1.2s forwards;
    stroke-dashoffset: 40;
}.find-support-kvG .ask-support-x18 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.find-support-kvG .ask-support-x18 p:nth-child(2) svg path {
    animation-delay: 0.3s;
}.find-support-kvG .ask-support-x18 p:nth-child(3) svg path {
    animation-delay: 0.5s;
}.find-support-kvG .ask-support-x18 p:nth-child(4) svg path {
    animation-delay: 0.7s;
}@keyframes svgDraw {
    to {
        stroke-dashoffset: 0;
    }
}
.find-support-kvG .ask-support-x18 p::before {
    display: none;
}.find-support-kvG .ask-support-x18 p span {
    white-space: normal;
    max-width: 100%;
    display: inline-block;
    font-weight: 400;
}.find-support-kvG .ask-support-x18 p a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    display: inline-block;
    position: relative;
}.find-support-kvG .ask-support-x18 p a::after {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(220,192,168);
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
}.find-support-kvG .ask-support-x18 p a:hover {
    color: rgb(220,192,168);
}.find-support-kvG .ask-support-x18 p a:hover::after {
    width: 100%;
}.find-support-kvG .get-support-k4I {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}.find-support-kvG .send-query-FYG {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    color: #ffffff;
    margin: 0 0 15px 0;
    align-items: center;
}.find-support-kvG .send-query-FYG svg {
    stroke-linecap: round;
    position: absolute;
    stroke-width: 2;
    height: 14px;
    transform: translateY(-50%);
    stroke: rgb(197,159,126);
    animation: clockAnimation 4s linear infinite;
    stroke-linejoin: round;
    width: 14px;
    fill: none;
    top: 50%;
    left: 0;
}@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}
.find-support-kvG .send-query-FYG::before {
    display: none;
}.find-support-kvG .team-contact-IEz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}.find-support-kvG .msg-info-7oN {
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    border-left: 3px solid rgb(197,159,126);
    padding: 10px 15px;
    color: #000000;
    align-items: center;
    font-size: 13px;
}.find-support-kvG .msg-info-7oN:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.find-support-kvG .msg-info-7oN svg {
    height: 12px;
    opacity: 0.7;
    width: 12px;
    fill: none;
    stroke: rgb(197,159,126);
    stroke-width: 2;
    margin-right: 8px;
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke-linejoin: round;
}.find-support-kvG .msg-info-7oN:hover svg {
    stroke: #ffffff;
    transform: rotate(45deg);
    opacity: 1;
}
@media (min-width: 768px) {.find-support-kvG .info-request-bcF {
    flex-wrap: wrap;
    flex-direction: row;
}.find-support-kvG .msg-details-sg8 {
    width: 100%;
}.find-support-kvG .image-carousel-2fz {
    min-height: 350px;
    height: auto;
    width: 35%;
}.find-support-kvG .ask-support-x18 {
    width: 65%;
    padding: 40px;
}.find-support-kvG .ask-support-x18 p svg {
    height: 20px;
    width: 20px;
}.find-support-kvG .get-support-k4I {
    margin-top: 30px;
    width: 100%;
    padding: 0 40px 40px;
}.find-support-kvG .send-query-FYG svg {
    height: 16px;
    width: 16px;
}.find-support-kvG .team-contact-IEz {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.find-support-kvG .msg-info-7oN svg {
    height: 14px;
    width: 14px;
}
}
@media (max-width: 767px) {.find-support-kvG {
    padding: 60px 0;
}.find-support-kvG .image-carousel-2fz {
    height: 220px;
}.find-support-kvG .msg-details-sg8 {
    font-size: calc(31px - 2px);
    padding: 20px 0;
}.find-support-kvG .ask-support-x18 {
    padding: 30px 25px;
    gap: 15px;
}.find-support-kvG .ask-support-x18 p svg {
    width: 16px;
    height: 16px;
    top: 0.3em;
}.find-support-kvG .get-support-k4I {
    padding: 20px 25px 30px;
    margin-top: 10px;
}.find-support-kvG .team-contact-IEz {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.find-support-kvG {
    padding: 40px 0;
}.find-support-kvG .image-carousel-2fz {
    height: 180px;
}.find-support-kvG .msg-details-sg8 {
    font-size: calc(31px - 4px);
    padding: 15px 0;
}.find-support-kvG .msg-details-sg8::after {
    width: 60px;
}.find-support-kvG .ask-support-x18 {
    padding: 20px 15px;
}.find-support-kvG .ask-support-x18 p {
    font-size: calc(13px - 1px);
    padding-left: 24px;
}.find-support-kvG .ask-support-x18 p svg {
    height: 14px;
    width: 14px;
    top: 0.35em;
}.find-support-kvG .send-query-FYG svg {
    height: 12px;
    width: 12px;
}.find-support-kvG .msg-info-7oN svg {
    width: 10px;
    height: 10px;
    margin-right: 6px;
}
}
@media (min-width: 992px) {.find-support-kvG .info-request-bcF {
    max-width: 1200px;
    margin: 0 auto;
}.find-support-kvG .image-carousel-2fz {
    transition: transform 0.5s ease;
}.find-support-kvG .image-carousel-2fz:hover {
    transform: scale(1.02);
}.find-support-kvG .ask-support-x18 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.find-support-kvG .ask-support-x18 p svg {
    width: 22px;
    height: 22px;
}.find-support-kvG .get-support-k4I {
    grid-column: 1 / span 2;
}.find-support-kvG .send-query-FYG svg {
    width: 18px;
    height: 18px;
}}header {
    background: rgb(239,224,211);
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
}header::before {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    content: '';
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(220,192,168,0.5) 0%, 
        transparent 50%, 
        rgb(197,159,126,0.5) 100%);
    left: 0;
}header .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}header .top-sitebar-fWQ {
    padding: 1rem;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    align-items: center;
    border-radius: 12px;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}header .page-header-78X {
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
}header .page-header-78X::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(220,192,168,0.5), 
        rgb(197,159,126,0.5), 
        rgb(220,192,168,0.5), 
        transparent);
    bottom: 0;
    left: 0;
    position: absolute;
}header .page-header-78X svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .page-header-78X:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(220,192,168,0.5));
}header .page-nav-GE6 {
    display: flex;
    background: rgb(239,224,211);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.6rem;
    gap: 0.4rem;
    border-radius: 10px;
}header .header-edu-cP1 {
    padding: 0.5rem 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    border-radius: 10px;
}header .header-edu-cP1::before {
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(220,192,168), rgb(197,159,126));
    content: '';
    z-index: -1;
}header .header-edu-cP1:hover {
    color: #ffffff;
}header .header-edu-cP1:hover::before {
    opacity: 1;
}header .header-edu-cP1::after {
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgb(220,192,168), rgb(197,159,126));
    content: '';
}header .header-edu-cP1:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top-sitebar-fWQ {
    gap: 0.8rem;
    padding: 0.8rem;
}header .page-header-78X svg {
    width: 140px;
}header .page-nav-GE6 {
    padding: 0.5rem;
}header .header-edu-cP1 {
    font-size: calc(18px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top-sitebar-fWQ {
    gap: 0.7rem;
    padding: 0.7rem;
}header .page-header-78X svg {
    width: 120px;
}header .page-nav-GE6 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .header-edu-cP1 {
    padding: 0.3rem 0.7rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top-sitebar-fWQ {
    padding: 0.6rem;
    gap: 0.6rem;
}header .page-header-78X svg {
    width: 110px;
}header .page-nav-GE6 {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
}header .page-nav-GE6::-webkit-scrollbar {
    height: 2px;
}header .page-nav-GE6::-webkit-scrollbar-thumb {
    background: rgb(220,192,168);
    border-radius: 10px;
}header .header-edu-cP1 {
    white-space: nowrap;
    flex-shrink: 0;
}}.cookieDisclosurePanel-tcs {
    transition: transform 0.5s ease-in-out;
    border-top: 3px solid rgb(197,159,126);
    transform: translateY(100%);
    width: 100%;
    bottom: 0;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    position: fixed;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    background: rgb(197,159,126);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.track-prefs-fF2 {
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
}.cookieDisclosurePanel-tcs h5 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
}.cookieDisclosurePanel-tcs p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 17px;
}.user-status-789 {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(220,192,168));
}.user-status-789 svg {
    width: 80px;
    fill: rgb(220,192,168);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.user-status-789:hover svg {
    transform: scale(1.1);
}.digital-tracking-Zuv {
    margin-left: 10px;
    font-size: 17px;
    min-width: 140px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    box-shadow: 0 0 15px rgb(220,192,168);
    border-radius: 23px;
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    padding: 10px 20px;
}.digital-tracking-Zuv:hover {
    box-shadow: 0 0 20px rgb(197,159,126);
}.cookie_button.user-alert-NOz:hover {
    box-shadow: 0 0 15px rgb(197,159,126);
}.cookieDisclosurePanel-tcs p a {
    color: rgb(220,192,168);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookieDisclosurePanel-tcs p a:hover {
    color: rgb(197,159,126);
}#cookiePromptPanel-BHm {
    display: none;
}#cookiePromptPanel-BHm:checked ~ .cookieDisclosurePanel-tcs {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel-tcs {
    padding: 15px 0;
}.track-prefs-fF2 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.user-status-789 {
    display: none;
}.track-prefs-fF2 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookieDisclosurePanel-tcs h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.privacy-gate-Wk1 {
    margin-bottom: 15px;
}.digital-tracking-Zuv {
    margin: 10px 0;
    min-width: 100%;
}}
.training-results-ASm {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgba(245, 247, 251, 0.85) 100%);
    overflow: hidden;
    position: relative;
}.training-results-ASm::before {
    right: -5%;
    position: absolute;
    content: "";
    top: -10%;
    background: linear-gradient(225deg, rgb(197,159,126,0.5) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
    transform: rotate(-15deg);
    width: 40%;
    height: 30%;
}.training-results-ASm::after {
    height: 15%;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(220,192,168,0.5) 0%, transparent 80%);
    left: -10%;
    position: absolute;
    width: 60%;
    filter: blur(50px);
    bottom: -5%;
    z-index: 1;
    content: "";
}.training-results-ASm .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.training-results-ASm .skill-program-yQv {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 40px;
}.training-results-ASm .subtext-wrap-rVq {
    position: relative;
    flex: 1;
    padding: 40px 0;
}.training-results-ASm .subtext-wrap-rVq::before {
    left: -20px;
    transform: scaleY(0.9);
    filter: drop-shadow(0 0 10px rgba(rgb(220,192,168,0.5), 0.3));
    width: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    height: 100%;
    top: 0;
}.training-results-ASm h4 {
    font-weight: 700;
    font-size: calc(18px * 1.1);
    transform: translateX(0);
    margin-bottom: 30px;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #000000;
}.training-results-ASm h4::after {
    background: rgb(197,159,126);
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    bottom: -8px;
    content: "";
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
}.training-results-ASm .subtext-wrap-rVq:hover h4 {
    transform: translateX(5px);
}.training-results-ASm .subtext-wrap-rVq:hover h4::after {
    transform: scaleX(1.2);
}.training-results-ASm .subtext-wrap-rVq > div {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}.training-results-ASm ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}.training-results-ASm li {
    transform: translateY(0);
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}.training-results-ASm li:hover {
    transform: translateY(-5px);
}.training-results-ASm li p {
    padding: 15px 20px;
    background: rgba(#ffffff, 0.9);
    margin: 0;
    border-left: 3px solid rgb(197,159,126);
    transition: all 0.3s ease;
    gap: 15px;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}.training-results-ASm li:hover p {
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left-width: 5px;
}.training-results-ASm li p span:first-child {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(197,159,126,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 8px;
}.training-results-ASm li:hover p span:first-child {
    transform: scale(1.1);
}.training-results-ASm li p span:last-child {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}.training-results-ASm svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.training-results-ASm li:hover svg {
    transform: rotate(15deg);
}.training-results-ASm svg path {
    fill: rgb(197,159,126);
    transition: fill 0.3s ease;
}.training-results-ASm li:hover svg path {
    fill: rgb(220,192,168);
}.training-results-ASm .image-carousel-2fz {
    border-radius: 2px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 0 0 45%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    max-width: 45%;
    z-index: 3;
}.training-results-ASm .image-carousel-2fz:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.training-results-ASm .image-carousel-2fz::before {
    transition: opacity 0.5s ease;
    inset: 0;
    mix-blend-mode: overlay;
    content: "";
    z-index: 2;
    background: linear-gradient(45deg, rgba(rgb(220,192,168,0.5), 0.2), transparent);
    position: absolute;
}.training-results-ASm .image-carousel-2fz:hover::before {
    opacity: 0.7;
}.training-results-ASm .image-carousel-2fz::after {
    position: absolute;
    height: 80%;
    transition: all 0.5s ease;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(197,159,126,0.5), 0.1) 100%);
    z-index: -1;
    filter: blur(40px);
    content: "";
    width: 80%;
}.training-results-ASm .image-carousel-2fz:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1024px) {.training-results-ASm {
    padding: 100px 0;
}.training-results-ASm .skill-program-yQv {
    gap: 30px;
}.training-results-ASm .image-carousel-2fz {
    flex: 0 0 40%;
    max-width: 40%;
}
}

@media (max-width: 900px) {.training-results-ASm .subtext-wrap-rVq > div {
    flex-direction: column;
    gap: 0;
}.training-results-ASm ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.training-results-ASm {
    padding: 80px 0;
}.training-results-ASm .skill-program-yQv {
    flex-direction: column-reverse;
    gap: 50px;
}.training-results-ASm .subtext-wrap-rVq {
    width: 100%;
}.training-results-ASm .image-carousel-2fz {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
}.training-results-ASm h4 {
    font-size: calc(18px * 1.05);
    text-align: center;
}.training-results-ASm h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.training-results-ASm .subtext-wrap-rVq::before {
    left: 50%;
    height: 5px;
    width: 100px;
    top: -20px;
    transform: translateX(-50%);
}.training-results-ASm .subtext-wrap-rVq:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.training-results-ASm {
    padding: 60px 0;
}.training-results-ASm .image-carousel-2fz {
    max-width: 95%;
}.training-results-ASm li p {
    padding: 12px 15px;
}.training-results-ASm li p span:first-child {
    width: 35px;
    height: 35px;
}.training-results-ASm h4 {
    font-size: 18px;
}.training-results-ASm li p span:last-child {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.training-results-ASm .subtext-wrap-rVq > div {
    gap: 0;
}.training-results-ASm li {
    margin-bottom: 15px;
}.training-results-ASm li p {
    gap: 10px;
}.training-results-ASm li p span:first-child {
    width: 30px;
    height: 30px;
}.training-results-ASm svg {
    height: 20px;
    width: 20px;
}}.course-candidates-iuI {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #edf0f8;
}.course-candidates-iuI::before {
    content: '';
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    position: absolute;
}.course-candidates-iuI .skill-program-yQv {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}.course-candidates-iuI h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    border-radius: 15px;
    padding: 20px 40px;
    background-color: #edf0f8;
    margin-bottom: 60px;
    display: inline-block;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-size: 29px;
}.course-candidates-iuI h3::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    height: 5px;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
}.course-candidates-iuI ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
    justify-content: center;
}.course-candidates-iuI ul li {
    align-items: flex-start;
    gap: 20px;
    background-color: #edf0f8;
    transition: all 0.4s ease;
    min-width: 280px;
    border-radius: 20px;
    display: flex;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    width: calc(33.333% - 24px);
    text-align: left;
    padding: 35px 30px;
    position: relative;
}.course-candidates-iuI ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.course-candidates-iuI ul li::before {
    opacity: 0.5;
    right: 15px;
    content: '';
    transition: opacity 0.3s ease;
    border-radius: 50%;
    height: 12px;
    top: 15px;
    background: linear-gradient(135deg, rgb(220,192,168), rgb(197,159,126));
    position: absolute;
    width: 12px;
}.course-candidates-iuI ul li:hover::before {
    opacity: 1;
}.course-candidates-iuI ul li svg {
    height: 50px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    width: 50px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    padding: 10px;
}.course-candidates-iuI ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.course-candidates-iuI ul li svg path {
    fill: rgb(220,192,168);
    transition: fill 0.4s ease;
}.course-candidates-iuI ul li:hover svg path {
    fill: rgb(197,159,126);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-candidates-iuI ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.course-candidates-iuI ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course-candidates-iuI ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course-candidates-iuI ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course-candidates-iuI ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course-candidates-iuI ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course-candidates-iuI ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.course-candidates-iuI {
    padding: 80px 0;
}.course-candidates-iuI h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.course-candidates-iuI ul {
    gap: 25px;
}.course-candidates-iuI ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course-candidates-iuI ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.course-candidates-iuI {
    padding: 60px 0;
}.course-candidates-iuI h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
    padding: 15px 20px;
}.course-candidates-iuI ul li {
    padding: 25px 20px;
    gap: 15px;
}.course-candidates-iuI ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.course-candidates-iuI ul li {
    opacity: 1;
    animation: none;
}.course-candidates-iuI ul li:hover {
    transform: none;
}}.privacy-reservoir-cpq {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 60px;
    color: #000000;
    margin-bottom: 30px;
}.privacy-reservoir-cpq h1 {
    font-weight: 700;
    z-index: 2;
    font-size: 45px;
    grid-column: span 2;
    margin-bottom: 30px;
    position: relative;
    color: rgb(220,192,168);
}.privacy-reservoir-cpq h2 {
    padding-left: 10px;
    margin: 20px 0;
    position: relative;
    border-left: 5px solid rgb(220,192,168);
    font-weight: 600;
    font-size: 32px;
    color: rgb(197,159,126);
    z-index: 2;
}.privacy-reservoir-cpq ul,
.privacy-reservoir-cpq ol {
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0;
    z-index: 2;
}.privacy-reservoir-cpq ul {
    list-style-type: disc;
}.privacy-reservoir-cpq ol {
    list-style-type: decimal;
}.privacy-reservoir-cpq li {
    border-bottom: 1px dashed rgb(197,159,126,0.5);
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000000;
}.privacy-reservoir-cpq p {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    font-size: 18px;
}.privacy-reservoir-cpq > div {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgb(239,224,211);
    z-index: 2;
    border: 1px solid rgb(220,192,168,0.5);
}.privacy-reservoir-cpq span {
    padding: 5px;
    border-radius: 10px;
    color: rgb(197,159,126);
    position: relative;
    font-weight: 600;
    background: rgb(220,192,168,0.5);
    z-index: 2;
}.privacy-reservoir-cpq::before,
.privacy-reservoir-cpq::after {
    background: rgb(220,192,168,0.5);
    position: absolute;
    display: block;
    border-radius: 50%;
    content: "";
    z-index: 1;
}.privacy-reservoir-cpq::before {
    width: 200px;
    top: -100px;
    left: -100px;
    height: 200px;
}.privacy-reservoir-cpq::after {
    right: -150px;
    width: 300px;
    bottom: -150px;
    height: 300px;
}

@media only screen and (max-width: 800px) {.privacy-reservoir-cpq {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
}.privacy-reservoir-cpq h1 {
    font-size: calc(23px * 0.8);
    grid-column: span 1;
}.privacy-reservoir-cpq h2 {
    font-size: calc(23px * 0.8);
}.privacy-reservoir-cpq ul,
    .privacy-reservoir-cpq ol {
    padding-left: 15px;
}.privacy-reservoir-cpq > div {
    padding: 20px;
}.privacy-reservoir-cpq::before {
    height: 100px;
    top: -50px;
    left: -50px;
    width: 100px;
}.privacy-reservoir-cpq::after {
    height: 150px;
    bottom: -75px;
    right: -75px;
    width: 150px;
}}.our-story-cTq {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(239,224,211) 40%, rgba(rgb(220,192,168,0.5), 0.05) 100%);
    padding: 120px 0;
}.our-story-cTq::before {
    height: 70%;
    background: linear-gradient(210deg, rgb(220,192,168) 10%, rgb(197,159,126) 90%);
    opacity: 0.07;
    width: 40%;
    pointer-events: none;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    content: "";
    z-index: 1;
    right: -5%;
    top: -10%;
}.our-story-cTq::after {
    opacity: 0.05;
    left: -5%;
    z-index: 1;
    background: linear-gradient(30deg, rgb(197,159,126) 20%, rgb(220,192,168) 80%);
    width: 30%;
    height: 60%;
    transform: rotate(15deg) skewY(-5deg);
    position: absolute;
    pointer-events: none;
    content: "";
    bottom: -5%;
}.our-story-cTq .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.our-story-cTq h1 {
    position: relative;
    margin-bottom: 60px;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    text-align: left;
    font-size: 44px;
}.our-story-cTq h1::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
    position: absolute;
    bottom: -15px;
    height: 4px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(220,192,168), rgb(197,159,126));
    left: 0;
}.our-story-cTq h1:hover::after {
    transform: scaleX(1.5);
}.our-story-cTq .smart-learning-fL3 {
    position: relative;
}.our-story-cTq .smart-learning-fL3 ul {
    display: grid;
    padding: 0;
    gap: 40px;
    grid-template-columns: 1fr;
    list-style: none;
}.our-story-cTq .expert-learning-FWS {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 40px;
    z-index: 2;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our-story-cTq .expert-learning-FWS::before {
    height: 100%;
    transform-origin: top center;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(220,192,168), rgb(197,159,126));
    transition: transform 0.3s ease-out;
    content: "";
    width: 4px;
    top: 0;
}.our-story-cTq .expert-learning-FWS:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(0);
}.our-story-cTq .expert-learning-FWS:hover::before {
    transform: scaleY(1.05);
}.our-story-cTq .expert-learning-FWS h4 {
    margin-bottom: 20px;
    margin-top: 0;
    transform: translateZ(0);
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    color: rgb(220,192,168);
}.our-story-cTq .expert-learning-FWS:hover h4 {
    color: rgb(197,159,126);
    transform: translateX(5px);
}.our-story-cTq .expert-learning-FWS h4::before {
    background-color: rgb(220,192,168);
    top: 50%;
    left: 0;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 6px;
    height: 6px;
}.our-story-cTq .expert-learning-FWS:hover h4::before {
    background-color: rgb(197,159,126);
}.our-story-cTq .expert-learning-FWS div {
    max-height: 300px;
    color: #000000;
    padding-right: 15px;
    opacity: 0.9;
    line-height: 1.7;
    overflow-y: auto;
    font-size: 13px;
    position: relative;
}.our-story-cTq .expert-learning-FWS div::-webkit-scrollbar {
    width: 4px;
}.our-story-cTq .expert-learning-FWS div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(220,192,168), rgb(197,159,126));
}.our-story-cTq .expert-learning-FWS div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.our-story-cTq .smart-learning-fL3 ul {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.our-story-cTq h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 70px;
}.our-story-cTq .expert-learning-FWS {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 45px;
}.our-story-cTq .expert-learning-FWS div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our-story-cTq {
    padding: 150px 0;
}.our-story-cTq::before {
    width: 35%;
    height: 60%;
}.our-story-cTq::after {
    width: 25%;
    height: 50%;
}.our-story-cTq h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 80px;
}.our-story-cTq h1::after {
    width: 100px;
    height: 5px;
}.our-story-cTq .expert-learning-FWS {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px;
}.our-story-cTq .expert-learning-FWS::before {
    width: 5px;
}.our-story-cTq .expert-learning-FWS h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 25px;
}.our-story-cTq .expert-learning-FWS div {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.our-story-cTq {
    padding: 180px 0;
}.our-story-cTq .container {
    padding: 0 30px;
}.our-story-cTq h1 {
    font-size: calc(44px * 1.3);
}.our-story-cTq .smart-learning-fL3 ul {
    gap: 40px;
}.our-story-cTq .expert-learning-FWS {
    padding: 60px;
}.our-story-cTq .expert-learning-FWS div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.our-story-cTq {
    padding: 80px 0;
}.our-story-cTq h1 {
    text-align: center;
    font-size: calc(44px * 0.9);
    margin-bottom: 40px;
}.our-story-cTq h1::after {
    left: 50%;
    transform: translateX(-50%);
}.our-story-cTq h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.our-story-cTq .expert-learning-FWS {
    padding: 30px 25px;
    margin-bottom: 25px;
}.our-story-cTq .expert-learning-FWS h4 {
    font-size: calc(19px * 0.95);
    margin-bottom: 15px;
}.our-story-cTq .expert-learning-FWS div {
    max-height: 250px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.pricing-bucket-5hL {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 7rem 0;
}.pricing-bucket-5hL::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(220,192,168,0.5), transparent);
    right: -100px;
    height: 400px;
    content: '';
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    filter: blur(30px);
    top: -150px;
    opacity: 0.6;
    position: absolute;
}.pricing-bucket-5hL::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    background: linear-gradient(135deg, rgb(197,159,126,0.5), transparent);
    left: -50px;
    opacity: 0.5;
    filter: blur(25px);
    height: 300px;
    width: 300px;
    position: absolute;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
}.pricing-bucket-5hL .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.pricing-bucket-5hL .indv-cost-vd4 {
    flex-direction: column;
    display: flex;
}.pricing-bucket-5hL .rate-panel-8Xr {
    margin-bottom: 3rem;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
}.pricing-bucket-5hL .rate-panel-8Xr h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 37px;
    margin-bottom: 1rem;
}.pricing-bucket-5hL .rate-panel-8Xr h2::after {
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(220,192,168);
}.pricing-bucket-5hL .learn-deals-0pH {
    margin: 1.5rem auto 0;
    line-height: 1.6;
    max-width: 700px;
    font-size: 13px;
    color: #000000;
}.pricing-bucket-5hL .learn-rates-Lcd {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
}.pricing-bucket-5hL .pricing-offers-OmJ {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
}.pricing-bucket-5hL .pricing-offers-OmJ:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-bucket-5hL .pricing-offers-OmJ:nth-child(3) {
    animation-delay: 0.6s;
}.pricing-bucket-5hL .pricing-offers-OmJ:nth-child(4) {
    animation-delay: 0.7s;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover {
    transform: translateY(-10px);
}.pricing-bucket-5hL .discount-deals-wPF {
    display: flex;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    border-radius: 4px;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .discount-deals-wPF {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing-bucket-5hL .rate-options-spo {
    position: relative;
    z-index: 2;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.pricing-bucket-5hL .rate-options-spo h3 {
    font-size: calc(20px + 2px);
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
    margin-bottom: 1rem;
    position: relative;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .rate-options-spo h3 {
    color: rgb(220,192,168);
}.pricing-bucket-5hL .fee-pricing-ePU {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: calc(20px + 4px);
    position: relative;
    display: inline-block;
    color: rgb(220,192,168);
    margin-bottom: 1.5rem;
}.pricing-bucket-5hL .fee-pricing-ePU::after {
    position: absolute;
    width: 40px;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    background: rgb(220,192,168,0.5);
    transition: width 0.3s ease;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .fee-pricing-ePU::after {
    width: 80px;
}.pricing-bucket-5hL .rate-options-spo p {
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
    white-space: normal;
    hyphens: auto;
    color: #000000;
}.pricing-bucket-5hL .image-carousel-2fz {
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
}.pricing-bucket-5hL .image-carousel-2fz::after {
    position: absolute;
    bottom: 0;
    opacity: 0;
    top: 0;
    right: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: '';
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .image-carousel-2fz::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.pricing-bucket-5hL .indv-cost-vd4 {
    flex-direction: row-reverse;
}.pricing-bucket-5hL .rate-panel-8Xr {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    padding-right: 3rem;
    display: flex;
}.pricing-bucket-5hL .rate-panel-8Xr h2 {
    text-align: left;
}.pricing-bucket-5hL .rate-panel-8Xr h2::after {
    left: 0;
    transform: none;
}.pricing-bucket-5hL .learn-deals-0pH {
    margin: 1.5rem 0 0;
}.pricing-bucket-5hL .learn-rates-Lcd {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    gap: 2rem;
    margin-top: 0;
}
}

@media (max-width: 991px) {.pricing-bucket-5hL {
    padding: 5rem 0;
}.pricing-bucket-5hL .rate-panel-8Xr {
    margin-bottom: 2rem;
}.pricing-bucket-5hL .learn-rates-Lcd {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.pricing-bucket-5hL {
    padding: 4rem 0;
}.pricing-bucket-5hL .rate-options-spo {
    padding: 2rem 1.5rem;
}.pricing-bucket-5hL .image-carousel-2fz {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing-bucket-5hL {
    padding: 3rem 0;
}.pricing-bucket-5hL .rate-panel-8Xr h2 {
    font-size: calc(37px - 4px);
}.pricing-bucket-5hL .learn-rates-Lcd {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing-bucket-5hL .rate-options-spo {
    padding: 1.5rem 1.25rem;
}.pricing-bucket-5hL .image-carousel-2fz {
    height: 160px;
}
}

@media (hover: none) {.pricing-bucket-5hL .pricing-offers-OmJ:hover {
    transform: none;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .discount-deals-wPF {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .image-carousel-2fz::after {
    opacity: 0;
}.pricing-bucket-5hL .pricing-offers-OmJ:hover .fee-pricing-ePU::after {
    width: 40px;
}}.mentorship-experience-qFn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(239,224,211), #ffffff);
    padding: 100px 0;
}.mentorship-experience-qFn::before {
    height: 500px;
    right: -200px;
    top: -200px;
    content: "";
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(220,192,168,0.5);
    width: 500px;
}.mentorship-experience-qFn .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.mentorship-experience-qFn .alumni-feedback-XrC {
    position: relative;
    background-color: #ffffff;
    flex-direction: column;
    max-width: 800px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    margin: 0 auto;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}.mentorship-experience-qFn .alumni-feedback-XrC:hover {
    transform: translateY(-10px);
}.mentorship-experience-qFn .alumni-feedback-XrC::before {
    left: 50px;
    z-index: -1;
    width: 30px;
    background-color: rgb(197,159,126);
    height: 30px;
    position: absolute;
    top: -15px;
    content: "";
    transform: rotate(45deg);
}.mentorship-experience-qFn .alumni-feedback-XrC::after {
    position: absolute;
    height: 30px;
    z-index: -1;
    background-color: rgb(220,192,168);
    bottom: -15px;
    content: "";
    transform: rotate(45deg);
    right: 50px;
    width: 30px;
}.mentorship-experience-qFn .image-carousel-2fz {
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 50%;
    height: 120px;
    margin-bottom: 30px;
    align-self: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
}.mentorship-experience-qFn .alumni-feedback-XrC:hover .image-carousel-2fz {
    transform: scale(1.05);
}.mentorship-experience-qFn .image-carousel-2fz::before {
    background: linear-gradient(45deg, transparent 40%, rgb(220,192,168,0.5));
    transition: opacity 0.3s ease;
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
}.mentorship-experience-qFn .alumni-feedback-XrC:hover .image-carousel-2fz::before {
    opacity: 1;
}.mentorship-experience-qFn .work-table-QWS {
    padding: 20px 30px;
    line-height: 1.8;
    margin: 25px 0 0;
    color: #000000;
    border-radius: 30px;
    background-color: rgb(239,224,211);
    order: 3;
    position: relative;
    font-size: 12px;
}.mentorship-experience-qFn .work-table-QWS::before {
    left: 30px;
    border-bottom: 10px solid rgb(239,224,211);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    content: "";
    position: absolute;
}.mentorship-experience-qFn .name {
    font-size: 18px;
    position: relative;
    margin: 5px 0;
    font-weight: 700;
    display: block;
    order: 1;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
}.mentorship-experience-qFn .name::after {
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background-color: rgb(220,192,168);
    width: 40px;
    content: "";
}.mentorship-experience-qFn .alumni-feedback-XrC:hover .name::after {
    width: 80px;
}.mentorship-experience-qFn span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(197,159,126);
    font-size: calc(12px * 0.9);
    order: 2;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 768px) {.mentorship-experience-qFn .alumni-feedback-XrC {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
    gap: 10px 30px;
}.mentorship-experience-qFn .image-carousel-2fz {
    align-self: start;
    margin-bottom: 0;
    width: 180px;
    height: 180px;
    grid-area: photo;
}.mentorship-experience-qFn .name {
    grid-area: name;
    text-align: left;
    font-size: 37px;
}.mentorship-experience-qFn .name::after {
    transform: none;
    left: 0;
}.mentorship-experience-qFn span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.mentorship-experience-qFn .work-table-QWS {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.mentorship-experience-qFn {
    padding: 70px 0;
}.mentorship-experience-qFn .alumni-feedback-XrC {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.mentorship-experience-qFn {
    padding: 50px 0;
}.mentorship-experience-qFn .alumni-feedback-XrC {
    padding: 30px 20px;
}.mentorship-experience-qFn .work-table-QWS {
    margin-top: 20px;
    padding: 15px 20px;
}}.primary-page-lxL {
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, rgb(239,224,211) 0%, rgb(220,192,168,0.5) 100%);
    min-height: 100vh;
}.primary-page-lxL::before {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(197,159,126,0.5) 0%, transparent 50%);
    z-index: 1;
    content: "";
    top: 0;
}.primary-page-lxL::after {
    height: 200%;
    content: "";
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 50%, rgb(197,159,126,0.5) 100%);
    top: -50%;
    position: absolute;
    z-index: 0;
    animation: rotateGradient 35s infinite linear;
    width: 200%;
    opacity: 0.08;
}.primary-page-lxL > div {
    z-index: 2;
    display: grid;
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    width: 100%;
}.primary-page-lxL h1.main-title-6R8 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-size: clamp(2rem, 5vw, 47px);
    position: relative;
    color: #000000;
    opacity: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 700;
}.primary-page-lxL h1.main-title-6R8::after {
    position: absolute;
    animation: lineExtend 1.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.5rem;
    height: 3px;
    background: linear-gradient(90deg, rgb(220,192,168) 0%, rgb(197,159,126) 100%);
    content: "";
    left: 0;
    width: 0;
}.primary-page-lxL p {
    font-weight: 400;
    line-height: 1.6;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 14px);
    opacity: 0;
    max-width: 600px;
    color: #000000;
    transform: translateY(20px);
}.primary-page-lxL .course-primary-UEh {
    transform-style: preserve-3d;
    margin-top: 2rem;
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(5deg);
}.primary-page-lxL .course-primary-UEh:hover {
    transform: perspective(1000px) rotateX(0deg);
}.primary-page-lxL .pro-classes-PSJ {
    overflow: hidden;
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
              0 1px 8px rgba(0, 0, 0, 0.05),
              0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 100%;
    backdrop-filter: blur(4px);
    min-height: 300px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.primary-page-lxL .pro-classes-PSJ::before {
    opacity: 0.7;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(220,192,168,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
}.primary-page-lxL .pro-classes-PSJ:hover::before {
    opacity: 0.5;
}.primary-page-lxL .pro-classes-PSJ span {
    justify-content: center;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    right: 0;
    z-index: 2;
    align-items: center;
}.primary-page-lxL .pro-classes-PSJ h3 {
    font-weight: 600;
    max-width: 800px;
    text-align: center;
    animation: fadeIn 1s 1s forwards ease-out;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: clamp(1.1rem, 2.5vw, 22px);
    transform: translateY(0);
    color: #ffffff;
    line-height: 1.5;
}

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

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

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

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

@media (min-width: 768px) {.primary-page-lxL > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.primary-page-lxL .course-primary-UEh {
    margin-top: 0;
}.primary-page-lxL .pro-classes-PSJ {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    min-height: 400px;
}.primary-page-lxL .pro-classes-PSJ:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) scale(1.02);
}
}

@media (max-width: 767px) {.primary-page-lxL {
    padding: 2rem 1rem;
}.primary-page-lxL > div {
    gap: 2rem;
}.primary-page-lxL h1.main-title-6R8 {
    margin-bottom: 1rem;
}.primary-page-lxL p {
    margin-bottom: 1.5rem;
}.primary-page-lxL .pro-classes-PSJ {
    min-height: 250px;
}
}

@media (min-width: 1024px) {.primary-page-lxL::before {
    background: radial-gradient(circle at 20% 30%, rgb(197,159,126,0.5) 0%, transparent 60%);
}.primary-page-lxL h1.main-title-6R8::after {
    height: 4px;
}.primary-page-lxL .pro-classes-PSJ {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
    min-height: 450px;
}.primary-page-lxL .pro-classes-PSJ:hover {
    transform: translateY(-15px) scale(1.03);
}
}