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

.wrapper-canvas-8Mx2Lnl {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(162,199,189,0.5), rgb(115,170,161,0.5));
    width: 100%;
    padding: 1.5rem 3%;
}


.plan-container-27ikWwy {
    background-color: rgb(207,228,219);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}

.plan-container-27ikWwy .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
}

.plan-container-27ikWwy .training-sub-DqNa8GL {
    opacity: 0;
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}

.plan-container-27ikWwy .training-sub-DqNa8GL h2::after {
    position: absolute;
    height: 4px;
    bottom: -10px;
    width: 80px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(115,170,161), rgb(162,199,189));
    border-radius: 2px;
}

.plan-container-27ikWwy .learn-fees-3cenXrj {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:nth-child(1) {
    --i: 1;
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:nth-child(2) {
    --i: 2;
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:nth-child(3) {
    --i: 3;
}

.plan-container-27ikWwy .plan-table-GH8Lej5 {
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.plan-container-27ikWwy .qtr-cost-sgIKHbR {
    box-sizing: border-box;
    padding: 35px 30px;
    z-index: 2;
    min-height: 250px;
    position: relative;
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:hover .qtr-cost-sgIKHbR h3 {
    transform: translateX(5px);
    color: rgb(162,199,189);
}

.plan-container-27ikWwy .value-pricing-6W1idOh::before {
    position: absolute;
    width: 40px;
    top: -10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(115,170,161), transparent);
    height: 3px;
    left: 0;
    content: "";
}

.plan-container-27ikWwy .qtr-cost-sgIKHbR p {
    font-size: 12px;
    word-wrap: break-word;
    transition: color 0.3s ease;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-top: 15px;
    color: #000000;
    word-break: normal;
    white-space: normal;
    line-height: 1.6;
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:hover .img-header-weRmMnO {
    transform: scale(1.05);
}

.plan-container-27ikWwy .payment-pricing-vqC2R71:hover .img-header-weRmMnO::after {
    opacity: 0.3;
}

.newsletter-signup-Hu8CXN1 {
    padding: 4rem 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,228,219) 0%, rgb(162,199,189,0.5) 100%);
}

.newsletter-signup-Hu8CXN1 .learn-spot-8moPT4h {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    transform: skewX(-5deg);
}

.newsletter-signup-Hu8CXN1 .query-list-v4qON7r:hover {
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
    box-shadow: 
        -18px 18px 0 rgb(115,170,161,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
}

.newsletter-signup-Hu8CXN1 h3 {
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    color: #ffffff;
    transform: skewX(-5deg);
    margin-bottom: 2rem;
    font-size: 35px;
}

.newsletter-signup-Hu8CXN1 h3::before {
    width: 5px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    border-radius: 10px;
    background: rgb(162,199,189);
}

.newsletter-signup-Hu8CXN1 input[type="email"]:focus {
    outline: none;
    transform: skewX(-5deg) scale(1.02);
    border-color: rgb(162,199,189);
    box-shadow: 0 0 15px rgb(162,199,189,0.5);
}

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

.newsletter-signup-Hu8CXN1 .join-form-QZaAytg::before {
    top: 0;
    transition: all 0.6s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    height: 100%;
    position: absolute;
}

.newsletter-signup-Hu8CXN1 .join-form-QZaAytg:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg) translateY(-5px);
}

.newsletter-signup-Hu8CXN1 .join-form-QZaAytg:hover::before {
    left: 100%;
}

.connect-KQkBzcN::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    content: "";
    transform: rotateX(10deg);
    background: 
    linear-gradient(120deg, rgb(162,199,189,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(115,170,161,0.5) 0%, transparent 30%);
    width: 100%;
    transform-origin: top;
}

.connect-KQkBzcN .message-page-3FuzcjZ:hover {
    transform: rotateY(0deg);
}

.connect-KQkBzcN h2 {
    font-size: 37px;
    position: relative;
    margin-bottom: 30px;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 2px 2px 0 rgb(162,199,189,0.5);
    color: #000000;
}

.connect-KQkBzcN p {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 30px;
}

.connect-KQkBzcN .edu-query-Ym1QeGo {
    font-size: 14px;
    color: #000000;
    display: flex;
    border-radius: 10px;
    box-shadow: 
    5px 5px 0 rgb(162,199,189),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    align-items: center;
    padding: 15px 25px;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    transform: translateZ(0) translateX(0) translateY(0);
    text-decoration: none;
}

.connect-KQkBzcN .edu-query-Ym1QeGo svg {
    width: 24px;
    transform: translateZ(5px);
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 24px;
}

.connect-KQkBzcN .edu-query-Ym1QeGo svg path {
    fill: rgb(162,199,189);
    transition: fill 0.3s ease;
}

.connect-KQkBzcN p svg path {
    fill: rgb(162,199,189);
}

.connect-KQkBzcN p:nth-last-child(2) {
    border-radius: 10px;
    box-shadow: 
    3px 3px 0 rgb(162,199,189,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    align-items: center;
    transform: translateZ(20px) translateX(0) translateY(0);
    transition: all 0.3s ease;
    display: flex;
    padding: 12px 20px;
    background: #ffffff;
}

.connect-KQkBzcN .message-page-3FuzcjZ::after {
    content: "";
    right: 40px;
    filter: blur(20px);
    border-radius: 50%;
    height: 20px;
    width: 100px;
    position: absolute;
    transform: rotateX(60deg) scaleX(1.5);
    bottom: -20px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
}

.connect-KQkBzcN .edu-query-Ym1QeGo:nth-child(1) {
    transition-delay: 0.1s;
}

.connect-KQkBzcN .edu-query-Ym1QeGo:nth-child(3) {
    transition-delay: 0.3s;
}

header::after {
    width: 100%;
    top: 0;
    z-index: 0;
    content: '';
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    height: 100%;
}

header .head-pro-Dg3bQdI::before {
    background: linear-gradient(to bottom, rgb(162,199,189), rgb(115,170,161));
    height: 100%;
    width: 5px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}

header .head-pro-Dg3bQdI::after {
    background: linear-gradient(to bottom, rgb(115,170,161), rgb(162,199,189));
    right: 0;
    width: 5px;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
}

header .head-nav-BqeZJ1U svg {
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

header .head-nav-BqeZJ1U:hover svg {
    transform: scale(1.03);
}

header .header-lesson-yMcNjJr {
    font-size: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    background: rgb(207,228,219);
}

header .header-lesson-yMcNjJr:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.thanks-msg-UVcEgKP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
}

.thanks-msg-UVcEgKP .container {
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
}

.thanks-msg-UVcEgKP h2 {
    font-family: Arial, sans-serif;
    position: relative;
    color: rgb(162,199,189);
    opacity: 0;
    line-height: 1.3;
    max-width: 90%;
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: translateY(-10px);
}

.thanks-msg-UVcEgKP .learn-spot-8moPT4h {
    background: #ffffff;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(20px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    padding: 2.5rem;
    position: relative;
    opacity: 0;
}

.thanks-msg-UVcEgKP li::before {
    background: rgb(162,199,189,0.5);
    top: 0.5rem;
    opacity: 0.2;
    height: 1.5rem;
    transform: rotate(45deg);
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    animation: pulse 4s ease-in-out infinite;
    width: 1.5rem;
}

.launch-now-dqC9Hkw {
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(162,199,189,0.5), rgb(115,170,161));
    position: relative;
}

.launch-now-dqC9Hkw::after {
    clip-path: polygon(0% 0%, 2% 40%, 4% 0%, 6% 40%, 8% 0%, 10% 40%, 12% 0%, 14% 40%, 16% 0%, 18% 40%, 20% 0%, 22% 40%, 24% 0%, 26% 40%, 28% 0%, 30% 40%, 32% 0%, 34% 40%, 36% 0%, 38% 40%, 40% 0%, 42% 40%, 44% 0%, 46% 40%, 48% 0%, 50% 40%, 52% 0%, 54% 40%, 56% 0%, 58% 40%, 60% 0%, 62% 40%, 64% 0%, 66% 40%, 68% 0%, 70% 40%, 72% 0%, 74% 40%, 76% 0%, 78% 40%, 80% 0%, 82% 40%, 84% 0%, 86% 40%, 88% 0%, 90% 40%, 92% 0%, 94% 40%, 96% 0%, 98% 40%, 100% 0%);
    background: rgb(162,199,189);
    left: 0;
    height: 10px;
    content: "";
    bottom: -5px;
    width: 100%;
    position: absolute;
}

.launch-now-dqC9Hkw .learn-spot-8moPT4h {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    animation: slideUpHolder 0.8s ease-out 0.3s forwards;
    position: relative;
    opacity: 0;
    overflow: hidden;
    padding: 2rem;
    background: #ffffff;
    transform: translateY(20px);
    border-left: 5px solid rgb(162,199,189);
}

.launch-now-dqC9Hkw .learn-spot-8moPT4h > * {
    z-index: 2;
    position: relative;
}

.launch-now-dqC9Hkw .learn-spot-8moPT4h svg {
    width: 48px;
    height: 48px;
    transform-origin: center;
    animation: pulseIcon 3s infinite ease-in-out;
    margin-right: 2rem;
}

.launch-now-dqC9Hkw .help-reach-P0kpuKM::before {
    width: 100%;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    left: -100%;
    position: absolute;
    top: 0;
}

.launch-now-dqC9Hkw .help-reach-P0kpuKM:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.launch-now-dqC9Hkw .help-reach-P0kpuKM:hover::before {
    left: 100%;
}

.customer-feedback-UM9SOZs {
    position: relative;
    overflow: hidden;
    background: rgb(207,228,219);
    padding: 100px 0;
}

.customer-feedback-UM9SOZs .learn-spot-8moPT4h {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.customer-feedback-UM9SOZs h4 {
    transform: skew(-5deg);
    font-weight: 700;
    margin-bottom: 70px;
    display: inline-block;
    font-size: 31px;
    color: #000000;
    position: relative;
}

.customer-feedback-UM9SOZs h4::before {
    width: 200%;
    position: absolute;
    left: -50px;
    z-index: -1;
    background: rgb(115,170,161,0.5);
    bottom: -5px;
    height: 10px;
    transform: skew(15deg);
    content: "";
}

.customer-feedback-UM9SOZs h4::after {
    width: 30px;
    background: rgb(162,199,189,0.5);
    right: -40px;
    animation: rotate 6s linear infinite;
    position: absolute;
    height: 30px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -15px;
}



.customer-feedback-UM9SOZs .student-perspectives-0fyLY74 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    position: relative;
    gap: 40px;
    z-index: 2;
}

.customer-feedback-UM9SOZs .user-quotes-nY8PZbB {
    background: #ffffff;
    position: relative;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
}

.customer-feedback-UM9SOZs .user-quotes-nY8PZbB::after {
    bottom: 0;
    background: rgb(207,228,219);
    transform: rotate(45deg) translateY(25px);
    width: 50px;
    position: absolute;
    right: 15%;
    height: 50px;
    content: "";
    z-index: -2;
}

.customer-feedback-UM9SOZs .user-quotes-nY8PZbB:hover {
    transform: translateY(-15px);
}

.customer-feedback-UM9SOZs .img-header-weRmMnO {
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    height: 80px;
    right: 20px;
    position: absolute;
    width: 80px;
    top: -20px;
    z-index: 3;
}

.customer-feedback-UM9SOZs .user-quotes-nY8PZbB:nth-child(even) .img-header-weRmMnO {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}

.customer-feedback-UM9SOZs .user-quotes-nY8PZbB span {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    border-bottom: 1px dashed rgb(162,199,189,0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}

.customer-feedback-UM9SOZs .student-perspectives-0fyLY74::before {
    width: 100px;
    border: 10px solid rgb(115,170,161,0.5);
    z-index: -1;
    left: 10%;
    height: 100px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -50px;
}

.instructor-history-trpSeQu {
    background: linear-gradient(135deg, rgb(207,228,219) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.instructor-history-trpSeQu::after {
    bottom: -5%;
    position: absolute;
    transform: translateZ(0);
    left: -10%;
    width: 30vw;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(115,170,161,0.5) 0%, transparent 70%);
    height: 30vw;
    content: "";
}

.instructor-history-trpSeQu .user-quotes-nY8PZbB {
    position: relative;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2.5rem;
    gap: 2rem;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(162,199,189), 0.03) inset;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}

.instructor-history-trpSeQu .img-header-weRmMnO::after {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(162,199,189), 0.1) 100%);
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.instructor-history-trpSeQu .name::after {
    left: 0;
    bottom: -8px;
    width: 60%;
    content: "";
    transform-origin: left;
    height: 3px;
    transition: transform 0.4s ease;
    position: absolute;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(115,170,161) 0%, transparent 100%);
}

.instructor-history-trpSeQu .emp-highlights-2fLGPjY {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.instructor-history-trpSeQu .emp-highlights-2fLGPjY::before {
    font-family: serif;
    left: -1rem;
    opacity: 0.15;
    font-size: 6rem;
    content: "";
    color: rgb(162,199,189,0.5);
    position: absolute;
    z-index: -1;
    top: -2rem;
}

.study-process-Aq2oRPy::after {
    opacity: 0.4;
    z-index: 0;
    content: "";
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    height: 30%;
    position: absolute;
    bottom: -5%;
    width: 60%;
    transform: rotate(8deg) skewX(15deg);
    background: linear-gradient(215deg, rgb(115,170,161,0.5) 0%, rgb(162,199,189,0.5) 100%);
    filter: blur(20px);
    left: -10%;
}

.study-process-Aq2oRPy .learn-spot-8moPT4h {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.study-process-Aq2oRPy .learn-spot-8moPT4h > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 25px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.study-process-Aq2oRPy h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-size: calc(38px * 0.85);
    margin-bottom: 1.5rem;
}

.study-process-Aq2oRPy h3::after {
    content: "";
    width: 50px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(162,199,189) 0%, rgb(115,170,161) 100%);
    position: absolute;
    height: 3px;
    left: 0;
    transition: width 0.3s ease-out;
}

.study-process-Aq2oRPy p span {
    transform-origin: left center;
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
    position: relative;
}

footer::before {
    background: linear-gradient(90deg, #000000 0%, rgb(162,199,189) 150%);
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.92;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.sample-docs-oTUp7M9 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.sample-docs-oTUp7M9 .company_holder::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
    background: rgb(162,199,189);
    content: '';
}

.sample-docs-oTUp7M9 .company_holder h3::after {
    width: 60px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(115,170,161);
    bottom: -8px;
}

.sample-docs-oTUp7M9 .head-lesson-EkQ5rUK {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sample-docs-oTUp7M9 .top-main-ANUZKX9 h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 15px;
    font-size: 23px;
    position: relative;
    border-left: 3px solid rgb(162,199,189);
    color: #ffffff;
}

.sample-docs-oTUp7M9 .top-main-ANUZKX9 .head-lesson-EkQ5rUK a::before {
    left: 0;
    position: absolute;
    background: rgb(162,199,189,0.5);
    width: 0;
    top: 0;
    content: '';
    height: 100%;
    transition: width 0.3s ease;
    z-index: -1;
}

.sample-docs-oTUp7M9 .top-main-ANUZKX9 .head-lesson-EkQ5rUK a:hover::before {
    width: 100%;
}

.campus-links-eCwkNQP {
    z-index: 2;
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
}

.campus-links-eCwkNQP .eng-center-OYZ6tNz {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
}



.campus-links-eCwkNQP::before {
    opacity: 0.2;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.course-program-info-c5Nq7Cx {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,228,219) 0%, rgba(247, 247, 247, 0.9) 100%);
}

.course-program-info-c5Nq7Cx::after {
    width: 300px;
    z-index: 0;
    filter: blur(80px);
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(115,170,161,0.5) 0%, rgb(162,199,189,0.5) 100%);
    left: -100px;
    opacity: 0.08;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    content: "";
    bottom: -100px;
}

.course-program-info-c5Nq7Cx h2::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(162,199,189) 0%, rgb(115,170,161) 100%);
    transform: scaleX(0);
    height: 3px;
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.course-program-info-c5Nq7Cx .img-header-weRmMnO {
    height: 350px;
    border-radius: 10px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
}

.course-program-info-c5Nq7Cx .img-header-weRmMnO:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.course-program-info-c5Nq7Cx .description {
    font-weight: 400;
    font-size: 15px;
    border-left: 1px solid rgb(115,170,161,0.5);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}

.course-program-info-c5Nq7Cx .description:first-of-type {
    position: relative;
}

.course-program-info-c5Nq7Cx .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}

.course-program-info-c5Nq7Cx .description:nth-of-type(2) {
    opacity: 0.85;
    color: #000000;
}

.company-info-zOFUKAc {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.company-info-zOFUKAc::after {
    right: -25%;
    height: 200%;
    z-index: 2;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(162,199,189,0.5) 0%, transparent 65%);
    top: -50%;
    width: 70%;
}

.company-info-zOFUKAc .text-section-QEw7b5r {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3rem;
}

.company-info-zOFUKAc h1::after {
    position: absolute;
    transform: scaleX(0.8);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    transform-origin: left center;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(to right, rgb(162,199,189), rgb(115,170,161));
    height: 3px;
    left: 0;
}

.company-info-zOFUKAc h4::before {
    transition: transform 0.3s ease;
    top: 50%;
    background: rgb(162,199,189);
    position: absolute;
    height: 12px;
    left: 0;
    width: 12px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}

.company-info-zOFUKAc span {
    text-align: justify;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    transition: opacity 0.3s ease;
    line-height: 1.8;
    max-width: 90%;
    padding-left: 2rem;
    hyphens: auto;
    opacity: 0.9;
    font-size: 17px;
    display: block;
}

.windowPrivacySettings-0OsIC7M {
    z-index: 90;
    background: rgb(207,228,219);
    position: fixed;
    border-top: 2px solid rgb(162,199,189);
    width: 100%;
    bottom: 0;
}

.windowPrivacySettings-0OsIC7M h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

#cookiePromptPanel-Hj9ku1G {
    display: none;
}

.windowPrivacySettings-0OsIC7M p {
    font-size: 18px;
}

.web-tracking-6fZnwzU {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookies-tech-D9Vikt2 {
    border-bottom: 2px solid rgb(162,199,189);
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    font-size: 24px;
    color: rgb(162,199,189);
}

.wrapper-canvas-8Mx2Lnl .cookies-tech-D9Vikt2 {
    padding: 10px;
    background: rgb(162,199,189);
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 30px;
    border: none;
}

.contact-form-box-DWsbIXH {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

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

.contact-form-box-DWsbIXH h2 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 50px;
    border-left: 5px solid rgb(162,199,189);
    position: relative;
    font-size: 33px;
    color: #000000;
    padding-left: 20px;
}

.contact-form-box-DWsbIXH .reach-panel-Pdok20z {
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    background: #ffffff;
}

.contact-form-box-DWsbIXH .reach-map-jFGQle7 {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.contact-form-box-DWsbIXH .reach-map-jFGQle7::after {
    content: "";
    width: 150px;
    background: rgb(207,228,219);
    z-index: -1;
    right: 0;
    height: 150px;
    top: 0;
    border-radius: 0 0 0 100%;
    position: absolute;
}

.contact-form-box-DWsbIXH h3::after {
    bottom: -10px;
    left: 0;
    background: rgb(162,199,189);
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
}

.contact-form-box-DWsbIXH input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(162,199,189,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact-form-box-DWsbIXH input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact-form-box-DWsbIXH .query-reach-Wuvgt3I input[type="checkbox"] {
    width: 22px;
    border: 2px solid rgb(207,228,219);
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    appearance: none;
    border-radius: 10px;
    height: 22px;
}

.contact-form-box-DWsbIXH .query-reach-Wuvgt3I label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.contact-form-box-DWsbIXH .query-reach-Wuvgt3I a {
    position: relative;
    color: rgb(162,199,189);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-form-box-DWsbIXH .query-reach-Wuvgt3I a::after {
    position: absolute;
    height: 1px;
    background: rgb(162,199,189);
    left: 0;
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-form-box-DWsbIXH .help-reach-P0kpuKM:hover {
    box-shadow: 0 7px 20px rgb(115,170,161,0.5);
    background: rgb(115,170,161);
    transform: translateY(-2px);
}

.contact-form-box-DWsbIXH svg {
    transition: all 0.3s ease;
    fill: rgb(162,199,189);
    height: 20px;
    width: 20px;
}

.contact-form-box-DWsbIXH svg:hover {
    fill: rgb(115,170,161);
}

.welcome-4CUiSIL {
    overflow: hidden;
    margin: 0;
    background-color: rgb(207,228,219);
    position: relative;
    padding: 0;
    width: 100%;
}

.welcome-4CUiSIL .learn-base-kveqRg3 {
    flex-direction: column;
    justify-content: center;
    padding: 80px 40px;
    display: flex;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.welcome-4CUiSIL .learn-base-kveqRg3::after {
    width: 200px;
    content: "";
    opacity: 0.15;
    animation: float 15s ease-in-out infinite;
    height: 200px;
    z-index: -1;
    position: absolute;
    transform: rotate(15deg);
    top: -50px;
    right: -50px;
    background: rgb(115,170,161);
}

.welcome-4CUiSIL .learn-base-kveqRg3 h3 {
    padding: 12px 20px;
    transform: skewX(-5deg);
    border-left: 3px solid rgb(115,170,161);
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, 
        rgb(162,199,189) 0%, 
        rgb(162,199,189,0.5) 100%);
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.welcome-4CUiSIL .learn-base-kveqRg3 h1::after {
    background: rgb(115,170,161);
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
    transform-origin: left;
    width: 120px;
    animation-delay: 1s;
}

.welcome-4CUiSIL .learn-base-kveqRg3 p::before {
    position: absolute;
    width: 10px;
    transform: rotate(45deg);
    left: -5px;
    top: 0;
    height: 10px;
    content: "";
    background: rgb(115,170,161);
}



.welcome-4CUiSIL .learn-base-kveqRg3:hover::after {
    animation-play-state: paused;
}

.confidential-nest-mRHVfrc::before {
    top: 10px;
    right: 10px;
    left: 10px;
    position: absolute;
    bottom: 10px;
    z-index: -1;
    content: '';
}

.confidential-nest-mRHVfrc h1 {
    color: rgb(162,199,189);
    font-size: 48px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    border-bottom: 2px solid rgb(162,199,189);
    font-family: Arial, sans-serif;
}

.confidential-nest-mRHVfrc h3, .confidential-nest-mRHVfrc h4, .confidential-nest-mRHVfrc h5, .confidential-nest-mRHVfrc h6 {
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: rgb(162,199,189);
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 20px;
}

.confidential-nest-mRHVfrc li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.confidential-nest-mRHVfrc section {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgb(115,170,161,0.5);
    margin-bottom: 20px;
    background: #000000;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.plan-container-27ikWwy .price-panel-v6fq3US {
    flex-direction: row-reverse;
}.plan-container-27ikWwy .training-sub-DqNa8GL {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.plan-container-27ikWwy .learn-fees-3cenXrj {
    width: 70%;
}.plan-container-27ikWwy .training-sub-DqNa8GL h2 {
    font-size: calc(38px + 4px);
}
}



@media (max-width: 767px) {.plan-container-27ikWwy {
    padding: 60px 0;
}.plan-container-27ikWwy .learn-fees-3cenXrj {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan-container-27ikWwy .qtr-cost-sgIKHbR {
    padding: 25px 20px;
}.plan-container-27ikWwy .img-header-weRmMnO {
    height: 180px;
}.plan-container-27ikWwy .training-sub-DqNa8GL h2 {
    font-size: calc(38px - 2px);
}.plan-container-27ikWwy .cert-plans-RtGT5OH {
    font-size: calc(12px - 1px);
}
}



@media (min-width: 768px) {.newsletter-signup-Hu8CXN1 {
    padding: 6rem 3rem;
}.newsletter-signup-Hu8CXN1 .query-list-v4qON7r {
    width: 70%;
    padding: 4rem 4rem 4.5rem;
}.newsletter-signup-Hu8CXN1 .input_holder {
    align-items: center;
    flex-direction: row;
}.newsletter-signup-Hu8CXN1 input[type="email"] {
    flex: 1;
}.newsletter-signup-Hu8CXN1 .join-form-QZaAytg {
    align-self: center;
}
}



@media (max-width: 767px) {.connect-KQkBzcN {
    perspective: none;
    padding: 50px 0;
}.connect-KQkBzcN .message-page-3FuzcjZ {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}.connect-KQkBzcN h2,
  .connect-KQkBzcN p,
  .connect-KQkBzcN .message-panel-HG84VFa,
  .connect-KQkBzcN .edu-query-Ym1QeGo,
  .connect-KQkBzcN .edu-query-Ym1QeGo svg,
  .connect-KQkBzcN p:nth-last-child(2) {
    transform: none !important;
}.connect-KQkBzcN h2 {
    font-size: calc(37px * 0.85);
    text-shadow: 1px 1px 0 rgb(162,199,189,0.5);
    margin-bottom: 20px;
}.connect-KQkBzcN h2::after {
    width: 60px;
    height: 4px;
}.connect-KQkBzcN p {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.connect-KQkBzcN .message-panel-HG84VFa {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}.connect-KQkBzcN .edu-query-Ym1QeGo {
    box-shadow: 3px 3px 0 rgb(162,199,189);
    width: 100%;
}.connect-KQkBzcN .edu-query-Ym1QeGo:hover {
    transform: translateX(-3px) translateY(-3px);
    box-shadow: 6px 6px 0 rgb(162,199,189);
}.connect-KQkBzcN .edu-query-Ym1QeGo svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.connect-KQkBzcN .message-page-3FuzcjZ::before,
  .connect-KQkBzcN .message-page-3FuzcjZ::after {
    display: none;
}}



@media (max-width: 992px) {.thanks-msg-UVcEgKP {
    padding: 5rem 1.25rem;
}.thanks-msg-UVcEgKP h2 {
    font-size: calc(37px - 0.25rem);
    max-width: 100%;
}.thanks-msg-UVcEgKP .learn-spot-8moPT4h {
    padding: 2rem;
}
}



@media (max-width: 768px) {.thanks-msg-UVcEgKP {
    padding: 4rem 1.25rem;
}.thanks-msg-UVcEgKP h2 {
    font-size: calc(37px - 0.5rem);
}.thanks-msg-UVcEgKP .learn-spot-8moPT4h {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
}.thanks-msg-UVcEgKP li {
    padding-left: 2rem;
}
}



@media (max-width: 992px) {.launch-now-dqC9Hkw {
    padding: 4rem 0;
}.launch-now-dqC9Hkw h2 {
    max-width: 90%;
    font-size: calc(36px * 0.9);
}.launch-now-dqC9Hkw .learn-spot-8moPT4h {
    padding: 1.8rem;
}
}



@media (max-width: 768px) {.launch-now-dqC9Hkw {
    padding: 3.5rem 0;
}.launch-now-dqC9Hkw h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.launch-now-dqC9Hkw .learn-spot-8moPT4h {
    padding: 1.5rem;
    text-align: center;
    flex-direction: column;
}.launch-now-dqC9Hkw .learn-spot-8moPT4h svg {
    margin-bottom: 1.5rem;
    margin-right: 0;
}.launch-now-dqC9Hkw .help-reach-P0kpuKM {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {.customer-feedback-UM9SOZs {
    padding: 70px 0;
}.customer-feedback-UM9SOZs h4 {
    transform: none;
    font-size: calc(31px * 0.85);
    margin-bottom: 60px;
    text-align: center;
    display: block;
}.customer-feedback-UM9SOZs h4::before {
    width: 100%;
    transform: none;
    left: 0;
}.customer-feedback-UM9SOZs .student-perspectives-0fyLY74 {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer-feedback-UM9SOZs .user-quotes-nY8PZbB {
    padding: 30px 25px;
}.customer-feedback-UM9SOZs .img-header-weRmMnO {
    right: 15px;
    top: -15px;
    width: 70px;
    height: 70px;
}.customer-feedback-UM9SOZs .user-quotes-nY8PZbB span {
    font-size: calc(18px * 0.9);
}.customer-feedback-UM9SOZs .user-quotes-nY8PZbB p {
    font-size: calc(18px * 0.9);
}}



@media (min-width: 1200px) {.instructor-history-trpSeQu .container {
    padding: 0 4rem;
}.instructor-history-trpSeQu .user-quotes-nY8PZbB {
    gap: 3rem 5rem;
}.instructor-history-trpSeQu .user-quotes-nY8PZbB:hover .name::after {
    transform: scaleX(1);
}
}



@media (max-width: 767px) {.instructor-history-trpSeQu {
    padding: 4rem 0;
}.instructor-history-trpSeQu .container {
    padding: 0 1rem;
}.instructor-history-trpSeQu .user-quotes-nY8PZbB {
    padding: 2rem;
}.instructor-history-trpSeQu .img-header-weRmMnO {
    height: 180px;
    width: 180px;
}}



@media (min-width: 768px) {.study-process-Aq2oRPy {
    padding: 150px 0;
}.study-process-Aq2oRPy .learn-spot-8moPT4h > div {
    padding: calc(3.5rem + 2vw) calc(3rem + 3vw) calc(3.5rem + 2vw) calc(2.5rem + 2vw);
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}.study-process-Aq2oRPy h3 {
    margin-bottom: 2rem;
    font-size: 38px;
}.study-process-Aq2oRPy p {
    max-width: 85%;
    font-size: calc(15px * 1.1);
}
}



@media (max-width: 576px) {.sample-docs-oTUp7M9 {
    padding: 40px 0;
}.sample-docs-oTUp7M9 .company_holder h3 {
    font-size: calc(31px * 0.8);
}.sample-docs-oTUp7M9 .top-main-ANUZKX9 h5 {
    font-size: calc(23px * 0.9);
}.sample-docs-oTUp7M9 .top-main-ANUZKX9 .head-lesson-EkQ5rUK a,
    .sample-docs-oTUp7M9 .footer_agreement {
    font-size: calc(18px * 0.95);
}}



@media (min-width: 992px) {.course-program-info-c5Nq7Cx {
    padding: 150px 0;
}.course-program-info-c5Nq7Cx .container {
    padding: 0 40px;
}.course-program-info-c5Nq7Cx .learn-skills-3LRwZ2Y {
    gap: 80px;
}.course-program-info-c5Nq7Cx .img-header-weRmMnO {
    height: 550px;
}.course-program-info-c5Nq7Cx h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 70px;
}.course-program-info-c5Nq7Cx .description {
    padding-left: 30px;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.course-program-info-c5Nq7Cx {
    padding: 80px 0;
}.course-program-info-c5Nq7Cx h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.course-program-info-c5Nq7Cx .img-header-weRmMnO {
    height: 250px;
    transform: perspective(800px) rotateY(-2deg);
}.course-program-info-c5Nq7Cx .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.course-program-info-c5Nq7Cx .learn-skills-3LRwZ2Y {
    gap: 30px;
}
}



@media (max-width: 991px) {.company-info-zOFUKAc::after {
    width: 100%;
    right: -50%;
}.company-info-zOFUKAc .text-section-QEw7b5r {
    transform: perspective(1000px) rotateY(-1deg);
}
}



@media (max-width: 768px) {.company-info-zOFUKAc {
    padding: 4rem 0;
}.company-info-zOFUKAc .text-section-QEw7b5r {
    transform: none;
    padding: 2rem;
}.company-info-zOFUKAc h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 2rem;
}.company-info-zOFUKAc span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    padding-left: 1.5rem;
    max-width: 100%;
}.company-info-zOFUKAc h4 {
    padding-left: 1.5rem;
}.company-info-zOFUKAc h1::after {
    width: 60px;
    height: 3px;
}
}



@media (hover: none) {.company-info-zOFUKAc .text-section-QEw7b5r {
    transform: none !important;
}.company-info-zOFUKAc h1 {
    transform: none;
}.company-info-zOFUKAc h1::after {
    transform: scaleX(1);
}}


@media only screen and (max-width: 1200px) {.windowPrivacySettings-0OsIC7M {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.web-tracking-6fZnwzU {
    display: none;
}.gdpr-banner-IJwpS6L {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.windowPrivacySettings-0OsIC7M h5 {
    text-align: center;
}.windowPrivacySettings-0OsIC7M p {
    text-align: center;
}.manage-tracking-1JbrU93 {
    margin-bottom: 20px;
}body .wrapper-canvas-8Mx2Lnl .cookies-tech-D9Vikt2 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.contact-form-box-DWsbIXH {
    padding: 60px 0;
}.contact-form-box-DWsbIXH h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.contact-form-box-DWsbIXH .reach-map-jFGQle7 {
    padding: 40px 30px;
}.contact-form-box-DWsbIXH #contact {
    gap: 25px;
}.contact-form-box-DWsbIXH .img-header-weRmMnO {
    min-height: 250px;
}
}



@media (max-width: 992px) {.welcome-4CUiSIL .learn-base-kveqRg3 {
    padding: 60px 30px;
}.welcome-4CUiSIL .learn-base-kveqRg3 h1 {
    font-size: calc(38px * 0.85);
}.welcome-4CUiSIL .learn-base-kveqRg3 h3 {
    font-size: calc(18px * 0.85);
}
}



@media (max-width: 768px) {.welcome-4CUiSIL .learn-base-kveqRg3 {
    padding: 50px 25px;
    min-height: 90vh;
}.welcome-4CUiSIL .learn-base-kveqRg3 h1 {
    font-size: calc(38px * 0.75);
}.welcome-4CUiSIL .learn-base-kveqRg3 h3 {
    padding: 10px 15px;
    margin-left: 0;
    font-size: calc(18px * 0.8);
}.welcome-4CUiSIL .learn-base-kveqRg3 span {
    max-width: 100%;
    margin-left: 0;
}.welcome-4CUiSIL .learn-base-kveqRg3 p {
    padding-left: 15px;
    font-size: 18px;
}
}



@media (min-width: 1400px) {.welcome-4CUiSIL .learn-base-kveqRg3 h1 {
    font-size: calc(38px * 1.1);
}.welcome-4CUiSIL .learn-base-kveqRg3 h3 {
    font-size: 18px;
}.welcome-4CUiSIL .learn-base-kveqRg3 p {
    font-size: calc(18px * 1.3);
}
}



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



@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}



@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}



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



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



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



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

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

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



@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}



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

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



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

