﻿header,footer {
    width: 100%;
}

header {
    padding: 0;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(186,202,202));
    width: 100%;
    position: relative;
}

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


.zSkt-course-summary {
    background: linear-gradient(45deg, rgb(172,114,114,0.5) 0%, rgb(186,202,202) 50%, rgb(183,186,151,0.5) 100%);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}

.zSkt-course-summary .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 3;
    position: relative;
}

.zSkt-course-summary .wqyh-skill-work {
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}

.zSkt-course-summary h2::before,
.zSkt-course-summary h2::after {
    content: "";
    width: 150%;
    position: absolute;
    height: 3px;
    left: -25%;
    background: linear-gradient(to right, transparent, rgb(183,186,151), transparent);
}

.zSkt-course-summary h2::before {
    top: -15px;
}

.zSkt-course-summary .mlfp-pic-frame::before {
    background: linear-gradient(
        to bottom,
        rgb(183,186,151,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(172,114,114,0.5) 100%
    );
    left: 0;
    top: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    content: "";
    width: 100%;
}

header .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

header .jvHi-top-study {
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    text-decoration: none;
    align-items: center;
    padding: 0.5rem;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
}

header .mBeZ-head-pagebar {
    z-index: 1;
    padding: 0.4rem 0.7rem;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

header .mBeZ-head-pagebar:hover::before {
    opacity: 1;
}

.gNFt-our-info::after {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: '';
    background: radial-gradient(circle at 30% 70%, rgb(172,114,114,0.5) 0%, transparent 70%);
    width: 100%;
}

.gNFt-our-info .kOWB-edu-coach {
    position: relative;
    font-size: 38px;
    padding-bottom: 15px;
    color: rgb(183,186,151);
    font-weight: 700;
    margin-bottom: 30px;
}

.gNFt-our-info .mlfp-pic-frame::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
}

.gNFt-our-info .HiLc-join-conversation::before {
    left: 0;
    background: linear-gradient(135deg, rgb(183,186,151,0.5) 0%, transparent 100%);
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    border-radius: 23px;
    top: 0;
}

.gNFt-our-info .HiLc-join-conversation p::before {
    position: absolute;
    border-radius: 50%;
    left: -3px;
    background: rgb(183,186,151,0.5);
    height: 24px;
    display: flex;
    top: 0px;
    transition: transform 0.3s ease, background 0.3s ease;
    width: 24px;
    content: '';
    align-items: center;
    justify-content: center;
}

.gNFt-our-info .HiLc-join-conversation p span a:hover {
    color: rgb(183,186,151);
}

.gNFt-our-info .HiLc-join-conversation p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.gNFt-our-info .OoXd-request-form {
    position: relative;
    margin-bottom: 20px;
    color: rgb(183,186,151);
    padding-left: 30px;
    font-weight: 600;
    font-size: 24px;
}

.gNFt-our-info .OoXd-request-form:hover svg {
    fill: rgb(172,114,114);
    transform: translateY(-50%) scale(1.2);
}

.gNFt-our-info .OoXd-request-form svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.gNFt-our-info .zwpu-edu-askedu {
    background: rgb(172,114,114,0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
    color: #000000;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    padding: 10px 15px;
}

.gNFt-our-info .zwpu-edu-askedu svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.gNFt-our-info .container::after {
    height: 200px;
    z-index: -1;
    left: -50px;
    animation: pulse 15s infinite linear;
    opacity: 0.1;
    width: 200px;
    position: absolute;
    content: '';
    background-image: linear-gradient(
        45deg,
        rgb(183,186,151,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(183,186,151,0.5) 50%,
        rgb(183,186,151,0.5) 75%,
        transparent 75%,
        transparent
    );
    bottom: -50px;
    background-size: 10px 10px;
    border-radius: 50%;
}

.hVvg-privacy-shell .container {
    max-width: 1140px;
    position: relative;
    transform: translateZ(0);
    z-index: 1;
    margin: 0 auto;
    padding: 3.5rem 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.hVvg-privacy-shell h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(183,186,151) 0%, rgb(172,114,114) 100%);
    bottom: 0;
    position: absolute;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    transform-origin: left;
    width: 8rem;
    height: 4px;
}

.hVvg-privacy-shell h4 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    position: relative;
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    font-size: calc(34px * 0.7);
    color: #000000;
}

.hVvg-privacy-shell strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}

.hVvg-privacy-shell li {
    color: #000000;
    position: relative;
    padding-left: 1.8rem;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.hVvg-privacy-shell li:hover::before {
    background-color: rgb(183,186,151);
    transform: rotate(135deg);
}

.hVvg-privacy-shell span::after {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,186,151,0.5) 0%, transparent 100%);
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    content: "";
}

.IZLX-title-screen::after {
    transform: rotate(35deg);
    width: 80%;
    animation: lightBeam 8s infinite alternate ease-in-out;
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
    right: -20%;
    filter: blur(30px);
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgb(183,186,151,0.5), transparent);
}

.IZLX-title-screen .YIxM-start-primary > div:first-child p {
    position: relative;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: calc(15px * 1.2);
}

.IZLX-title-screen .dJET-learn-history {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateZ(10px);
}

.IZLX-title-screen .dJET-learn-history > div::before {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    content: "";
}

.IZLX-title-screen .dJET-learn-history > div > div {
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}

.IZLX-title-screen .dJET-learn-history > div > div > div::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -20px;
    top: 0;
    height: 100%;
    width: 140%;
    transform: skewX(20deg);
    animation: shimmer 2.5s infinite;
    position: absolute;
    content: "";
}

.kdDe-learn-nav .company_holder {
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 28px;
}

.kdDe-learn-nav .swVK-site-info {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.kdDe-learn-nav .IMVw-header-master h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-weight: 600;
}

.mhts-res-connect {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
}

.mhts-res-connect .container {
    display: flex;
    justify-content: center;
}



footer::after {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    background-size: 20px 20px;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
}

.mvGg-plan-box h2::after {
    left: 50%;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(172,114,114);
}

.mvGg-plan-box .lRwg-cert-plans li:hover {
    transform: translateY(-10px);
}

.mvGg-plan-box .nQas-fee-board {
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

.mvGg-plan-box .nQas-fee-board:hover .dTcv-qtr-cost::before {
    opacity: 0.15;
}

.mvGg-plan-box .dTcv-qtr-cost::after {
    height: 100px;
    top: -30px;
    transition: transform 0.5s ease;
    z-index: -1;
    width: 100px;
    right: -30px;
    background: rgb(172,114,114);
    opacity: 0.1;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.mvGg-plan-box .fwEF-rate-options h4 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 22px;
}

.mvGg-plan-box .WZUH-pricing-options {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    display: block;
    padding: 15px 0 0;
    font-size: calc(22px + 4px);
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.OiCG-contact-us .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.OiCG-contact-us .uqUM-reach-support {
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
}

.OiCG-contact-us .POzq-request-block {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.OiCG-contact-us #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}

.OiCG-contact-us input[type="text"] {
    border-left: 3px solid rgb(183,186,151);
    font-size: 15px;
    border-radius: 0 10px 10px 0;
    border: none;
    width: 100%;
    background: rgb(186,202,202);
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.OiCG-contact-us .LkFJ-contact-request {
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}

.OiCG-contact-us .LkFJ-contact-request input[type="checkbox"]:checked::after {
    width: 5px;
    top: 40%;
    content: "";
    height: 10px;
    left: 50%;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
}

.OiCG-contact-us .LkFJ-contact-request a::after {
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    height: 1px;
    background: rgb(183,186,151);
    width: 100%;
}

.OiCG-contact-us .oOMe-help-list:hover {
    background: rgb(172,114,114);
}

.OiCG-contact-us .oOMe-help-list:hover::after {
    height: 300%;
    width: 300%;
}

.OiCG-contact-us svg path {
    transition: all 0.3s ease;
    fill: rgb(183,186,151);
}

.LpiK-customer-opinions {
    background: linear-gradient(to right, rgb(186,202,202), #ffffff);
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
}

.LpiK-customer-opinions h4 {
    font-weight: 700;
    font-size: 40px;
    display: block;
    color: #000000;
    transform: skewY(0);
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.LpiK-customer-opinions .INwe-learner-feedback {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 20px 40px;
    padding: 30px 0;
    width: calc(33.333% - 40px);
    display: flex;
    transform: translateY(0);
    flex-direction: column;
}

.LpiK-customer-opinions .INwe-learner-feedback:hover::after {
    width: 100%;
}

.LpiK-customer-opinions .INwe-learner-feedback:hover .mlfp-pic-frame {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(172,114,114,0.5);
}

.LpiK-customer-opinions .INwe-learner-feedback:hover span {
    transform: translateX(10px);
    color: rgb(183,186,151);
}

.LpiK-customer-opinions .INwe-learner-feedback:hover p {
    border-left-color: rgb(183,186,151);
}

.LpiK-customer-opinions .INwe-learner-feedback:nth-child(3n+2) {
    transform: translateY(40px);
}

.LpiK-customer-opinions .INwe-learner-feedback:nth-child(3n+2):hover {
    transform: translateY(25px);
}

.sQcE-edu-cookie {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}

.LGon-cookie-confirm {
    flex-shrink: 0;
    margin-right: 10px;
}

.CVTr-cookie-warning-popup p a {
    color: rgb(183,186,151);
    text-decoration: none;
}


.SXhH-framework-wrap .CVTr-cookie-warning-popup {
    background: rgb(183,186,151);
    box-shadow: rgb(172,114,114,0.5) 0px 0px 10px 10px;
}

.SXhH-framework-wrap .Ysuv-track-cookies {
    color: #ffffff;
    text-align: left;
}

.SXhH-framework-wrap .CVTr-cookie-warning-popup p a {
    color: rgb(172,114,114);
    text-decoration: underline;
}

.PUpw-tySpot::before {
    background-image: 
        linear-gradient(45deg, rgba(rgb(183,186,151,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(183,186,151,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(183,186,151,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(183,186,151,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 0;
    left: 0;
    background-size: 20px 20px;
    content: "";
    top: 0;
    position: absolute;
}

.PUpw-tySpot:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.PUpw-tySpot .pbKM-skill-boost::before {
    background-size: 200% 100%;
    content: "";
    top: -2px;
    background: linear-gradient(90deg, rgb(183,186,151), rgb(172,114,114), rgb(183,186,151));
    position: absolute;
    height: 5px;
    animation: gradientMove 6s linear infinite;
    left: -2px;
    z-index: 1;
    right: -2px;
}

.PUpw-tySpot ul {
    list-style: none;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
}

.PUpw-tySpot li::before {
    position: absolute;
    transition: transform 0.6s ease, opacity 0.6s ease;
    left: -1rem;
    width: 2rem;
    opacity: 0.3;
    height: 2rem;
    z-index: -1;
    background-image: radial-gradient(circle, rgb(172,114,114,0.5) 0%, transparent 70%);
    transform: scale(0.8);
    top: -0.5rem;
    content: "";
}

.Oijb-educational-rewards::after {
    z-index: 0;
    width: 30%;
    transform: rotate(10deg);
    filter: blur(60px);
    bottom: -5%;
    height: 60%;
    opacity: 0.3;
    content: "";
    left: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(172,114,114,0.5) 0%, rgb(183,186,151,0.5) 100%);
}

.Oijb-educational-rewards h4 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    color: #000000;
    font-weight: 700;
}

.Oijb-educational-rewards .ibIj-text-box-item > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Oijb-educational-rewards li:hover {
    transform: translateX(5px);
}

.Oijb-educational-rewards li p span:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.Oijb-educational-rewards svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,186,151);
}

.Oijb-educational-rewards .mlfp-pic-frame:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.09),
        -2px -2px 15px rgba(255, 255, 255, 0.9);
}

.lvGw-who-we-are::after {
    content: "";
    width: 80%;
    right: -20%;
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.4;
    top: -50%;
    z-index: 2;
    background: linear-gradient(45deg, 
        transparent 20%,
        rgb(172,114,114,0.5) 40%, 
        transparent 60%);
    animation: gradientShift 20s infinite alternate ease-in-out;
    height: 200%;
}

.lvGw-who-we-are .ibIj-text-box-item:hover {
    transform: perspective(1000px) rotateY(0);
}

.lvGw-who-we-are .ibIj-text-box-item > div:first-child {
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    transform: translateX(-20px);
    opacity: 0;
}

.lvGw-who-we-are h5::after {
    width: 40%;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(172,114,114);
    left: 0;
    height: 2px;
    content: "";
    bottom: -5px;
}

.lvGw-who-we-are p b {
    color: rgb(172,114,114);
    transition: transform 0.3s ease;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateY(0);
    font-size: calc(17px * 1.6);
}

.lvGw-who-we-are li::first-line {
    font-weight: 600;
    color: rgb(183,186,151);
}

.GFMh-developer-experience .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0 1.5rem;
    position: relative;
}

.GFMh-developer-experience .INwe-learner-feedback:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}

.GFMh-developer-experience .INwe-learner-feedback:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}

.GFMh-developer-experience .mlfp-pic-frame {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 10% 30% 50% 70%;
    z-index: 2;
    height: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}

.GFMh-developer-experience .name {
    color: #000000;
    font-size: calc(24px * 1.1);
    transition: transform 0.4s ease;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.GFMh-developer-experience .INwe-learner-feedback:hover > div:nth-child(2) div {
    transform: translateX(5px);
}

.GFMh-developer-experience .hqoN-exp-highlights::before {
    transition: transform 0.5s ease;
    position: absolute;
    top: -0.5rem;
    font-size: 2.5rem;
    color: rgb(183,186,151);
    left: 0.3rem;
    opacity: 0.3;
    content: "";
}

.juMe-training-structure::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    will-change: transform;
    transform: translateZ(0);
    animation: ambientGlow 20s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,186,151,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(172,114,114,0.5) 0%, transparent 30%);
    z-index: 0;
    opacity: 0.15;
    width: 100%;
}

.juMe-training-structure h3 {
    font-weight: 700;
    transform: translateZ(0);
    font-size: calc(31px * 0.9);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.juMe-training-structure .pbKM-skill-boost > div:hover h3::after {
    transform: scaleX(1.5);
}

.juMe-training-structure p {
    color: #000000;
    font-size: 18px;
    animation: fadeInText 0.8s forwards 0.3s ease-out;
    margin: 0;
    line-height: 1.8;
    opacity: 0;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(20px);
}

.juMe-training-structure p span::before {
    font-size: 80px;
    font-family: Georgia, serif;
    left: -10px;
    content: "";
    top: -30px;
    position: absolute;
    z-index: -1;
    color: rgb(183,186,151);
    opacity: 0.15;
}

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

.QsNu-newsletter-signup .pbKM-skill-boost::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    position: absolute;
    transform: translateZ(-10px);
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0.08;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.5);
}

.QsNu-newsletter-signup .input_holder {
    max-width: 600px;
    position: relative;
    display: flex;
    z-index: 3;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.QsNu-newsletter-signup input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
    opacity: 1;
}

.QsNu-newsletter-signup input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.QsNu-newsletter-signup .YhuI-email-cta::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    content: "";
}

.QsNu-newsletter-signup .YhuI-email-cta:hover::before {
    left: 100%;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(183,186,151);
}

header .top_plank .qsuI-peak-knowledge div span {
    color: #ffffff;
}

header .top_plank .qsuI-peak-knowledge div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.nXyY-statistical-overview {
    background: rgb(186,202,202);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}

.nXyY-statistical-overview .container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.nXyY-statistical-overview h2 {
    color: #000000;
    margin: 0 0 70px;
    text-align: left;
    border-left: 5px solid rgb(183,186,151);
    padding-left: 20px;
    font-weight: 700;
    font-size: 35px;
    position: relative;
}

.nXyY-statistical-overview ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    gap: 25px;
    display: flex;
}

.nXyY-statistical-overview .KrlF-fast-upgrade {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    grid-template-columns: 80px 1fr auto;
    margin-left: 50px;
    display: grid;
    border-radius: 24px;
    padding: 30px;
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(2)::after {
    border-color: #ffffff;
    background: rgb(172,114,114);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(even)::before {
    background: linear-gradient(to right, rgb(172,114,114,0.5), rgb(172,114,114));
}

.nXyY-statistical-overview .KrlF-fast-upgrade span {
    padding: 0 0 0 25px;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    position: relative;
}

.nXyY-statistical-overview svg {
    transition: transform 0.3s ease;
    fill: rgb(183,186,151);
    margin-left: 20px;
    grid-row: 1;
    grid-column: 3;
    height: 40px;
    width: 40px;
}



.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(1) {
    animation-delay: 0.1s;
}



.nXyY-statistical-overview .container::before {
    height: 200px;
    filter: blur(50px);
    border-radius: 50%;
    background: radial-gradient(circle, rgb(183,186,151,0.5) 0%, transparent 70%);
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    top: 50%;
    content: "";
    animation: pulseGlow 10s infinite alternate;
    right: -100px;
    width: 200px;
}



@media screen and (max-width: 992px) {.zSkt-course-summary {
    padding: 5rem 1.5rem;
}.zSkt-course-summary .ibIj-text-box-item {
    margin-bottom: 3rem;
}.zSkt-course-summary h2 {
    font-size: calc(39px * 0.85);
}.zSkt-course-summary .mlfp-pic-frame {
    height: 400px;
}
}



@media (max-width: 991px) {header .Knjs-top-navbar {
    padding: 0.8rem 2.5%;
}header .jvHi-top-study svg {
    width: 130px;
}header .IMVw-header-master {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .mBeZ-head-pagebar {
    font-size: calc(14px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (min-width: 992px) {.gNFt-our-info .oBcU-instant-contact {
    gap: 40px;
    flex-direction: row;
}.gNFt-our-info .mlfp-pic-frame {
    height: 350px;
    flex: 0 0 350px;
    margin-bottom: 0;
}.gNFt-our-info .HiLc-join-conversation {
    flex: 1;
}.gNFt-our-info .lLyJ-contact-now {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.gNFt-our-info {
    padding: 40px 0;
}.gNFt-our-info .oBcU-instant-contact {
    padding: 20px;
}.gNFt-our-info .kOWB-edu-coach {
    margin-bottom: 20px;
    font-size: 16px;
}.gNFt-our-info .mlfp-pic-frame {
    height: 200px;
}.gNFt-our-info .HiLc-join-conversation {
    padding: 20px;
}.gNFt-our-info .HiLc-join-conversation p {
    font-size: 17px;
    margin-bottom: 15px;
}.gNFt-our-info .OoXd-request-form {
    font-size: 16px;
}.gNFt-our-info .lLyJ-contact-now {
    grid-template-columns: 1fr;
}.gNFt-our-info .HiLc-join-conversation p svg {
    top: 4px;
    height: 15px;
    width: 15px;
}.gNFt-our-info .OoXd-request-form svg {
    width: 16px;
    height: 16px;
}.gNFt-our-info .zwpu-edu-askedu svg {
    height: 12px;
    width: 12px;
}}



@media (min-width: 768px) {.IZLX-title-screen .YIxM-start-primary {
    grid-template-columns: 30% 1fr;
    gap: 3rem;
    align-items: center;
}.IZLX-title-screen .YIxM-start-primary > div:first-child {
    transform: translateZ(30px) translateY(20px);
}.IZLX-title-screen .YIxM-start-primary > div:first-child:hover {
    transform: translateZ(40px) translateY(15px);
}.IZLX-title-screen .dJET-learn-history > div {
    padding: 4rem 3.5rem;
    min-height: 500px;
}.IZLX-title-screen .dJET-learn-history h3 {
    max-width: 70%;
    font-size: 21px;
}.IZLX-title-screen .title_style_header {
    font-size: calc(39px * 1.2);
}
}



@media (min-width: 1200px) {.IZLX-title-screen {
    padding: 6rem 2rem;
}.IZLX-title-screen .YIxM-start-primary {
    gap: 4rem;
    grid-template-columns: 25% 1fr;
}.IZLX-title-screen .YIxM-start-primary > div:first-child {
    padding: 3rem;
}.IZLX-title-screen .YIxM-start-primary > div:first-child p {
    font-size: calc(15px * 1.4);
}.IZLX-title-screen .dJET-learn-history > div {
    min-height: 550px;
    padding: 5rem 4rem;
}.IZLX-title-screen .dJET-learn-history h3 {
    max-width: 60%;
    font-size: calc(21px * 1.2);
}.IZLX-title-screen .dJET-learn-history > div > div > div {
    padding: 2.5rem 4rem;
}.IZLX-title-screen .title_style_header {
    font-size: calc(39px * 1.4);
}
}



@media (max-width: 576px) {.kdDe-learn-nav {
    padding: 40px 0;
}.kdDe-learn-nav .company_holder h3 {
    font-size: calc(34px * 0.8);
}.kdDe-learn-nav .IMVw-header-master h5 {
    font-size: calc(21px * 0.9);
}.kdDe-learn-nav .IMVw-header-master .swVK-site-info a {
    font-size: calc(16px * 0.95);
}}



@media (max-width: 480px) {.mvGg-plan-box .dTcv-qtr-cost {
    padding: 30px 20px;
}.mvGg-plan-box h2 {
    font-size: calc(38px - 4px);
}.mvGg-plan-box .WZUH-pricing-options {
    font-size: calc(22px + 2px);
}}



@media (max-width: 768px) {.OiCG-contact-us {
    padding: 60px 0;
}.OiCG-contact-us h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.OiCG-contact-us .POzq-request-block {
    padding: 35px 25px 45px;
}.OiCG-contact-us #contact {
    gap: 20px;
}.OiCG-contact-us .mlfp-pic-frame {
    min-height: 250px;
}
}



@media (max-width: 768px) {.LpiK-customer-opinions {
    padding: 70px 0 90px;
}.LpiK-customer-opinions .INwe-learner-feedback {
    transform: translateY(0) !important;
    margin: 0 0 50px;
    width: 100%;
}.LpiK-customer-opinions .INwe-learner-feedback:hover {
    transform: translateY(-10px) !important;
}.LpiK-customer-opinions h4 {
    font-size: calc(40px * 0.8);
}.LpiK-customer-opinions h4::after {
    transform: skewX(0);
    width: 80%;
    left: 10%;
}}



@media (max-width: 991px) {.PUpw-tySpot {
    padding: 4rem 0;
}.PUpw-tySpot h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.PUpw-tySpot .pbKM-skill-boost {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 575px) {.PUpw-tySpot {
    padding: 3rem 0;
}.PUpw-tySpot h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.PUpw-tySpot h2::after {
    width: 4rem;
}.PUpw-tySpot .pbKM-skill-boost {
    padding: 1.5rem 1.25rem;
}.PUpw-tySpot span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.PUpw-tySpot li::before {
    height: 1.5rem;
    top: -0.3rem;
    left: -0.5rem;
    width: 1.5rem;
}}



@media (max-width: 767px) {.Oijb-educational-rewards {
    padding: 80px 0;
}.Oijb-educational-rewards .ibIj-text-box-item {
    padding: 25px 30px;
}.Oijb-educational-rewards h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.05);
}.Oijb-educational-rewards .mlfp-pic-frame {
    object-position: center;
    max-height: 300px;
}
}



@media (max-width: 1200px) {.lvGw-who-we-are {
    padding: 100px 0;
}.lvGw-who-we-are .ibIj-text-box-item {
    max-width: 95%;
    padding: 40px;
}
}



@media (max-width: 576px) {.lvGw-who-we-are {
    padding: 50px 0;
}.lvGw-who-we-are::after {
    display: none;
}.lvGw-who-we-are .ibIj-text-box-item {
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.lvGw-who-we-are .ibIj-text-box-item::before {
    left: -10px;
    width: 3px;
}.lvGw-who-we-are h5 {
    letter-spacing: 1px;
    font-size: calc(20px * 0.8);
}.lvGw-who-we-are p b {
    font-size: calc(17px * 1.2);
}.lvGw-who-we-are ol {
    padding-left: 15px;
}.lvGw-who-we-are li {
    font-size: calc(17px * 0.85);
    line-height: 1.6;
}}



@media (max-width: 767px) {.GFMh-developer-experience {
    padding: 4rem 0;
}.GFMh-developer-experience .container {
    transform: none;
}.GFMh-developer-experience .INwe-learner-feedback {
    padding: 2rem;
}.GFMh-developer-experience .INwe-learner-feedback > div:first-child {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}.GFMh-developer-experience .INwe-learner-feedback > div:nth-child(2) {
    text-align: center;
}.GFMh-developer-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.GFMh-developer-experience .hqoN-exp-highlights {
    text-align: left;
    padding-left: 1rem;
}}



@media (max-width: 576px) {.juMe-training-structure {
    padding: 60px 0;
}.juMe-training-structure .pbKM-skill-boost > div {
    padding: 30px 25px;
}.juMe-training-structure h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(31px * 0.6);
}.juMe-training-structure p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.juMe-training-structure h3::after {
    width: 50px;
    height: 2px;
}.juMe-training-structure .pbKM-skill-boost > div::before {
    top: 10px;
    width: 30px;
    right: 10px;
    height: 30px;
}}



@media (max-width: 991px) {.nXyY-statistical-overview h2 {
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(183,186,151);
    border-left: none;
    text-align: center;
}.nXyY-statistical-overview h2::after {
    transform: translateX(-50%);
    left: 50%;
}.nXyY-statistical-overview ul::before {
    left: 15px;
}.nXyY-statistical-overview .KrlF-fast-upgrade {
    margin-left: 40px;
}.nXyY-statistical-overview .KrlF-fast-upgrade::after {
    height: 15px;
    width: 15px;
    left: -25px;
}.nXyY-statistical-overview .KrlF-fast-upgrade::before {
    width: 40px;
    left: -20px;
}
}



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

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}



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



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



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



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}



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



@keyframes ambientGlow {
    0% {
        opacity: 0.15;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0.25;
        transform: scale(1.1) rotate(5deg);
    }
}

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

