* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    width: 13px;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    border-radius: 14.1vw;
    background: #ffffff;
    box-shadow: inset -5px -4px 15px 6px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-track:active {
    background: rgb(128,130,128);
}::-webkit-scrollbar-thumb {
    background: repeating-radial-gradient(circle at center, rgb(171,174,170,0.5), rgb(171,174,170,0.5) 13px, rgb(171,174,170) 13px, rgb(171,174,170) 14px);
    box-shadow: 2px -1px 3px 2px rgba(0, 0, 0, 0.6);
    border: 2px dotted rgb(207,204,190);
    border-radius: 9999px;
    transition: background 1.5s ease-in;
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
}html {
    scrollbar-color: rgb(128,130,128) rgb(128,130,128,0.5);
}.wrapper-skeleton-oZwxa {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.webinar-live-FeTbZ {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1100px;
    max-width: 100%;
}html,body {
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    auto;
    color: #000000;
}.nav-pagebar-SVoz6 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan-display-teWLz {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.plan-display-teWLz::before {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
}.plan-display-teWLz .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.price-schemes-YjsfE {
    position: relative;
}.plan-display-teWLz h2 {
    margin-bottom: 1.5rem;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    transform: translateY(0);
    font-weight: 700;
    font-size: 33px;
    position: relative;
}.plan-display-teWLz h2::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(171,174,170), rgb(128,130,128));
    height: 3px;
    content: "";
    bottom: -15px;
    left: 50%;
}.plan-display-teWLz .cost-summary-0sRPE {
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 3rem;
}.plan-display-teWLz .bundle-offer-8e13H {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
}.plan-display-teWLz .bundle-offer-8e13H li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan-display-teWLz .package-deals-0csVN {
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.plan-display-teWLz .package-deals-0csVN::before {
    transition: opacity 0.4s ease-out;
    opacity: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(171,174,170,0.5) 0%, 
        transparent 100%);
    inset: 0;
}.plan-display-teWLz .package-deals-0csVN:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.plan-display-teWLz .package-deals-0csVN:hover::before {
    opacity: 0.15;
}.plan-display-teWLz .pricing-card-7p4CT {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 2.5rem 2rem;
}.plan-display-teWLz .plan-pricing-FuWIK {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan-display-teWLz .plan-pricing-FuWIK h4 {
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 0;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    display: inline-block;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
}.plan-display-teWLz .plan-pricing-FuWIK h4::after {
    height: 2px;
    transform-origin: left;
    width: 40px;
    background: rgb(128,130,128);
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    bottom: -8px;
    left: 0;
}.plan-display-teWLz .package-deals-0csVN:hover .plan-pricing-FuWIK h4::after {
    transform: scaleX(1.5);
}.plan-display-teWLz .plan-pricing-FuWIK p {
    overflow-y: auto;
    padding-right: 5px;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(10px);
    hyphens: auto;
    word-wrap: break-word;
    max-height: 300px;
    flex-grow: 1;
}.plan-display-teWLz .plan-pricing-FuWIK p::-webkit-scrollbar {
    width: 4px;
}.plan-display-teWLz .plan-pricing-FuWIK p::-webkit-scrollbar-thumb {
    background: rgb(128,130,128,0.5);
    border-radius: 10px;
}.plan-display-teWLz .pro-rates-2EQo7 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.8rem 1.5rem;
    font-size: calc(18px * 1.2);
    background: linear-gradient(135deg, 
        rgb(171,174,170) 0%, 
        rgb(128,130,128) 100%);
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    transform: translateZ(15px);
}.plan-display-teWLz .package-deals-0csVN:hover .pro-rates-2EQo7 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.plan-display-teWLz {
    padding: 100px 0;
}.plan-display-teWLz .bundle-offer-8e13H {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan-display-teWLz {
    padding: 80px 0;
}.plan-display-teWLz .pricing-card-7p4CT {
    padding: 2rem 1.5rem;
}.plan-display-teWLz .plan-pricing-FuWIK h4 {
    font-size: calc(18px * 1.1);
}.plan-display-teWLz .pro-rates-2EQo7 {
    padding: 0.7rem 1.2rem;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.plan-display-teWLz {
    padding: 60px 0;
}.plan-display-teWLz h2 {
    font-size: calc(33px * 0.9);
}.plan-display-teWLz .cost-summary-0sRPE {
    font-size: 12px;
    margin-bottom: 2rem;
}.plan-display-teWLz .bundle-offer-8e13H {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.plan-display-teWLz .plan-pricing-FuWIK p {
    font-size: calc(12px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.plan-display-teWLz {
    padding: 50px 0;
}.plan-display-teWLz h2 {
    font-size: calc(33px * 0.8);
}.plan-display-teWLz .pricing-card-7p4CT {
    padding: 1.5rem 1.2rem;
}.plan-display-teWLz .plan-pricing-FuWIK h4 {
    font-size: 18px;
    margin-bottom: 1.2rem;
}.plan-display-teWLz .pro-rates-2EQo7 {
    padding: 0.6rem 1rem;
    font-size: 18px;
}.plan-display-teWLz .package-deals-0csVN:hover {
    transform: translateY(-5px);
}}.course-program-description-bk4fM {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(207,204,190);
    overflow: hidden;
}.course-program-description-bk4fM .education-flow-y8YBC {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.course-program-description-bk4fM .career-class-Sp2Ah {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.course-program-description-bk4fM .education-flow-y8YBC:hover .career-class-Sp2Ah {
    animation-play-state: paused;
}.course-program-description-bk4fM .career-learn-RQ5Au {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 100%;
}.course-program-description-bk4fM .career-learn-RQ5Au img {
    animation: zoom-flow 20s ease-in-out infinite alternate;
    filter: brightness(0.8) saturate(1.3);
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    height: 100%;
}.course-program-description-bk4fM .career-learn-RQ5Au::before {
    z-index: 2;
    background: 
        linear-gradient(0deg, 
            rgb(171,174,170,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(128,130,128,0.5) 100%),
        linear-gradient(90deg, 
            rgb(171,174,170,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(128,130,128,0.5) 100%);
    opacity: 0.7;
    position: absolute;
    inset: 0;
    content: '';
}.course-program-description-bk4fM .career-learn-RQ5Au::after {
    z-index: 3;
    animation: slide-pattern 15s linear infinite;
    mix-blend-mode: overlay;
    opacity: 0.3;
    content: '';
    inset: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(171,174,170,0.5) 0px,
            rgb(171,174,170,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
}.course-program-description-bk4fM .container {
    max-width: 1200px;
    width: 90%;
    z-index: 4;
    margin: 0 auto;
    position: relative;
}.course-program-description-bk4fM .skill-space-2Xft9 {
    margin-left: 0;
    backdrop-filter: blur(8px);
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    background: linear-gradient(
        135deg,
        rgb(171,174,170,0.5) 0%,
        rgb(128,130,128,0.5) 100%
    );
}.course-program-description-bk4fM .job-training-8HO0g {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding: 3rem;
    background: rgb(207,204,190);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course-program-description-bk4fM .job-training-8HO0g::before {
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(171,174,170,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(128,130,128,0.5) 0%,
            transparent 70%
        );
    z-index: -1;
    content: '';
    opacity: 0.15;
    inset: 0;
}.course-program-description-bk4fM .job-training-8HO0g h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(171,174,170);
    font-size: 31px;
    font-weight: 700;
    position: relative;
}.course-program-description-bk4fM .job-training-8HO0g h3::after {
    left: 0;
    height: 3px;
    background: linear-gradient(to right, 
        rgb(171,174,170), 
        rgb(128,130,128));
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 60px;
    bottom: -10px;
    transition: width 0.3s ease, transform 0.3s ease;
}.course-program-description-bk4fM .job-training-8HO0g:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course-program-description-bk4fM .job-training-8HO0g p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 2rem;
    line-height: 1.7;
}.course-program-description-bk4fM .job-training-8HO0g .support-widget-2hmSn {
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgb(171,174,170,0.5);
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(to right, 
        rgb(171,174,170), 
        rgb(128,130,128));
}.course-program-description-bk4fM .job-training-8HO0g .support-widget-2hmSn::before {
    top: 0;
    opacity: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    background: linear-gradient(to right, 
        rgb(128,130,128), 
        rgb(171,174,170));
}.course-program-description-bk4fM .job-training-8HO0g .support-widget-2hmSn:hover {
    box-shadow: 0 8px 20px rgb(128,130,128,0.5);
    transform: translateY(-3px);
}.course-program-description-bk4fM .job-training-8HO0g .support-widget-2hmSn:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course-program-description-bk4fM .job-training-8HO0g {
    padding: 2.5rem;
}.course-program-description-bk4fM .skill-space-2Xft9 {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course-program-description-bk4fM .skill-space-2Xft9 {
    max-width: 650px;
}.course-program-description-bk4fM .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course-program-description-bk4fM {
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course-program-description-bk4fM .education-flow-y8YBC {
    height: 350px;
    position: relative;
}.course-program-description-bk4fM .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course-program-description-bk4fM .skill-space-2Xft9 {
    max-width: 100%;
    margin: 0 auto;
}.course-program-description-bk4fM .job-training-8HO0g {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course-program-description-bk4fM .education-flow-y8YBC {
    height: 300px;
}.course-program-description-bk4fM .career-class-Sp2Ah {
    animation-duration: 25s;
}.course-program-description-bk4fM .container {
    padding: 2.5rem 1rem;
}.course-program-description-bk4fM .job-training-8HO0g {
    padding: 1.8rem;
}.course-program-description-bk4fM .job-training-8HO0g h3 {
    font-size: calc(31px * 0.9);
}.course-program-description-bk4fM .job-training-8HO0g p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.course-program-description-bk4fM .education-flow-y8YBC {
    height: 250px;
}.course-program-description-bk4fM .career-class-Sp2Ah {
    animation-duration: 20s;
}.course-program-description-bk4fM .container {
    padding: 2rem 0.8rem;
}.course-program-description-bk4fM .job-training-8HO0g {
    padding: 1.5rem;
}.course-program-description-bk4fM .job-training-8HO0g h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.8);
}.course-program-description-bk4fM .job-training-8HO0g p {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.course-program-description-bk4fM .job-training-8HO0g .support-widget-2hmSn {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion) {.course-program-description-bk4fM .career-class-Sp2Ah,
    .course-program-description-bk4fM .career-learn-RQ5Au img,
    .course-program-description-bk4fM .career-learn-RQ5Au::after {
    animation: none;
}}.program-assets-FZLTu {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(207,204,190) 30%, #ffffff 100%);
    overflow: hidden;
}.program-assets-FZLTu::before {
    content: "";
    right: -50px;
    opacity: 0.08;
    top: -50px;
    height: 300px;
    width: 300px;
    position: absolute;
    background: linear-gradient(120deg, rgb(171,174,170,0.5), rgb(128,130,128));
    z-index: 0;
    transform: rotate(45deg);
}.program-assets-FZLTu::after {
    bottom: -100px;
    border-radius: 50%;
    opacity: 0.05;
    content: "";
    left: -100px;
    height: 400px;
    width: 400px;
    z-index: 0;
    position: absolute;
    background: linear-gradient(220deg, rgb(128,130,128), rgb(171,174,170,0.5));
}.program-assets-FZLTu .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.program-assets-FZLTu .skill-space-2Xft9 {
    gap: 60px;
    position: relative;
    align-items: center;
    display: flex;
}.program-assets-FZLTu .text-cube-uyX57 {
    position: relative;
    flex: 1;
}.program-assets-FZLTu .text-cube-uyX57::before {
    height: 60%;
    width: 4px;
    position: absolute;
    top: 20px;
    background: linear-gradient(to bottom, rgb(171,174,170), rgb(128,130,128));
    transform: translateY(-20px);
    content: "";
    left: -30px;
}.program-assets-FZLTu h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 28px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: translateX(0);
}.program-assets-FZLTu h4::after {
    transform: scaleX(0.7);
    height: 3px;
    transform-origin: left;
    position: absolute;
    background: rgb(171,174,170);
    transition: transform 0.4s ease-out;
    left: 0;
    width: 80px;
    content: "";
    bottom: -10px;
}.program-assets-FZLTu .text-cube-uyX57:hover h4::after {
    transform: scaleX(1);
}.program-assets-FZLTu .text-cube-uyX57 > div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.program-assets-FZLTu ul {
    padding: 0;
    min-width: 280px;
    margin: 0;
    flex: 1;
    list-style: none;
}.program-assets-FZLTu li {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    transform: translateY(0);
}.program-assets-FZLTu li:hover {
    transform: translateY(-5px);
}.program-assets-FZLTu li p {
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    border-left: 3px solid rgb(171,174,170);
    background: #ffffff;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}.program-assets-FZLTu li:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left-width: 5px;
}.program-assets-FZLTu li p span:first-child {
    justify-content: center;
    background: #ffffff;
    width: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.program-assets-FZLTu li p span:last-child {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.program-assets-FZLTu svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
    transform-origin: center;
    width: 24px;
}.program-assets-FZLTu li:hover svg {
    transform: scale(1.1);
}.program-assets-FZLTu svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,174,170);
}.program-assets-FZLTu li:hover svg path {
    fill: rgb(128,130,128);
}.program-assets-FZLTu .img-float-gVicO {
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    height: auto;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    flex: 0 0 40%;
    border-radius: 20px;
    max-width: 450px;
    z-index: 2;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program-assets-FZLTu .img-float-gVicO::before {
    inset: -10px;
    content: "";
    transform: scale(0.95);
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-radius: 20px;
    background: linear-gradient(135deg, rgb(171,174,170,0.5), transparent);
    z-index: -1;
    position: absolute;
    opacity: 0.3;
}.program-assets-FZLTu .skill-space-2Xft9:hover .img-float-gVicO {
    transform: perspective(1000px) rotateY(0deg);
}.program-assets-FZLTu .skill-space-2Xft9:hover .img-float-gVicO::before {
    opacity: 0.5;
    transform: scale(1);
}

@media (max-width: 992px) {.program-assets-FZLTu {
    padding: 80px 0;
}.program-assets-FZLTu .skill-space-2Xft9 {
    gap: 40px;
    flex-direction: column-reverse;
}.program-assets-FZLTu .img-float-gVicO {
    max-width: 100%;
    transform: perspective(1000px) rotateY(0);
    width: 100%;
}.program-assets-FZLTu h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.85);
}.program-assets-FZLTu .text-cube-uyX57 > div {
    flex-direction: column;
}
}

@media (max-width: 768px) {.program-assets-FZLTu {
    padding: 60px 0;
}.program-assets-FZLTu .text-cube-uyX57::before {
    height: 50%;
    left: -15px;
}.program-assets-FZLTu h4 {
    font-size: calc(28px * 0.75);
}.program-assets-FZLTu li p {
    padding: 15px;
}.program-assets-FZLTu li p span:first-child {
    width: 35px;
    height: 35px;
}.program-assets-FZLTu svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.program-assets-FZLTu {
    padding: 40px 0;
}.program-assets-FZLTu .container {
    padding: 0 15px;
}.program-assets-FZLTu h4 {
    font-size: calc(28px * 0.65);
}.program-assets-FZLTu .text-cube-uyX57::before {
    display: none;
}.program-assets-FZLTu li p {
    padding: 12px;
}.program-assets-FZLTu li p span:first-child {
    height: 30px;
    width: 30px;
}.program-assets-FZLTu li p span:last-child {
    font-size: calc(15px * 0.9);
}.program-assets-FZLTu svg {
    height: 18px;
    width: 18px;
}}

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

.program-assets-FZLTu .img-float-gVicO {
    animation: float 8s ease-in-out infinite;
}.ty-content-NEclJ {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(171,174,170,0.5) 0%, rgb(207,204,190) 100%);
    overflow: hidden;
    position: relative;
}.ty-content-NEclJ::before {
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(128,130,128,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.ty-content-NEclJ::after {
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(171,174,170) 0%, transparent 70%);
    z-index: 0;
    width: 300px;
    bottom: -50px;
    right: -50px;
    height: 300px;
    content: "";
    filter: blur(40px);
    position: absolute;
}.ty-content-NEclJ .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.ty-content-NEclJ .skill-space-2Xft9 {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
}.ty-content-NEclJ .skill-space-2Xft9::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,174,170), rgb(128,130,128));
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    transform: scaleY(1.02);
    content: "";
}.ty-content-NEclJ .skill-space-2Xft9::after {
    width: 80px;
    z-index: -1;
    background: rgb(128,130,128,0.5);
    position: absolute;
    transform: rotate(15deg);
    right: 40px;
    animation: float 8s infinite ease-in-out;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -15px;
    height: 80px;
    content: "";
}.ty-content-NEclJ .skill-space-2Xft9:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty-content-NEclJ h5 {
    font-size: 21px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000000;
}.ty-content-NEclJ h5::after {
    width: 80px;
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    bottom: 0;
    background: linear-gradient(90deg, rgb(171,174,170), rgb(128,130,128));
    position: absolute;
}.ty-content-NEclJ .skill-space-2Xft9:hover h5::after {
    width: 120px;
}.ty-content-NEclJ p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    z-index: 2;
    font-size: 18px;
}.ty-content-NEclJ a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    position: relative;
}.ty-content-NEclJ a::before {
    transform-origin: left;
    height: 1px;
    background: linear-gradient(90deg, rgb(171,174,170,0.5), transparent);
    content: "";
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    bottom: 0;
    position: absolute;
}.ty-content-NEclJ a:hover::before {
    transform: scaleX(1);
}.ty-content-NEclJ a:hover p {
    color: rgb(171,174,170);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

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

@media (min-width: 768px) {.ty-content-NEclJ {
    padding: 140px 0 100px;
}.ty-content-NEclJ .skill-space-2Xft9 {
    max-width: 900px;
    padding: 80px 60px;
    margin: 0 auto;
}.ty-content-NEclJ h5 {
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
    padding-bottom: 25px;
}.ty-content-NEclJ p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}.ty-content-NEclJ .skill-space-2Xft9::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}

@media (min-width: 992px) {.ty-content-NEclJ {
    padding: 160px 0 120px;
}.ty-content-NEclJ .skill-space-2Xft9 {
    margin: 0 auto;
    max-width: 1000px;
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
}.ty-content-NEclJ .skill-space-2Xft9::before {
    width: 8px;
}.ty-content-NEclJ h5 {
    max-width: 80%;
    font-size: calc(21px * 1.3);
}.ty-content-NEclJ p {
    max-width: 90%;
}.ty-content-NEclJ .skill-space-2Xft9::after {
    top: -20px;
    right: 80px;
    width: 120px;
    height: 120px;
}
}

@media (max-width: 767px) {.ty-content-NEclJ {
    padding: 80px 0 60px;
}.ty-content-NEclJ .skill-space-2Xft9 {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.ty-content-NEclJ h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.ty-content-NEclJ p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.ty-content-NEclJ .skill-space-2Xft9::before {
    width: 3px;
}.ty-content-NEclJ .skill-space-2Xft9::after {
    top: -10px;
    height: 60px;
    right: 20px;
    width: 60px;
}
}

@media (max-width: 480px) {.ty-content-NEclJ {
    padding: 60px 0 40px;
}.ty-content-NEclJ .skill-space-2Xft9 {
    padding: 30px 20px;
    transform: none;
}.ty-content-NEclJ h5 {
    font-size: calc(21px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.ty-content-NEclJ .skill-space-2Xft9::after {
    display: none;
}}.learning-system-cd1zM {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    background: rgb(207,204,190);
}.learning-system-cd1zM::before {
    position: absolute;
    animation: shape-rotate 40s linear infinite;
    width: 60%;
    transform: rotate(-30deg);
    z-index: -1;
    height: 200%;
    top: -50%;
    background: rgb(171,174,170,0.5);
    content: "";
    left: -20%;
}.learning-system-cd1zM::after {
    right: -10%;
    height: 60%;
    bottom: -20%;
    width: 40%;
    background: rgb(128,130,128,0.5);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    content: "";
    position: absolute;
    animation: shape-pulse 15s ease-in-out infinite alternate;
}.learning-system-cd1zM .container {
    margin: 0 auto;
    align-items: center;
    grid-gap: 50px;
    position: relative;
    grid-template-columns: 2fr 3fr;
    display: grid;
    z-index: 2;
    max-width: 1200px;
}.learning-system-cd1zM .skill-space-2Xft9 {
    position: relative;
    padding: 0;
}.learning-system-cd1zM .skill-space-2Xft9::before {
    position: absolute;
    height: 20px;
    opacity: 0.5;
    width: 120%;
    animation: line-slide 10s ease-in-out infinite alternate;
    left: -10%;
    transform: rotate(-2deg);
    background: linear-gradient(90deg, transparent, rgb(171,174,170), transparent);
    content: "";
    top: -80px;
}.learning-system-cd1zM .skill-space-2Xft9::after {
    transform: rotate(2deg);
    position: absolute;
    right: -10%;
    background: linear-gradient(90deg, transparent, rgb(128,130,128), transparent);
    height: 20px;
    bottom: -80px;
    width: 120%;
    content: "";
    opacity: 0.5;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
}.learning-system-cd1zM h3 {
    opacity: 0;
    font-size: 45px;
    line-height: 1.2;
    padding-right: 40px;
    border-right: 4px solid rgb(171,174,170);
    z-index: 2;
    transform: translateX(-50px);
    font-weight: 700;
    position: relative;
    text-align: right;
    grid-column: 1;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #000000;
    margin-right: -40px;
}.learning-system-cd1zM h3::before {
    width: 40px;
    border: 4px solid rgb(128,130,128);
    content: "";
    position: absolute;
    right: -22px;
    top: -10px;
    animation: square-rotate 6s linear infinite;
    height: 40px;
    z-index: -1;
}.learning-system-cd1zM h3::after {
    position: absolute;
    right: -8px;
    animation: circle-pulse 4s ease-in-out infinite;
    width: 20px;
    height: 20px;
    content: "";
    bottom: -10px;
    background: rgb(171,174,170);
    border-radius: 50%;
}.learning-system-cd1zM span {
    grid-column: 2;
    opacity: 0;
    line-height: 1.8;
    font-size: 15px;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    padding-left: 30px;
    text-align: left;
    color: #000000;
    transform: translateX(50px);
}.learning-system-cd1zM span::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px dashed rgb(171,174,170,0.5);
    content: "";
    left: 15px;
    animation: border-dance 20s linear infinite;
    pointer-events: none;
    top: 15px;
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.learning-system-cd1zM {
    padding: 90px 20px;
}.learning-system-cd1zM .container {
    grid-gap: 30px;
}.learning-system-cd1zM h3 {
    font-size: calc(45px - 6px);
    padding-right: 20px;
    margin-right: -20px;
}.learning-system-cd1zM h3::before {
    height: 30px;
    right: -17px;
    width: 30px;
}.learning-system-cd1zM span {
    padding-left: 20px;
}.learning-system-cd1zM .skill-space-2Xft9::before,
    .learning-system-cd1zM .skill-space-2Xft9::after {
    height: 15px;
}
}

@media (max-width: 767px) {.learning-system-cd1zM {
    padding: 70px 15px;
}.learning-system-cd1zM .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.learning-system-cd1zM h3 {
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(171,174,170);
    border-right: none;
    padding-right: 0;
    text-align: center;
    margin-right: 0;
}.learning-system-cd1zM h3::before {
    left: 20px;
    right: auto;
    top: auto;
    bottom: -17px;
}.learning-system-cd1zM h3::after {
    left: calc(100% - 30px);
    right: auto;
    bottom: -8px;
}.learning-system-cd1zM span {
    text-align: center;
    padding-left: 0;
    animation-name: slide-in-mobile;
}.learning-system-cd1zM span::before {
    left: 0;
    border-top: none;
    border: 1px dashed rgb(171,174,170,0.5);
}.learning-system-cd1zM .skill-space-2Xft9::before {
    top: -20px;
    transform: rotate(0);
}.learning-system-cd1zM .skill-space-2Xft9::after {
    bottom: -20px;
    transform: rotate(0);
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.learning-system-cd1zM {
    padding: 50px 10px;
}.learning-system-cd1zM h3 {
    font-size: calc(45px - 12px);
    padding-bottom: 15px;
}.learning-system-cd1zM h3::before {
    width: 20px;
    left: 10px;
    height: 20px;
    bottom: -12px;
}.learning-system-cd1zM h3::after {
    width: 15px;
    left: calc(100% - 20px);
    height: 15px;
}.learning-system-cd1zM span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}.learning-system-cd1zM .skill-space-2Xft9::before,
    .learning-system-cd1zM .skill-space-2Xft9::after {
    height: 10px;
}}header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: fixed;
    width: 100%;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
}header::before {
    opacity: 0.3;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,174,170,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(128,130,128,0.5) 0%, transparent 20%);
    animation: pulse 15s infinite alternate;
    content: "";
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .top-mainwrap-Mr7PU {
    display: flex;
    z-index: 2;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .top-core-eWlOt {
    position: relative;
    align-items: center;
    display: flex;
    gap: 2rem;
}header .top-core-eWlOt::before {
    z-index: -1;
    left: -30px;
    height: calc(100% + 30px);
    width: calc(100% + 60px);
    transform: skewX(-15deg);
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(171,174,170,0.5) 50%, transparent 100%);
    opacity: 0.1;
    border-radius: 20px;
    top: -15px;
    position: absolute;
}header .top-train-Snj4Q {
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 18px;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}header .top-train-Snj4Q::before {
    left: 0;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(171,174,170), rgb(128,130,128));
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    position: absolute;
}header .top-train-Snj4Q:hover {
    transform: translateY(-2px);
    color: rgb(171,174,170);
}header .top-train-Snj4Q:hover::before {
    width: 100%;
}header .first-pagebar-rHWa5 {
    position: relative;
    display: flex;
    text-decoration: none;
    z-index: 2;
    align-items: center;
}header .first-pagebar-rHWa5 svg {
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    width: auto;
}header .first-pagebar-rHWa5:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(171,174,170,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .top-core-eWlOt {
    gap: 1.5rem;
}header .top-train-Snj4Q {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .top-mainwrap-Mr7PU {
    flex-direction: column-reverse;
    padding: 1rem 0;
    gap: 1rem;
}header .first-pagebar-rHWa5 {
    margin-bottom: 0.5rem;
}header .top-core-eWlOt {
    justify-content: flex-start;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    padding: 0.5rem 0;
    width: 100%;
}header .top-core-eWlOt::before {
    display: none;
}header .top-train-Snj4Q {
    border-radius: 10px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
}header .top-train-Snj4Q::before {
    display: none;
}}.client-opinions-3ovCD {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,190) 0%, #ffffff 100%);
    overflow: hidden;
}.client-opinions-3ovCD::before {
    z-index: 0;
    background: rgb(171,174,170,0.5);
    content: "";
    height: 300px;
    transform: rotate(-15deg);
    position: absolute;
    right: -100px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 300px;
    opacity: 0.05;
    top: -100px;
}.client-opinions-3ovCD::after {
    transform: rotate(10deg);
    width: 200px;
    opacity: 0.08;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 0;
    height: 200px;
    position: absolute;
    content: "";
    background: rgb(128,130,128,0.5);
    left: -50px;
    bottom: -50px;
}.client-opinions-3ovCD h2.container {
    transform: translateY(0);
    margin-bottom: 3.5rem;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
}.client-opinions-3ovCD h2.container::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(171,174,170) 0%, rgb(128,130,128) 100%);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: "";
}.client-opinions-3ovCD .container.skill-space-2Xft9 {
    position: relative;
    z-index: 2;
}.client-opinions-3ovCD .learner-ratings-zrvPq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    position: relative;
}.client-opinions-3ovCD .success-quotes-ygxdF {
    transition: all 0.3s ease-out;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    padding: 2rem;
    position: relative;
    height: 100%;
    transform: translateY(0);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.client-opinions-3ovCD .success-quotes-ygxdF::before {
    line-height: 1;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    font-family: Georgia, serif;
    top: 10px;
    right: 20px;
    color: rgb(171,174,170,0.5);
    content: "";
    font-size: 8rem;
}.client-opinions-3ovCD .success-quotes-ygxdF:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}.client-opinions-3ovCD .success-quotes-ygxdF h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 0.8rem;
    font-size: calc(24px * 0.95);
}.client-opinions-3ovCD .success-quotes-ygxdF h3::after {
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    bottom: -5px;
    content: "";
    width: 0;
    height: 2px;
    background: rgb(128,130,128);
}.client-opinions-3ovCD .success-quotes-ygxdF:hover h3::after {
    width: 100%;
}.client-opinions-3ovCD .success-quotes-ygxdF .description {
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    position: relative;
    line-height: 1.6;
    z-index: 1;
}.client-opinions-3ovCD .success-quotes-ygxdF div {
    display: flex;
    margin-top: auto;
    align-items: center;
}.client-opinions-3ovCD .success-quotes-ygxdF img {
    transform: scale(1);
    width: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 60px;
    object-fit: cover;
}.client-opinions-3ovCD .success-quotes-ygxdF:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.client-opinions-3ovCD {
    padding: 4rem 0;
}.client-opinions-3ovCD h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.client-opinions-3ovCD .learner-ratings-zrvPq {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.client-opinions-3ovCD {
    padding: 3rem 0;
}.client-opinions-3ovCD h2.container {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.85);
}.client-opinions-3ovCD h2.container::after {
    width: 60px;
}.client-opinions-3ovCD .learner-ratings-zrvPq {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-opinions-3ovCD .success-quotes-ygxdF {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.client-opinions-3ovCD {
    padding: 2.5rem 0;
}.client-opinions-3ovCD h2.container {
    font-size: calc(29px * 0.8);
    padding: 0 1rem;
}.client-opinions-3ovCD .learner-ratings-zrvPq {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client-opinions-3ovCD .success-quotes-ygxdF::before {
    font-size: 6rem;
    top: 5px;
    right: 10px;
}}.about-this-fZuvr {
    overflow: hidden;
    background: rgb(207,204,190);
    position: relative;
    padding: 120px 0;
}.about-this-fZuvr::before {
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(171,174,170,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(128,130,128,0.5) 0%,
            transparent 50%
        );
}.about-this-fZuvr::after {
    z-index: 1;
    opacity: 0.05;
    animation: movePattern 20s linear infinite;
    content: "";
    top: 0;
    width: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    position: absolute;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    height: 100%;
    left: 0;
}.about-this-fZuvr .container {
    padding: 0 25px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.about-this-fZuvr .skill-space-2Xft9 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 50px;
}.about-this-fZuvr h3 {
    width: 100%;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}.about-this-fZuvr h3::after {
    position: absolute;
    width: 0;
    bottom: -5px;
    content: "";
    left: 0;
    animation: lineExpand 1.5s forwards;
    height: 3px;
    background: linear-gradient(90deg, rgb(171,174,170), rgb(128,130,128));
}.about-this-fZuvr .team-bios-SvgRd {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 40px;
    flex-direction: column;
    min-width: 300px;
    transition: all 0.4s ease;
    flex: 1;
    position: relative;
    background: #ffffff;
}.about-this-fZuvr .team-bios-SvgRd::before {
    content: "";
    right: 10px;
    position: absolute;
    width: 20px;
    z-index: 1;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: rgb(171,174,170);
    top: 10px;
    opacity: 0.8;
}.about-this-fZuvr .team-bios-SvgRd::after {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 20px;
    bottom: 10px;
    content: "";
    background: rgb(128,130,128);
    position: absolute;
    width: 20px;
    z-index: 1;
    opacity: 0.8;
    left: 10px;
}.about-this-fZuvr .team-bios-SvgRd span {
    position: relative;
    margin-bottom: 15px;
    transform: translateX(-15px);
    background: linear-gradient(to right, rgb(171,174,170,0.5), transparent);
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: rgb(171,174,170);
    padding: 5px 15px;
}.about-this-fZuvr .team-bios-SvgRd p {
    color: #000000;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
}.about-this-fZuvr .team-bios-SvgRd .img-float-gVicO {
    height: 280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.about-this-fZuvr .team-bios-SvgRd .img-float-gVicO::before {
    z-index: 1;
    background: rgb(171,174,170,0.5);
    content: "";
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.about-this-fZuvr .team-bios-SvgRd:hover .img-float-gVicO {
    transform: scale(1.03);
}.about-this-fZuvr .team-bios-SvgRd:hover .img-float-gVicO::before {
    opacity: 0.2;
}.about-this-fZuvr .edu-beliefs-YJ3bl {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: all 0.4s ease;
    padding: 40px;
    position: relative;
    min-width: 300px;
    flex: 1;
    z-index: 2;
}.about-this-fZuvr .edu-beliefs-YJ3bl::before {
    opacity: 0.8;
    position: absolute;
    height: 20px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: rgb(128,130,128);
    top: 10px;
    width: 20px;
    left: 10px;
    content: "";
}.about-this-fZuvr .edu-beliefs-YJ3bl::after {
    opacity: 0.8;
    bottom: 10px;
    height: 20px;
    background: rgb(171,174,170);
    width: 20px;
    position: absolute;
    content: "";
    z-index: 1;
    right: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}.about-this-fZuvr .edu-beliefs-YJ3bl p {
    position: relative;
    background: linear-gradient(to bottom, rgb(128,130,128,0.5), transparent);
    border-radius: 10px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.7;
    font-size: 15px;
    padding: 20px;
}.about-this-fZuvr .edu-beliefs-YJ3bl .fast-guide-08HFx {
    position: relative;
    height: 180px;
    transition: all 0.5s ease;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 180px;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
}.about-this-fZuvr .edu-beliefs-YJ3bl .fast-guide-08HFx::before {
    inset: 0;
    content: "";
    background: 
        linear-gradient(
            -45deg,
            rgb(128,130,128,0.5),
            transparent 60%
        );
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.6;
}.about-this-fZuvr .edu-beliefs-YJ3bl .fast-guide-08HFx::after {
    content: "";
    box-shadow: inset 0 0 0 2px rgb(128,130,128);
    inset: 0;
    transition: all 0.5s ease;
    z-index: 2;
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    opacity: 0.5;
    position: absolute;
}.about-this-fZuvr .edu-beliefs-YJ3bl:hover .fast-guide-08HFx::after {
    opacity: 1;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
}.about-this-fZuvr .team-bios-SvgRd:hover,
.about-this-fZuvr .edu-beliefs-YJ3bl:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.about-this-fZuvr {
    padding: 90px 0;
}.about-this-fZuvr .skill-space-2Xft9 {
    flex-direction: column;
    align-items: center;
}.about-this-fZuvr h3 {
    text-align: center;
    font-size: calc(47px * 0.9);
}.about-this-fZuvr h3::after {
    left: 50%;
    transform: translateX(-50%);
}.about-this-fZuvr .team-bios-SvgRd,
    .about-this-fZuvr .edu-beliefs-YJ3bl {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.about-this-fZuvr {
    padding: 70px 0;
}.about-this-fZuvr h3 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.about-this-fZuvr .team-bios-SvgRd,
    .about-this-fZuvr .edu-beliefs-YJ3bl {
    padding: 30px;
}.about-this-fZuvr .team-bios-SvgRd .img-float-gVicO {
    height: 240px;
}.about-this-fZuvr .team-bios-SvgRd span {
    font-size: calc(22px * 0.9);
}.about-this-fZuvr .edu-beliefs-YJ3bl .fast-guide-08HFx {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 576px) {.about-this-fZuvr {
    padding: 50px 0;
}.about-this-fZuvr .container {
    padding: 0 20px;
}.about-this-fZuvr h3 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.about-this-fZuvr .team-bios-SvgRd,
    .about-this-fZuvr .edu-beliefs-YJ3bl {
    padding: 25px;
    clip-path: none;
}.about-this-fZuvr .team-bios-SvgRd .img-float-gVicO {
    height: 200px;
}.about-this-fZuvr .edu-beliefs-YJ3bl p {
    padding: 15px;
}.about-this-fZuvr .edu-beliefs-YJ3bl .fast-guide-08HFx {
    height: 140px;
    width: 140px;
}}.leadership-profile-zg8Hk {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(207,204,190) 0%, rgb(171,174,170,0.5) 70%, rgb(128,130,128,0.5) 100%);
    overflow: hidden;
}.leadership-profile-zg8Hk::before {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background-size: 120px 120px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,174,170,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(171,174,170,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(171,174,170,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(171,174,170,0.5) 2px, transparent 2px);
    z-index: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
}.leadership-profile-zg8Hk::after {
    content: "";
    top: -50%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(-15deg);
    right: -50%;
    height: 90%;
    background: radial-gradient(ellipse at center, rgb(128,130,128,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 90%;
}.leadership-profile-zg8Hk .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.leadership-profile-zg8Hk .success-quotes-ygxdF {
    border-left: 4px solid rgb(171,174,170);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    transform: perspective(1200px) rotateX(2deg);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.leadership-profile-zg8Hk .success-quotes-ygxdF:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:first-child {
    justify-content: center;
    display: flex;
}.leadership-profile-zg8Hk .img-float-gVicO {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(171,174,170,0.5);
    transition: all 0.4s ease-out;
}.leadership-profile-zg8Hk .success-quotes-ygxdF:hover .img-float-gVicO {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(171,174,170);
    transform: translateY(-5px) scale(1.05);
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(2) {
    position: relative;
    text-align: center;
}.leadership-profile-zg8Hk .name {
    transform: translateZ(0);
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    padding-bottom: 0.5rem;
}.leadership-profile-zg8Hk .name::after {
    position: absolute;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, transparent, rgb(171,174,170), transparent);
    content: "";
    width: 40%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
}.leadership-profile-zg8Hk .success-quotes-ygxdF:hover .name::after {
    width: 70%;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(2) > div {
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: calc(13px - 0.1rem);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    color: rgb(128,130,128);
    background: linear-gradient(to right, rgba(rgb(171,174,170,0.5), 0.1), rgba(rgb(171,174,170,0.5), 0), rgba(rgb(171,174,170,0.5), 0.1));
}.leadership-profile-zg8Hk .experience-details-pji2r {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 13px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 1.5rem;
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    position: relative;
}.leadership-profile-zg8Hk .experience-details-pji2r::before,
.leadership-profile-zg8Hk .experience-details-pji2r::after {
    color: rgb(171,174,170,0.5);
    font-family: serif;
    font-size: 3.5rem;
    content: "";
    position: absolute;
    line-height: 1;
}.leadership-profile-zg8Hk .experience-details-pji2r::before {
    left: 0;
    top: -0.5rem;
}.leadership-profile-zg8Hk .experience-details-pji2r::after {
    bottom: -1.5rem;
    right: 0;
    content: "";
}

@media (min-width: 768px) {.leadership-profile-zg8Hk .success-quotes-ygxdF {
    gap: 1.5rem 2.5rem;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto 1fr;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:first-child {
    grid-row: 1 / 3;
    align-self: center;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.leadership-profile-zg8Hk .name::after {
    left: 0;
    transform: none;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(171,174,170,0.5), 0.1), rgba(rgb(171,174,170,0.5), 0));
    padding-left: 0;
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.leadership-profile-zg8Hk {
    padding: 8rem 0;
}.leadership-profile-zg8Hk .success-quotes-ygxdF {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
    margin: 0 auto;
}.leadership-profile-zg8Hk .success-quotes-ygxdF:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.leadership-profile-zg8Hk .img-float-gVicO {
    height: 180px;
    width: 180px;
}.leadership-profile-zg8Hk .experience-details-pji2r {
    font-size: calc(13px + 0.1rem);
    padding: 2rem;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.leadership-profile-zg8Hk .success-quotes-ygxdF {
    max-width: 80%;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.leadership-profile-zg8Hk .img-float-gVicO {
    width: 200px;
    height: 200px;
}.leadership-profile-zg8Hk .name {
    font-size: calc(21px + 0.2rem);
}.leadership-profile-zg8Hk .success-quotes-ygxdF > div:nth-child(2) > div {
    font-size: 13px;
}
}

@media (max-width: 767px) {.leadership-profile-zg8Hk {
    padding: 4rem 0;
}.leadership-profile-zg8Hk .success-quotes-ygxdF {
    padding: 2rem 1.5rem;
}.leadership-profile-zg8Hk .experience-details-pji2r {
    padding: 1rem 0.5rem;
}.leadership-profile-zg8Hk .experience-details-pji2r::before,
    .leadership-profile-zg8Hk .experience-details-pji2r::after {
    font-size: 2.5rem;
}}.cookie-window-dialog-dgTje {
    width: 100%;
    bottom: 0;
    position: fixed;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1050;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(171,174,170);
}.policy-ack-b8TJr {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.accept-cookies-nqASp {
    margin-right: 15px;
    flex-shrink: 0;
}.accept-cookies-nqASp svg {
    fill: rgb(171,174,170);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.manage-tracking-STx6y {
    flex-grow: 1;
    margin-right: 15px;
}.manage-tracking-STx6y h5 {
    color: rgb(171,174,170);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}.manage-tracking-STx6y p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}.visitor-controls-1oPkY {
    border-radius: 10px;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    user-select: none;
    margin-left: 10px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5;
    white-space: nowrap;
}.cookie_button.cookie-overview-z0YX6 {
    background-color: rgb(171,174,170);
    color: #ffffff;
    border-color: rgb(171,174,170);
}#privacyAlertWindow-f7rEP {
    display: none;
}#privacyAlertWindow-f7rEP:checked ~ .cookie-window-dialog-dgTje {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie-overview-z0YX6:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-list-7IqTn {
    color: #000000;
    background-color: rgb(128,130,128);
    border-color: rgb(128,130,128);
}.cookie_button.cookie-list-7IqTn:hover {
    color: #ffffff;
    background-color: rgb(171,174,170);
    border-color: rgb(171,174,170);
}.cookie-window-dialog-dgTje p a {
    color: rgb(171,174,170);
    text-decoration: underline;
}.cookie-window-dialog-dgTje p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.manage-tracking-STx6y h5 {
    font-size: calc(18px - 2px);
}.manage-tracking-STx6y p {
    font-size: calc(14px - 2px);
}.visitor-controls-1oPkY {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.policy-ack-b8TJr {
    flex-direction: column;
    align-items: center;
}.accept-cookies-nqASp {
    margin-bottom: 10px;
}.manage-tracking-STx6y {
    text-align: center;
    margin-bottom: 15px;
}.visitor-controls-1oPkY {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.get-in-touch-fv6OQ {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.get-in-touch-fv6OQ::before {
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
}.get-in-touch-fv6OQ::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(171,174,170,0.5) 0%, transparent 50%, rgb(128,130,128,0.5) 100%);
    height: 100%;
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    position: absolute;
    content: '';
    left: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.get-in-touch-fv6OQ .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.get-in-touch-fv6OQ .contact-reach-fpx2s {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.get-in-touch-fv6OQ .contact-reach-fpx2s::before {
    position: absolute;
    left: -50%;
    height: 200%;
    pointer-events: none;
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(171,174,170,0.5) 0%, transparent 30%);
    opacity: 0.1;
    top: -50%;
    content: '';
    width: 200%;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.get-in-touch-fv6OQ .query-block-LTJle {
    background: linear-gradient(145deg, rgb(171,174,170,0.5) 0%, rgb(128,130,128,0.5) 100%);
    flex: 1;
    padding: 50px;
    overflow: hidden;
    position: relative;
}.get-in-touch-fv6OQ .query-block-LTJle::after {
    position: absolute;
    height: 100%;
    width: 100px;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    top: 0;
    content: '';
}.get-in-touch-fv6OQ .query-block-LTJle h3 {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    padding-bottom: 15px;
}.get-in-touch-fv6OQ .query-block-LTJle h3::after {
    height: 3px;
    position: absolute;
    background: #ffffff;
    width: 80px;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    content: '';
}.get-in-touch-fv6OQ .query-block-LTJle div {
    padding-left: 15px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    transform: translateX(0);
    position: relative;
    transition: transform 0.3s ease;
}.get-in-touch-fv6OQ .query-block-LTJle div:hover {
    transform: translateX(10px);
}.get-in-touch-fv6OQ .query-block-LTJle div::before {
    border-radius: 10px;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    width: 5px;
    top: 50%;
    content: '';
    height: 0;
    background: #ffffff;
    left: 0;
}.get-in-touch-fv6OQ .query-block-LTJle div:hover::before {
    height: 80%;
    top: 10%;
}.get-in-touch-fv6OQ .query-block-LTJle svg {
    margin-right: 15px;
    fill: #ffffff;
    width: 24px;
    height: 24px;
}.get-in-touch-fv6OQ .query-block-LTJle svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.get-in-touch-fv6OQ .query-block-LTJle div:hover svg path {
    fill: rgb(128,130,128);
}.get-in-touch-fv6OQ .query-block-LTJle span {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}.get-in-touch-fv6OQ .query-block-LTJle span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.get-in-touch-fv6OQ .query-block-LTJle span a:hover {
    color: rgb(128,130,128);
}.get-in-touch-fv6OQ .help-section-KP2a6 {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 50px;
    flex: 1.2;
}.get-in-touch-fv6OQ .help-section-KP2a6::before {
    right: -100px;
    height: 200px;
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    width: 200px;
    background: radial-gradient(circle, rgb(128,130,128,0.5) 0%, transparent 70%);
    position: absolute;
    top: -100px;
    content: '';
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.get-in-touch-fv6OQ .help-section-KP2a6 h3 {
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}.get-in-touch-fv6OQ .help-section-KP2a6 h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: rgb(128,130,128);
    height: 2px;
    bottom: -15px;
    content: '';
    border-radius: 10px;
    position: absolute;
}.get-in-touch-fv6OQ .help-section-KP2a6 form {
    display: flex;
    flex-direction: column;
}.get-in-touch-fv6OQ .help-section-KP2a6 input[type="text"],
.get-in-touch-fv6OQ .help-section-KP2a6 input[type="email"] {
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: #ffffff;
}.get-in-touch-fv6OQ .help-section-KP2a6 input[type="text"]:focus,
.get-in-touch-fv6OQ .help-section-KP2a6 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(128,130,128,0.5);
    border-color: rgb(128,130,128);
    outline: none;
}.get-in-touch-fv6OQ .help-section-KP2a6 input[type="text"]::placeholder,
.get-in-touch-fv6OQ .help-section-KP2a6 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label {
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label::before {
    left: 0;
    height: 18px;
    transition: all 0.3s ease;
    width: 18px;
    top: 2px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    position: absolute;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label::after {
    content: '';
    left: 5px;
    transform: rotate(-45deg) scale(0);
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 9px;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 4px;
    transition: all 0.2s ease;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz input[type="checkbox"]:checked + label::before {
    background: rgb(128,130,128,0.5);
    border-color: rgb(128,130,128);
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(128,130,128);
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn {
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(171,174,170) 0%, rgb(128,130,128) 100%);
    border: none;
    overflow: hidden;
    padding: 15px 30px;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    border-radius: 30px;
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn::before {
    top: 0;
    left: -100%;
    z-index: -1;
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn:hover::before {
    left: 100%;
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.get-in-touch-fv6OQ {
    padding: 80px 0;
}.get-in-touch-fv6OQ .contact-reach-fpx2s {
    flex-direction: column;
}.get-in-touch-fv6OQ .query-block-LTJle,
    .get-in-touch-fv6OQ .help-section-KP2a6 {
    padding: 40px;
}.get-in-touch-fv6OQ .query-block-LTJle {
    text-align: center;
}.get-in-touch-fv6OQ .query-block-LTJle h3::after {
    left: 50%;
    transform: translateX(-50%);
}.get-in-touch-fv6OQ .query-block-LTJle div {
    padding-left: 0;
    justify-content: center;
}.get-in-touch-fv6OQ .query-block-LTJle div::before {
    display: none;
}
}

@media (max-width: 768px) {.get-in-touch-fv6OQ {
    padding: 60px 0;
}.get-in-touch-fv6OQ .query-block-LTJle,
    .get-in-touch-fv6OQ .help-section-KP2a6 {
    padding: 30px;
}.get-in-touch-fv6OQ .query-block-LTJle h3,
    .get-in-touch-fv6OQ .help-section-KP2a6 h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.get-in-touch-fv6OQ .query-block-LTJle div {
    margin-bottom: 20px;
}.get-in-touch-fv6OQ .help-section-KP2a6 input[type="text"],
    .get-in-touch-fv6OQ .help-section-KP2a6 input[type="email"] {
    padding: 12px 15px;
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.get-in-touch-fv6OQ {
    padding: 40px 0;
}.get-in-touch-fv6OQ .container {
    padding: 0 10px;
}.get-in-touch-fv6OQ .query-block-LTJle,
    .get-in-touch-fv6OQ .help-section-KP2a6 {
    padding: 20px;
}.get-in-touch-fv6OQ .query-block-LTJle h3,
    .get-in-touch-fv6OQ .help-section-KP2a6 h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.7);
}.get-in-touch-fv6OQ .query-block-LTJle svg {
    width: 20px;
    height: 20px;
}.get-in-touch-fv6OQ .help-section-KP2a6 .query-message-En4Jz label {
    font-size: calc(16px * 0.9);
}.get-in-touch-fv6OQ .help-section-KP2a6 .support-widget-2hmSn {
    width: 100%;
}}.homepage-bDqyA {
    justify-content: center;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    align-items: center;
    padding: 5rem 2rem;
}.homepage-bDqyA::before {
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(110deg, rgb(171,174,170,0.5) 15%, transparent 50%);
}.homepage-bDqyA::after {
    background: linear-gradient(210deg, rgb(128,130,128,0.5) 0%, transparent 90%);
    bottom: 0;
    content: "";
    right: 0;
    width: 40%;
    height: 30%;
    z-index: 1;
    position: absolute;
}.homepage-bDqyA .course-first-mv0kK {
    max-width: 1200px;
    transform: translateY(-2vh);
    width: 100%;
    position: relative;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    z-index: 2;
}.homepage-bDqyA .course-first-mv0kK > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.homepage-bDqyA h3 {
    line-height: 1.5;
    max-width: 90%;
    padding-left: 2rem;
    font-weight: 600;
    color: #000000;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-size: calc(21px * 1.1);
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.homepage-bDqyA h3::before {
    height: calc(100% - 0.4em);
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(171,174,170), rgb(128,130,128));
    top: 0.2em;
    width: 5px;
    position: absolute;
    border-radius: 10px;
}.homepage-bDqyA .quick-studies-vHDR2 {
    align-items: center;
    display: flex;
    min-height: 450px;
    border-radius: 1.5rem;
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.homepage-bDqyA .quick-studies-vHDR2::before {
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
}.homepage-bDqyA .quick-studies-vHDR2 > div {
    width: 100%;
    z-index: 2;
    display: flex;
    padding: 3rem;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}.homepage-bDqyA .quick-studies-vHDR2 p {
    position: relative;
    opacity: 0;
    color: #ffffff;
    padding-bottom: 1rem;
    transform: translateX(-15px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    line-height: 1.6;
    max-width: 80%;
    font-weight: 400;
    font-size: calc(15px * 1.2);
}.homepage-bDqyA .quick-studies-vHDR2 p::after {
    transform-origin: left;
    background: #ffffff;
    content: "";
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    width: 80px;
    left: 0;
}.homepage-bDqyA .title_style_header {
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    margin-top: 0.5rem;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 38px);
    letter-spacing: -0.03em;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes growWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}


.homepage-bDqyA .quick-studies-vHDR2:hover {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px) scale(1.01);
}.homepage-bDqyA .quick-studies-vHDR2:hover::before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
    transition: all 0.5s ease;
}.homepage-bDqyA .quick-studies-vHDR2:hover .title_style_header {
    transition: all 0.4s ease;
    transform: translateY(-3px);
}


@media (min-width: 768px) {.homepage-bDqyA {
    padding: 5rem 3rem;
}.homepage-bDqyA .course-first-mv0kK > div {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}.homepage-bDqyA h3 {
    margin-bottom: 0;
    font-size: calc(21px * 1.2);
}.homepage-bDqyA .quick-studies-vHDR2 {
    min-height: 500px;
}.homepage-bDqyA .quick-studies-vHDR2 > div {
    justify-content: center;
    padding: 4rem;
}.homepage-bDqyA .title_style_header {
    font-size: clamp(3rem, 6vw, calc(38px * 1.2));
}
}

@media (min-width: 1024px) {.homepage-bDqyA {
    padding: 5rem 4rem;
}.homepage-bDqyA .course-first-mv0kK > div {
    gap: 5rem;
}.homepage-bDqyA h3 {
    padding-left: 3rem;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}.homepage-bDqyA h3:hover {
    transform: perspective(1000px) rotateY(0);
}.homepage-bDqyA h3::before {
    width: 8px;
}.homepage-bDqyA .quick-studies-vHDR2 {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
}.homepage-bDqyA .quick-studies-vHDR2:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.homepage-bDqyA .quick-studies-vHDR2 > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.homepage-bDqyA {
    padding: 4rem 1.5rem;
}.homepage-bDqyA h3 {
    max-width: 100%;
    font-size: calc(21px * 1);
    padding-left: 1.5rem;
}.homepage-bDqyA .quick-studies-vHDR2 {
    min-height: 400px;
}.homepage-bDqyA .quick-studies-vHDR2 > div {
    padding: 2rem;
}.homepage-bDqyA .quick-studies-vHDR2 p {
    font-size: 15px;
    max-width: 100%;
}}.secure-zone-GlAEU {
    background: linear-gradient(135deg, rgb(207,204,190) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.secure-zone-GlAEU::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(171,174,170,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    transform: translateZ(0);
    left: 0;
    content: "";
    opacity: 0.07;
}.secure-zone-GlAEU::after {
    content: "";
    width: 40%;
    right: -10%;
    position: absolute;
    opacity: 0.12;
    background: radial-gradient(circle, rgb(128,130,128,0.5) 0%, transparent 70%);
    top: -10%;
    height: 40%;
    transform: translateZ(0);
    z-index: 0;
}.secure-zone-GlAEU .container {
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.secure-zone-GlAEU h1 {
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    margin-bottom: 2rem;
    font-size: 43px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(171,174,170);
}.secure-zone-GlAEU h1::after {
    position: absolute;
    content: "";
    transform-origin: left;
    height: 3px;
    background: linear-gradient(90deg, rgb(171,174,170) 0%, rgb(128,130,128) 100%);
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 40%;
    left: 0;
}.secure-zone-GlAEU h1:hover::after {
    width: 100%;
}.secure-zone-GlAEU h2 {
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    color: rgb(171,174,170);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    transform: translateZ(0);
    border-left: 3px solid rgb(128,130,128);
    font-size: 38px;
}.secure-zone-GlAEU h3 {
    transform: translateZ(0);
    color: rgb(128,130,128);
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
}.secure-zone-GlAEU h4 {
    position: relative;
    transform: translateZ(0);
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(38px * 0.75);
    font-family: Arial, sans-serif;
    font-weight: 400;
}.secure-zone-GlAEU h4::after {
    width: 30px;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    background-color: rgb(128,130,128,0.5);
}.secure-zone-GlAEU p {
    font-family: Arial, sans-serif;
    margin-bottom: 1.25rem;
    max-width: 90ch;
    transform: translateZ(0);
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}.secure-zone-GlAEU p strong {
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(128,130,128), 0.08) 50%, transparent 100%);
    display: inline-block;
    position: relative;
    color: #000000;
    padding: 0 4px;
    font-weight: 600;
}.secure-zone-GlAEU span {
    border-left: 1px dashed rgb(128,130,128,0.5);
    line-height: 1.65;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
    display: block;
    transform: translateZ(0);
    padding-left: 1rem;
}.secure-zone-GlAEU ul {
    padding-left: 0;
    transform: translateZ(0);
    margin: 1.5rem 0;
    list-style-type: none;
    position: relative;
}.secure-zone-GlAEU ul::before {
    position: absolute;
    content: "";
    width: 1px;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to bottom, rgb(128,130,128,0.5), transparent);
    left: 10px;
    bottom: 0;
}.secure-zone-GlAEU li {
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.secure-zone-GlAEU li::before {
    position: absolute;
    left: 5px;
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 10px;
    content: "";
    border: 1px solid rgb(128,130,128);
    background-color: rgba(255, 255, 255, 0.8);
    height: 10px;
    transform: rotate(45deg);
}.secure-zone-GlAEU li:hover::before {
    background-color: rgb(128,130,128,0.5);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.secure-zone-GlAEU {
    padding: 3rem 1.5rem;
}.secure-zone-GlAEU .container {
    padding: 1.5rem;
}.secure-zone-GlAEU h1 {
    font-size: calc(43px * 0.9);
}.secure-zone-GlAEU h2 {
    font-size: calc(38px * 0.9);
    padding-left: 0.75rem;
}.secure-zone-GlAEU h3 {
    font-size: calc(38px * 0.75);
}.secure-zone-GlAEU h4 {
    font-size: calc(38px * 0.65);
}
}

@media (max-width: 768px) {.secure-zone-GlAEU {
    padding: 2rem 1rem;
}.secure-zone-GlAEU .container {
    padding: 1.25rem;
}.secure-zone-GlAEU h1 {
    font-size: calc(43px * 0.8);
}.secure-zone-GlAEU h2 {
    font-size: calc(38px * 0.8);
    margin: 2rem 0 1rem;
}.secure-zone-GlAEU p {
    font-size: calc(13px * 0.95);
}.secure-zone-GlAEU span {
    font-size: calc(13px * 0.9);
}.secure-zone-GlAEU li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.secure-zone-GlAEU {
    padding: 1.5rem 0.75rem;
}.secure-zone-GlAEU .container {
    padding: 1rem;
}.secure-zone-GlAEU h1 {
    font-size: calc(43px * 0.7);
}.secure-zone-GlAEU h2 {
    padding-left: 0.5rem;
    font-size: calc(38px * 0.7);
}.secure-zone-GlAEU h3 {
    font-size: calc(38px * 0.65);
}.secure-zone-GlAEU h4 {
    font-size: calc(38px * 0.55);
}.secure-zone-GlAEU p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.secure-zone-GlAEU span {
    font-size: calc(13px * 0.85);
    padding-left: 0.75rem;
}.secure-zone-GlAEU ul {
    margin: 1.25rem 0;
}.secure-zone-GlAEU li {
    font-size: calc(13px * 0.9);
    padding-left: 1.75rem;
}.secure-zone-GlAEU li::before {
    height: 8px;
    width: 8px;
}}footer {
    position: relative;
    width: 100%;
}footer .webinar-live-FeTbZ {
    background:rgb(128,130,128);
    position: relative;
    color: #ffffff;
    padding: 250px 0 30px;
    font-family: Arial, sans-serif;
}footer .webinar-live-FeTbZ::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(171,174,170) 25%, rgb(128,130,128) 25%, rgb(128,130,128) 50%, rgb(171,174,170) 50%, rgb(171,174,170) 75%, rgb(128,130,128) 75%);
    height: 20px;
    position: absolute;
    left: 0;
}footer .search-foot-bopRz {
    position: relative;
    z-index: 1;
}footer .msg-form-a0K8g {
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    position: absolute;
    justify-content: space-between;
    flex-wrap: wrap;
    left: 0;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    right: 0;
    top: -120px;
}footer .info_item {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    flex: 1 1 250px;
    align-items: center;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(171,174,170);
    height: 3px;
    content: "";
    bottom: 0;
    width: 0;
    position: absolute;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    flex-shrink: 0;
    fill: rgb(171,174,170);
    margin-right: 15px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(171,174,170);
}footer .text_main_holder {
    margin-top: 100px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}footer .nav-study-y6ujB {
    padding: 0 25px;
    position: relative;
}footer .nav-study-y6ujB svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .edu-global-2wvXY {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
}footer .top-core-eWlOt {
    position: relative;
    padding: 0 25px;
}footer .top-core-eWlOt h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 23px;
}footer .top-core-eWlOt h5::after {
    left: 0;
    background-color: rgb(171,174,170);
    bottom: -2px;
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
}footer .nav-sitewrap-30Uah {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .nav-sitewrap-30Uah a {
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
}footer .nav-sitewrap-30Uah a:hover {
    background-color: rgb(171,174,170);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 24px;
    position: relative;
    padding: 30px 25px;
    background-color: rgb(128,130,128,0.5);
}footer .subscribe_holder h5 {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder::before {
    height: 50px;
    border-radius: 50%;
    background-color: rgb(171,174,170);
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0.1;
    right: -10px;
    width: 50px;
    top: -10px;
}footer .input_holder::after {
    opacity: 0.1;
    border-radius: 50%;
    width: 70px;
    bottom: -20px;
    left: -10px;
    position: absolute;
    z-index: -1;
    background-color: rgb(128,130,128);
    content: "";
    height: 70px;
}footer .input_holder input[type="email"] {
    border: none;
    border-radius: 10px;
    font-size: 13px;
    padding: 15px;
    color: rgb(128,130,128);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .sub-settings-2YLso {
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    background-color: rgb(171,174,170);
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}footer .sub-settings-2YLso::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
}footer .sub-settings-2YLso:hover {
    background-color: rgb(128,130,128);
}footer .sub-settings-2YLso:hover::before {
    left: 100%;
}footer .grant-info-0McfK {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
}footer .sec-cert-toGNA {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

@media (min-width: 768px) {footer .webinar-live-FeTbZ {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-settings-2YLso {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .msg-form-a0K8g {
    margin-bottom: 80px;
    top: 0;
    position: relative;
}footer .webinar-live-FeTbZ {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .top-core-eWlOt, footer .subscribe_holder, footer .nav-study-y6ujB {
    padding: 20px;
}footer .grant-info-0McfK {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .top-core-eWlOt h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .nav-sitewrap-30Uah a {
    font-size: calc(13px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub-settings-2YLso {
    padding: 12px;
}}.statistical-details-WemiK {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,190) 0%, rgba(245, 245, 250, 0.9) 100%);
}.statistical-details-WemiK::before {
    content: "";
    top: 0;
    opacity: 0.1;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,174,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(128,130,128,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.statistical-details-WemiK h3 {
    font-weight: 600;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 38px;
    color: #000000;
    transform: translateY(20px);
    letter-spacing: 0.015em;
    position: relative;
    margin-bottom: 3.5rem;
    opacity: 0;
    text-align: center;
    font-family: Arial, sans-serif;
}.statistical-details-WemiK h3::after {
    width: 60px;
    height: 3px;
    bottom: -16px;
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    content: "";
    background: rgb(171,174,170);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.statistical-details-WemiK .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.statistical-details-WemiK ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 2rem;
}.statistical-details-WemiK .statistics-expert-lzbZT {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(171,174,170);
    animation-delay: calc(0.15s * var(--i, 0));
    background: #ffffff;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    opacity: 0;
    padding: 1.8rem 1.5rem;
    animation: statAppear 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(1) {
    --i: 1;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(2) {
    --i: 2;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(3) {
    --i: 3;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(4) {
    --i: 4;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(5) {
    --i: 5;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(6) {
    --i: 6;
}.statistical-details-WemiK .statistics-expert-lzbZT:nth-child(7) {
    --i: 7;
}.statistical-details-WemiK .statistics-expert-lzbZT::before {
    height: 0;
    width: 0;
    transition: opacity 0.3s ease;
    content: "";
    border-width: 0 20px 20px 0;
    border-color: transparent rgb(128,130,128,0.5) transparent transparent;
    opacity: 0;
    top: 0;
    border-style: solid;
    position: absolute;
    right: 0;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) !important;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover::before {
    opacity: 1;
}.statistical-details-WemiK .statistics-expert-lzbZT span {
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.05);
    margin-bottom: 0.8rem;
    display: block;
    letter-spacing: 0.01em;
    position: relative;
    transition: transform 0.3s ease;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover span {
    transform: translateX(5px);
}.statistical-details-WemiK .statistics-expert-lzbZT p {
    -webkit-background-clip: text !important;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    color: rgb(171,174,170);
    background: linear-gradient(135deg, rgb(171,174,170) 0%, rgb(128,130,128) 100%);
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
    line-height: 1.1;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover p {
    transform: scale(1.05);
}.statistical-details-WemiK .statistics-expert-lzbZT p::after {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 40px;
    background: linear-gradient(90deg, rgb(171,174,170) 0%, transparent 100%);
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    height: 2px;
    bottom: -5px;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover p::after {
    transform: scaleX(1);
}

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

@keyframes expandLine {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@media (min-width: 768px) {.statistical-details-WemiK {
    padding: 8rem 3rem;
}.statistical-details-WemiK h3 {
    font-size: calc(38px * 1.1);
    margin-bottom: 4.5rem;
}.statistical-details-WemiK ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.statistical-details-WemiK .statistics-expert-lzbZT {
    padding: 2.2rem 1.8rem;
}
}

@media (min-width: 992px) {.statistical-details-WemiK {
    padding: 10rem 4rem;
}.statistical-details-WemiK .container {
    padding: 0 2rem;
}.statistical-details-WemiK ul {
    gap: 3rem 2rem;
    grid-template-columns: repeat(3, 1fr);
}.statistical-details-WemiK .statistics-expert-lzbZT {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform-origin: center;
}.statistical-details-WemiK .statistics-expert-lzbZT:hover {
    transform: translateY(-8px) !important;
}
}

@media (max-width: 767px) {.statistical-details-WemiK {
    padding: 4rem 1.5rem;
}.statistical-details-WemiK h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 3rem;
}.statistical-details-WemiK ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statistical-details-WemiK .statistics-expert-lzbZT {
    padding: 1.5rem 1.2rem;
}.statistical-details-WemiK .statistics-expert-lzbZT span {
    font-size: 13px;
}.statistical-details-WemiK .statistics-expert-lzbZT p {
    font-size: calc(38px * 1.1);
}
}