* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    margin: auto;
    width: 1221px;
    max-width: 100%;
}.wrapper-template-9312 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.eng-center-9654 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.nav-learning-1895 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: fixed;
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, rgb(173,181,151) 100%);
    z-index: 1000;
    border-bottom: 1px solid rgb(173,181,151,0.5);
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}header:before {
    position: absolute;
    left: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, transparent, rgb(173,181,151,0.5), transparent);
    width: 100%;
    pointer-events: none;
    top: 0;
    content: '';
    animation: shine 8s infinite linear;
    opacity: 0.4;
    height: 100%;
}header .nav-block-8705 {
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}header .header-bar-7981 {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .head-mentor-4360 {
    display: flex;
    position: relative;
    gap: 25px;
}header .head-mentor-4360:before {
    content: '';
    height: 1px;
    bottom: -8px;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(173,181,151), transparent);
    transition: transform 0.6s ease;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 100%;
}header .head-mentor-4360:hover:before {
    transform: scaleX(1);
}header .header-lesson-1620 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
}header .header-lesson-1620:after {
    content: '';
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    transform-origin: right;
    width: 100%;
    background: rgb(173,181,151);
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}header .header-lesson-1620:before {
    width: 4px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    background: rgb(173,181,151);
    transition: all 0.3s ease;
    opacity: 0;
    top: 0;
    content: '';
    left: 50%;
    border-radius: 50%;
}header .header-lesson-1620:hover {
    color: rgb(173,181,151);
    text-shadow: 0 0 8px rgb(173,181,151,0.5);
}header .header-lesson-1620:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .header-lesson-1620:hover:before {
    opacity: 1;
}header .nav-class-8527 {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}header .nav-class-8527 svg {
    filter: drop-shadow(0 0 4px rgb(173,181,151,0.5));
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
}header .nav-class-8527:hover svg {
    transform: scale(1.05);
}header .nav-class-8527:after {
    background: rgb(173,181,151);
    left: 50%;
    transition: width 0.4s ease;
    height: 1px;
    content: '';
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
}header .nav-class-8527:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head-mentor-4360 {
    gap: 15px;
}header .header-lesson-1620 {
    font-size: calc(13px - 1px);
}header .nav-class-8527 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-mentor-4360 {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    position: fixed;
    gap: 20px;
    top: 0;
    max-width: 300px;
    overflow-y: auto;
    z-index: 1001;
    right: -100%;
    background: #000000;
    padding: 80px 30px 30px;
    flex-direction: column;
    height: 100vh;
    transition: right 0.4s ease;
}header .menu.active {
    right: 0;
}header .header-lesson-1620 {
    border-bottom: 1px solid rgb(173,181,151,0.5);
    width: 100%;
    padding: 10px 5px;
}header .head-mentor-4360:before {
    display: none;
}header .nav-class-8527 {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav-class-8527 svg {
    height: 30px;
}}.consentInformationPopup-3019 {
    bottom: 0;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(140,161,99);
    border-top: 3px solid rgb(173,181,151);
    width: 100%;
    position: fixed;
    padding: 15px 20px;
}.visitor-controls-2376 {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.data-opt-2180 {
    flex-shrink: 0;
    margin-right: 20px;
}.data-opt-2180 svg {
    height: 50px;
    fill: rgb(173,181,151);
    width: 50px;
}.cookie-show-4162 {
    flex-direction: column;
    max-width: 600px;
    display: flex;
    justify-content: center;
}.consentInformationPopup-3019 h5 {
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 10px;
}.consentInformationPopup-3019 p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.privacy-ack-1836 {
    margin-left: 10px;
    transition: none;
    min-width: 150px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    background: rgb(173,181,151);
    border: 2px solid rgb(173,181,151);
    cursor: pointer;
    border-radius: 10px;
    flex-shrink: 0;
}.privacy-ack-1836:hover {
    background: rgb(173,181,151,0.5);
    border-color: rgb(173,181,151,0.5);
}.consentInformationPopup-3019 p a {
    border-bottom: 2px solid rgb(173,181,151);
    color: rgb(173,181,151);
    text-decoration: none;
}.consentInformationPopup-3019 p a:hover {
    border-bottom-color: rgb(140,161,99);
    color: rgb(140,161,99);
}
@media only screen and (max-width: 1200px) {.consentInformationPopup-3019 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.data-opt-2180 {
    display: none;
}.visitor-controls-2376 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.consentInformationPopup-3019 h5, .consentInformationPopup-3019 p {
    text-align: center;
}.cookie-show-4162 {
    margin-bottom: 15px;
}.privacy-ack-1836 {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieUsageBanner-1985 {
    display: none;
}#cookieUsageBanner-1985:checked ~ .consentInformationPopup-3019 {
    opacity: 0;
    visibility: hidden;
}.greeting-page-5382 {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(173,181,151);
}.greeting-page-5382::before {
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(173,181,151) 0px,
            rgb(173,181,151) 10px,
            rgb(173,181,151,0.5) 10px,
            rgb(173,181,151,0.5) 20px
        );
    left: 0;
    width: 100%;
}.greeting-page-5382 .who-weare-1930 {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    height: 100vh;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
}.greeting-page-5382 .learn-entry-1396 {
    overflow: hidden;
    height: 100vh;
    position: relative;
    width: 100%;
}.greeting-page-5382 .learn-entry-1396 input {
    display: none;
}.greeting-page-5382 .learn-skillspro-8945 {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.greeting-page-5382 .course-begin-8260 {
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
}.greeting-page-5382 .course-begin-8260 img {
    filter: brightness(0.9) contrast(1.05);
    object-fit: cover;
    height: 100%;
    width: 100%;
}.greeting-page-5382 .learn-entry-1396 input:nth-child(1):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(1),
.greeting-page-5382 .learn-entry-1396 input:nth-child(2):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(2),
.greeting-page-5382 .learn-entry-1396 input:nth-child(3):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(3),
.greeting-page-5382 .learn-entry-1396 input:nth-child(4):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(4),
.greeting-page-5382 .learn-entry-1396 input:nth-child(5):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(5),
.greeting-page-5382 .learn-entry-1396 input:nth-child(6):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(6),
.greeting-page-5382 .learn-entry-1396 input:nth-child(7):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(7),
.greeting-page-5382 .learn-entry-1396 input:nth-child(8):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(8),
.greeting-page-5382 .learn-entry-1396 input:nth-child(9):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(9),
.greeting-page-5382 .learn-entry-1396 input:nth-child(10):checked ~ .learn-skillspro-8945 .course-begin-8260:nth-child(10) {
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
}.greeting-page-5382 .start-begin-0342 {
    z-index: 10;
    gap: 25px;
    position: absolute;
    flex-direction: column;
    transform: translateY(-50%);
    display: flex;
    top: 50%;
    right: 30px;
}.greeting-page-5382 .start-begin-0342 label {
    border: 2px solid #ffffff;
    cursor: pointer;
    transform-origin: center;
    height: 10px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: transparent;
    display: block;
    position: relative;
    width: 10px;
}.greeting-page-5382 .start-begin-0342 label::before {
    background: #ffffff;
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    transform-origin: right;
    width: 0;
    height: 2px;
    transform: translateY(-50%) scaleX(0);
    position: absolute;
    left: -10px;
}.greeting-page-5382 .learn-entry-1396 input:nth-child(1):checked ~ .start-begin-0342 label:nth-child(1)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(2):checked ~ .start-begin-0342 label:nth-child(2)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(3):checked ~ .start-begin-0342 label:nth-child(3)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(4):checked ~ .start-begin-0342 label:nth-child(4)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(5):checked ~ .start-begin-0342 label:nth-child(5)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(6):checked ~ .start-begin-0342 label:nth-child(6)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(7):checked ~ .start-begin-0342 label:nth-child(7)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(8):checked ~ .start-begin-0342 label:nth-child(8)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(9):checked ~ .start-begin-0342 label:nth-child(9)::before,
.greeting-page-5382 .learn-entry-1396 input:nth-child(10):checked ~ .start-begin-0342 label:nth-child(10)::before {
    width: 20px;
    transform: translateY(-50%) scaleX(1);
}.greeting-page-5382 .learn-entry-1396 input:nth-child(1):checked ~ .start-begin-0342 label:nth-child(1),
.greeting-page-5382 .learn-entry-1396 input:nth-child(2):checked ~ .start-begin-0342 label:nth-child(2),
.greeting-page-5382 .learn-entry-1396 input:nth-child(3):checked ~ .start-begin-0342 label:nth-child(3),
.greeting-page-5382 .learn-entry-1396 input:nth-child(4):checked ~ .start-begin-0342 label:nth-child(4),
.greeting-page-5382 .learn-entry-1396 input:nth-child(5):checked ~ .start-begin-0342 label:nth-child(5),
.greeting-page-5382 .learn-entry-1396 input:nth-child(6):checked ~ .start-begin-0342 label:nth-child(6),
.greeting-page-5382 .learn-entry-1396 input:nth-child(7):checked ~ .start-begin-0342 label:nth-child(7),
.greeting-page-5382 .learn-entry-1396 input:nth-child(8):checked ~ .start-begin-0342 label:nth-child(8),
.greeting-page-5382 .learn-entry-1396 input:nth-child(9):checked ~ .start-begin-0342 label:nth-child(9),
.greeting-page-5382 .learn-entry-1396 input:nth-child(10):checked ~ .start-begin-0342 label:nth-child(10) {
    transform: scale(1.4);
    background: #ffffff;
}.greeting-page-5382 .text-wrap-item-8152 {
    bottom: 15%;
    animation: slideUp 0.8s ease forwards 0.3s;
    opacity: 0;
    z-index: 10;
    border-radius: 29px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(173,181,151,0.5) 100%
    );
    border: 1px solid rgb(140,161,99,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 45%;
    position: absolute;
    left: 10%;
    max-width: 600px;
    transform: translateY(30px);
}@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.greeting-page-5382 .text-wrap-item-8152 .container {
    width: 100%;
    padding: 0;
}.greeting-page-5382 .text-wrap-item-8152 h1 {
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 5px #000000;
    margin-bottom: 20px;
    position: relative;
    font-size: 42px;
}.greeting-page-5382 .text-wrap-item-8152 h1::after {
    background: rgb(140,161,99);
    position: absolute;
    bottom: 0;
    content: "";
    height: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    left: 0;
    width: 60px;
}.greeting-page-5382 .text-wrap-item-8152 h3 {
    font-size: 23px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
    color: rgb(140,161,99);
    font-weight: 600;
}.greeting-page-5382 .text-wrap-item-8152 p {
    text-shadow: 0 1px 3px #000000;
    color: #ffffff;
    opacity: 0.9;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.6;
}.greeting-page-5382 .course-begin-8260::after {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(173,181,151,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}.greeting-page-5382 .start-begin-0342 label:hover {
    transform: scale(1.2);
}.greeting-page-5382 .text-wrap-item-8152::before,
.greeting-page-5382 .text-wrap-item-8152::after {
    border-style: solid;
    width: 30px;
    border-color: rgb(140,161,99);
    position: absolute;
    height: 30px;
    content: "";
}.greeting-page-5382 .text-wrap-item-8152::before {
    left: 15px;
    border-width: 3px 0 0 3px;
    top: 15px;
}.greeting-page-5382 .text-wrap-item-8152::after {
    bottom: 15px;
    border-width: 0 3px 3px 0;
    right: 15px;
}

@media (max-width: 1200px) {.greeting-page-5382 .text-wrap-item-8152 {
    width: 50%;
}
}

@media (max-width: 992px) {.greeting-page-5382 .text-wrap-item-8152 {
    padding: 30px;
    left: 8%;
    max-width: none;
    width: 60%;
}.greeting-page-5382 .text-wrap-item-8152 h1 {
    font-size: calc(42px * 0.9);
}.greeting-page-5382 .start-begin-0342 {
    right: 20px;
    gap: 20px;
}
}

@media (max-width: 768px) {.greeting-page-5382 .text-wrap-item-8152 {
    width: 80%;
    padding: 25px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    max-width: none;
}.greeting-page-5382 .text-wrap-item-8152 h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.greeting-page-5382 .text-wrap-item-8152 h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.greeting-page-5382 .start-begin-0342 {
    left: 20px;
    right: auto;
    gap: 15px;
}
    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }
}

@media (max-width: 576px) {.greeting-page-5382 .text-wrap-item-8152 {
    width: 90%;
    padding: 20px;
    bottom: 8%;
}.greeting-page-5382 .text-wrap-item-8152 h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 10px;
}.greeting-page-5382 .text-wrap-item-8152 h3 {
    margin-bottom: 10px;
    font-size: calc(23px * 0.8);
}.greeting-page-5382 .text-wrap-item-8152 p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.greeting-page-5382 .text-wrap-item-8152::before,
    .greeting-page-5382 .text-wrap-item-8152::after {
    height: 20px;
    width: 20px;
}.greeting-page-5382 .start-begin-0342 {
    left: 15px;
    gap: 12px;
}}

.greeting-page-5382 .learn-entry-1396 input:checked ~ .learn-skillspro-8945 .course-begin-8260 img {
    animation: kenBurns 10s ease infinite alternate;
}@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1) rotate(1deg); }
}.pricing-option-6352 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    position: relative;
}.pricing-option-6352::before {
    border-radius: 10px;
    width: 40%;
    right: -5%;
    background: linear-gradient(120deg, rgb(173,181,151,0.5) 20%, rgb(140,161,99,0.5) 80%);
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.1;
    top: -10%;
    transform: rotate(-15deg);
    height: 70%;
}.pricing-option-6352::after {
    content: "";
    opacity: 0.08;
    position: absolute;
    transform: rotate(10deg);
    left: -3%;
    width: 35%;
    border-radius: 10px;
    z-index: 0;
    height: 50%;
    background: linear-gradient(45deg, rgb(140,161,99,0.5) 30%, rgb(173,181,151,0.5) 70%);
    bottom: -5%;
}.pricing-option-6352 .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.pricing-option-6352 .fee-structure-9041 {
    flex-direction: column;
    display: flex;
}.pricing-option-6352 .learn-deals-4596 {
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
}.pricing-option-6352 .learn-deals-4596 h2 {
    color: #000000;
    position: relative;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.pricing-option-6352 .learn-deals-4596 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(173,181,151), transparent);
    width: 70%;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    bottom: -0.75rem;
}.pricing-option-6352 .study-offers-4305 {
    margin: 0 auto;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
}.pricing-option-6352 .rate-schemes-3714 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
    display: grid;
    order: 2;
}.pricing-option-6352 .cost-matrix-6954 {
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.pricing-option-6352 .cost-matrix-6954:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing-option-6352 .cost-matrix-6954::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99));
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    content: "";
}.pricing-option-6352 .cost-matrix-6954:hover::before {
    transform: translateY(0);
}.pricing-option-6352 .access-plans-2817 {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}.pricing-option-6352 .access-rates-1638 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
}.pricing-option-6352 .access-rates-1638 h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.pricing-option-6352 .access-rates-1638 .cost-fee-3492 {
    font-size: calc(24px * 1.3);
    position: relative;
    color: rgb(173,181,151);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.pricing-option-6352 .access-rates-1638 .cost-fee-3492::after {
    bottom: -0.75rem;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background: rgb(173,181,151,0.5);
    position: absolute;
}.pricing-option-6352 .access-rates-1638 p {
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    word-wrap: break-word;
}.pricing-option-6352 .team-photo-5830 {
    height: 180px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
}.pricing-option-6352 .team-photo-5830::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    width: 100%;
}.pricing-option-6352 .cost-matrix-6954:hover .team-photo-5830 {
    transform: scale(1.05);
}.pricing-option-6352 .cost-matrix-6954:nth-child(odd) .access-rates-1638::before {
    content: "";
    top: 1rem;
    width: 2.5rem;
    z-index: -1;
    background: rgb(173,181,151,0.5);
    opacity: 0.1;
    height: 2.5rem;
    border-radius: 50%;
    position: absolute;
    right: 1rem;
}.pricing-option-6352 .cost-matrix-6954:nth-child(even) .access-rates-1638::before {
    left: 1rem;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    z-index: -1;
    background: rgb(140,161,99,0.5);
    position: absolute;
    width: 2.5rem;
    bottom: 1rem;
    height: 2.5rem;
}

@media (min-width: 992px) {.pricing-option-6352 .fee-structure-9041 {
    flex-direction: row;
}.pricing-option-6352 .learn-deals-4596 {
    justify-content: center;
    order: 2;
    flex-direction: column;
    display: flex;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
    padding-left: 3rem;
}.pricing-option-6352 .learn-deals-4596 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-option-6352 .learn-deals-4596 h2::after {
    left: 0;
    transform: none;
    width: 40%;
}.pricing-option-6352 .study-offers-4305 {
    text-align: left;
    margin: 0;
}.pricing-option-6352 .rate-schemes-3714 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing-option-6352 {
    padding: 5rem 0;
}.pricing-option-6352 .cost-matrix-6954 {
    margin-bottom: 1.5rem;
}.pricing-option-6352 .learn-deals-4596 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-option-6352 {
    padding: 4rem 0;
}.pricing-option-6352 .learn-deals-4596 h2 {
    font-size: calc(28px * 0.9);
}.pricing-option-6352 .access-rates-1638 h3 {
    font-size: 24px;
}.pricing-option-6352 .access-rates-1638 .cost-fee-3492 {
    font-size: calc(24px * 1.15);
}.pricing-option-6352 .team-photo-5830 {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-option-6352 {
    padding: 3rem 0;
}.pricing-option-6352 .container {
    padding: 0 1.5rem;
}.pricing-option-6352 .rate-schemes-3714 {
    gap: 1.5rem;
}.pricing-option-6352 .access-rates-1638 {
    padding: 1.5rem;
}.pricing-option-6352 .team-photo-5830 {
    height: 140px;
}
}

@media (hover: none) {.pricing-option-6352 .cost-matrix-6954:hover {
    transform: none;
}.pricing-option-6352 .cost-matrix-6954:hover .team-photo-5830 {
    transform: none;
}}.who-we-are-3741 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.who-we-are-3741::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgb(173,181,151,0.5) 100%);
    left: 0;
    z-index: 1;
    top: 0;
}.who-we-are-3741::after {
    height: 200%;
    content: "";
    top: -50%;
    animation: gradientShift 20s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(15deg);
    background: linear-gradient(45deg, 
        transparent 20%,
        rgb(140,161,99,0.5) 40%, 
        transparent 60%);
    width: 80%;
    z-index: 2;
    opacity: 0.4;
    right: -20%;
}.who-we-are-3741 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1200px;
}.who-we-are-3741 .text-wrap-item-8152 {
    padding: 50px;
    margin-left: auto;
    max-width: 90%;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(2deg);
}.who-we-are-3741 .text-wrap-item-8152::before {
    background: linear-gradient(to bottom, 
        rgb(173,181,151) 0%, 
        rgb(140,161,99) 100%);
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
    top: 40px;
    height: calc(100% - 80px);
    animation: lineReveal 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: -20px;
    content: "";
}.who-we-are-3741 .text-wrap-item-8152:hover {
    transform: perspective(1000px) rotateY(0);
}.who-we-are-3741 .text-wrap-item-8152 > div:first-child {
    opacity: 0;
    margin-bottom: 15px;
    transform: translateX(-20px);
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.who-we-are-3741 .text-wrap-item-8152 > div:nth-child(2) {
    animation: slideIn 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateX(-20px);
    margin-bottom: 25px;
}.who-we-are-3741 h5 {
    color: rgb(173,181,151);
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    text-transform: uppercase;
}.who-we-are-3741 h5::after {
    background: rgb(140,161,99);
    bottom: -5px;
    width: 40%;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
}.who-we-are-3741 .text-wrap-item-8152:hover h5::after {
    width: 100%;
}.who-we-are-3741 p {
    color: #000000;
    font-size: calc(18px * 1.2);
    margin: 0 0 20px;
    line-height: 1.5;
}.who-we-are-3741 p b {
    color: rgb(140,161,99);
    transition: transform 0.3s ease;
    display: block;
    font-size: calc(18px * 1.6);
    letter-spacing: 1px;
    transform: translateY(0);
    font-weight: 700;
}.who-we-are-3741 .text-wrap-item-8152:hover p b {
    transform: translateY(-5px);
}.who-we-are-3741 ol {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0 0 0 20px;
    margin: 0;
}.who-we-are-3741 li {
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    text-align: justify;
    font-size: 18px;
}.who-we-are-3741 li::first-line {
    font-weight: 600;
    color: rgb(173,181,151);
}

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

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

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

@keyframes gradientShift {
    0% {
        transform: rotate(15deg) translateX(0);
    }
    100% {
        transform: rotate(15deg) translateX(5%);
    }
}

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

@media (max-width: 992px) {.who-we-are-3741 {
    padding: 80px 0;
}.who-we-are-3741::after {
    width: 100%;
    top: -30%;
}.who-we-are-3741 .text-wrap-item-8152 {
    padding: 35px;
    transform: perspective(1000px) rotateY(1deg);
}.who-we-are-3741 p b {
    font-size: calc(18px * 1.4);
}
}

@media (max-width: 768px) {.who-we-are-3741 {
    padding: 60px 0;
}.who-we-are-3741 .text-wrap-item-8152 {
    padding: 30px;
    max-width: 100%;
    transform: none;
}.who-we-are-3741 .text-wrap-item-8152::before {
    height: calc(100% - 60px);
    left: -15px;
    top: 30px;
    width: 4px;
}.who-we-are-3741 h5 {
    font-size: calc(23px * 0.9);
}.who-we-are-3741 p {
    margin-bottom: 15px;
    font-size: 18px;
}.who-we-are-3741 p b {
    font-size: calc(18px * 1.3);
}.who-we-are-3741 li {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.who-we-are-3741 {
    padding: 50px 0;
}.who-we-are-3741::after {
    display: none;
}.who-we-are-3741 .text-wrap-item-8152 {
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.who-we-are-3741 .text-wrap-item-8152::before {
    left: -10px;
    width: 3px;
}.who-we-are-3741 h5 {
    font-size: calc(23px * 0.8);
    letter-spacing: 1px;
}.who-we-are-3741 p b {
    font-size: calc(18px * 1.2);
}.who-we-are-3741 ol {
    padding-left: 15px;
}.who-we-are-3741 li {
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}}.join-our-community-0345 {
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    position: relative;
    background: rgb(204,207,196);
    overflow: hidden;
}.join-our-community-0345::before,
.join-our-community-0345::after {
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    content: "";
}.join-our-community-0345::before {
    right: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
    filter: blur(30px);
    top: -20vw;
    height: 60vw;
    background: linear-gradient(135deg, rgb(173,181,151,0.5), transparent);
    width: 60vw;
}.join-our-community-0345::after {
    bottom: -15vw;
    height: 40vw;
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    width: 40vw;
    left: -15vw;
    background: linear-gradient(225deg, rgb(140,161,99,0.5), transparent);
}.join-our-community-0345 .who-weare-1930 {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.join-our-community-0345 .query-card-7298 {
    margin-right: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 90%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 3rem;
    position: relative;
    margin-left: auto;
}.join-our-community-0345 .query-card-7298::before,
.join-our-community-0345 .query-card-7298::after {
    position: absolute;
    pointer-events: none;
    content: "";
}.join-our-community-0345 .query-card-7298::before {
    top: -100%;
    left: -25%;
    height: 200%;
    opacity: 0.5;
    animation: rotateBg 20s infinite linear;
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 30% 40%, rgb(173,181,151,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(140,161,99,0.5) 0%, transparent 50%);
    width: 150%;
}.join-our-community-0345 h3 {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
}.join-our-community-0345 .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
}.join-our-community-0345 input[type="email"] {
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    background: #ffffff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
}.join-our-community-0345 input[type="email"]:focus {
    box-shadow: 0 5px 15px rgb(173,181,151,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    outline: none;
    transform: scale(1.02);
}.join-our-community-0345 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.join-our-community-0345 .sub-transition-0645 {
    z-index: 1;
    background: linear-gradient(135deg, rgb(173,181,151), rgb(140,161,99));
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    padding: 1.2rem 3rem;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    align-self: flex-end;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}.join-our-community-0345 .sub-transition-0645::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(140,161,99), rgb(173,181,151));
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}.join-our-community-0345 .sub-transition-0645:hover {
    box-shadow: 0 15px 30px rgb(173,181,151,0.5);
    transform: translateY(-5px);
}.join-our-community-0345 .sub-transition-0645:hover::before {
    opacity: 1;
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5%, 5%);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {.join-our-community-0345 {
    padding: 8rem 3rem;
}.join-our-community-0345 .query-card-7298 {
    padding: 4rem;
    width: 70%;
}.join-our-community-0345 .input_holder {
    align-items: center;
    gap: 1.5rem;
    flex-direction: row;
}.join-our-community-0345 input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}
}

@media (max-width: 767px) {.join-our-community-0345 {
    padding: 5rem 1.5rem;
}.join-our-community-0345 h3 {
    font-size: 21px;
}.join-our-community-0345 .query-card-7298 {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}.join-our-community-0345 .sub-transition-0645 {
    align-self: center;
    width: 100%;
}}.program-structure-4318 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgb(173,181,151,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.program-structure-4318::before {
    transform: rotate(-5deg);
    height: 120%;
    content: "";
    width: 120%;
    top: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(140,161,99,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(140,161,99,0.5) 12px
    );
    left: -5%;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
}.program-structure-4318 .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program-structure-4318 .learn-tools-2057 {
    gap: 3rem;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-structure-4318 .team-photo-5830 {
    z-index: 3;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.program-structure-4318 .team-photo-5830:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.program-structure-4318 .team-photo-5830::after {
    transition: opacity 0.3s ease;
    inset: 0;
    content: "";
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(173,181,151,0.5) 100%
    );
    z-index: 2;
}.program-structure-4318 .team-photo-5830:hover::after {
    opacity: 0.4;
}.program-structure-4318 .text-wrap-item-8152 {
    background: #ffffff;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(173,181,151);
    backdrop-filter: blur(8px);
}.program-structure-4318 .text-wrap-item-8152::before {
    top: -20px;
    left: 20px;
    content: "";
    z-index: -1;
    background: rgb(173,181,151);
    position: absolute;
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}.program-structure-4318 h3 {
    font-size: calc(19px * 1.2);
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.program-structure-4318 h3::after {
    left: 0;
    content: "";
    transform-origin: left;
    height: 3px;
    width: 60%;
    background: linear-gradient(90deg, rgb(173,181,151) 0%, transparent 100%);
    bottom: -8px;
    transition: transform 0.3s ease;
    position: absolute;
}.program-structure-4318 .text-wrap-item-8152:hover h3::after {
    transform: scaleX(1.2);
}.program-structure-4318 .description {
    font-size: 18px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.program-structure-4318 p.description {
    display: block;
}.program-structure-4318 span.description {
    display: none;
}.program-structure-4318 .description::first-letter {
    background: rgb(173,181,151,0.5);
    padding: 6px;
    float: left;
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(173,181,151);
    line-height: 1;
    margin-right: 8px;
}

@media screen and (min-width: 768px) {.program-structure-4318 .learn-tools-2057 {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.program-structure-4318 .team-photo-5830 {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    flex: 1;
}.program-structure-4318 .text-wrap-item-8152 {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    flex: 1.2;
}.program-structure-4318 .text-wrap-item-8152:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.program-structure-4318 h3 {
    font-size: 35px;
}
}

@media screen and (min-width: 992px) {.program-structure-4318 {
    padding: 8rem 0;
}.program-structure-4318 .team-photo-5830 {
    height: 550px;
    flex: 1.2;
}.program-structure-4318 .text-wrap-item-8152 {
    flex: 1;
    padding: 3rem;
}.program-structure-4318 h3 {
    margin-bottom: 2rem;
}.program-structure-4318 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media screen and (max-width: 767px) {.program-structure-4318 {
    padding: 3rem 0;
}.program-structure-4318 .container {
    padding: 0 1.5rem;
}.program-structure-4318 .team-photo-5830 {
    height: 250px;
    margin-bottom: -20px;
}.program-structure-4318 .text-wrap-item-8152 {
    padding: 1.8rem;
    z-index: 4;
    transform: translateY(-30px);
}.program-structure-4318 h3 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.2);
}.program-structure-4318 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.program-structure-4318 .team-photo-5830::before {
    transition: opacity 0.5s ease;
    opacity: 0;
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
    background: linear-gradient(
            45deg,
            rgb(173,181,151,0.5) 0%,
            transparent 50%,
            rgb(140,161,99,0.5) 100%
        );
}.program-structure-4318 .team-photo-5830:hover::before {
    opacity: 0.2;
}}.interested-learners-4208 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(204,207,196);
}.interested-learners-4208::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgb(173,181,151,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(140,161,99,0.5) 0%, transparent 35%);
    opacity: 0.3;
    top: 0;
    content: "";
    width: 100%;
}.interested-learners-4208 .who-weare-1930 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}.interested-learners-4208 h3 {
    left: 50%;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    transform: translateX(-50%);
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    position: relative;
}.interested-learners-4208 h3::before {
    height: 100px;
    top: -20px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    width: 100px;
    position: absolute;
    left: -30px;
    border: 2px solid rgb(173,181,151,0.5);
}.interested-learners-4208 h3::after {
    content: "";
    right: -20px;
    z-index: -1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: -15px;
    position: absolute;
    border: 2px solid rgb(140,161,99,0.5);
}.interested-learners-4208 ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
    justify-items: center;
    margin: 0;
}.interested-learners-4208 ul li {
    width: 220px;
    background: #ffffff;
    transition: all 0.4s ease;
    height: 220px;
    padding: 0;
    justify-content: flex-start;
    display: flex;
    text-align: center;
    color: #000000;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 15px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.interested-learners-4208 ul li::before {
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, rgb(173,181,151), rgb(140,161,99));
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    width: 100%;
}.interested-learners-4208 ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    width: calc(100% + 20px);
    z-index: -2;
    border-radius: 50%;
    border: 2px dashed rgb(173,181,151,0.5);
    height: calc(100% + 20px);
    left: -10px;
    content: "";
    opacity: 0.5;
    top: -10px;
}.interested-learners-4208 ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.interested-learners-4208 ul li:hover::before {
    opacity: 1;
}.interested-learners-4208 ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(140,161,99);
    opacity: 0.7;
}.interested-learners-4208 ul li svg {
    transition: all 0.4s ease;
    width: 40px;
    margin-bottom: 20px;
    margin-top: 45px;
    height: 40px;
    flex-shrink: 0;
}.interested-learners-4208 ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.interested-learners-4208 ul li svg path {
    fill: rgb(173,181,151);
    transition: fill 0.4s ease;
}.interested-learners-4208 ul li:hover svg path {
    fill: #ffffff;
}.interested-learners-4208 ul li > span {
    display: block;
    padding: 0 30px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
}

@media (max-width: 1200px) {.interested-learners-4208 ul {
    gap: 40px;
}.interested-learners-4208 ul li {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 992px) {.interested-learners-4208 {
    padding: 100px 0;
}.interested-learners-4208 h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.interested-learners-4208 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
}.interested-learners-4208 ul li {
    height: 220px;
    width: 220px;
}.interested-learners-4208 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.interested-learners-4208 {
    padding: 80px 0;
}.interested-learners-4208 h3 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.8);
}.interested-learners-4208 ul {
    gap: 30px;
}.interested-learners-4208 ul li {
    height: 200px;
    width: 200px;
}.interested-learners-4208 ul li svg {
    width: 35px;
    margin-top: 40px;
    height: 35px;
}
}

@media (max-width: 580px) {.interested-learners-4208 {
    padding: 60px 0;
}.interested-learners-4208 .who-weare-1930 {
    padding: 0 20px;
}.interested-learners-4208 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 40px;
}.interested-learners-4208 ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.interested-learners-4208 ul li {
    height: 220px;
    width: 220px;
}
}

@media (max-width: 480px) {.interested-learners-4208 ul li {
    width: 200px;
    height: 200px;
}.interested-learners-4208 ul li svg {
    margin-top: 35px;
    height: 30px;
    width: 30px;
    margin-bottom: 15px;
}.interested-learners-4208 ul li > span {
    padding: 0 20px;
}}.developer-experience-2795 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(204,207,196);
}.developer-experience-2795::before {
    top: -10%;
    width: 45%;
    right: -10%;
    background: linear-gradient(135deg, rgb(173,181,151,0.5), rgb(140,161,99,0.5));
    filter: blur(50px);
    z-index: 0;
    height: 70%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.developer-experience-2795::after {
    transform: rotate(15deg);
    position: absolute;
    content: "";
    filter: blur(40px);
    z-index: 0;
    width: 50%;
    left: -10%;
    height: 60%;
    background: linear-gradient(225deg, rgb(140,161,99,0.5), rgb(173,181,151,0.5));
    bottom: -10%;
}.developer-experience-2795 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.developer-experience-2795 .user-ratings-3950 {
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(173,181,151);
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    display: grid;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(1) {
    transform: translateY(-1rem);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830::after {
    position: absolute;
    background: linear-gradient(to top, rgb(173,181,151,0.5) 0%, transparent 50%);
    inset: 0;
    content: "";
    z-index: 1;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) {
    opacity: 0;
    border-left: 2px solid rgb(140,161,99);
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    align-self: flex-start;
    transform: translateY(1rem);
}.developer-experience-2795 .user-ratings-3950 .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    color: rgb(173,181,151);
    font-weight: 700;
    font-size: calc(19px * 1.2);
}.developer-experience-2795 .user-ratings-3950 .name::after {
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    background-color: rgb(140,161,99);
    content: "";
    width: 0;
    bottom: -5px;
}.developer-experience-2795 .user-ratings-3950 .name:hover::after {
    width: 100%;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) > div {
    padding-left: 0.5rem;
    font-style: italic;
    font-weight: 600;
    margin-top: 0.5rem;
    position: relative;
    font-size: calc(16px * 0.95);
    color: rgb(140,161,99);
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) > div::before {
    position: absolute;
    content: "★";
    color: rgb(173,181,151);
    opacity: 0.7;
    left: -10px;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(3) {
    transform: translateY(1rem);
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.developer-experience-2795 .user-ratings-3950 .job-box-4701 {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 16px;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    line-height: 1.8;
    padding: 1.5rem;
    color: #000000;
    position: relative;
}.developer-experience-2795 .user-ratings-3950 .job-box-4701::before {
    font-family: Georgia, serif;
    z-index: -1;
    font-size: 6rem;
    top: -20px;
    color: rgb(173,181,151,0.5);
    content: "";
    left: -20px;
    position: absolute;
}.developer-experience-2795 .user-ratings-3950 .job-box-4701::after {
    position: absolute;
    color: rgb(173,181,151,0.5);
    font-family: Georgia, serif;
    right: -20px;
    bottom: -60px;
    z-index: -1;
    content: "";
    font-size: 6rem;
}

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

@media (min-width: 768px) {.developer-experience-2795 .user-ratings-3950 {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) {
    grid-row: 1 / 2;
    align-self: flex-end;
    grid-column: 2 / 3;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830 {
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.developer-experience-2795 .user-ratings-3950 .name {
    font-size: calc(19px * 1.5);
}.developer-experience-2795 .user-ratings-3950 .job-box-4701 {
    padding: 2rem;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1024px) {.developer-experience-2795 {
    padding: 8rem 0;
}.developer-experience-2795 .user-ratings-3950 {
    grid-template-columns: 400px 1fr;
    margin: 0 2rem;
    gap: 3rem 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    padding: 4rem;
}.developer-experience-2795 .user-ratings-3950:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.developer-experience-2795 .user-ratings-3950 .team-photo-5830 {
    min-height: 500px;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) {
    padding-left: 1.5rem;
}.developer-experience-2795 .user-ratings-3950 .name {
    font-size: calc(19px * 1.7);
    margin-bottom: 1rem;
}.developer-experience-2795 .user-ratings-3950 > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.developer-experience-2795 .user-ratings-3950 .job-box-4701 {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}}.quantitative-data-0172 {
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgb(140,161,99,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.quantitative-data-0172::before {
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(140,161,99,0.5) 0px,
        rgb(140,161,99,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
}.quantitative-data-0172::after {
    opacity: 0.05;
    transform: rotate(-15deg);
    z-index: 0;
    background: rgb(173,181,151);
    height: 200%;
    position: absolute;
    right: -25%;
    top: -50%;
    content: "";
    width: 60%;
}.quantitative-data-0172 .container {
    display: flex;
    max-width: 1320px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    flex-direction: column;
}.quantitative-data-0172 ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    gap: 2rem;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 3rem;
}.quantitative-data-0172 .boost-experts-6405 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    z-index: 1;
    padding: 2rem;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}.quantitative-data-0172 .boost-experts-6405::before {
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(173,181,151);
    width: 4px;
    position: absolute;
    content: "";
}.quantitative-data-0172 .boost-experts-6405:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}.quantitative-data-0172 .boost-experts-6405:hover::before {
    height: 100%;
}.quantitative-data-0172 .boost-experts-6405:nth-child(2n) {
    transform: translateY(10px);
}.quantitative-data-0172 .boost-experts-6405:nth-child(2n):hover {
    transform: translateY(0);
}.quantitative-data-0172 .boost-experts-6405:nth-child(3n)::before {
    background: rgb(140,161,99);
}.quantitative-data-0172 .boost-experts-6405 div {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.quantitative-data-0172 .boost-experts-6405:hover div {
    transform: translateX(5px);
}.quantitative-data-0172 .boost-experts-6405 p {
    color: rgb(173,181,151);
    margin: 0 0 0.75rem;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    font-size: calc(28px * 1.2);
}.quantitative-data-0172 .boost-experts-6405:hover p {
    color: #000000;
    transform: scale(1.05);
}.quantitative-data-0172 .boost-experts-6405 p::after {
    position: absolute;
    background: rgb(140,161,99);
    left: 0;
    height: 2px;
    transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    bottom: -5px;
    content: "";
    width: 0;
}.quantitative-data-0172 .boost-experts-6405:hover p::after {
    width: 100%;
}.quantitative-data-0172 .boost-experts-6405 span {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #000000;
    transition: color 0.3s ease;
}.quantitative-data-0172 .boost-experts-6405:hover span {
    color: #000000;
}.quantitative-data-0172 h4 {
    opacity: 0;
    display: inline-block;
    font-size: 20px;
    position: relative;
    margin: 1rem 0 0;
    align-self: flex-end;
    padding-bottom: 0.5rem;
    color: #000000;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
}.quantitative-data-0172 h4::before {
    background: rgb(173,181,151);
    width: 40%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
}

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

@media (max-width: 1200px) {.quantitative-data-0172 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}.quantitative-data-0172 .boost-experts-6405 {
    padding: 1.75rem;
}
}

@media (max-width: 992px) {.quantitative-data-0172 {
    padding: 5rem 0;
}.quantitative-data-0172 ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.quantitative-data-0172 .boost-experts-6405 p {
    font-size: calc(28px * 1.1);
}
}

@media (max-width: 768px) {.quantitative-data-0172 {
    padding: 4rem 0;
}.quantitative-data-0172 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.quantitative-data-0172 .boost-experts-6405 {
    padding: 1.5rem;
}.quantitative-data-0172 .boost-experts-6405 p {
    font-size: 28px;
}.quantitative-data-0172 .boost-experts-6405 span {
    font-size: calc(16px * 0.95);
}.quantitative-data-0172 h4 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.quantitative-data-0172 {
    padding: 3rem 0;
}.quantitative-data-0172 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.quantitative-data-0172 .boost-experts-6405 {
    padding: 1.25rem;
    transform: translateY(0) !important;
}.quantitative-data-0172 .boost-experts-6405:hover {
    transform: translateY(-5px) !important;
}.quantitative-data-0172 .boost-experts-6405 p {
    font-size: calc(28px * 0.9);
}.quantitative-data-0172 .boost-experts-6405 span {
    font-size: calc(16px * 0.9);
}.quantitative-data-0172 h4 {
    font-size: calc(20px * 0.85);
    align-self: center;
}}.appZone-2591 {
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgb(204,207,196) 60%, rgba(rgb(173,181,151,0.5), 0.05) 100%);
}.appZone-2591::before,
.appZone-2591::after {
    content: '';
    pointer-events: none;
    position: absolute;
}.appZone-2591::before {
    width: 40%;
    height: 70%;
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(173,181,151,0.5) 10%, transparent 70%);
    opacity: 0.03;
    filter: blur(20px);
    top: -5%;
    left: -10%;
}.appZone-2591::after {
    background: linear-gradient(135deg, rgb(140,161,99,0.5) 10%, transparent 70%);
    filter: blur(15px);
    transform: rotate(10deg) translateZ(-5px);
    right: -5%;
    width: 30%;
    height: 60%;
    opacity: 0.04;
    bottom: -10%;
}.appZone-2591 .container {
    transform-style: preserve-3d;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.appZone-2591 h2 {
    line-height: 1.3;
    position: relative;
    max-width: 90%;
    margin-bottom: 3rem;
    transform: translateZ(10px);
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}.appZone-2591 h2::after {
    background: linear-gradient(90deg, rgb(173,181,151) 0%, rgb(173,181,151,0.5) 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateZ(15px) scaleX(1);
    bottom: -0.8rem;
    height: 3px;
    content: '';
    left: 0;
    width: 80px;
    transform-origin: left;
}.appZone-2591 .who-weare-1930 {
    position: relative;
    padding: 2.5rem 3rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 23px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    margin: 1rem 0;
}.appZone-2591 .who-weare-1930::before {
    left: -10px;
    pointer-events: none;
    opacity: 0.1;
    transform: translateZ(5px);
    top: -10px;
    bottom: -10px;
    position: absolute;
    border-radius: 100px;
    border: 1px solid rgb(173,181,151,0.5);
    right: -10px;
    content: '';
}.appZone-2591 .who-weare-1930:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}.appZone-2591 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appZone-2591 li {
    padding-left: 0;
    position: relative;
}.appZone-2591 li::before {
    top: -20px;
    opacity: 0.2;
    height: 60px;
    transition: all 0.4s ease-out;
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 60px;
    left: -30px;
    background: linear-gradient(135deg, rgb(173,181,151,0.5) 0%, transparent 80%);
    transform: translateZ(15px) scale(0.95);
}.appZone-2591 li span {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
    transform: translateZ(5px);
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    line-height: 1.7;
}

@media (min-width: 992px) {.appZone-2591 {
    padding: 8rem 0;
}.appZone-2591 h2 {
    max-width: 80%;
    transform: translateZ(15px);
    font-size: calc(31px * 1.1);
}.appZone-2591 h2::after {
    width: 100px;
}.appZone-2591 .who-weare-1930 {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.appZone-2591 li span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.appZone-2591 li::before {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 991px) {.appZone-2591 {
    padding: 5rem 0;
}.appZone-2591 h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.appZone-2591 .who-weare-1930 {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.appZone-2591 {
    padding: 4rem 0;
}.appZone-2591 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.appZone-2591 h2::after {
    width: 60px;
    height: 2px;
}.appZone-2591 .who-weare-1930 {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.appZone-2591 li::before {
    top: -15px;
    left: -20px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.appZone-2591 {
    padding: 3rem 0;
}.appZone-2591 .container {
    padding: 0 1.5rem;
}.appZone-2591 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.appZone-2591 .who-weare-1930 {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.appZone-2591 li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}

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

.appZone-2591 .who-weare-1930 {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.contact-form-box-2869 {
    z-index: 1;
    align-items: center;
    position: relative;
    min-height: 650px;
    padding: 0;
    display: flex;
}.contact-form-box-2869::before {
    background-color: rgb(173,181,151,0.5);
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}.contact-form-box-2869 .container {
    position: relative;
    padding: 0 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}.contact-form-box-2869 .query-card-7298 {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
}.contact-form-box-2869 .feedback-support-1947 {
    padding: 40px 20px 120px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: transparent;
    gap: 30px;
    justify-content: center;
    display: flex;
}.contact-form-box-2869 .feedback-support-1947 h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}.contact-form-box-2869 .feedback-support-1947 h3::after {
    background-color: rgb(140,161,99);
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}.contact-form-box-2869 .feedback-support-1947 div {
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    min-height: 140px;
    max-width: 220px;
    background-color: #ffffff;
    border-radius: 27px;
    flex: 1 0 calc(50% - 30px);
    display: flex;
}.contact-form-box-2869 .feedback-support-1947 div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.contact-form-box-2869 .feedback-support-1947 div svg {
    height: 35px;
    margin-bottom: 15px;
    width: 35px;
}.contact-form-box-2869 .feedback-support-1947 div svg path {
    fill: rgb(140,161,99);
}.contact-form-box-2869 .feedback-support-1947 div span {
    margin-top: 10px;
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.contact-form-box-2869 .feedback-support-1947 div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-form-box-2869 .feedback-support-1947 div span a:hover {
    color: rgb(140,161,99);
}.contact-form-box-2869 .help-query-4908 {
    padding: 40px 30px;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 550px;
    background-color: #ffffff;
    transform: translateY(50px);
    border-radius: 27px;
}.contact-form-box-2869 .help-query-4908::before {
    background-color: #ffffff;
    z-index: -1;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    width: 30px;
    position: absolute;
    height: 30px;
    top: -15px;
    left: 50%;
}.contact-form-box-2869 .help-query-4908 h3 {
    color: rgb(173,181,151);
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    margin-bottom: 25px;
}.contact-form-box-2869 .help-query-4908 form {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.contact-form-box-2869 .help-query-4908 input[type="text"],
.contact-form-box-2869 .help-query-4908 input[type="email"] {
    padding: 15px 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    flex: 1 0 100%;
    height: 50px;
    background-color: transparent;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid rgb(204,207,196);
}.contact-form-box-2869 .help-query-4908 input[type="text"]:focus,
.contact-form-box-2869 .help-query-4908 input[type="email"]:focus {
    border-color: rgb(140,161,99);
    outline: none;
    box-shadow: 0 0 0 3px rgb(140,161,99,0.5);
}.contact-form-box-2869 .help-query-4908 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 {
    margin-top: 5px;
    align-items: flex-start;
    display: flex;
    flex: 1 0 100%;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 input[type="checkbox"] {
    width: 20px;
    -webkit-appearance: none;
    position: relative;
    border: 2px solid rgb(204,207,196);
    margin-top: 3px;
    appearance: none;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 4px;
    margin-right: 10px;
    height: 20px;
    flex-shrink: 0;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 input[type="checkbox"]:checked {
    background-color: rgb(140,161,99);
    border-color: rgb(140,161,99);
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 input[type="checkbox"]:checked::before {
    font-size: 12px;
    transform: translate(-50%, -50%);
    content: '✓';
    top: 50%;
    left: 50%;
    position: absolute;
    color: #ffffff;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 label a {
    color: rgb(140,161,99);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-form-box-2869 .help-query-4908 .feedback-feedback-3594 label a:hover {
    color: rgb(173,181,151);
}.contact-form-box-2869 .help-query-4908 .message-box-6418 {
    cursor: pointer;
    border: none;
    box-shadow: 0 5px 15px rgb(140,161,99,0.5);
    margin-top: 15px;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(140,161,99), rgb(173,181,151));
}.contact-form-box-2869 .help-query-4908 .message-box-6418:hover {
    box-shadow: 0 8px 25px rgb(173,181,151,0.5);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.contact-form-box-2869 {
    padding: 100px 0;
    min-height: 700px;
}.contact-form-box-2869 .query-card-7298 {
    flex-direction: row;
    align-items: center;
}.contact-form-box-2869 .feedback-support-1947 {
    padding: 60px 0 60px 120px;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    width: 65%;
    margin-left: auto;
}.contact-form-box-2869 .feedback-support-1947 h3 {
    padding-right: 0;
    text-align: left;
    padding-left: 0;
    margin-bottom: 40px;
}.contact-form-box-2869 .feedback-support-1947 h3::after {
    transform: none;
    left: 0;
}.contact-form-box-2869 .feedback-support-1947 div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0;
}.contact-form-box-2869 .help-query-4908 {
    width: 45%;
    z-index: 3;
    margin: 0;
    max-width: 450px;
    position: absolute;
    left: 0;
    padding: 40px;
}.contact-form-box-2869 .help-query-4908::before {
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    top: 50%;
}
}

@media screen and (min-width: 1200px) {.contact-form-box-2869 .feedback-support-1947 {
    width: 70%;
    padding-left: 200px;
}.contact-form-box-2869 .help-query-4908 {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact-form-box-2869 {
    padding: 80px 0 120px;
}.contact-form-box-2869 .feedback-support-1947 {
    padding: 0 20px 120px;
    justify-content: space-between;
}.contact-form-box-2869 .feedback-support-1947 div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.contact-form-box-2869 {
    padding: 60px 0 120px;
}.contact-form-box-2869 .feedback-support-1947 {
    padding: 0 20px 120px;
}.contact-form-box-2869 .feedback-support-1947 h3 {
    font-size: calc(19px + 2px);
}.contact-form-box-2869 .feedback-support-1947 div {
    min-height: 120px;
    flex: 0 0 100%;
    max-width: 280px;
    margin-bottom: 0;
}.contact-form-box-2869 .feedback-support-1947 div svg {
    width: 30px;
    height: 30px;
}.contact-form-box-2869 .help-query-4908 {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.contact-form-box-2869 {
    padding: 40px 0 100px;
}.contact-form-box-2869 .feedback-support-1947 {
    gap: 20px;
}.contact-form-box-2869 .feedback-support-1947 div {
    padding: 20px 15px;
    min-height: auto;
}}.training-results-5409 {
    background: linear-gradient(135deg, rgb(204,207,196) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.training-results-5409::before {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,181,151,0.5) 0px,
        transparent 3px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    opacity: 0.05;
    content: "";
    top: 0;
    z-index: 1;
}.training-results-5409::after {
    position: absolute;
    height: 200%;
    top: -50%;
    z-index: 0;
    background: rgb(173,181,151,0.5);
    right: -10%;
    transform: rotate(-20deg);
    content: "";
    opacity: 0.03;
    width: 70%;
}.training-results-5409 .container {
    flex-direction: column;
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.training-results-5409 .team-photo-5830 {
    max-width: 500px;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    margin: 0 auto 40px;
    filter: saturate(1.1);
}.training-results-5409 .team-photo-5830:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.training-results-5409 .who-weare-1930 {
    padding: 40px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    transform: translateY(-20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.05);
}.training-results-5409 .who-weare-1930::before {
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(173,181,151), rgb(140,161,99));
}.training-results-5409 .text-wrap-item-8152 {
    position: relative;
}.training-results-5409 h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.3;
}.training-results-5409 h1::after {
    bottom: -12px;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(173,181,151), transparent);
    width: 80px;
    position: absolute;
}.training-results-5409 ul {
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
}.training-results-5409 li {
    padding-left: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}.training-results-5409 li:hover {
    transform: translateX(5px);
}.training-results-5409 li p {
    line-height: 1.6;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #000000;
    align-items: flex-start;
    display: flex;
}.training-results-5409 li svg {
    transform: scale(0.9);
    position: absolute;
    top: 0;
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
    left: 0;
}.training-results-5409 li:hover svg {
    transform: scale(1.1);
}.training-results-5409 svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,181,151);
}.training-results-5409 li:hover svg path {
    fill: rgb(140,161,99);
}

@media (min-width: 768px) {.training-results-5409 .container {
    gap: 40px;
    align-items: center;
    flex-direction: row;
}.training-results-5409 .team-photo-5830 {
    transform: perspective(1000px) rotateY(-8deg) translateX(-20px);
    max-width: 45%;
    margin: 0;
}.training-results-5409 .who-weare-1930 {
    flex: 1;
    transform: perspective(800px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.training-results-5409 .who-weare-1930:hover {
    transform: perspective(800px) rotateY(0deg);
}.training-results-5409 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.training-results-5409 {
    padding: 140px 0;
}.training-results-5409 .team-photo-5830 {
    max-width: 40%;
}.training-results-5409 h1 {
    font-size: 40px;
}.training-results-5409 .who-weare-1930 {
    padding: 60px;
}
}

@media (max-width: 767px) {.training-results-5409 {
    padding: 60px 0;
}.training-results-5409 .who-weare-1930 {
    padding: 30px;
}.training-results-5409 h1 {
    font-size: calc(36px * 0.85);
}.training-results-5409 li {
    padding-left: 35px;
}.training-results-5409 li svg {
    transform: scale(0.8);
}}

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

.training-results-5409 .team-photo-5830 {
    animation: float 6s ease-in-out infinite;
}.privacy-barrier-2607 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(204,207,196), #ffffff);
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}.privacy-barrier-2607::before {
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99), rgb(173,181,151));
    height: 5px;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
}.privacy-barrier-2607::after {
    background: linear-gradient(180deg, transparent 0%, rgb(204,207,196) 100%);
    height: 300px;
    left: 0;
    transform: skewY(-3deg) translateY(50%);
    opacity: 0.07;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 0;
}.privacy-barrier-2607 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.privacy-barrier-2607 h1 {
    font-size: 42px;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-weight: 700;
    border-left: 4px solid rgb(140,161,99);
    transform-origin: left center;
    color: rgb(173,181,151);
    position: relative;
    letter-spacing: -0.02em;
}.privacy-barrier-2607 h1::after {
    content: "";
    transform: scaleX(1);
    width: 60px;
    background: rgb(140,161,99);
    position: absolute;
    height: 3px;
    left: 1.5rem;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
}.privacy-barrier-2607 h1:hover::after {
    transform: scaleX(1.5);
}.privacy-barrier-2607 h2 {
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-size: 35px;
}.privacy-barrier-2607 h2::before {
    height: 2px;
    position: absolute;
    background-color: rgb(173,181,151);
    content: "";
    left: 0;
    transition: width 0.3s ease-out;
    bottom: 0;
    width: 40px;
}.privacy-barrier-2607 h2:hover::before {
    width: 80px;
}.privacy-barrier-2607 h3 {
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
}.privacy-barrier-2607 h3::before {
    top: 0;
    width: 3px;
    background-color: rgb(140,161,99);
    position: absolute;
    content: "";
    left: 0;
    transform: scaleY(0.7);
    bottom: 0;
}.privacy-barrier-2607 h4 {
    margin: 1.75rem 0 0.875rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(35px * 0.7);
    opacity: 0.95;
}.privacy-barrier-2607 p {
    max-width: 100%;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}.privacy-barrier-2607 p strong {
    font-weight: 600;
    background: linear-gradient(120deg, transparent 0%, rgb(140,161,99,0.5) 30%, transparent 100%);
    padding: 0.15em 0.3em;
    margin: 0 -0.3em;
    color: #000000;
    transition: background 0.3s ease;
}.privacy-barrier-2607 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(140,161,99,0.5) 50%, transparent 100%);
}.privacy-barrier-2607 ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
}.privacy-barrier-2607 li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.875rem;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}.privacy-barrier-2607 li::before {
    transition: transform 0.2s ease, background 0.2s ease;
    content: "";
    width: 8px;
    top: 0.7em;
    border: 2px solid rgb(173,181,151);
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
}.privacy-barrier-2607 li:hover::before {
    background: rgb(173,181,151);
    transform: translateY(-50%) scale(1.2);
}.privacy-barrier-2607 span {
    color: #000000;
    border-left: 1px solid rgb(140,161,99,0.5);
    line-height: 1.7;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 17px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
}

@media (min-width: 768px) {.privacy-barrier-2607 {
    padding: 5rem 3rem;
}.privacy-barrier-2607 h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.privacy-barrier-2607 h1::after {
    left: 2rem;
    width: 80px;
}.privacy-barrier-2607 .container {
    padding: 0 2rem;
}.privacy-barrier-2607 p {
    max-width: 90%;
}.privacy-barrier-2607 ul {
    padding-left: 2rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.privacy-barrier-2607 {
    padding: 6rem 4rem;
}.privacy-barrier-2607::after {
    transform: skewY(-5deg) translateY(50%);
}.privacy-barrier-2607 .container {
    padding: 0 3rem;
}.privacy-barrier-2607 h1 {
    font-size: calc(42px * 1.2);
}.privacy-barrier-2607 h2 {
    font-size: calc(35px * 1.1);
}.privacy-barrier-2607 p {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.privacy-barrier-2607 ul {
    margin: 2rem 0 2.5rem;
}.privacy-barrier-2607 li {
    font-size: calc(17px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.privacy-barrier-2607 {
    padding: 3rem 1.5rem;
}.privacy-barrier-2607 h1 {
    padding-left: 1rem;
    font-size: calc(42px * 0.9);
}.privacy-barrier-2607 h1::after {
    width: 50px;
    left: 1rem;
}.privacy-barrier-2607 h2 {
    font-size: calc(35px * 0.9);
}.privacy-barrier-2607 h3 {
    font-size: calc(35px * 0.75);
}.privacy-barrier-2607 h4 {
    font-size: calc(35px * 0.65);
}.privacy-barrier-2607 p, 
    .privacy-barrier-2607 li,
    .privacy-barrier-2607 span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.privacy-barrier-2607 {
    padding: 2.5rem 1rem;
}.privacy-barrier-2607 h1 {
    font-size: calc(42px * 0.85);
}.privacy-barrier-2607 h2 {
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
}.privacy-barrier-2607 ul {
    padding-left: 0.75rem;
}.privacy-barrier-2607 li {
    padding-left: 1.25rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: 300% 300%;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(173,181,151,0.5) 35%, rgb(140,161,99,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    animation: gradientFlow 20s ease infinite;
    position: absolute;
}footer::after {
    background-size: 50px 50px;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    opacity: 0.15;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(173,181,151,0.5) 25%, rgb(173,181,151,0.5) 26%, transparent 27%, transparent 74%, rgb(140,161,99,0.5) 75%, rgb(140,161,99,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(173,181,151,0.5) 25%, rgb(173,181,151,0.5) 26%, transparent 27%, transparent 74%, rgb(140,161,99,0.5) 75%, rgb(140,161,99,0.5) 76%, transparent 77%, transparent);
}.eng-center-9654 {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.eng-center-9654::before {
    opacity: 0.8;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(173,181,151), rgb(140,161,99), transparent);
    content: "";
    left: 0;
    box-shadow: 0 0 20px rgb(173,181,151,0.5);
    height: 2px;
    top: 0;
}.eng-center-9654 .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.eng-center-9654 .company_holder {
    transition: all 0.4s ease;
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    flex: 1 1 350px;
    position: relative;
    border-radius: 27px;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.eng-center-9654 .company_holder::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(173,181,151), transparent);
    transform: translateY(-1px);
    top: 0;
    position: absolute;
    left: -50%;
    height: 1px;
    width: 200%;
}.eng-center-9654 .company_holder::after {
    content: "";
    height: 1px;
    transform: translateY(1px);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(140,161,99), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
}.eng-center-9654 .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(173,181,151,0.5);
    transform: translateY(-5px);
}.eng-center-9654 .company_holder h3 {
    font-weight: 700;
    font-size: 37px;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 15px rgb(173,181,151,0.5);
    margin: 0 0 1.5rem;
    color: #ffffff;
    display: inline-block;
}.eng-center-9654 .company_holder h3::after {
    left: 0;
    box-shadow: 0 0 10px rgb(173,181,151);
    position: absolute;
    border-radius: 10px;
    bottom: -8px;
    width: 50px;
    content: "";
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99));
    transition: width 0.3s ease-out;
    height: 3px;
}.eng-center-9654 .company_holder:hover h3::after {
    width: 100%;
}.eng-center-9654 .res-connect-7106 {
    opacity: 0.85;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}.eng-center-9654 .lang-learn-8035 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.eng-center-9654 .main-guide-5172 {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.eng-center-9654 .head-mentor-4360 {
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    border-radius: 27px;
    min-width: 250px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.eng-center-9654 .head-mentor-4360::before {
    position: absolute;
    width: 200%;
    top: 0;
    height: 1px;
    transform: translateY(-1px);
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(140,161,99), transparent);
    content: "";
}.eng-center-9654 .head-mentor-4360::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(173,181,151), transparent);
    transform: translateY(1px);
}.eng-center-9654 .head-mentor-4360:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(140,161,99,0.5);
    transform: translateY(-5px);
}.eng-center-9654 .head-mentor-4360 h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(140,161,99,0.5);
    color: #ffffff;
}.eng-center-9654 .head-mentor-4360 h5::after {
    background: linear-gradient(90deg, rgb(140,161,99), rgb(173,181,151));
    box-shadow: 0 0 10px rgb(140,161,99);
    left: 0;
    border-radius: 10px;
    content: "";
    height: 3px;
    width: 40px;
    transition: width 0.3s ease-out;
    bottom: -8px;
    position: absolute;
}.eng-center-9654 .head-mentor-4360:hover h5::after {
    width: 100%;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a {
    text-shadow: 0 0 5px #000000;
    opacity: 0.8;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a::before {
    width: 3px;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    height: 100%;
    z-index: -1;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(173,181,151), rgb(140,161,99));
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a::after {
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    width: 0;
    content: "";
    left: 0;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a:hover {
    text-shadow: 0 0 10px rgb(140,161,99,0.5);
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(173,181,151);
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a:hover::after {
    opacity: 0.2;
    width: 100%;
}.facebook-cta-2456 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.facebook-cta-2456::before {
    background: linear-gradient(90deg, transparent, rgb(173,181,151), rgb(140,161,99), transparent);
    height: 1px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.facebook-cta-2456 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.facebook-cta-2456 .student-aid-1530 {
    text-shadow: 0 0 5px #000000;
    position: relative;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}.facebook-cta-2456 .student-aid-1530:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(140,161,99,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.eng-center-9654 .container {
    gap: 2rem;
}.eng-center-9654 .company_holder {
    flex: 1 1 320px;
}.eng-center-9654 .lang-learn-8035 {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.eng-center-9654 {
    padding: 3.5rem 0 2rem;
}.eng-center-9654 .container {
    flex-direction: column;
    gap: 2rem;
}.eng-center-9654 .company_holder,
    .eng-center-9654 .lang-learn-8035 {
    flex: 1 1 100%;
    min-width: 100%;
}.eng-center-9654 .head-mentor-4360 {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.eng-center-9654 {
    padding: 3rem 0 1.5rem;
}.eng-center-9654 .company_holder,
    .eng-center-9654 .head-mentor-4360 {
    padding: 1.5rem;
}.eng-center-9654 .main-guide-5172 {
    gap: 1.5rem;
}.eng-center-9654 .company_holder h3 {
    font-size: calc(37px - 2px);
}.eng-center-9654 .head-mentor-4360 h5 {
    font-size: calc(18px - 1px);
}.eng-center-9654 .company_holder:hover,
    .eng-center-9654 .head-mentor-4360:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.eng-center-9654 {
    padding: 2.5rem 0 1rem;
}.eng-center-9654 .main-guide-5172 {
    gap: 1rem;
}.eng-center-9654 .head-mentor-4360 {
    min-width: 100%;
    flex: 1 1 100%;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a {
    padding: 0.4rem 0.8rem;
}.eng-center-9654 .head-mentor-4360 .main-guide-5172 a:hover {
    padding-left: 1.2rem;
}.facebook-cta-2456 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.eng-center-9654 .company_holder:hover,
    .eng-center-9654 .head-mentor-4360:hover {
    transform: translateY(-2px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(173,181,151);
}header .top_plank .prime-elite-2578 div svg, header .top_plank .prime-elite-2578 div svg path {
    fill: #ffffff;
}header .top_plank .prime-elite-2578 div span {
    color: #ffffff;
}header .top_plank .prime-elite-2578 {
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    width: 100%;
    font-size: 15px;
}header .top_plank .prime-elite-2578 div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .prime-elite-2578 div img, header .top_plank .prime-elite-2578 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.client-opinions-6197 {
    background: rgb(204,207,196);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.client-opinions-6197::before {
    left: 0;
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(173,181,151,0.5) 25%, transparent 25%, transparent 75%, rgb(173,181,151,0.5) 75%),
    linear-gradient(45deg, rgb(173,181,151,0.5) 25%, transparent 25%, transparent 75%, rgb(173,181,151,0.5) 75%);
}.client-opinions-6197::after {
    width: 60%;
    left: 0;
    opacity: 0.1;
    top: 0;
    z-index: 0;
    position: absolute;
    transform: skewX(-20deg) translateX(-20%);
    background: rgb(173,181,151,0.5);
    content: "";
    height: 100%;
}.client-opinions-6197 .container {
    z-index: 1;
    position: relative;
}.client-opinions-6197 h2 {
    transform: translateX(-50%);
    display: inline-block;
    padding: 1rem 3rem;
    background: linear-gradient(180deg, transparent, rgb(173,181,151,0.5));
    margin-bottom: 5rem;
    font-weight: 700;
    text-align: center;
    transform: perspective(500px) rotateX(5deg);
    color: #000000;
    left: 50%;
    font-size: 29px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.client-opinions-6197 h2::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(173,181,151), transparent);
    bottom: -10px;
    left: 0;
}.client-opinions-6197 .student-votes-9056 {
    perspective: 1000px;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    display: grid;
}.client-opinions-6197 .user-ratings-3950 {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 2.5rem;
    display: flex;
    transform-origin: center center;
    position: relative;
    transform: rotateY(10deg) rotateX(5deg);
    flex-direction: column;
    align-items: center;
}.client-opinions-6197 .user-ratings-3950:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.client-opinions-6197 .user-ratings-3950:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.client-opinions-6197 .user-ratings-3950::before {
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: #ffffff;
    position: absolute;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(-10px);
    opacity: 0.5;
}.client-opinions-6197 .user-ratings-3950::after {
    transform: translateZ(5px);
    position: absolute;
    bottom: 0;
    border-style: solid;
    height: 0;
    border-color: transparent transparent rgb(140,161,99,0.5) transparent;
    transition: all 0.3s ease;
    border-width: 0 0 30px 30px;
    right: 0;
    content: "";
    width: 0;
}.client-opinions-6197 .user-ratings-3950:hover {
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
}.client-opinions-6197 .user-ratings-3950:hover::after {
    border-color: transparent transparent rgb(140,161,99) transparent;
    border-width: 0 0 50px 50px;
}.client-opinions-6197 .user-ratings-3950 img {
    transform: translateZ(15px);
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border-radius: 0;
    object-fit: cover;
    border: 2px solid #ffffff;
    height: 80px;
    width: 80px;
}.client-opinions-6197 .user-ratings-3950:hover img {
    transform: translateZ(30px) rotate(360deg);
}.client-opinions-6197 .user-ratings-3950 p {
    transition: all 0.3s ease;
    text-align: center;
    transform: translateZ(10px);
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 17px;
}.client-opinions-6197 .user-ratings-3950:hover p {
    transform: translateZ(25px);
    color: rgb(173,181,151);
}.client-opinions-6197 .user-ratings-3950 .description {
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
    position: relative;
    transform: translateZ(5px);
    line-height: 1.6;
}.client-opinions-6197 .user-ratings-3950:hover .description {
    transform: translateZ(20px);
}.client-opinions-6197 .user-ratings-3950 .description::before {
    content: "";
    left: 0;
    border-left: 2px solid rgb(173,181,151,0.5);
    transition: all 0.3s ease;
    border-top: 2px solid rgb(173,181,151,0.5);
    top: 0;
    height: 20px;
    width: 20px;
    position: absolute;
}.client-opinions-6197 .user-ratings-3950:hover .description::before {
    height: 30px;
    border-color: rgb(173,181,151);
    width: 30px;
}.client-opinions-6197 .user-ratings-3950 .description::after {
    content: "";
    right: 0;
    position: absolute;
    border-bottom: 2px solid rgb(140,161,99,0.5);
    height: 20px;
    bottom: 0;
    border-right: 2px solid rgb(140,161,99,0.5);
    transition: all 0.3s ease;
    width: 20px;
}.client-opinions-6197 .user-ratings-3950:hover .description::after {
    width: 30px;
    border-color: rgb(140,161,99);
    height: 30px;
}.client-opinions-6197 .user-ratings-3950:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(204,207,196));
}.client-opinions-6197 .user-ratings-3950:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(204,207,196));
}.client-opinions-6197 .who-weare-1930::before {
    height: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    content: "";
    position: absolute;
    left: -50px;
    z-index: -1;
    bottom: -50px;
    width: 200px;
    opacity: 0.1;
    background: rgb(173,181,151,0.5);
}.client-opinions-6197 .who-weare-1930::after {
    opacity: 0.1;
    top: -50px;
    height: 200px;
    background: rgb(140,161,99,0.5);
    right: -50px;
    content: "";
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    width: 200px;
    position: absolute;
    z-index: -1;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.client-opinions-6197 .student-votes-9056 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client-opinions-6197 {
    padding: 5rem 0;
}.client-opinions-6197 h2 {
    background: none;
    font-size: calc(29px * 0.9);
    clip-path: none;
    margin-bottom: 3rem;
    transform: none;
    padding: 0;
}.client-opinions-6197 .student-votes-9056 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.client-opinions-6197 .user-ratings-3950,
    .client-opinions-6197 .user-ratings-3950:nth-child(2n),
    .client-opinions-6197 .user-ratings-3950:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.client-opinions-6197 .user-ratings-3950:hover {
    transform: translateY(-10px);
}.client-opinions-6197 .user-ratings-3950:hover img {
    transform: translateZ(10px) rotate(360deg);
}.client-opinions-6197 .user-ratings-3950 img,
    .client-opinions-6197 .user-ratings-3950 p,
    .client-opinions-6197 .user-ratings-3950 .description,
    .client-opinions-6197 .user-ratings-3950:hover p,
    .client-opinions-6197 .user-ratings-3950:hover .description {
    transform: none;
}
}