* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.JWC-wrapper-canvas {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.ENr-review-block {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1130px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.EFd-first-expert {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tRb-test-drive {
    background-size: 200% 200%;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(130deg, rgb(173,178,163) 0%, rgb(143,149,129) 50%, rgb(173,178,163) 100%);
    animation: gradientFlow 15s ease infinite;
}.tRb-test-drive::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    animation: rotateQuantum 30s linear infinite;
}.tRb-test-drive::after {
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0.1;
    height: 200%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    width: 200%;
    z-index: -1;
    position: absolute;
    left: -50%;
    content: '';
    top: -50%;
}.tRb-test-drive .EWF-academy-cult {
    overflow: hidden;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 1000px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    border-radius: 28px;
    margin: 0 auto;
    padding: 60px 40px;
    align-items: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.tRb-test-drive .EWF-academy-cult::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.3;
    animation: pulseGrid 4s linear infinite alternate;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    background-size: 40px 40px;
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
}.tRb-test-drive .EWF-academy-cult::after {
    height: 200%;
    left: -50%;
    z-index: -1;
    position: absolute;
    content: '';
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(173,178,163,0.5) 0deg,
        rgb(143,149,129,0.5) 120deg,
        rgb(173,178,163,0.5) 240deg,
        rgb(143,149,129,0.5) 360deg
    );
    width: 200%;
    opacity: 0.1;
    animation: rotateQuantumGradient 20s linear infinite;
    top: -50%;
}.tRb-test-drive h3 {
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    animation: floatTitle 6s ease-in-out infinite;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 28px;
}.tRb-test-drive h3::before {
    bottom: -20px;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 80px;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    box-shadow: 0 0 10px #ffffff;
}.tRb-test-drive h3::after {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    animation: titleScan 3s ease-in-out infinite;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 100%;
}.tRb-test-drive .RBx-reach-section {
    padding: 18px 45px;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    display: inline-block;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    font-size: 18px;
}.tRb-test-drive .RBx-reach-section::before {
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
    height: 100%;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    opacity: 0;
    left: 0;
    z-index: -1;
}.tRb-test-drive .RBx-reach-section::after {
    transition: all 0.6s ease;
    height: 200%;
    z-index: 2;
    transform: rotate(35deg);
    top: -50%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    position: absolute;
    left: -100px;
    width: 20px;
}.tRb-test-drive .RBx-reach-section:hover {
    border-color: transparent;
    transform: translateY(-5px);
    color: rgb(173,178,163);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}.tRb-test-drive .RBx-reach-section:hover::before {
    opacity: 1;
}.tRb-test-drive .RBx-reach-section:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.tRb-test-drive {
    padding: 100px 0;
}.tRb-test-drive .EWF-academy-cult {
    max-width: 90%;
    padding: 50px 30px;
}.tRb-test-drive h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 2.5px;
}.tRb-test-drive h3::before {
    width: 70px;
    bottom: -18px;
}.tRb-test-drive .RBx-reach-section {
    font-size: calc(18px * 0.95);
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.tRb-test-drive {
    padding: 80px 0;
}.tRb-test-drive .EWF-academy-cult {
    padding: 40px 25px;
}.tRb-test-drive h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(28px * 0.8);
}.tRb-test-drive h3::before {
    width: 60px;
    bottom: -15px;
}.tRb-test-drive .RBx-reach-section {
    padding: 14px 35px;
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.tRb-test-drive {
    padding: 60px 0;
}.tRb-test-drive .EWF-academy-cult {
    padding: 30px 20px;
}.tRb-test-drive h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(28px * 0.7);
}.tRb-test-drive h3::before {
    bottom: -12px;
    width: 50px;
}.tRb-test-drive .RBx-reach-section {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.yqE-company-info {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(201,207,190);
    position: relative;
}.yqE-company-info::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    background: 
        linear-gradient(0deg, rgb(201,207,190) 20%, transparent 80%),
        linear-gradient(90deg, rgb(201,207,190) 10%, transparent 90%);
    top: 0;
    width: 100%;
}.yqE-company-info::after {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,178,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(143,149,129,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    filter: blur(50px);
    top: 0;
    position: absolute;
    opacity: 0.8;
}.yqE-company-info .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1100px;
}.yqE-company-info h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin-bottom: 80px;
    letter-spacing: 2px;
    color: #000000;
}.yqE-company-info h2::after {
    left: 50%;
    border-radius: 10px;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(173,178,163), rgb(143,149,129));
    bottom: -20px;
    width: 60px;
    position: absolute;
}.yqE-company-info .Jtb-quick-studies {
    position: relative;
    width: 100%;
    gap: 40px;
    display: flex;
    flex-direction: column;
}.yqE-company-info .Jtb-quick-studies::before {
    content: "";
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(173,178,163,0.5) 10%, 
        rgb(173,178,163) 50%,
        rgb(143,149,129) 50%,
        rgb(143,149,129,0.5) 90%,
        transparent 100%);
    z-index: 1;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
}.yqE-company-info .mJr-expert-learnings {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 55%;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    z-index: 2;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}.yqE-company-info .mJr-expert-learnings:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    align-self: flex-start;
    transform: translateX(-40px);
    border-left: 4px solid rgb(173,178,163);
}.yqE-company-info .mJr-expert-learnings:nth-child(2) {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(40px);
    border-right: 4px solid rgb(143,149,129);
}.yqE-company-info .mJr-expert-learnings::before {
    top: 50%;
    border-radius: 50%;
    z-index: 3;
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgb(173,178,163);
    content: "";
}.yqE-company-info .mJr-expert-learnings:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(173,178,163,0.5);
    right: -55px;
    transform: translateY(-50%);
}.yqE-company-info .mJr-expert-learnings:nth-child(2)::before {
    left: -55px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(143,149,129,0.5);
    background: rgb(143,149,129);
}.yqE-company-info .mJr-expert-learnings::after {
    top: 50%;
    width: 35px;
    height: 2px;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
}.yqE-company-info .mJr-expert-learnings:nth-child(1)::after {
    right: -35px;
}.yqE-company-info .mJr-expert-learnings:nth-child(2)::after {
    left: -35px;
}.yqE-company-info .mJr-expert-learnings:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
}.yqE-company-info .mJr-expert-learnings:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.yqE-company-info .mJr-expert-learnings:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.yqE-company-info .mJr-expert-learnings h3 {
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
}.yqE-company-info .mJr-expert-learnings h3::after {
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    width: 40%;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(173,178,163), transparent);
    bottom: 0;
}.yqE-company-info .mJr-expert-learnings:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(143,149,129), transparent);
}.yqE-company-info .mJr-expert-learnings:hover h3::after {
    width: 70%;
}.yqE-company-info .mJr-expert-learnings p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
}.yqE-company-info .container::before,
.yqE-company-info .container::after {
    background: linear-gradient(45deg, rgb(173,178,163,0.5), transparent);
    position: absolute;
    animation: floatAnim 15s linear infinite alternate;
    height: 250px;
    opacity: 0.2;
    content: "";
    z-index: 0;
    width: 250px;
    filter: blur(60px);
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
}.yqE-company-info .container::before {
    left: -150px;
    top: 10%;
}.yqE-company-info .container::after {
    animation-delay: -5s;
    background: linear-gradient(45deg, rgb(143,149,129,0.5), transparent);
    right: -150px;
    bottom: 10%;
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.yqE-company-info::before {
    background-size: 100px 100px;
    background-position: center;
    content: "";
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(173,178,163,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(143,149,129,0.5) 10px, transparent 12px);
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 1200px) {.yqE-company-info .mJr-expert-learnings:nth-child(1) {
    transform: translateX(-20px);
}.yqE-company-info .mJr-expert-learnings:nth-child(2) {
    transform: translateX(20px);
}.yqE-company-info .mJr-expert-learnings:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.yqE-company-info .mJr-expert-learnings:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.yqE-company-info {
    padding: 100px 0;
}.yqE-company-info h2 {
    margin-bottom: 60px;
}.yqE-company-info .mJr-expert-learnings {
    width: 50%;
    padding: 30px;
}.yqE-company-info .mJr-expert-learnings:nth-child(1) {
    transform: translateX(-15px);
}.yqE-company-info .mJr-expert-learnings:nth-child(2) {
    transform: translateX(15px);
}.yqE-company-info .mJr-expert-learnings:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.yqE-company-info .mJr-expert-learnings:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.yqE-company-info {
    padding: 80px 0;
}.yqE-company-info h2 {
    font-size: calc(28px + 0.1rem);
    margin-bottom: 50px;
}.yqE-company-info .Jtb-quick-studies::before {
    left: 30px;
}.yqE-company-info .mJr-expert-learnings {
    width: 85%;
    margin-left: auto;
    max-width: 500px;
    padding: 25px;
}.yqE-company-info .mJr-expert-learnings:nth-child(1),
    .yqE-company-info .mJr-expert-learnings:nth-child(2) {
    border-left: 4px solid rgb(173,178,163);
    border-right: none;
    align-self: flex-end;
    margin-left: 60px;
    transform: translateX(0);
}.yqE-company-info .mJr-expert-learnings:nth-child(2) {
    border-left: 4px solid rgb(143,149,129);
}.yqE-company-info .mJr-expert-learnings:nth-child(1):hover,
    .yqE-company-info .mJr-expert-learnings:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.yqE-company-info .mJr-expert-learnings::before {
    right: auto;
    left: -45px;
}.yqE-company-info .mJr-expert-learnings::after {
    right: auto;
    left: -25px;
}
}

@media screen and (max-width: 576px) {.yqE-company-info {
    padding: 60px 0;
}.yqE-company-info h2 {
    font-size: 28px;
    margin-bottom: 40px;
}.yqE-company-info .Jtb-quick-studies {
    gap: 30px;
}.yqE-company-info .Jtb-quick-studies::before {
    left: 20px;
}.yqE-company-info .mJr-expert-learnings {
    padding: 20px;
    margin-left: 40px;
    width: 85%;
}.yqE-company-info .mJr-expert-learnings::before {
    left: -35px;
    width: 15px;
    height: 15px;
}.yqE-company-info .mJr-expert-learnings::after {
    left: -15px;
    width: 15px;
}.yqE-company-info .mJr-expert-learnings h3 {
    font-size: calc(22px + 0.1rem);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.yqE-company-info .mJr-expert-learnings p {
    font-size: calc(16px - 0.05rem);
}}.ACk-pricing-deck {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.ACk-pricing-deck::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    bottom: 0;
    left: 0;
}.ACk-pricing-deck .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.ACk-pricing-deck .Urk-basic-cost {
    position: relative;
}.ACk-pricing-deck .Urk-basic-cost::before {
    height: 300px;
    background: radial-gradient(circle, rgb(173,178,163,0.5) 0%, transparent 70%);
    top: -50px;
    content: "";
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    width: 300px;
    left: -150px;
    border-radius: 50%;
}.ACk-pricing-deck .Urk-basic-cost::after {
    pointer-events: none;
    position: absolute;
    right: -120px;
    opacity: 0.15;
    content: "";
    height: 250px;
    bottom: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(143,149,129,0.5) 0%, transparent 70%);
    width: 250px;
}.ACk-pricing-deck h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 38px;
    transform: translateX(-5%);
}.ACk-pricing-deck h2::after {
    background: linear-gradient(90deg, rgb(173,178,163) 0%, rgb(143,149,129) 100%);
    left: 0;
    position: absolute;
    width: 60%;
    bottom: -8px;
    height: 3px;
    content: "";
}.ACk-pricing-deck .YWM-edu-deals {
    transform: translateX(-3%);
    max-width: 80%;
    margin-bottom: 50px;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
}.ACk-pricing-deck .FJG-cost-options {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
}.ACk-pricing-deck .FJG-cost-options li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.ACk-pricing-deck .Utb-edu-packages {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: #ffffff;
    height: 100%;
}.ACk-pricing-deck .Utb-edu-packages:hover {
    transform: translateY(-8px) scale(1.02);
}.ACk-pricing-deck .IrF-learning-cost {
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
}.ACk-pricing-deck .IrF-learning-cost::before {
    width: 100%;
    opacity: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(173,178,163,0.5) 0%, 
        transparent 50%, 
        rgb(143,149,129,0.5) 100%);
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    z-index: 0;
    height: 100%;
}.ACk-pricing-deck .Utb-edu-packages:hover .IrF-learning-cost::before {
    opacity: 0.15;
}.ACk-pricing-deck .pIv-cost-plan {
    z-index: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    height: 100%;
}.ACk-pricing-deck .pIv-cost-plan h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(22px * 1.2);
    transition: color 0.3s ease;
    margin: 0 0 20px;
    font-weight: 700;
}.ACk-pricing-deck .pIv-cost-plan h4::after {
    height: 70%;
    opacity: 0.8;
    left: -15px;
    background: linear-gradient(to bottom, rgb(173,178,163), rgb(143,149,129));
    transform: translateY(-50%);
    content: "";
    top: 50%;
    width: 5px;
    position: absolute;
    transition: all 0.3s ease;
}.ACk-pricing-deck .Utb-edu-packages:hover .pIv-cost-plan h4::after {
    height: 100%;
    opacity: 1;
}.ACk-pricing-deck .pIv-cost-plan p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    max-height: 200px;
    margin-bottom: 25px;
    scrollbar-color: rgb(173,178,163) rgba(255,255,255,0.1);
    flex-grow: 1;
    scrollbar-width: thin;
    line-height: 1.6;
    overflow-y: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}.ACk-pricing-deck .pIv-cost-plan p::-webkit-scrollbar {
    width: 5px;
}.ACk-pricing-deck .pIv-cost-plan p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.ACk-pricing-deck .pIv-cost-plan p::-webkit-scrollbar-thumb {
    background: rgb(173,178,163);
    border-radius: 10px;
}.ACk-pricing-deck .YCA-fee-chart {
    align-self: flex-start;
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(173,178,163,0.5) 0%, 
        rgb(143,149,129,0.5) 100%);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-size: calc(22px * 1.3);
}.ACk-pricing-deck .Utb-edu-packages:hover .YCA-fee-chart {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.ACk-pricing-deck {
    padding: 100px 0;
}.ACk-pricing-deck .FJG-cost-options {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.ACk-pricing-deck h2 {
    transform: translateX(0);
}.ACk-pricing-deck .YWM-edu-deals {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.ACk-pricing-deck {
    padding: 80px 0;
}.ACk-pricing-deck .FJG-cost-options {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.ACk-pricing-deck .pIv-cost-plan {
    padding: 25px 20px;
}.ACk-pricing-deck .pIv-cost-plan p {
    font-size: calc(14px * 0.95);
    max-height: 180px;
}.ACk-pricing-deck .YCA-fee-chart {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 768px) {.ACk-pricing-deck {
    padding: 70px 0;
}.ACk-pricing-deck .FJG-cost-options {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.ACk-pricing-deck h2 {
    font-size: calc(38px * 0.9);
}.ACk-pricing-deck .YWM-edu-deals {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
}
}

@media (max-width: 576px) {.ACk-pricing-deck {
    padding: 60px 0;
}.ACk-pricing-deck .FJG-cost-options {
    grid-template-columns: 1fr;
}.ACk-pricing-deck h2 {
    display: block;
    text-align: center;
    font-size: calc(38px * 0.8);
}.ACk-pricing-deck h2::after {
    width: 60%;
    left: 20%;
}.ACk-pricing-deck .YWM-edu-deals {
    text-align: center;
    margin-bottom: 30px;
}.ACk-pricing-deck .pIv-cost-plan h4 {
    font-size: calc(22px * 1.1);
}.ACk-pricing-deck .pIv-cost-plan p {
    max-height: 150px;
}.ACk-pricing-deck .YCA-fee-chart {
    font-size: calc(22px * 1.1);
}}.DMP-title-opener {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(201,207,190) 0%, #ffffff 100%);
}.DMP-title-opener::before {
    content: "";
    background: linear-gradient(225deg, rgb(173,178,163,0.5) 0%, transparent 70%);
    right: -5%;
    top: -10%;
    z-index: 1;
    height: 60%;
    transform: rotate(-15deg);
    animation: float 15s infinite alternate ease-in-out;
    filter: blur(30px);
    width: 40%;
    position: absolute;
}.DMP-title-opener::after {
    position: absolute;
    filter: blur(25px);
    left: -5%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    width: 35%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(143,149,129,0.5) 0%, transparent 70%);
    content: "";
    height: 50%;
    transform: rotate(15deg);
    bottom: -10%;
}.DMP-title-opener h1 {
    font-weight: 700;
    animation: fadeSlideDown 0.8s 0.2s forwards ease-out;
    position: relative;
    color: rgb(173,178,163);
    text-align: center;
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 21px;
    z-index: 10;
    letter-spacing: 1px;
    transform: translateY(-10px);
}.DMP-title-opener .EWF-academy-cult {
    z-index: 5;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.DMP-title-opener .vpU-textual-box {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
    backdrop-filter: blur(10px);
    animation: fadeSlideRight 0.8s 0.4s forwards ease-out;
    opacity: 0;
    transform: translateX(-10px);
}.DMP-title-opener .vpU-textual-box ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.DMP-title-opener .vpU-textual-box li {
    margin-bottom: 2rem;
}.DMP-title-opener .vpU-textual-box li:last-child {
    margin-bottom: 0;
}.DMP-title-opener .gDm-learn-intro {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    display: flex;
}.DMP-title-opener .gDm-learn-intro svg {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
}.DMP-title-opener .gDm-learn-intro:hover svg {
    transform: scale(1.05) rotate(2deg);
}.DMP-title-opener .gDm-learn-intro svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,178,163);
}.DMP-title-opener .gDm-learn-intro:hover svg path {
    fill: rgb(143,149,129);
}.DMP-title-opener .gDm-learn-intro svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.DMP-title-opener .gDm-learn-intro:hover svg text {
    fill: #000000;
    animation: pulse 1.5s ease-in-out infinite;
}.DMP-title-opener .gDm-learn-intro p {
    max-width: 550px;
    color: #000000;
    position: relative;
    font-size: calc(17px * 1.1);
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}.DMP-title-opener .gDm-learn-intro p::before {
    position: absolute;
    color: rgb(173,178,163,0.5);
    z-index: -1;
    left: -10px;
    font-size: 60px;
    content: "";
    top: -20px;
    opacity: 0.3;
    line-height: 1;
}.DMP-title-opener .gDm-learn-intro p::after {
    bottom: -50px;
    font-size: 60px;
    content: "";
    opacity: 0.3;
    line-height: 1;
    z-index: -1;
    color: rgb(173,178,163,0.5);
    right: -10px;
    position: absolute;
}.DMP-title-opener .qQt-support-map {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(173,178,163) 0%, rgb(143,149,129) 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    padding: 1rem 2rem;
    overflow: hidden;
    z-index: 10;
    margin-top: 1.5rem;
    display: inline-block;
    transform: translateY(0);
    text-decoration: none;
    transition: all 0.4s ease;
}.DMP-title-opener .qQt-support-map::before {
    left: -100%;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}.DMP-title-opener .qQt-support-map:hover {
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.DMP-title-opener .qQt-support-map:hover::before {
    left: 100%;
}.DMP-title-opener .qQt-support-map:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
}.DMP-title-opener .Ppm-snap-shot {
    position: relative;
    animation: fadeSlideLeft 0.8s 0.6s forwards ease-out;
    transform: translateX(10px);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    overflow: hidden;
}.DMP-title-opener .Ppm-snap-shot::before {
    z-index: 2;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(94, 170, 168, 0.5));
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.DMP-title-opener .Ppm-snap-shot::after {
    height: 100%;
    transition: opacity 0.3s ease;
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(173,178,163,0.5);
    top: 0;
    opacity: 0.3;
    z-index: 3;
    width: 100%;
}.DMP-title-opener .Ppm-snap-shot:hover::after {
    opacity: 0.1;
}

@media (min-width: 768px) {.DMP-title-opener h1 {
    font-size: calc(21px * 1.2);
    margin-bottom: 3rem;
}.DMP-title-opener .EWF-academy-cult {
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 3rem;
}.DMP-title-opener .vpU-textual-box {
    padding: 3rem;
}.DMP-title-opener .Ppm-snap-shot {
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    height: 500px;
}.DMP-title-opener .gDm-learn-intro svg {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.DMP-title-opener {
    padding: 8rem 0;
}.DMP-title-opener .EWF-academy-cult {
    gap: 4rem;
}.DMP-title-opener .vpU-textual-box {
    padding: 4rem;
}.DMP-title-opener .Ppm-snap-shot {
    height: 600px;
}.DMP-title-opener .gDm-learn-intro svg {
    width: 180px;
    height: 180px;
}.DMP-title-opener .gDm-learn-intro p {
    font-size: calc(17px * 1.2);
}}

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

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

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

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(10px, -10px);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}.pBL-client-experience {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(201,207,190) 0%, rgb(143,149,129,0.5) 100%);
    overflow: hidden;
}.pBL-client-experience::before {
    content: "";
    background: repeating-linear-gradient(45deg, rgb(173,178,163,0.5) 0px, transparent 2px, transparent 10px, rgb(173,178,163,0.5) 12px);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.05;
    left: 0;
}.pBL-client-experience::after {
    filter: blur(80px);
    position: absolute;
    width: 200px;
    animation: floating 15s infinite ease-in-out;
    opacity: 0.1;
    top: -50px;
    background: rgb(173,178,163);
    right: -50px;
    height: 200px;
    content: "";
    border-radius: 50%;
}.pBL-client-experience h2 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    z-index: 2;
    font-size: 31px;
    position: relative;
    margin-bottom: 50px;
}.pBL-client-experience h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(173,178,163), rgb(143,149,129));
    height: 4px;
    bottom: -15px;
    content: "";
    position: absolute;
    z-index: 2;
}.pBL-client-experience .container.EWF-academy-cult {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pBL-client-experience .sne-learner-views {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    gap: 30px;
}.pBL-client-experience .YKu-success-quotes {
    border-radius: 22px;
    padding: 30px;
    transform: translateY(30px);
    animation: revealReview 0.8s forwards cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.pBL-client-experience .YKu-success-quotes:nth-child(1) {
    --i: 1;
}.pBL-client-experience .YKu-success-quotes:nth-child(2) {
    --i: 2;
}.pBL-client-experience .YKu-success-quotes:nth-child(3) {
    --i: 3;
}.pBL-client-experience .YKu-success-quotes:nth-child(4) {
    --i: 4;
}.pBL-client-experience .YKu-success-quotes:nth-child(5) {
    --i: 5;
}.pBL-client-experience .YKu-success-quotes:nth-child(6) {
    --i: 6;
}.pBL-client-experience .YKu-success-quotes:nth-child(7) {
    --i: 7;
}.pBL-client-experience .YKu-success-quotes::before {
    background: linear-gradient(90deg, 
        rgb(173,178,163), 
        rgb(143,149,129), 
        rgb(173,178,163));
    height: 5px;
    content: "";
    top: 0;
    animation: gradientShift 3s infinite linear;
    left: 0;
    position: absolute;
    background-size: 200% 100%;
    width: 100%;
}.pBL-client-experience .YKu-success-quotes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.02);
}.pBL-client-experience .YKu-success-quotes h3 {
    color: #000000;
    display: inline-block;
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}.pBL-client-experience .YKu-success-quotes h3::after {
    bottom: -5px;
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(173,178,163);
    content: "";
}.pBL-client-experience .YKu-success-quotes:hover h3::after {
    width: 100%;
}.pBL-client-experience .YKu-success-quotes .description {
    margin-bottom: 20px;
    z-index: 1;
    font-size: 17px;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.pBL-client-experience .YKu-success-quotes .description::before {
    top: -20px;
    z-index: -1;
    opacity: 0.1;
    font-size: 80px;
    color: rgb(173,178,163,0.5);
    left: -10px;
    position: absolute;
    content: "";
}.pBL-client-experience .YKu-success-quotes div {
    align-items: center;
    display: flex;
}.pBL-client-experience .YKu-success-quotes div img {
    transition: transform 0.4s ease;
    object-fit: cover;
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    border-radius: 50%;
}.pBL-client-experience .YKu-success-quotes:hover div img {
    transform: scale(1.1) rotate(5deg);
}

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

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(20px);
    }
    50% {
        transform: translateY(0) translateX(40px);
    }
    75% {
        transform: translateY(20px) translateX(20px);
    }
}

@media (max-width: 992px) {.pBL-client-experience {
    padding: 80px 0;
}.pBL-client-experience h2 {
    margin-bottom: 40px;
    font-size: calc(31px - 4px);
}.pBL-client-experience .sne-learner-views {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 768px) {.pBL-client-experience {
    padding: 60px 0;
}.pBL-client-experience h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.pBL-client-experience h2::after {
    height: 3px;
    width: 60px;
}.pBL-client-experience .sne-learner-views {
    grid-template-columns: 1fr;
    gap: 20px;
}.pBL-client-experience .YKu-success-quotes {
    padding: 25px;
}
}

@media (max-width: 576px) {.pBL-client-experience {
    padding: 50px 0;
}.pBL-client-experience h2 {
    font-size: calc(31px - 8px);
    margin-bottom: 25px;
}.pBL-client-experience h2::after {
    height: 3px;
    bottom: -10px;
    width: 50px;
}.pBL-client-experience .YKu-success-quotes {
    padding: 20px;
}.pBL-client-experience .YKu-success-quotes h3 {
    font-size: calc(18px - 4px);
}.pBL-client-experience .YKu-success-quotes .description {
    font-size: calc(17px - 1px);
}.pBL-client-experience .YKu-success-quotes div img {
    height: 50px;
    width: 50px;
}}.Grw-contact-panel {
    position: relative;
    background: rgb(201,207,190);
    padding: 120px 0;
    overflow: hidden;
}.Grw-contact-panel::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(173,178,163), rgb(143,149,129));
    height: 5px;
    position: absolute;
    content: "";
    top: 0;
}.Grw-contact-panel .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.Grw-contact-panel h2 {
    font-size: 38px;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-align: left;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    color: #000000;
}.Grw-contact-panel h2::before {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    border-radius: 10px;
    width: 5px;
    background: rgb(173,178,163);
    position: absolute;
}.Grw-contact-panel .Xor-reach-grid {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
}.Grw-contact-panel .Ppm-snap-shot {
    overflow: hidden;
    position: relative;
    order: 2;
    box-shadow: -15px 15px 0 rgb(173,178,163,0.5);
    min-height: 500px;
    border-radius: 30px;
}.Grw-contact-panel .STX-inquiry-card {
    order: 1;
}.Grw-contact-panel form {
    width: 100%;
    border-radius: 30px;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.Grw-contact-panel form h3 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.Grw-contact-panel form input[type="text"] {
    padding: 18px 25px;
    background: rgb(201,207,190);
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: #000000;
}.Grw-contact-panel form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(173,178,163,0.5);
}.Grw-contact-panel form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.Grw-contact-panel .Mnt-help-form {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.Grw-contact-panel .Mnt-help-form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Grw-contact-panel .Mnt-help-form label {
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.Grw-contact-panel .Mnt-help-form label::before {
    top: 2px;
    border-radius: 10px;
    height: 22px;
    position: absolute;
    background: rgb(201,207,190);
    width: 22px;
    transition: all 0.2s ease;
    left: 0;
    content: "";
}.Grw-contact-panel .Mnt-help-form input[type="checkbox"]:checked + label::before {
    background: rgb(173,178,163);
}.Grw-contact-panel .Mnt-help-form input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    content: "";
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}.Grw-contact-panel .Mnt-help-form label a {
    color: rgb(173,178,163);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.Grw-contact-panel .Mnt-help-form label a:hover {
    color: rgb(143,149,129);
}.Grw-contact-panel form .qQt-support-map {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    background: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 18px 40px;
    color: #ffffff;
}.Grw-contact-panel form .qQt-support-map:hover {
    background: rgb(173,178,163);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.Grw-contact-panel svg {
    height: 20px;
    width: 20px;
    fill: rgb(173,178,163);
}.Grw-contact-panel svg path {
    fill: rgb(173,178,163);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.Grw-contact-panel {
    padding: 90px 0;
}.Grw-contact-panel .Xor-reach-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}.Grw-contact-panel .Ppm-snap-shot {
    min-height: 400px;
    order: 1;
    max-width: 600px;
    margin: 0 auto;
}.Grw-contact-panel .STX-inquiry-card {
    order: 2;
}.Grw-contact-panel form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.Grw-contact-panel {
    padding: 70px 0;
}.Grw-contact-panel h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.Grw-contact-panel .Ppm-snap-shot {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(173,178,163,0.5);
    min-height: 300px;
}.Grw-contact-panel form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.Grw-contact-panel {
    padding: 50px 0;
}.Grw-contact-panel h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.Grw-contact-panel .Ppm-snap-shot {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(173,178,163,0.5);
}.Grw-contact-panel form {
    padding: 30px 20px;
}.Grw-contact-panel form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.Grw-contact-panel form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.Grw-contact-panel form .qQt-support-map {
    width: 100%;
    padding: 15px 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .ENr-review-block {
    font-family: Arial, sans-serif;
    background:rgb(143,149,129);
    color: #ffffff;
    padding: 250px 0 30px;
    position: relative;
}footer .ENr-review-block::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(173,178,163) 25%, rgb(143,149,129) 25%, rgb(143,149,129) 50%, rgb(173,178,163) 50%, rgb(173,178,163) 75%, rgb(143,149,129) 75%);
    top: 0;
    left: 0;
    position: absolute;
    height: 20px;
    content: "";
}footer .HKu-footer-clients {
    z-index: 1;
    position: relative;
}footer .JgT-instant-request {
    overflow: hidden;
    position: absolute;
    background-color: #ffffff;
    border-radius: 25px;
    top: -120px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    right: 0;
    left: 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex: 1 1 250px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    background-color: rgb(173,178,163);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0.3s ease;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    fill: rgb(173,178,163);
    margin-right: 15px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}footer .info_item a:hover {
    color: rgb(173,178,163);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 100px;
    gap: 20px;
}footer .boV-nav-learning {
    padding: 0 25px;
    position: relative;
}footer .boV-nav-learning svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
}footer .yJR-workshop-cta {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    font-size: 15px;
}footer .yXH-head-mainwrap {
    position: relative;
    padding: 0 25px;
}footer .yXH-head-mainwrap h5 {
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .yXH-head-mainwrap h5::after {
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    width: 60px;
    background-color: rgb(173,178,163);
    content: "";
}footer .LZV-header-site {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .LZV-header-site a {
    margin: 5px 8px 5px 0;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    font-size: 12px;
    text-decoration: none;
}footer .LZV-header-site a:hover {
    color: #ffffff;
    background-color: rgb(173,178,163);
    transform: translateY(-3px);
}footer .subscribe_holder {
    background-color: rgb(143,149,129,0.5);
    border-radius: 25px;
    padding: 30px 25px;
    position: relative;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder::before {
    content: "";
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    width: 50px;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    height: 50px;
    background-color: rgb(173,178,163);
}footer .input_holder::after {
    width: 70px;
    position: absolute;
    background-color: rgb(143,149,129);
    left: -10px;
    z-index: -1;
    bottom: -20px;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    height: 70px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: rgb(143,149,129);
    font-size: 12px;
    padding: 15px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .iRc-sub-status {
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-weight: 600;
    background-color: rgb(173,178,163);
    font-size: 19px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}footer .iRc-sub-status::before {
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
}footer .iRc-sub-status:hover {
    background-color: rgb(143,149,129);
}footer .iRc-sub-status:hover::before {
    left: 100%;
}footer .rhY-footer-disclaimer {
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .haY-mentor-cta {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .ENr-review-block {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .iRc-sub-status {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .JgT-instant-request {
    margin-bottom: 80px;
    top: 0;
    position: relative;
}footer .ENr-review-block {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .yXH-head-mainwrap, footer .subscribe_holder, footer .boV-nav-learning {
    padding: 20px;
}footer .rhY-footer-disclaimer {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .yXH-head-mainwrap h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .LZV-header-site a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .iRc-sub-status {
    padding: 12px;
}}.kpj-course-benefits {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(201,207,190) 100%);
    padding: 90px 0;
    font-family: Arial, sans-serif;
}.kpj-course-benefits::before {
    width: 100%;
    opacity: 0.3;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,178,163,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(143,149,129,0.5) 0%, transparent 35%);
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}.kpj-course-benefits::after {
    animation: moveBgPattern 60s linear infinite;
    content: "";
    width: 100%;
    height: 100%;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(173,178,163,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(143,149,129,0.5) 100%);
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
}@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.kpj-course-benefits .container {
    max-width: 1200px;
    position: relative;
    padding: 0 25px;
    z-index: 1;
    margin: 0 auto;
}.kpj-course-benefits .EWF-academy-cult {
    overflow: hidden;
    border-radius: 11px;
    grid-template-columns: 0.9fr 1.1fr;
    background: #ffffff;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
    position: relative;
    display: grid;
}.kpj-course-benefits .EWF-academy-cult::before {
    opacity: 0.2;
    transition: transform 0.4s ease;
    content: "";
    background-image: linear-gradient(
    90deg, 
    rgb(173,178,163,0.5), 
    rgb(143,149,129,0.5), 
    rgb(173,178,163,0.5)
  );
    height: 70px;
    width: 100%;
    position: absolute;
    transform: translateY(-60px);
    top: 0;
    left: 0;
}.kpj-course-benefits .EWF-academy-cult:hover::before {
    transform: translateY(-40px);
}.kpj-course-benefits .Ppm-snap-shot {
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}.kpj-course-benefits .Ppm-snap-shot:hover {
    transform: scale(1.05);
}.kpj-course-benefits .vpU-textual-box {
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 40px 30px 40px 10px;
    display: flex;
}.kpj-course-benefits .vpU-textual-box::before {
    height: 200px;
    position: absolute;
    right: -100px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(173,178,163,0.5) 0%, transparent 70%);
    content: "";
    top: -100px;
    opacity: 0.3;
    width: 200px;
}.kpj-course-benefits h3 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(173,178,163);
}.kpj-course-benefits h3::after {
    width: 40px;
    bottom: -8px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    background: rgb(143,149,129);
    position: absolute;
    height: 3px;
}.kpj-course-benefits .vpU-textual-box:hover h3::after {
    width: 80px;
}.kpj-course-benefits ul {
    list-style: none;
    flex-direction: column;
    gap: 12px;
    display: flex;
    margin: 0;
    padding: 0;
}.kpj-course-benefits li {
    transition: all 0.3s ease;
    border-radius: 15px 5px 15px 5px;
    transform: translateX(0);
    border-bottom: 1px solid rgb(143,149,129,0.5);
    border-left: 2px solid rgb(173,178,163,0.5);
    position: relative;
    padding: 10px 15px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
}.kpj-course-benefits li::before {
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(120deg, transparent, rgb(143,149,129,0.5));
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
}.kpj-course-benefits li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    border-left: 2px solid rgb(173,178,163);
    transform: translateX(10px);
}.kpj-course-benefits li:hover::before {
    opacity: 0.2;
}.kpj-course-benefits li p {
    position: relative;
    align-items: center;
    font-size: 18px;
    color: #000000;
    margin: 0;
    display: flex;
    z-index: 1;
    gap: 15px;
}.kpj-course-benefits svg {
    background: linear-gradient(135deg, rgb(173,178,163), rgb(143,149,129));
    padding: 7px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    height: 18px;
    transition: all 0.3s ease;
    border-radius: 8px;
    width: 18px;
}.kpj-course-benefits svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.kpj-course-benefits li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.kpj-course-benefits {
    padding: 70px 0;
}.kpj-course-benefits .EWF-academy-cult {
    grid-template-columns: 1fr;
}.kpj-course-benefits .Ppm-snap-shot {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.kpj-course-benefits .vpU-textual-box {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.kpj-course-benefits {
    padding: 50px 0;
}.kpj-course-benefits .Ppm-snap-shot {
    height: 250px;
}.kpj-course-benefits h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.kpj-course-benefits {
    padding: 40px 0;
}.kpj-course-benefits .Ppm-snap-shot {
    height: 200px;
}.kpj-course-benefits .vpU-textual-box {
    padding: 25px 20px;
}.kpj-course-benefits h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 25px;
}.kpj-course-benefits li {
    padding: 8px 12px;
}.kpj-course-benefits li p {
    font-size: calc(18px * 0.9);
    gap: 10px;
}.kpj-course-benefits svg {
    width: 16px;
    padding: 6px;
    height: 16px;
}}.uQR-confidential-hearth {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.uQR-confidential-hearth h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    border-bottom: 3px solid rgb(173,178,163);
    font-size: 46px;
    margin-top: 0;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}.uQR-confidential-hearth h2 {
    font-size: 33px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(143,149,129);
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 8px;
    color: rgb(143,149,129);
    font-weight: 600;
}.uQR-confidential-hearth h3, .uQR-confidential-hearth h4, .uQR-confidential-hearth h5, .uQR-confidential-hearth h6 {
    margin-bottom: 15px;
    font-size: 22px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}.uQR-confidential-hearth ul, .uQR-confidential-hearth ol {
    margin: 0;
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}.uQR-confidential-hearth li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.uQR-confidential-hearth section {
    background: #ffffff;
}.uQR-confidential-hearth p, .uQR-confidential-hearth span, .uQR-confidential-hearth div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.uQR-confidential-hearth {
    box-shadow: none;
    padding: 20px;
    border: none;
}.uQR-confidential-hearth h1, .uQR-confidential-hearth h2 {
    text-align: left;
    border-bottom-width: 1px;
    font-size: calc(22px - 10px);
}.uQR-confidential-hearth ul, .uQR-confidential-hearth ol {
    border-top-width: 0;
    padding: 10px 0;
    border-bottom-width: 0;
}.uQR-confidential-hearth li {
    border-bottom-width: 0;
    padding: 5px 0;
}.uQR-confidential-hearth p, .uQR-confidential-hearth span, .uQR-confidential-hearth div {
    padding-bottom: 5px;
    border-bottom-width: 0;
}}header .Nak-top-page {
    background: linear-gradient(to right, rgb(143,149,129) 0%, rgb(173,178,163,0.5) 100%);
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 1.5rem;
    z-index: 99;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    left: 0;
    box-shadow: 0 0 20px 2px rgb(173,178,163,0.5);
}header .Nak-top-page::before {
    background-size: 15px 15px;
    opacity: 0.3;
    top: -50%;
    width: 200%;
    animation: backgroundShift 20s linear infinite;
    left: -50%;
    background: radial-gradient(circle, rgb(143,149,129,0.5) 1%, transparent 10%);
    position: absolute;
    z-index: -1;
    height: 200%;
    content: "";
}header .Nak-top-page::after {
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.1;
    z-index: -1;
    background-size: 200% 200%;
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(143,149,129) 49%, rgb(143,149,129) 51%, transparent 52%);
    height: 100%;
}header .Nak-top-page .boV-nav-learning {
    position: relative;
    overflow: visible;
}header .Nak-top-page .boV-nav-learning::after {
    height: 2px;
    bottom: -8px;
    box-shadow: 0 0 8px 2px rgb(143,149,129);
    left: 0;
    animation: neonPulse 3s infinite alternate;
    width: 100%;
    transform-origin: left;
    background: rgb(143,149,129);
    transform: scaleX(0);
    content: "";
    position: absolute;
}header .Nak-top-page .boV-nav-learning .wvf-top-nav {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}header .Nak-top-page .boV-nav-learning .wvf-top-nav:hover {
    transform: perspective(800px) rotateY(15deg);
}header .Nak-top-page .boV-nav-learning svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(143,149,129,0.5));
}header .Nak-top-page .yXH-head-mainwrap {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    list-style: none;
    perspective: 800px;
}header .Nak-top-page .yXH-head-mainwrap::before {
    left: 0;
    top: 105%;
    position: absolute;
    animation: neonPulse 4s infinite alternate-reverse;
    width: 100%;
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(173,178,163);
    content: "";
    background: rgb(173,178,163);
    transform: scaleX(0.5);
}header .Nak-top-page .rHc-site-nav {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    position: relative;
    transform: translateZ(0);
    margin: 0 0.5rem;
}header .Nak-top-page .rHc-site-nav:hover {
    transform: translateZ(20px);
}header .Nak-top-page .rHc-site-nav a {
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 1px solid transparent;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}header .Nak-top-page .rHc-site-nav a::before {
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(173,178,163,0.5);
    left: 0;
    transform: scale(0.9);
}header .Nak-top-page .rHc-site-nav a:hover {
    text-shadow: 0 0 5px rgb(143,149,129,0.5);
    color: rgb(143,149,129);
    border: 1px solid rgb(143,149,129,0.5);
}header .Nak-top-page .rHc-site-nav a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .Nak-top-page {
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    flex-direction: column;
}header .Nak-top-page .boV-nav-learning {
    margin-bottom: 1.5rem;
}header .Nak-top-page .yXH-head-mainwrap {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .Nak-top-page .yXH-head-mainwrap::before {
    bottom: -10px;
    top: auto;
}header .Nak-top-page .rHc-site-nav {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .Nak-top-page {
    padding: 0.75rem;
}header .Nak-top-page .yXH-head-mainwrap {
    flex-direction: column;
    align-items: center;
}header .Nak-top-page .rHc-site-nav {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .Nak-top-page .boV-nav-learning svg {
    width: 100px;
}header .Nak-top-page .boV-nav-learning::after {
    width: 80%;
    left: 10%;
}}.WCN-thanksCore {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(173,178,163,0.5), 0.05), rgba(rgb(143,149,129,0.5), 0.1));
}.WCN-thanksCore::before {
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(173,178,163,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(143,149,129,0.5), 0.1) 0%, transparent 70%);
    height: 100%;
}.WCN-thanksCore::after {
    right: -150px;
    z-index: 0;
    opacity: 0.05;
    content: "";
    width: 300px;
    filter: blur(20px);
    animation: floatShape 15s ease-in-out infinite alternate;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: rgb(173,178,163);
    top: -150px;
    position: absolute;
}.WCN-thanksCore .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.WCN-thanksCore h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 37px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    color: #000000;
    position: relative;
}.WCN-thanksCore h2::after {
    left: 0;
    transform: scaleX(0.8);
    content: "";
    width: 120px;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(173,178,163), rgb(143,149,129));
    border-radius: 10px;
}.WCN-thanksCore:hover h2::after {
    transform: scaleX(1);
}.WCN-thanksCore .EWF-academy-cult {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border-radius: 22px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 40px;
}.WCN-thanksCore .EWF-academy-cult::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(173,178,163), rgb(143,149,129), rgb(173,178,163));
    top: 0;
    left: 0;
    position: absolute;
    animation: gradientShift 6s ease infinite;
    width: 100%;
    background-size: 200% 100%;
}.WCN-thanksCore ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.WCN-thanksCore li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}.WCN-thanksCore li::before {
    top: 24px;
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(173,178,163,0.5), 0.5);
    transform: translateY(-50%);
    background: rgb(173,178,163);
    left: 0;
}.WCN-thanksCore span {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    line-height: 1.7;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.WCN-thanksCore span::after {
    right: 0;
    position: absolute;
    transform: scaleX(0.5);
    height: 1px;
    opacity: 0;
    transform-origin: right;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(rgb(173,178,163,0.5), 0.3));
    content: "";
    width: 40%;
    bottom: -10px;
}.WCN-thanksCore .EWF-academy-cult:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.WCN-thanksCore .EWF-academy-cult:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

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

@media (min-width: 768px) {.WCN-thanksCore {
    padding: 150px 0;
}.WCN-thanksCore .container {
    padding: 0 60px;
}.WCN-thanksCore h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 50px;
    max-width: 90%;
}.WCN-thanksCore .EWF-academy-cult {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.WCN-thanksCore .EWF-academy-cult:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.WCN-thanksCore li {
    padding: 10px 0 10px 30px;
}.WCN-thanksCore li::before {
    height: 10px;
    width: 10px;
}.WCN-thanksCore span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.WCN-thanksCore {
    padding: 80px 0;
}.WCN-thanksCore .container {
    padding: 0 20px;
}.WCN-thanksCore h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.WCN-thanksCore .EWF-academy-cult {
    padding: 30px 20px;
}.WCN-thanksCore li {
    padding: 10px 0 10px 15px;
}.WCN-thanksCore li::before {
    height: 6px;
    width: 6px;
}.WCN-thanksCore span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.WCN-thanksCore {
    padding: 60px 0;
}.WCN-thanksCore h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.WCN-thanksCore .EWF-academy-cult {
    padding: 25px 15px;
}.WCN-thanksCore span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.oMB-leadership-profile {
    position: relative;
    background: rgb(201,207,190);
    padding: 5rem 2rem;
    overflow: hidden;
}.oMB-leadership-profile::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(173,178,163,0.5) 100%);
    height: 100%;
}.oMB-leadership-profile::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    position: absolute;
    width: 40%;
    z-index: 1;
    background: rgb(143,149,129,0.5);
    right: 0;
    opacity: 0.5;
    height: 70%;
    content: "";
}.oMB-leadership-profile .YKu-success-quotes {
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    max-width: 1200px;
    position: relative;
}.oMB-leadership-profile .Ppm-snap-shot {
    overflow: hidden;
    border-radius: 0;
    position: relative;
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    filter: grayscale(100%);
}.oMB-leadership-profile .Ppm-snap-shot::before {
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(173,178,163,0.5) 100%);
    height: 100%;
}.oMB-leadership-profile .Ppm-snap-shot:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.oMB-leadership-profile .GEl-emp-items {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 2rem;
}.oMB-leadership-profile .GEl-emp-items::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    left: 0;
    transition: height 0.8s ease-out;
    top: 0;
    background: rgb(173,178,163);
}.oMB-leadership-profile .YKu-success-quotes:hover .GEl-emp-items::before {
    height: 100%;
}.oMB-leadership-profile .name {
    color: #000000;
    overflow: hidden;
    position: relative;
    font-size: 41px;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.oMB-leadership-profile .name::after {
    position: absolute;
    bottom: 0;
    transform: translateX(-101%);
    width: 100%;
    content: "";
    height: 1px;
    transition: transform 0.6s ease-out 0.2s;
    background: rgb(143,149,129);
    left: 0;
}.oMB-leadership-profile .YKu-success-quotes:hover .name::after {
    transform: translateX(0);
}.oMB-leadership-profile .GEl-emp-items > div:nth-child(2) {
    font-size: 19px;
    transition: all 0.5s ease-out 0.4s;
    opacity: 0;
    margin-bottom: 2.5rem;
    color: rgb(143,149,129);
    text-transform: uppercase;
    font-weight: 400;
    transform: translateY(20px);
    letter-spacing: 3px;
}.oMB-leadership-profile .YKu-success-quotes:hover .GEl-emp-items > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.oMB-leadership-profile .oJm-past-jobs {
    font-weight: 300;
    line-height: 1.8;
    transform: translateY(20px);
    padding: 0 0 0 20px;
    font-size: 18px;
    position: relative;
    color: #000000;
    opacity: 0;
    transition: all 0.5s ease-out 0.6s;
}.oMB-leadership-profile .YKu-success-quotes:hover .oJm-past-jobs {
    transform: translateY(0);
    opacity: 1;
}.oMB-leadership-profile .oJm-past-jobs::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(173,178,163);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.oMB-leadership-profile:hover .name {
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
}

@media (max-width: 992px) {.oMB-leadership-profile .YKu-success-quotes {
    grid-template-columns: 1fr;
    gap: 2rem;
}.oMB-leadership-profile .Ppm-snap-shot {
    max-height: 300px;
    aspect-ratio: 16/9;
}.oMB-leadership-profile .GEl-emp-items {
    padding: 1rem 0;
}.oMB-leadership-profile .GEl-emp-items::before {
    width: 0;
    height: 2px;
    transition: width 0.8s ease-out;
}.oMB-leadership-profile .YKu-success-quotes:hover .GEl-emp-items::before {
    height: 2px;
    width: 100%;
}}.WdG-course-overview {
    background-color: rgb(201,207,190);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.WdG-course-overview::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(173,178,163,0.5) 0%, transparent 50%, rgb(143,149,129,0.5) 100%);
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
}.WdG-course-overview::after {
    background: radial-gradient(circle, rgb(143,149,129,0.5) 0%, transparent 80%);
    animation: rotate 20s linear infinite;
    width: 400px;
    content: "";
    height: 400px;
    right: -100px;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: -100px;
}.WdG-course-overview .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.WdG-course-overview .dPh-learn-career {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.WdG-course-overview .vpU-textual-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.WdG-course-overview .vpU-textual-box h2 {
    border-left: 4px solid rgb(173,178,163);
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    grid-column: 1 / -1;
    font-size: 37px;
    position: relative;
    padding-left: 20px;
}.WdG-course-overview .description {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    border-radius: 13px;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.WdG-course-overview .description:first-of-type {
    overflow: hidden;
    position: relative;
}.WdG-course-overview .description:first-of-type::before {
    border-radius: 50%;
    left: -10px;
    top: -10px;
    position: absolute;
    height: 40px;
    z-index: -1;
    width: 40px;
    content: "";
    background-color: rgb(173,178,163,0.5);
}.WdG-course-overview .description:last-of-type {
    position: relative;
    overflow: hidden;
}.WdG-course-overview .description:last-of-type::before {
    width: 40px;
    background-color: rgb(143,149,129,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    right: -10px;
    height: 40px;
    z-index: -1;
    bottom: -10px;
}.WdG-course-overview .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.WdG-course-overview .Ppm-snap-shot {
    position: relative;
    border-radius: 13px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    height: 400px;
    overflow: hidden;
}.WdG-course-overview .Ppm-snap-shot::before {
    top: 0;
    content: "";
    right: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    left: 0;
    bottom: 0;
}.WdG-course-overview .Ppm-snap-shot::after {
    animation: glow 4s infinite alternate;
    position: absolute;
    border-radius: 50%;
    height: 10px;
    left: 50%;
    background: rgb(173,178,163);
    content: "";
    width: 90%;
    opacity: 0.7;
    transform: translateX(-50%);
    filter: blur(10px);
    top: -20px;
}.WdG-course-overview .Ppm-snap-shot:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.WdG-course-overview {
    padding: 80px 0;
}.WdG-course-overview .Ppm-snap-shot {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.WdG-course-overview {
    padding: 60px 0;
}.WdG-course-overview .vpU-textual-box {
    gap: 20px;
    grid-template-columns: 1fr;
}.WdG-course-overview .description {
    padding: 25px;
}.WdG-course-overview .Ppm-snap-shot {
    margin: 25px 0;
    height: 300px;
}.WdG-course-overview h2 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 480px) {.WdG-course-overview {
    padding: 40px 0;
}.WdG-course-overview .dPh-learn-career {
    gap: 30px;
}.WdG-course-overview .vpU-textual-box h2 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
}.WdG-course-overview .description {
    font-size: calc(14px * 0.95);
    padding: 20px;
}.WdG-course-overview .Ppm-snap-shot {
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
}}.jfL-sign-up-for-updates {
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,207,190) 0%, rgb(143,149,129,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.jfL-sign-up-for-updates::before {
    inset: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 15px, 
            rgba(255, 255, 255, 0.03) 15px, 
            rgba(255, 255, 255, 0.03) 30px
        );
    position: absolute;
    content: "";
}.jfL-sign-up-for-updates::after {
    right: -5%;
    opacity: 0.07;
    height: 120%;
    z-index: -1;
    position: absolute;
    width: 30%;
    content: "";
    background: rgb(143,149,129);
    transform: rotate(-12deg) skewX(-15deg);
    top: -10%;
}.jfL-sign-up-for-updates .container {
    margin: 0 auto;
    max-width: 1200px;
}.jfL-sign-up-for-updates .EWF-academy-cult {
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: translateX(-5px);
}.jfL-sign-up-for-updates h4 {
    position: relative;
    line-height: 1.4;
    transform: translateY(5px);
    animation: fadeUp 0.6s ease-out 0.2s forwards;
    margin: 0;
    font-weight: 600;
    padding-left: 1.5rem;
    opacity: 0;
    font-size: 21px;
    color: #000000;
}.jfL-sign-up-for-updates h4::before {
    height: calc(100% - 1rem);
    transform-origin: top;
    position: absolute;
    background: rgb(143,149,129);
    left: 0;
    top: 0.5rem;
    transform: scaleY(0);
    content: "";
    width: 4px;
    animation: scaleVertical 0.5s ease-out 0.6s forwards;
}.jfL-sign-up-for-updates .input_holder {
    animation: fadeUp 0.6s ease-out 0.4s forwards;
    gap: 1rem;
    transform: translateY(10px);
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 0;
}.jfL-sign-up-for-updates .input_holder span {
    display: block;
    position: relative;
}.jfL-sign-up-for-updates input[type="email"] {
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 17px;
    padding: 1rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.jfL-sign-up-for-updates input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(var(--secondary-color-rgb), 0.15);
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(143,149,129);
}.jfL-sign-up-for-updates input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.5);
    transition: all 0.3s ease;
}.jfL-sign-up-for-updates input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.jfL-sign-up-for-updates .iRc-sub-status {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(var(--secondary-color-rgb), 0.2);
    cursor: pointer;
    color: #ffffff;
    border: none;
    display: inline-block;
    background: rgb(143,149,129);
    padding: 1rem 2rem;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    width: 100%;
}.jfL-sign-up-for-updates .iRc-sub-status:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
    background: rgb(173,178,163);
}.jfL-sign-up-for-updates .iRc-sub-status::before {
    top: 50%;
    background: rgba(255, 255, 255, 0.1);
    width: 150%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    height: 150%;
    position: absolute;
    border-radius: 50%;
    left: 50%;
}.jfL-sign-up-for-updates .iRc-sub-status:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.jfL-sign-up-for-updates .iRc-sub-status:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(var(--primary-color-rgb), 0.2);
}

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

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

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


@media (min-width: 768px) {.jfL-sign-up-for-updates {
    padding: 5rem 3rem;
}.jfL-sign-up-for-updates .EWF-academy-cult {
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}.jfL-sign-up-for-updates h4 {
    padding-left: 2rem;
    font-size: calc(21px * 1.1);
}.jfL-sign-up-for-updates h4::before {
    width: 6px;
}.jfL-sign-up-for-updates .input_holder {
    flex-direction: row;
    gap: 0;
}.jfL-sign-up-for-updates input[type="email"] {
    border-right: none;
}.jfL-sign-up-for-updates .iRc-sub-status {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    width: auto;
}
}

@media (min-width: 992px) {.jfL-sign-up-for-updates {
    padding: 6rem 4rem;
}.jfL-sign-up-for-updates::after {
    width: 40%;
}.jfL-sign-up-for-updates .EWF-academy-cult {
    gap: 4rem;
    grid-template-columns: 1.5fr 1fr;
}.jfL-sign-up-for-updates h4 {
    font-size: calc(21px * 1.2);
    transform: skewX(-3deg);
}.jfL-sign-up-for-updates h4::before {
    left: 0.3rem;
    transform: skewX(3deg);
}.jfL-sign-up-for-updates .input_holder {
    transform: perspective(1000px) rotateY(2deg);
}.jfL-sign-up-for-updates input[type="email"] {
    padding: 1.2rem 1.8rem;
}.jfL-sign-up-for-updates .iRc-sub-status {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.jfL-sign-up-for-updates::before {
    background-image: 
            repeating-linear-gradient(
                -45deg, 
                transparent, 
                transparent 20px, 
                rgba(255, 255, 255, 0.04) 20px, 
                rgba(255, 255, 255, 0.04) 40px
            );
}.jfL-sign-up-for-updates .EWF-academy-cult {
    grid-template-columns: 1.8fr 1.2fr;
}.jfL-sign-up-for-updates h4 {
    font-size: calc(21px * 1.3);
}.jfL-sign-up-for-updates input[type="email"] {
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.jfL-sign-up-for-updates input[type="email"]:focus {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.jfL-sign-up-for-updates {
    padding: 3rem 1.5rem;
}.jfL-sign-up-for-updates h4 {
    padding-left: 1.2rem;
    font-size: calc(21px * 0.9);
}.jfL-sign-up-for-updates .iRc-sub-status {
    margin-top: 0.5rem;
}
}