.core-container-Hs4 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(231,228,237);
    width: 100%;
    z-index: 100;
    position: relative;
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.secure-stockade-HVU::before {
    left: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(168,201,179,0.5), 0.03),
        rgba(rgb(168,201,179,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.secure-stockade-HVU h1::after {
    background: linear-gradient(90deg, rgb(168,201,179), transparent);
    transform-origin: left center;
    content: '';
    height: 3px;
    animation: expandLine 0.8s ease-out forwards;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 6rem;
}

.secure-stockade-HVU h1::after {
    width: 4rem;
}

.secure-stockade-HVU h2::before {
    width: 3px;
    left: 0;
    bottom: 0.25rem;
    top: 0.25rem;
    content: '';
    background: rgb(168,201,179);
    border-radius: 1px;
    position: absolute;
}

.secure-stockade-HVU p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
}

.secure-stockade-HVU p, .secure-stockade-HVU span {
    font-size: calc(17px * 0.95);
}

.secure-stockade-HVU li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    line-height: 1.6;
}

.secure-stockade-HVU li {
    font-size: calc(17px * 0.95);
}

.tariff-wrapper-mqx {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.tariff-wrapper-mqx::before {
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(168,201,179,0.5), rgba(0, 0, 0, 0.5) 90%);
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
}

.tariff-wrapper-mqx .learning-fees-fCO {
    font-size: 16px;
    line-height: 1.6;
    margin: 30px auto 50px;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
}

.tariff-wrapper-mqx .price-options-mnZ li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.tariff-wrapper-mqx .plan-cost-iON::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(168,201,179,0.5), transparent);
    opacity: 0;
}

.tariff-wrapper-mqx .pay-options-jp8:hover .plan-cost-iON::after {
    transform: scale(1.2);
}

.tariff-wrapper-mqx .rate-choices-YxR {
    position: relative;
    display: flex;
    height: 100%;
    z-index: 2;
    flex-direction: column;
}

.tariff-wrapper-mqx .pay-options-jp8:hover .rate-choices-YxR h4::after {
    width: 60px;
}

.tariff-wrapper-mqx .rate-choices-YxR p {
    font-size: calc(16px - 2px);
    flex-grow: 1;
    color: #ffffff;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    opacity: 0.85;
}

.contact-f7C {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(231,228,237);
}

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

.contact-f7C h2 {
    display: inline-block;
    font-weight: 700;
    left: 50%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    transform: translateX(-50%);
    color: #000000;
    font-size: 28px;
}

.contact-f7C .feedback-box-wPZ {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    margin-top: 50px;
}

.contact-f7C .support-section-xTs::before {
    height: 150px;
    border-radius: 50%;
    border: 30px solid rgb(168,201,179,0.5);
    content: "";
    position: absolute;
    width: 150px;
    right: -75px;
    z-index: 0;
    top: -75px;
}

.contact-f7C form h3::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    height: 2px;
    background: rgb(168,201,179);
    width: 50%;
}

.contact-f7C form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact-f7C .feedback-request-r87 {
    position: relative;
    margin-bottom: 40px;
}

.contact-f7C .feedback-request-r87 label::before {
    left: 0;
    content: "";
    transition: all 0.3s ease;
    background: transparent;
    height: 22px;
    width: 22px;
    border: 2px solid rgb(231,228,237);
    position: absolute;
    top: 0;
}

.contact-f7C .feedback-request-r87 label a::after {
    left: 0;
    transform-origin: left;
    content: "";
    height: 1px;
    transform: scaleX(1);
    bottom: -1px;
    background: rgb(168,201,179);
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
}

.contact-f7C .help-query-Fxr::before {
    width: 0;
    content: "";
    left: -10px;
    position: absolute;
    transition: width 0.5s ease;
    height: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    background: rgb(182,135,120);
    top: 0;
}

.contact-f7C svg:hover,
.contact-f7C svg:hover path {
    stroke: rgb(182,135,120);
}

.thanks-id-Xxp::before {
    animation: rotate 60s linear infinite;
    top: -50%;
    width: 200%;
    content: "";
    height: 200%;
    opacity: 0.3;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(168,201,179,0.5) 0%, transparent 70%);
    left: -50%;
    position: absolute;
}

.thanks-id-Xxp .skill-program-2pY {
    display: grid;
    grid-gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s ease-out forwards;
}

.thanks-id-Xxp .skill-program-2pY > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}

.thanks-id-Xxp h5 {
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    color: #ffffff;
    font-size: 21px;
}

.thanks-id-Xxp .skill-program-2pY > div:last-child::before {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(182,135,120,0.5) 100%);
    z-index: -1;
    content: "";
    opacity: 0.05;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.education-experience-Zqt {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(231,228,237) 0%, rgb(168,201,179,0.5) 100%);
    position: relative;
}

.education-experience-Zqt .pic-overlay-rFQ {
    box-shadow: 20px 20px 0 rgb(168,201,179,0.5);
    height: 400px;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 21px;
    transition: all 0.5s ease;
    width: 350px;
}

.education-experience-Zqt .name {
    margin-bottom: 0.5rem;
    transform: skewX(-5deg);
    font-size: 28px;
    color: rgb(168,201,179);
    font-weight: 700;
}

.education-experience-Zqt .experience-profile-aN4 div:nth-child(2) {
    transform: skewX(-5deg);
    font-weight: 600;
    color: rgb(182,135,120);
    font-size: 23px;
    margin-bottom: 1.5rem;
}

.education-experience-Zqt .success-testimonials-7sG:hover .pic-overlay-rFQ {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(168,201,179,0.5);
}

.training-benefits-U7t::after {
    filter: blur(80px);
    background: rgb(168,201,179,0.5);
    opacity: 0.5;
    border-radius: 50%;
    right: -200px;
    position: absolute;
    width: 400px;
    top: -200px;
    height: 400px;
    animation: rotate 30s linear infinite;
    content: "";
}

.training-benefits-U7t .pic-overlay-rFQ:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.training-benefits-U7t .text-display-yz5::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    top: -20px;
    border-radius: 20px;
    height: 80px;
    right: 30px;
    transform: rotate(45deg);
    z-index: -1;
    width: 80px;
    background: linear-gradient(135deg, rgb(168,201,179,0.5), rgb(182,135,120,0.5));
}

.training-benefits-U7t li {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.training-benefits-U7t li:hover::before {
    opacity: 0.3;
}

.training-benefits-U7t li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.training-benefits-U7t svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,201,179);
}

.training-benefits-U7t li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
    background: #ffffff;
}

.training-benefits-U7t li:hover svg path {
    fill: rgb(182,135,120);
}

.access-now-jJf::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    background-size: 100% 100px, 100px 100%;
    animation: scanLines 5s linear infinite alternate;
    opacity: 0.05;
    background-position: center;
}

.access-now-jJf .skill-program-2pY::after {
    width: 100%;
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.access-now-jJf .get-assist-z1Q {
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(182,135,120,0.5),
        0 0 30px rgb(182,135,120,0.5);
    padding: 18px 45px;
    letter-spacing: 2px;
    position: relative;
    animation: gradientFlow 5s ease infinite;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-radius: 16px;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(168,201,179), rgb(182,135,120), rgb(168,201,179));
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-size: 200% 200%;
    font-size: 15px;
}

.company-overview-Qba::after {
    background: radial-gradient(circle at 70% 30%, rgb(182,135,120,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    right: 0;
    content: "";
    z-index: 1;
    width: 60%;
    position: absolute;
}

.company-overview-Qba .skill-program-2pY::after {
    width: 150px;
    filter: blur(60px);
    border-radius: 50%;
    animation: pulse 6s infinite alternate-reverse;
    z-index: -1;
    height: 150px;
    content: "";
    bottom: -50px;
    left: -70px;
    position: absolute;
    background: rgb(182,135,120,0.5);
}

.company-overview-Qba .expert-classes-U3u::before {
    animation: border-pulse 4s infinite alternate;
    left: -10px;
    z-index: -1;
    bottom: -10px;
    content: "";
    top: -10px;
    position: absolute;
    right: -10px;
    border: 1px solid rgb(182,135,120,0.5);
    border-radius: 21px;
}

.company-overview-Qba .expert-studio-fyj {
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 13px;
}

.company-overview-Qba .text-display-yz5::after {
    right: -50%;
    position: absolute;
    z-index: -1;
    height: 200px;
    width: 200px;
    top: -50%;
    opacity: 0.8;
    animation: float 15s infinite linear;
    background: radial-gradient(circle, rgb(182,135,120,0.5) 0%, transparent 70%);
    content: "";
}

.company-overview-Qba .approach-edu-5Ek:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(168,201,179));
}

.company-overview-Qba .approach-edu-5Ek svg path {
    transition: fill 0.3s ease;
}

.company-overview-Qba h2::after {
    content: "";
    left: 0;
    background: rgb(168,201,179);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: 0;
}

.newsletter-signup-yse .skill-program-2pY {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.newsletter-signup-yse .support-message-cQP::before {
    top: -40px;
    background: rgb(168,201,179);
    right: -40px;
    opacity: 0.2;
    border-radius: 50%;
    height: 120px;
    position: absolute;
    content: "";
    animation: moveBlob1 20s infinite alternate ease-in-out;
    width: 120px;
}

.newsletter-signup-yse h3::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(168,201,179) 50%,
        transparent 100%
    );
    width: 100%;
    content: "";
    animation: waveMotion 3s infinite ease-in-out;
    left: 0;
    bottom: 0;
}

.newsletter-signup-yse input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.newsletter-signup-yse input[type="submit"]::before {
    position: absolute;
    transform: scale(0.95);
    right: -10px;
    bottom: -10px;
    transition: opacity 0.3s ease;
    top: -10px;
    opacity: 0;
    background: linear-gradient(45deg, rgb(182,135,120) 0%, rgb(168,201,179) 100%);
    border-radius: 50px;
    content: "";
    left: -10px;
    z-index: -1;
}

.newsletter-signup-yse .input_holder::after {
    content: "";
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    left: 5%;
    height: 15px;
    position: absolute;
    background: rgb(182,135,120,0.5);
    opacity: 0.3;
    width: 15px;
    border-radius: 50%;
    bottom: 15%;
}

.footer-clients-lR7 .container {
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    position: relative;
}

.footer-clients-lR7 .company_holder {
    margin-bottom: 2rem;
    flex: 0 0 40%;
    position: relative;
    padding: 0 3rem 2rem 0;
}

.footer-clients-lR7 .company_holder h3::after {
    bottom: 0;
    background: rgb(168,201,179);
    box-shadow: 0 0 10px rgb(168,201,179);
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    height: 3px;
}

.footer-clients-lR7 .header-tutor-tVQ {
    gap: 0;
    flex-wrap: wrap;
    flex: 1;
    display: flex;
}

.footer-clients-lR7 .nav-sitebar-8Ky {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}

.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
}

.ranking-bar-M2R .container {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
}

.program-structure-KLq {
    background: linear-gradient(135deg, rgb(231,228,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.program-structure-KLq .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.program-structure-KLq h2::after {
    transform: scaleX(0.8);
    left: 0;
    transform-origin: left center;
    bottom: -15px;
    width: 60%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(90deg, rgb(168,201,179) 0%, transparent 100%);
    height: 3px;
    content: "";
    position: absolute;
}

.program-structure-KLq .pic-overlay-rFQ:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}

.program-structure-KLq .pic-overlay-rFQ:hover::before {
    opacity: 0.5;
}

.program-structure-KLq .description:first-of-type {
    position: relative;
}

.program-structure-KLq .description:first-of-type::first-letter {
    font-size: 1.6em;
    color: rgb(168,201,179);
    margin-right: 2px;
    font-weight: 600;
}

.cookie-screen-8Hp {
    z-index: 1;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#cookiePromptAlert-oaD {
    display: none;
}

.policy-opt-O2e svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(168,201,179);
    width: 60px;
    height: 60px;
}

.cookie-tab-NAl {
    border-radius: 10px;
    margin-left: 10px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
}

.cookie-tab-NAl {
    border: 1px solid rgb(168,201,179);
    background-color: rgb(168,201,179);
    color: #ffffff;
}

.connect-Jsf::after {
    width: 250px;
    opacity: 0.1;
    left: -5%;
    background: linear-gradient(225deg, rgb(182,135,120,0.5) 0%, rgb(168,201,179,0.5) 100%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    z-index: 0;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 250px;
    bottom: -5%;
}

.connect-Jsf .contact-team-1yf {
    grid-template-columns: 1fr;
    border-radius: 12px;
    padding: 40px;
    transform: translateY(20px);
    gap: 40px;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    position: relative;
    background: #ffffff;
    opacity: 0;
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.connect-Jsf .contact-team-1yf > div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 2;
}

.connect-Jsf h6 {
    color: #000000;
    align-items: center;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 20px;
    display: flex;
}

.connect-Jsf .get-assist-z1Q:hover {
    transform: translateX(5px);
    color: rgb(168,201,179);
}

.connect-Jsf .get-assist-z1Q:hover::after {
    width: 100%;
}

.connect-Jsf svg {
    margin-left: 8px;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}

.homepage-hO3 {
    align-items: center;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(231,228,237) 0%, rgb(182,135,120,0.5) 100%);
    padding: 2rem;
    justify-content: center;
}

.homepage-hO3 .master-expert-GQa > div:first-child {
    position: relative;
    padding: 2rem;
}

.homepage-hO3 .master-expert-GQa > div:first-child::before {
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 10%, 95% 100%, 5% 90%);
    width: 100%;
    top: 0;
    background: rgb(182,135,120);
    left: 0;
    transition: transform 0.5s ease;
    content: "";
    opacity: 0.05;
    z-index: -1;
}

.homepage-hO3 .impact-stats-z0g {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    max-width: 90%;
    padding: 3rem 2rem;
    gap: 2rem;
    width: 100%;
    position: relative;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateZ(30px);
}

.homepage-hO3 .impact-stats-z0g > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    height: 280px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(10px);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.homepage-hO3 p {
    position: absolute;
    bottom: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: calc(13px * 1.1);
    transition: transform 0.4s ease;
    z-index: 2;
    margin: 0;
    left: 0;
    padding: 1.5rem;
    transform: translateZ(20px);
    line-height: 1.6;
    right: 0;
}

header .nav-core-MtQ {
    position: relative;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    align-items: center;
    display: flex;
    grid-area: logo;
}

header .nav-core-MtQ svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}

header .nav-sitebar-8Ky {
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    gap: 0.5rem;
    grid-area: menu;
    display: flex;
    justify-content: center;
}

.program-structure-KLq .text-display-yz5::-webkit-scrollbar {
    width: 5px;
}

.program-structure-KLq .text-display-yz5::-webkit-scrollbar-track {
    background: transparent;
}

.program-structure-KLq .text-display-yz5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(182,135,120,0.5);
}



@media (min-width: 992px) {.tariff-wrapper-mqx .price-options-mnZ {
    grid-template-columns: repeat(4, 1fr);
}.tariff-wrapper-mqx .plan-cost-iON {
    padding: 35px 25px;
}.tariff-wrapper-mqx h2 {
    font-size: calc(29px + 4px);
}
}



@media (max-width: 767px) {.tariff-wrapper-mqx {
    padding: 80px 0;
}.tariff-wrapper-mqx .price-options-mnZ {
    grid-template-columns: 1fr;
}.tariff-wrapper-mqx h2 {
    font-size: calc(29px - 2px);
}.tariff-wrapper-mqx .learning-fees-fCO {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.tariff-wrapper-mqx .rate-choices-YxR p {
    padding-right: 10px;
    font-size: calc(16px - 3px);
    max-height: 300px;
    overflow-y: auto;
}.tariff-wrapper-mqx .rate-choices-YxR p::-webkit-scrollbar {
    width: 3px;
}.tariff-wrapper-mqx .rate-choices-YxR p::-webkit-scrollbar-thumb {
    background: rgb(182,135,120);
}
}



@media (min-width: 768px) {.thanks-id-Xxp {
    padding: 7rem 0;
}.thanks-id-Xxp .skill-program-2pY {
    align-items: center;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.thanks-id-Xxp .skill-program-2pY > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateY(0) rotateY(-5deg);
    padding: 3rem;
}.thanks-id-Xxp .skill-program-2pY > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.thanks-id-Xxp h5 {
    text-align: left;
    font-size: calc(21px * 1.1);
}.thanks-id-Xxp .skill-program-2pY > div:last-child {
    padding: 3rem;
}
}



@media (max-width: 480px) {.thanks-id-Xxp {
    padding: 3rem 0;
}.thanks-id-Xxp .container {
    padding: 0 1.5rem;
}.thanks-id-Xxp .skill-program-2pY > div:first-child,
  .thanks-id-Xxp .skill-program-2pY > div:last-child {
    padding: 1.5rem;
}.thanks-id-Xxp h5 {
    font-size: calc(21px * 0.85);
}}



@media (max-width: 576px) {.training-benefits-U7t {
    padding: 50px 0;
}.training-benefits-U7t .pic-overlay-rFQ {
    max-width: 85%;
}.training-benefits-U7t .text-display-yz5 {
    padding: 30px 25px;
    width: 100%;
}.training-benefits-U7t .text-display-yz5::before {
    top: -15px;
    right: 20px;
    height: 60px;
    width: 60px;
}.training-benefits-U7t h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.training-benefits-U7t li p {
    padding: 12px 15px;
}.training-benefits-U7t svg {
    height: 22px;
    width: 22px;
    padding: 4px;
}}



@media screen and (max-width: 576px) {.access-now-jJf {
    padding: 60px 0;
}.access-now-jJf .skill-program-2pY {
    padding: 30px 20px;
}.access-now-jJf h3 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
    margin-bottom: 35px;
}.access-now-jJf .get-assist-z1Q {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 768px) {.newsletter-signup-yse {
    padding: 4rem 1.5rem;
}.newsletter-signup-yse .support-message-cQP {
    padding: 2.5rem 2rem;
}.newsletter-signup-yse .support-message-cQP::before,
    .newsletter-signup-yse .support-message-cQP::after {
    display: none;
}.newsletter-signup-yse h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 0.9);
}
}



@media (max-width: 480px) {.newsletter-signup-yse {
    padding: 3rem 1rem;
}.newsletter-signup-yse .support-message-cQP {
    padding: 2rem 1.5rem;
}.newsletter-signup-yse h3 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 0.8);
}.newsletter-signup-yse input[type="email"] {
    padding: 1rem;
}.newsletter-signup-yse input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 768px) {.footer-clients-lR7 {
    padding: 3.5rem 0 1.5rem;
}.footer-clients-lR7::before {
    height: 10px;
}.footer-clients-lR7 .company_holder h3 {
    font-size: calc(32px - 2px);
}.footer-clients-lR7 .data-viz-EzL {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.footer-clients-lR7 .nav-sitebar-8Ky h5, 
    .footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a {
    transform: skewX(-3deg);
}.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a:hover {
    transform: skewX(-3deg) translateX(5px);
}.ranking-bar-M2R {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.ranking-bar-M2R .footer-milestones-dZ1 {
    transform: skewX(-3deg);
}
}



@media (max-width: 992px) {.program-structure-KLq {
    padding: 80px 0;
}.program-structure-KLq h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}.program-structure-KLq .program-path-Ttz {
    flex-direction: column;
    gap: 30px;
}.program-structure-KLq .pic-overlay-rFQ {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.program-structure-KLq .text-display-yz5 {
    padding-right: 10px;
    width: 100%;
    flex: 0 0 auto;
    max-height: 400px;
}
}


@media (max-width: 800px) {.cookie-screen-8Hp {
    flex-direction: column;
    align-items: center;
}.policy-opt-O2e {
    margin-bottom: 15px;
}.cookie-view-2Tj {
    margin-bottom: 20px;
    text-align: center;
}.cookie-tab-NAl {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 576px) {.connect-Jsf {
    padding: 80px 0 60px;
}.connect-Jsf .contact-team-1yf {
    padding: 30px 20px;
}.connect-Jsf h1 {
    margin-bottom: 40px;
    font-size: calc(46px - 0.5rem);
}.connect-Jsf .contact-team-1yf > div > div {
    max-width: 100%;
}.connect-Jsf .message-request-BcA {
    gap: 15px;
}}



@media (min-width: 992px) {.homepage-hO3 {
    padding: 3rem;
}.homepage-hO3 .master-expert-GQa {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.homepage-hO3 .impact-stats-z0g {
    padding: 4rem;
}.homepage-hO3 h3 {
    font-size: calc(19px * 1.1);
}.homepage-hO3 h1 {
    font-size: calc(48px * 1.2);
}.homepage-hO3 p {
    font-size: calc(13px * 1.3);
}.homepage-hO3 .impact-stats-z0g > div {
    height: 350px;
}
}



@media (max-width: 991px) {header .nav-core-MtQ svg {
    width: 140px;
}header .nav-sitebar-8Ky {
    padding: 0.5rem;
    gap: 0.4rem;
}header .nav-pagewrap-bOI {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-core-MtQ svg {
    width: 120px;
}header .nav-sitebar-8Ky {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .nav-sitebar-8Ky::-webkit-scrollbar {
    height: 2px;
}header .nav-sitebar-8Ky::-webkit-scrollbar-thumb {
    background: rgb(168,201,179);
    border-radius: 10px;
}header .nav-pagewrap-bOI {
    flex-shrink: 0;
    white-space: nowrap;
}
}



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



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



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}



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

