﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1144px;
}::-webkit-scrollbar {
    height: 3px;
    scroll-behavior: smooth;
    padding: 0px;
    width: 6px;
}::-webkit-scrollbar-button {
    height: 7px;
    background: rgb(111,118,110);
    border-radius: 3px;
}::-webkit-scrollbar-track {
    background: linear-gradient(45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%);
    border-radius: 5.3rem;
    border: 1px groove rgb(111,118,110,0.5);
}::-webkit-scrollbar-thumb {
    transition: background, box-shadow, border-radius 3s ease-in-out;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(155,168,155,0.5);
    transform: translateX(-2px);
    background: repeating-linear-gradient(45deg, rgb(202,208,180), rgb(202,208,180) 6px, rgb(255, 255, 255, 0.5) 6px, rgb(255, 255, 255, 0.5) 12px);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px -1px 1px -2px rgba(0, 0, 0, 0.2);
    background: rgb(202,208,180);
}

* {
}.viewport-containerF9CSb {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.main_learningbxt1P {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.verify_ctamzYqw {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.educational_yield1lYDW {
    overflow: hidden;
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgba(255,255,255,0.98) 70%);
}.educational_yield1lYDW::before {
    content: "";
    animation: float 18s infinite ease-in-out;
    filter: blur(30px);
    right: -5%;
    height: 25rem;
    background: linear-gradient(220deg, rgb(155,168,155,0.5) 10%, transparent 70%);
    width: 25rem;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30%;
}.educational_yield1lYDW::after {
    bottom: -15%;
    content: "";
    width: 20rem;
    animation: float 15s infinite ease-in-out reverse;
    filter: blur(35px);
    left: -5%;
    border-radius: 60% 40% 30% 70%;
    height: 20rem;
    transform: rotate(25deg);
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(40deg, rgb(111,118,110,0.5) 15%, transparent 75%);
}.educational_yield1lYDW h5 {
    transform: perspective(1000px) translateZ(0);
    font-weight: 600;
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    color: #000000;
    z-index: 2;
    font-size: 22px;
}.educational_yield1lYDW h5::after {
    bottom: -0.8rem;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(155,168,155), transparent);
    width: 4rem;
    border-radius: 10px;
    height: 3px;
}.educational_yield1lYDW .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.educational_yield1lYDW .knowledge_expertsPX5sV {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    align-items: center;
    border-radius: 4px;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.9);
}.educational_yield1lYDW .knowledge_expertsPX5sV:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.educational_yield1lYDW .image_sectionp5SZc {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    width: 100%;
    height: auto;
    max-width: 480px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    object-fit: cover;
    border-radius: 3px;
}.educational_yield1lYDW .knowledge_expertsPX5sV:hover .image_sectionp5SZc {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0);
}.educational_yield1lYDW .text_displayYhfGw {
    width: 100%;
}.educational_yield1lYDW ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 1.25rem;
    padding: 0;
    display: grid;
    margin: 0;
}.educational_yield1lYDW li {
    position: relative;
    border-left: 2px solid rgb(155,168,155,0.5);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transform: translateX(0);
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    padding: 0.8rem 1rem 0.8rem 3.2rem;
}.educational_yield1lYDW li:hover {
    border-left: 2px solid rgb(155,168,155);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}.educational_yield1lYDW li:nth-child(odd) {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
    border-left: 2px solid rgb(111,118,110,0.5);
}.educational_yield1lYDW li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(111,118,110);
}.educational_yield1lYDW li div,
.educational_yield1lYDW li p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    position: relative;
}.educational_yield1lYDW li svg {
    top: 0;
    transform: translateY(0);
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -2.3rem;
    position: absolute;
}.educational_yield1lYDW li:hover svg {
    transform: translateY(-3px);
}.educational_yield1lYDW svg path {
    fill: rgb(155,168,155);
    transition: fill 0.3s ease;
}.educational_yield1lYDW li:nth-child(odd) svg path {
    fill: rgb(111,118,110);
}.educational_yield1lYDW li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.educational_yield1lYDW li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational_yield1lYDW li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational_yield1lYDW li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational_yield1lYDW li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

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

@media (min-width: 768px) {.educational_yield1lYDW {
    padding: 6rem 2rem;
}.educational_yield1lYDW h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 4rem;
}.educational_yield1lYDW .knowledge_expertsPX5sV {
    padding: 3rem;
    gap: 3rem;
    flex-direction: row;
}.educational_yield1lYDW ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational_yield1lYDW {
    padding: 8rem 3rem;
}.educational_yield1lYDW .knowledge_expertsPX5sV {
    gap: 4rem;
}.educational_yield1lYDW .image_sectionp5SZc {
    max-width: 45%;
}.educational_yield1lYDW .text_displayYhfGw {
    max-width: 55%;
}.educational_yield1lYDW h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.educational_yield1lYDW li p {
    font-size: calc(14px * 0.95);
}.educational_yield1lYDW h5 {
    font-size: calc(22px * 0.9);
    padding: 0 1rem;
}.educational_yield1lYDW li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.join_our_communityIEzSD {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(202,208,180);
    font-family: Arial, sans-serif;
}.join_our_communityIEzSD::before {
    z-index: 0;
    background: 
        linear-gradient(0deg, transparent 40%, rgb(155,168,155,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(111,118,110,0.5) 0, rgb(111,118,110,0.5) 2px, transparent 2px, transparent 8px);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    animation: movePattern 20s linear infinite;
    left: 0;
}.join_our_communityIEzSD .knowledge_expertsPX5sV {
    display: flex;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    perspective: 1000px;
    max-width: 1200px;
    justify-content: center;
}.join_our_communityIEzSD .support_linksVNbpS {
    display: flex;
    align-items: flex-start;
    width: 90%;
    position: relative;
    padding: 0;
    flex-direction: column;
    max-width: 500px;
    transform: translateZ(0);
}.join_our_communityIEzSD h3 {
    margin-bottom: 2rem;
    align-self: center;
    z-index: 3;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    width: 80%;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    transform: translateY(0) translateZ(30px);
    background: #ffffff;
    border-radius: 25px 25px 0 0;
    padding: 1.5rem 2rem;
    color: #000000;
    text-align: center;
}.join_our_communityIEzSD h3::after {
    content: "";
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    background: #ffffff;
}.join_our_communityIEzSD .input_holder {
    z-index: 2;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 4rem 2rem 2rem;
    flex-direction: column;
    position: relative;
    background: rgb(111,118,110,0.5);
    border-radius: 25px;
    transform: translateY(-3rem) translateZ(0);
}.join_our_communityIEzSD input[type="email"] {
    font-size: 14px;
    background: #ffffff;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    border-radius: 10px;
}.join_our_communityIEzSD input[type="email"]:focus {
    transform: scale(1.02);
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(155,168,155,0.5);
}.join_our_communityIEzSD input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.join_our_communityIEzSD .mail_join4R7fT {
    font-size: 14px;
    align-self: center;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
    transform: translateY(50%) translateZ(20px);
    color: #ffffff;
    padding: 1.2rem;
    background: rgb(155,168,155);
    cursor: pointer;
    width: 80%;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
}.join_our_communityIEzSD .mail_join4R7fT:hover {
    transform: translateY(40%) translateZ(30px) scale(1.05);
    background: linear-gradient(to right, rgb(155,168,155), rgb(111,118,110));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.join_our_communityIEzSD .mail_join4R7fT::before {
    background: linear-gradient(to right, rgb(155,168,155), rgb(111,118,110));
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
}.join_our_communityIEzSD .mail_join4R7fT:hover::before {
    opacity: 1;
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.join_our_communityIEzSD {
    padding: 8rem 3rem;
}.join_our_communityIEzSD h3 {
    width: 70%;
}.join_our_communityIEzSD .input_holder {
    padding: 5rem 3rem 3rem;
}.join_our_communityIEzSD .mail_join4R7fT {
    width: 60%;
}
}

@media (max-width: 767px) {.join_our_communityIEzSD {
    padding: 5rem 1.5rem;
}.join_our_communityIEzSD h3 {
    font-size: 21px;
    width: 90%;
    padding: 1.2rem 1.5rem;
}.join_our_communityIEzSD .support_linksVNbpS {
    width: 100%;
}.join_our_communityIEzSD .input_holder {
    padding: 3rem 1.5rem 2rem;
}.join_our_communityIEzSD input[type="email"] {
    padding: 1.2rem;
}.join_our_communityIEzSD .mail_join4R7fT {
    padding: 1rem;
    width: 90%;
}}.education_historyM3knR {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgb(155,168,155,0.5) 100%);
}.education_historyM3knR::before {
    background: rgb(111,118,110,0.5);
    width: 30%;
    height: 30%;
    filter: blur(20px);
    right: -5%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    content: "";
}.education_historyM3knR::after {
    bottom: -5%;
    left: -5%;
    z-index: 0;
    content: "";
    transform: rotate(15deg) translateZ(0);
    filter: blur(15px);
    background: rgb(155,168,155,0.5);
    width: 25%;
    position: absolute;
    height: 25%;
}.education_historyM3knR .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.education_historyM3knR .review_trackFodSR {
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    padding: 3rem;
    display: grid;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.education_historyM3knR .review_trackFodSR:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.education_historyM3knR .review_trackFodSR > div:first-child {
    position: relative;
    overflow: hidden;
}.education_historyM3knR .image_sectionp5SZc {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 300px;
    width: 100%;
}.education_historyM3knR .review_trackFodSR:hover .image_sectionp5SZc {
    transform: scale(1);
}.education_historyM3knR .review_trackFodSR > div:nth-child(2) {
    gap: 0.5rem;
    position: relative;
    flex-direction: column;
    padding-left: 2rem;
    display: flex;
}.education_historyM3knR .review_trackFodSR > div:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 70%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: linear-gradient(to bottom, rgb(155,168,155), rgb(111,118,110));
}.education_historyM3knR .name {
    color: #000000;
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 23px;
}.education_historyM3knR .name::after {
    content: "";
    transition: width 0.4s ease-out;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: rgb(155,168,155);
    height: 2px;
}.education_historyM3knR .review_trackFodSR:hover .name::after {
    width: 100%;
}.education_historyM3knR .review_trackFodSR > div:nth-child(2) > div {
    color: rgb(111,118,110);
    letter-spacing: 0.5px;
    font-size: calc(13px - 2px);
    font-weight: 600;
    opacity: 0.9;
}.education_historyM3knR .review_trackFodSR > div:nth-child(3) {
    position: relative;
}.education_historyM3knR .emp_items9HveJ {
    background: linear-gradient(to right, rgba(rgb(202,208,180), 0.05), rgba(rgb(202,208,180), 0.02));
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding: 1.5rem;
    font-size: 13px;
    margin: 0;
    border-left: 3px solid rgb(155,168,155,0.5);
}.education_historyM3knR .emp_items9HveJ::before {
    font-family: serif;
    font-size: 5rem;
    color: rgb(155,168,155,0.5);
    left: 0.5rem;
    opacity: 0.2;
    top: -0.5rem;
    position: absolute;
    content: "";
    line-height: 1;
}

@media (min-width: 768px) {.education_historyM3knR {
    padding: 8rem 3rem;
}.education_historyM3knR .review_trackFodSR {
    padding: 4rem;
    grid-template-rows: auto 1fr;
    gap: 3rem 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.education_historyM3knR .review_trackFodSR > div:first-child {
    grid-row: span 2;
}.education_historyM3knR .image_sectionp5SZc {
    height: 100%;
}.education_historyM3knR .review_trackFodSR > div:nth-child(2) {
    padding-left: 3rem;
}.education_historyM3knR .emp_items9HveJ {
    font-size: calc(13px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.education_historyM3knR {
    padding: 10rem 4rem;
}.education_historyM3knR .review_trackFodSR {
    gap: 4rem 5rem;
    padding: 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
}.education_historyM3knR .name {
    font-size: calc(23px + 2px);
}.education_historyM3knR .review_trackFodSR > div:nth-child(2) > div {
    font-size: 13px;
}.education_historyM3knR .emp_items9HveJ {
    line-height: 1.8;
}.education_historyM3knR .review_trackFodSR::after {
    transition: opacity 0.3s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 50%, rgb(155,168,155,0.5) 50%);
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: 0;
    top: 0;
}.education_historyM3knR .review_trackFodSR:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.education_historyM3knR {
    padding: 4rem 1.5rem;
}.education_historyM3knR .review_trackFodSR {
    gap: 2rem;
    padding: 2rem;
}.education_historyM3knR .image_sectionp5SZc {
    height: 250px;
}.education_historyM3knR .name {
    font-size: calc(23px - 1px);
}.education_historyM3knR .review_trackFodSR > div:nth-child(2) > div {
    font-size: calc(13px - 3px);
}.education_historyM3knR .emp_items9HveJ {
    font-size: calc(13px - 1px);
    padding: 1rem;
}}.our_mission9dhSY {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_mission9dhSY::before {
    background: linear-gradient(135deg, rgb(155,168,155,0.5), rgb(111,118,110,0.5), rgba(20, 30, 40, 0.85));
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px) saturate(120%);
}.our_mission9dhSY .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.our_mission9dhSY .text_displayYhfGw {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 4px solid rgb(111,118,110);
}.our_mission9dhSY .text_displayYhfGw:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission9dhSY .text_displayYhfGw::before {
    content: "";
    position: absolute;
    left: 25px;
    top: -10px;
    height: 5px;
    transform: skewX(-25deg);
    width: 50px;
    background: rgb(111,118,110);
}.our_mission9dhSY .text_displayYhfGw::after {
    content: "";
    transform: skewX(-25deg);
    right: 45px;
    height: 5px;
    width: 70px;
    background: rgb(155,168,155);
    bottom: -10px;
    position: absolute;
}.our_mission9dhSY h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    color: #ffffff;
    color: transparent;
    font-size: 23px;
    background: linear-gradient(90deg, rgb(111,118,110), rgb(155,168,155));
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    letter-spacing: 1.5px;
    display: inline-block;
    background-clip: text !important;
}.our_mission9dhSY h5::after {
    content: "";
    transform-origin: left;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(111,118,110), transparent);
    width: 100%;
    transform: scaleX(0.6);
    height: 2px;
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
}.our_mission9dhSY .text_displayYhfGw:hover h5::after {
    transform: scaleX(1);
}.our_mission9dhSY p {
    margin-bottom: 25px;
    font-size: calc(17px * 1.2);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 1;
}.our_mission9dhSY p b {
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 700;
    position: relative;
}.our_mission9dhSY p b::after {
    z-index: -1;
    background: rgb(111,118,110);
    left: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -2px;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
}.our_mission9dhSY .text_displayYhfGw:hover p b::after {
    transform: scaleX(1);
}.our_mission9dhSY ol {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}.our_mission9dhSY ol li {
    line-height: 1.8;
    padding-left: 10px;
    max-height: 60vh;
    overflow-y: auto;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    scrollbar-color: rgb(111,118,110) transparent;
    font-size: 17px;
    scrollbar-width: thin;
    text-align: justify;
    color: #ffffff;
    position: relative;
}.our_mission9dhSY ol li::-webkit-scrollbar {
    width: 6px;
}.our_mission9dhSY ol li::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.our_mission9dhSY ol li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(111,118,110);
}.our_mission9dhSY ol li::before {
    content: "";
    opacity: 0.6;
    width: 3px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(111,118,110), transparent);
    left: -10px;
    transform: scaleY(0.9);
    height: 100%;
    transition: all 0.5s ease;
}.our_mission9dhSY .text_displayYhfGw:hover ol li::before {
    transform: scaleY(1);
    opacity: 1;
}

@media (max-width: 992px) {.our_mission9dhSY {
    padding: 80px 0;
}.our_mission9dhSY .text_displayYhfGw {
    padding: 30px 35px;
    transform: perspective(1000px) rotateY(-1deg);
}.our_mission9dhSY h5 {
    font-size: calc(23px * 0.95);
}.our_mission9dhSY p {
    font-size: 17px;
}.our_mission9dhSY ol li {
    font-size: calc(17px * 0.95);
    max-height: 50vh;
}
}

@media (max-width: 768px) {.our_mission9dhSY {
    padding: 60px 0;
}.our_mission9dhSY .text_displayYhfGw {
    transform: none;
    padding: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.our_mission9dhSY .text_displayYhfGw::before,
    .our_mission9dhSY .text_displayYhfGw::after {
    width: 40px;
}.our_mission9dhSY h5 {
    font-size: calc(23px * 0.9);
}.our_mission9dhSY p {
    font-size: calc(17px * 0.95);
}.our_mission9dhSY ol li {
    line-height: 1.7;
    max-height: 40vh;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.our_mission9dhSY {
    padding: 50px 0;
}.our_mission9dhSY .text_displayYhfGw {
    border-left-width: 3px;
    padding: 20px 15px;
}.our_mission9dhSY .text_displayYhfGw::before,
    .our_mission9dhSY .text_displayYhfGw::after {
    width: 30px;
    height: 3px;
}.our_mission9dhSY h5 {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}.our_mission9dhSY p {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}.our_mission9dhSY ol li {
    line-height: 1.6;
    max-height: 35vh;
    font-size: calc(17px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.our_mission9dhSY .text_displayYhfGw,
    .our_mission9dhSY .text_displayYhfGw:hover,
    .our_mission9dhSY h5::after,
    .our_mission9dhSY .text_displayYhfGw:hover h5::after,
    .our_mission9dhSY p b::after,
    .our_mission9dhSY .text_displayYhfGw:hover p b::after,
    .our_mission9dhSY ol li::before,
    .our_mission9dhSY .text_displayYhfGw:hover ol li::before {
    transition: none;
    transform: none;
}}.verify_ctamzYqw {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 0;
    background-color: rgb(111,118,110);
}.verify_ctamzYqw .container {
    position: relative;
    z-index: 2;
}.verify_ctamzYqw .online_toolsh3cHr {
    display: flex;
    flex-direction: column;
}.verify_ctamzYqw .send_request0Whtg {
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(155,168,155);
    z-index: 3;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -2rem;
    position: relative;
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.verify_ctamzYqw .send_request0Whtg::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    z-index: -1;
}.verify_ctamzYqw .info_item {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}.verify_ctamzYqw .info_item:hover {
    transform: translateX(10px);
}.verify_ctamzYqw .info_item p,
.verify_ctamzYqw .info_item a {
    display: flex;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    font-size: 14px;
    gap: 0.75rem;
    text-decoration: none;
}.verify_ctamzYqw .info_item svg {
    width: 20px;
    fill: #ffffff;
    height: 20px;
    transition: transform 0.3s ease;
}.verify_ctamzYqw .info_item:hover svg {
    transform: scale(1.2);
}.verify_ctamzYqw .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
    display: grid;
    position: relative;
    gap: 0;
}.verify_ctamzYqw .main_headerJV73c {
    background-color: rgb(111,118,110);
    gap: 1.5rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    position: relative;
    padding: 4rem 2rem 3rem;
    z-index: 4;
    display: flex;
}.verify_ctamzYqw .main_headerJV73c svg {
    transition: all 0.3s ease;
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 150px;
}.verify_ctamzYqw .main_headerJV73c:hover svg {
    transform: scale(1.05);
}.verify_ctamzYqw .faculty_infou4bWZ {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
}.verify_ctamzYqw .page_navHZd36 {
    position: relative;
    background-color: #000000;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 5rem 2rem 3rem;
    gap: 2rem;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.verify_ctamzYqw .page_navHZd36::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    top: 0;
    content: '';
    left: 0;
}.verify_ctamzYqw .page_navHZd36 h5 {
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.verify_ctamzYqw .page_navHZd36 h5::after {
    left: 0;
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
    width: 40px;
    background-color: rgb(155,168,155);
    content: '';
}.verify_ctamzYqw .nav_leaduDUB8 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.verify_ctamzYqw .nav_leaduDUB8:not(:last-child) {
    margin-bottom: 1rem;
}.verify_ctamzYqw .nav_leaduDUB8 a {
    text-decoration: none;
    opacity: 0.8;
    font-size: 14px;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}.verify_ctamzYqw .nav_leaduDUB8 a::before {
    width: 0;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(155,168,155);
    transition: width 0.3s ease;
    position: absolute;
}.verify_ctamzYqw .nav_leaduDUB8 a:hover {
    padding-left: 10px;
    opacity: 1;
}.verify_ctamzYqw .nav_leaduDUB8 a:hover::before {
    width: 30px;
}.verify_ctamzYqw .subscribe_holder {
    z-index: 3;
    padding: 4rem 2rem 3rem;
    background-color: rgb(111,118,110);
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    position: relative;
}.verify_ctamzYqw .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
}.verify_ctamzYqw .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 19px;
}.verify_ctamzYqw .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 14px;
}.verify_ctamzYqw .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.verify_ctamzYqw .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
}.verify_ctamzYqw .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}.verify_ctamzYqw .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.verify_ctamzYqw .mail_join4R7fT {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    position: relative;
    background-color: rgb(155,168,155);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    overflow: hidden;
}.verify_ctamzYqw .mail_join4R7fT::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    content: '';
    position: absolute;
    left: -100%;
    transition: left 0.5s ease;
    top: 0;
}.verify_ctamzYqw .mail_join4R7fT:hover {
    background-color: rgb(155,168,155,0.5);
}.verify_ctamzYqw .mail_join4R7fT:hover::before {
    left: 100%;
}.verify_ctamzYqw .level_upSxTPm {
    margin-top: 0;
    z-index: 1;
    background-color: rgb(111,118,110);
    padding: 6rem 0 2rem;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    text-align: center;
}.verify_ctamzYqw .level_upSxTPm::before {
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    position: absolute;
    left: 0;
}.verify_ctamzYqw .webinar_live5YNDC {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
}

@media (max-width: 1200px) {.verify_ctamzYqw .send_request0Whtg {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.verify_ctamzYqw .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.verify_ctamzYqw .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.verify_ctamzYqw .text_main_holder {
    grid-template-columns: 1fr;
}.verify_ctamzYqw .main_headerJV73c,
    .verify_ctamzYqw .page_navHZd36,
    .verify_ctamzYqw .subscribe_holder {
    clip-path: none;
}.verify_ctamzYqw .page_navHZd36 {
    padding: 3rem 2rem;
}.verify_ctamzYqw .main_headerJV73c {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.verify_ctamzYqw .subscribe_holder {
    padding: 3rem 2rem;
}.verify_ctamzYqw .level_upSxTPm {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.verify_ctamzYqw .send_request0Whtg {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
}.verify_ctamzYqw .nav_leaduDUB8 {
    grid-template-columns: 1fr;
}.verify_ctamzYqw .page_navHZd36 h5,
    .verify_ctamzYqw .subscribe_holder h5 {
    display: block;
    text-align: center;
}.verify_ctamzYqw .page_navHZd36 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.verify_ctamzYqw .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.verify_ctamzYqw .main_headerJV73c,
    .verify_ctamzYqw .page_navHZd36,
    .verify_ctamzYqw .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.verify_ctamzYqw .level_upSxTPm {
    padding: 2.5rem 0 1.5rem;
}.verify_ctamzYqw .info_item {
    padding: 0.5rem 0;
}.verify_ctamzYqw .info_item p,
    .verify_ctamzYqw .info_item a {
    justify-content: center;
}}.homepageAwiGn {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: rgb(202,208,180);
}.homepageAwiGn .page_firstzcHPG {
    justify-content: center;
    padding: 2rem;
    height: 100vh;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}.homepageAwiGn .learning_intro07K6k {
    overflow: hidden;
    box-sizing: border-box;
    padding: 5rem 3rem;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
    min-height: 70vh;
    display: flex;
    width: 100%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    max-width: 1200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.homepageAwiGn .learning_intro07K6k::before {
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(155,168,155,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    width: 100%;
    left: 0;
}.homepageAwiGn .learning_intro07K6k::after {
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
}.homepageAwiGn .learning_intro07K6k span {
    opacity: 0;
    position: relative;
    transform: translateX(-1rem);
    max-width: 85%;
    margin-bottom: 2rem;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    z-index: 10;
}.homepageAwiGn .learning_intro07K6k h3 {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-left: 5px solid #ffffff;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: skewX(-5deg);
    background: linear-gradient(
    120deg,
    rgb(155,168,155) 0%,
    rgb(111,118,110) 100%
  );
    line-height: 1.4;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.homepageAwiGn .learning_intro07K6k h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 44px);
    z-index: 10;
    margin: 1rem 0 2rem;
    line-height: 1.2;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(2rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}.homepageAwiGn .learning_intro07K6k div {
    transform: translateY(2rem);
    position: relative;
    z-index: 10;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    opacity: 0;
}.homepageAwiGn .learning_intro07K6k div div {
    max-width: 600px;
    transform: none;
    animation: none;
    opacity: 1;
}.homepageAwiGn .learning_intro07K6k p {
    border-left: 3px solid rgb(111,118,110);
    font-family: Arial, sans-serif;
    background: linear-gradient(
    90deg,
    rgb(111,118,110,0.5) 0%,
    transparent 100%
  );
    padding: 1.2rem 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    position: relative;
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-top: 0.5rem;
}.homepageAwiGn .learning_intro07K6k:hover {
    transform: perspective(1000px) rotateX(0deg);
}

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

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

@media screen and (max-width: 992px) {.homepageAwiGn .page_firstzcHPG {
    padding: 1.5rem;
}.homepageAwiGn .learning_intro07K6k {
    min-height: 65vh;
    padding: 4rem 2.5rem;
}.homepageAwiGn .learning_intro07K6k span {
    max-width: 95%;
}.homepageAwiGn .learning_intro07K6k h3 {
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
}
}

@media screen and (max-width: 768px) {.homepageAwiGn .page_firstzcHPG {
    min-height: 100vh;
    padding: 1rem;
    height: auto;
}.homepageAwiGn .learning_intro07K6k {
    padding: 3rem 1.5rem;
    min-height: 60vh;
}.homepageAwiGn .learning_intro07K6k span {
    max-width: 100%;
}.homepageAwiGn .learning_intro07K6k h3 {
    padding: 0.7rem 1rem;
    transform: skewX(-3deg);
    font-size: 1rem;
}.homepageAwiGn .learning_intro07K6k h1 {
    margin: 0.8rem 0 1.5rem;
}.homepageAwiGn .learning_intro07K6k p {
    font-size: 1rem;
    padding: 1rem;
}
}

@media screen and (max-width: 480px) {.homepageAwiGn .learning_intro07K6k {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1rem;
}.homepageAwiGn .learning_intro07K6k h3 {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    transform: skewX(-2deg);
}.homepageAwiGn .learning_intro07K6k h1 {
    margin: 0.6rem 0 1.2rem;
    font-size: 2rem;
}}.plan_shelfFbjmg {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(202,208,180), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1rem;
    overflow: hidden;
}.plan_shelfFbjmg::before {
    height: 100%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 0%, rgb(155,168,155,0.5) 30%, transparent 70%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}.plan_shelfFbjmg .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.plan_shelfFbjmg .cert_costM1GvC {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.plan_shelfFbjmg .access_rateskEuMs {
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    order: -1;
    max-width: 800px;
    margin: 0 auto 2rem;
    transform: translateY(20px);
}.plan_shelfFbjmg .access_rateskEuMs h2 {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
}.plan_shelfFbjmg .access_rateskEuMs h2::after {
    border-radius: 10px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -10px;
    content: "";
}.plan_shelfFbjmg .price_schemespNOdT {
    font-size: 13px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
}.plan_shelfFbjmg .pricing_catalognaKiA {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    perspective: 1000px;
}.plan_shelfFbjmg .trial_pricingn7Ejx {
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0) scale(1);
    opacity: 0;
    color: #000000;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    border-radius: 24px;
}.plan_shelfFbjmg .trial_pricingn7Ejx:nth-child(1) {
    animation-delay: 0.1s;
}.plan_shelfFbjmg .trial_pricingn7Ejx:nth-child(2) {
    animation-delay: 0.2s;
}.plan_shelfFbjmg .trial_pricingn7Ejx:nth-child(3) {
    animation-delay: 0.3s;
}.plan_shelfFbjmg .trial_pricingn7Ejx:nth-child(4) {
    animation-delay: 0.4s;
}.plan_shelfFbjmg .trial_pricingn7Ejx::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover::before {
    transform: scaleX(1);
}.plan_shelfFbjmg .indv_costMjEBS {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_shelfFbjmg .monthly_rateNzeQD {
    flex-grow: 1;
    display: flex;
    padding: 2rem;
    flex-direction: column;
}.plan_shelfFbjmg .monthly_rateNzeQD h3 {
    margin: 0 0 1rem;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: 19px;
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover .monthly_rateNzeQD h3 {
    color: rgb(155,168,155);
}.plan_shelfFbjmg .package_pricingRLBzp {
    color: rgb(155,168,155);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}.plan_shelfFbjmg .package_pricingRLBzp::after {
    background-color: rgb(111,118,110);
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover .package_pricingRLBzp {
    transform: translateY(-3px);
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover .package_pricingRLBzp::after {
    width: 80px;
}.plan_shelfFbjmg .monthly_rateNzeQD p {
    font-size: calc(13px - 2px);
    word-break: break-word;
    flex-grow: 1;
    margin: 0;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.plan_shelfFbjmg .image_sectionp5SZc {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 200px;
    position: relative;
}.plan_shelfFbjmg .image_sectionp5SZc::after {
    opacity: 0.7;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover .image_sectionp5SZc {
    transform: scale(1.05);
}.plan_shelfFbjmg .trial_pricingn7Ejx:hover .image_sectionp5SZc::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.plan_shelfFbjmg {
    padding: 7rem 2rem;
}.plan_shelfFbjmg .cert_costM1GvC {
    align-items: flex-start;
    flex-direction: row;
}.plan_shelfFbjmg .access_rateskEuMs {
    padding-right: 2rem;
    text-align: left;
    margin: 0;
    display: flex;
    order: 0;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 30%;
}.plan_shelfFbjmg .access_rateskEuMs h2 {
    text-align: left;
}.plan_shelfFbjmg .access_rateskEuMs h2::after {
    transform: none;
    left: 0;
}.plan_shelfFbjmg .price_schemespNOdT {
    margin: 0;
    max-width: 100%;
}.plan_shelfFbjmg .pricing_catalognaKiA {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.plan_shelfFbjmg .pricing_catalognaKiA {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_shelfFbjmg {
    padding: 8rem 2rem;
}.plan_shelfFbjmg .access_rateskEuMs {
    flex: 0 0 25%;
}.plan_shelfFbjmg .pricing_catalognaKiA {
    flex: 0 0 75%;
}.plan_shelfFbjmg .monthly_rateNzeQD {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.plan_shelfFbjmg .trial_pricingn7Ejx {
    max-width: 400px;
    margin: 0 auto;
}.plan_shelfFbjmg .access_rateskEuMs h2 {
    font-size: calc(34px * 0.9);
}.plan_shelfFbjmg .price_schemespNOdT {
    font-size: calc(13px * 0.95);
}}.customer_experienceUkPWx {
    position: relative;
    background: linear-gradient(180deg, rgb(202,208,180) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.customer_experienceUkPWx::before {
    opacity: 0.2;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: 20px 20px;
    transform-origin: center top;
    background: 
        linear-gradient(90deg, rgb(155,168,155,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(155,168,155,0.5) 0.5px, transparent 1px);
    transform: perspective(500px) rotateX(30deg) scale(1.5);
}.customer_experienceUkPWx .knowledge_expertsPX5sV {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.customer_experienceUkPWx h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 80px;
}.customer_experienceUkPWx h4::after {
    bottom: -15px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    width: 100px;
    left: 50%;
    position: absolute;
    height: 3px;
}.customer_experienceUkPWx .client_sentimentsBroFh {
    gap: 50px 30px;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.customer_experienceUkPWx .review_trackFodSR {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    transform: rotateX(10deg) rotateY(-10deg);
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.customer_experienceUkPWx .review_trackFodSR::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(111,118,110,0.5), rgb(155,168,155,0.5));
    content: "";
    transition: opacity 0.5s ease;
    border-radius: 14px;
    opacity: 0;
    inset: 0;
}.customer_experienceUkPWx .review_trackFodSR:hover::before {
    opacity: 0.7;
}.customer_experienceUkPWx .review_trackFodSR::after {
    left: 5px;
    top: 5px;
    transition: all 0.5s ease;
    opacity: 0;
    border: 1px solid #ffffff;
    border-radius: calc(14px - 5px);
    bottom: 5px;
    right: 5px;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(0.9) translateZ(10px);
}.customer_experienceUkPWx .review_trackFodSR:hover::after {
    opacity: 0.3;
    transform: scale(1) translateZ(10px);
}.customer_experienceUkPWx .review_trackFodSR:hover {
    z-index: 3;
    transform: rotateX(0) rotateY(0) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}.customer_experienceUkPWx .image_sectionp5SZc {
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 90px;
    transition: all 0.5s ease;
    transform: translateZ(20px);
    margin: 0 auto 20px;
    border-radius: 14px;
    width: 90px;
}.customer_experienceUkPWx .review_trackFodSR:hover .image_sectionp5SZc {
    border-radius: 50%;
    border-color: rgb(155,168,155,0.5);
    transform: translateZ(40px);
}.customer_experienceUkPWx .review_trackFodSR span {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    transform: translateZ(15px);
    font-weight: 600;
    display: block;
    transition: all 0.5s ease;
}.customer_experienceUkPWx .review_trackFodSR:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}.customer_experienceUkPWx .review_trackFodSR p {
    transform: translateZ(10px);
    line-height: 1.7;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 15px;
    color: #000000;
    padding-top: 15px;
    position: relative;
}.customer_experienceUkPWx .review_trackFodSR p::before {
    width: 30px;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(155,168,155,0.5);
    transition: all 0.5s ease;
    top: 0;
    content: "";
}.customer_experienceUkPWx .review_trackFodSR:hover p {
    transform: translateZ(20px);
    color: #ffffff;
}.customer_experienceUkPWx .review_trackFodSR:hover p::before {
    width: 50px;
    background: #ffffff;
}.customer_experienceUkPWx .review_trackFodSR:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}.customer_experienceUkPWx .review_trackFodSR:nth-child(3n+2) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.3s;
}.customer_experienceUkPWx .review_trackFodSR:nth-child(3n) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.5s;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.customer_experienceUkPWx {
    padding: 90px 0;
}.customer_experienceUkPWx .client_sentimentsBroFh {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}.customer_experienceUkPWx h4 {
    margin-bottom: 60px;
    font-size: calc(29px * 0.9);
}.customer_experienceUkPWx .review_trackFodSR {
    padding: 25px;
}.customer_experienceUkPWx .image_sectionp5SZc {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 768px) {.customer_experienceUkPWx {
    padding: 70px 0;
}.customer_experienceUkPWx::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.customer_experienceUkPWx h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.customer_experienceUkPWx .client_sentimentsBroFh {
    grid-template-columns: 1fr;
    gap: 40px;
}.customer_experienceUkPWx .review_trackFodSR {
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 20px;
    margin: 0 auto;
    max-width: 350px;
}.customer_experienceUkPWx .review_trackFodSR:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.customer_experienceUkPWx .image_sectionp5SZc {
    width: 70px;
    height: 70px;
}.customer_experienceUkPWx .review_trackFodSR span {
    font-size: calc(20px * 0.9);
}.customer_experienceUkPWx .review_trackFodSR p {
    font-size: calc(15px * 0.95);
}}.contact_uspoOP5 {
    padding: 100px 0;
    position: relative;
}.contact_uspoOP5::before {
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    background-color: rgb(202,208,180);
    content: "";
}.contact_uspoOP5 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact_uspoOP5 .support_linksVNbpS {
    position: relative;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
}.contact_uspoOP5 .request_mapMAPXl {
    position: relative;
    width: 40%;
    overflow: hidden;
    padding: 60px 40px;
    background: rgb(155,168,155);
}.contact_uspoOP5 .request_mapMAPXl::before {
    width: 200px;
    position: absolute;
    right: -10%;
    border-radius: 50%;
    height: 200px;
    background: rgb(111,118,110);
    top: -10%;
    content: "";
    opacity: 0.3;
}.contact_uspoOP5 .request_mapMAPXl::after {
    position: absolute;
    width: 200px;
    left: -10%;
    content: "";
    border-radius: 50%;
    bottom: -10%;
    height: 200px;
    background: rgb(111,118,110);
    opacity: 0.3;
}.contact_uspoOP5 .request_mapMAPXl h3 {
    color: #ffffff;
    position: relative;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
    z-index: 1;
}.contact_uspoOP5 .request_mapMAPXl div {
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 3px solid #ffffff;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}.contact_uspoOP5 .request_mapMAPXl div:hover {
    border-left-color: rgb(111,118,110);
    transform: translateX(5px);
}.contact_uspoOP5 .request_mapMAPXl div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.contact_uspoOP5 .request_mapMAPXl div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_uspoOP5 .request_mapMAPXl div:hover svg path {
    fill: rgb(111,118,110);
}.contact_uspoOP5 .request_mapMAPXl div span {
    font-size: 17px;
    color: #ffffff;
}.contact_uspoOP5 .request_mapMAPXl div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_uspoOP5 .request_mapMAPXl div span a:hover {
    color: rgb(111,118,110);
}.contact_uspoOP5 .query_helpzSIau {
    background: #ffffff;
    width: 60%;
    padding: 60px 40px;
}.contact_uspoOP5 .query_helpzSIau h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}.contact_uspoOP5 form {
    display: flex;
    flex-direction: column;
}.contact_uspoOP5 form input[type="text"],
.contact_uspoOP5 form input[type="email"] {
    font-size: 17px;
    border: 2px solid #EFEFEF;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
}.contact_uspoOP5 form input[type="text"]:focus,
.contact_uspoOP5 form input[type="email"]:focus {
    border-color: rgb(155,168,155);
    outline: none;
}.contact_uspoOP5 form input::placeholder {
    color: #BBBBBB;
}.contact_uspoOP5 .message_reach7EIfN {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_uspoOP5 .message_reach7EIfN input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_uspoOP5 .message_reach7EIfN label {
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
    padding-left: 35px;
}.contact_uspoOP5 .message_reach7EIfN label::before {
    border: 2px solid #EFEFEF;
    position: absolute;
    transition: all 0.3s ease;
    width: 20px;
    border-radius: 10px;
    height: 20px;
    left: 0;
    top: 2px;
    content: "";
}.contact_uspoOP5 .message_reach7EIfN input[type="checkbox"]:checked + label::before {
    background-color: rgb(155,168,155);
    border-color: rgb(155,168,155);
}.contact_uspoOP5 .message_reach7EIfN input[type="checkbox"]:checked + label::after {
    height: 12px;
    left: 7px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid white;
}.contact_uspoOP5 .message_reach7EIfN label a {
    transition: all 0.3s ease;
    color: rgb(155,168,155);
    text-decoration: none;
}.contact_uspoOP5 .message_reach7EIfN label a:hover {
    text-decoration: underline;
}.contact_uspoOP5 form .query_maplCY1b {
    font-weight: 600;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    padding: 15px 30px;
    background-color: rgb(155,168,155);
    align-self: flex-start;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}.contact_uspoOP5 form .query_maplCY1b::after {
    transition: width 0.3s ease, height 0.3s ease;
    transform: translate3d(-50%, -50%, 0);
    transform-style: flat;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    top: 50%;
    height: 0;
    width: 0;
    left: 50%;
    position: absolute;
}.contact_uspoOP5 form .query_maplCY1b:hover {
    background-color: rgb(111,118,110);
}.contact_uspoOP5 form .query_maplCY1b:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact_uspoOP5 .request_mapMAPXl div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}.contact_uspoOP5 .request_mapMAPXl div:nth-child(2) {
    animation-delay: 0.1s;
}.contact_uspoOP5 .request_mapMAPXl div:nth-child(3) {
    animation-delay: 0.2s;
}.contact_uspoOP5 .request_mapMAPXl div:nth-child(4) {
    animation-delay: 0.3s;
}.contact_uspoOP5 .request_mapMAPXl div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact_uspoOP5 .request_mapMAPXl,
    .contact_uspoOP5 .query_helpzSIau {
    width: 100%;
    padding: 40px 30px;
}.contact_uspoOP5 .request_mapMAPXl {
    order: 2;
}.contact_uspoOP5 .query_helpzSIau {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact_uspoOP5 {
    padding: 60px 0;
}.contact_uspoOP5 .container {
    width: 90%;
}.contact_uspoOP5 .request_mapMAPXl,
    .contact_uspoOP5 .query_helpzSIau {
    padding: 30px 20px;
}.contact_uspoOP5 .request_mapMAPXl h3 {
    font-size: calc(35px * 0.8);
}.contact_uspoOP5 form .query_maplCY1b {
    width: 100%;
}}.privacy_lockqk2QT {
    padding: 40px;
    width: 100%;
    height: auto;
}.privacy_lockqk2QT h1 {
    color: rgb(155,168,155);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 0 0 10px rgb(155,168,155);
    border-bottom: 2px solid rgb(111,118,110);
    text-align: center;
    grid-column: span 2;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}.privacy_lockqk2QT h2 {
    font-size: 37px;
    margin-top: 0;
    padding-left: 10px;
    border-left: 4px solid rgb(155,168,155);
    margin-bottom: 15px;
    color: rgb(111,118,110);
    text-shadow: 0 0 5px rgb(111,118,110);
    font-weight: 600;
    text-align: left;
    font-family: Arial, sans-serif;
}.privacy_lockqk2QT ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}.privacy_lockqk2QT li {
    font-family: Arial, sans-serif;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
    background: rgb(111,118,110,0.5);
    border-radius: 10px;
    border: 1px solid rgb(155,168,155);
    text-shadow: 0 0 5px rgb(155,168,155);
    line-height: 1.5;
}.privacy_lockqk2QT div {
    font-size: 13px;
    padding: 15px;
    color: #ffffff;
    background: rgb(155,168,155,0.5);
    border: 1px solid rgb(111,118,110);
    margin-bottom: 15px;
    border-radius: 14px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy_lockqk2QT p, .privacy_lockqk2QT span {
    margin-bottom: 10px;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(111,118,110);
    color: #ffffff;
    font-size: 13px;
}
@media only screen and (max-width: 800px) {.privacy_lockqk2QT {
    padding: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.privacy_lockqk2QT h1 {
    margin-bottom: 15px;
    font-size: calc(22px - 4px);
}.privacy_lockqk2QT h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.privacy_lockqk2QT ul {
    padding-left: 0;
}.privacy_lockqk2QT li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_lockqk2QT div {
    padding: 10px;
}}header {
    overflow: visible;
    background: linear-gradient(to right, rgb(111,118,110,0.5), rgb(155,168,155));
    padding: 1.5rem 0;
    position: relative;
    z-index: 1000;
}header::before {
    width: 100%;
    z-index: -1;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .header_pagewrapjkB2a {
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    display: flex;
}header .nav_siteBu0ky {
    align-items: center;
    text-decoration: none;
    z-index: 2;
    justify-content: center;
    display: flex;
    padding: 1rem;
    position: relative;
}header .nav_siteBu0ky::after {
    transform: translateX(-50%);
    background: #ffffff;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
    height: 2px;
    left: 50%;
    width: 50%;
    position: absolute;
    bottom: 0;
    content: '';
}header .nav_siteBu0ky:hover::after {
    opacity: 1;
    width: 80%;
}header .nav_siteBu0ky svg {
    filter: drop-shadow(0 4px 8px rgb(155,168,155,0.5));
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
}header .nav_siteBu0ky:hover svg {
    transform: translateY(-5px);
}header .page_navHZd36 {
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 27px;
    padding: 0.6rem 1rem;
    position: relative;
    backdrop-filter: blur(5px);
    gap: 0.8rem;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}header .page_navHZd36::before {
    top: 0;
    z-index: -1;
    border-radius: 27px;
    position: absolute;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
}header .site_navvurM3 {
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}header .site_navvurM3::before {
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    transform: translateY(100%) scale(0.8);
    opacity: 0;
    content: '';
}header .site_navvurM3:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(155,168,155);
    transform: translateY(-3px);
}header .site_navvurM3:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_pagewrapjkB2a {
    gap: 1.2rem;
}header .nav_siteBu0ky svg {
    width: 180px;
}header .page_navHZd36 {
    padding: 0.5rem;
    gap: 0.6rem;
}header .site_navvurM3 {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header_pagewrapjkB2a {
    gap: 1rem;
}header .nav_siteBu0ky svg {
    width: 150px;
}header .page_navHZd36 {
    gap: 0.4rem;
    padding: 0.4rem;
}header .site_navvurM3 {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_pagewrapjkB2a {
    gap: 0.8rem;
}header .nav_siteBu0ky svg {
    width: 140px;
}header .page_navHZd36 {
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .page_navHZd36::-webkit-scrollbar {
    height: 3px;
}header .page_navHZd36::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .site_navvurM3 {
    font-size: calc(16px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.teaching_processJam8e {
    position: relative;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgb(111,118,110,0.5) 120%);
    overflow: visible;
    padding: 170px 0 150px;
}.teaching_processJam8e::before {
    opacity: 0.05;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background: rgb(155,168,155,0.5);
    content: '';
}.teaching_processJam8e .knowledge_expertsPX5sV {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.teaching_processJam8e .text_displayYhfGw {
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
}.teaching_processJam8e .text_displayYhfGw h2 {
    position: relative;
    margin: 0 auto 80px;
    backdrop-filter: blur(10px);
    font-weight: 700;
    width: 40%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    font-size: 31px;
    z-index: 4;
    background: rgb(155,168,155,0.5);
    padding: 35px 40px;
}.teaching_processJam8e .text_displayYhfGw p {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    line-height: 1.8;
    position: relative;
    width: 70%;
    padding: 50px 60px;
    border-radius: 11px;
    z-index: 3;
    color: #ffffff;
    margin: 0 auto;
    font-size: 13px;
}.teaching_processJam8e .text_displayYhfGw::before {
    height: 60px;
    left: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(155,168,155), transparent);
    width: 2px;
    z-index: 3;
    top: calc(31px * 2 + 70px);
    content: '';
}.teaching_processJam8e .text_displayYhfGw::after {
    position: absolute;
    filter: blur(70px);
    top: -100px;
    animation: pulse-subtle 15s infinite alternate;
    opacity: 0.03;
    border-radius: 50%;
    width: 200px;
    content: '';
    background: rgb(155,168,155);
    height: 200px;
    right: 10%;
}.teaching_processJam8e .text_displayYhfGw h2::before {
    height: 10px;
    content: '';
    position: absolute;
    left: -20%;
    opacity: 0.2;
    filter: blur(10px);
    background: rgb(155,168,155);
    width: 140%;
    bottom: -5px;
}.teaching_processJam8e .text_displayYhfGw h2::after {
    left: 50%;
    bottom: -40px;
    height: 20px;
    background: rgb(155,168,155);
    width: 20px;
    position: absolute;
    box-shadow: 0 0 15px rgb(155,168,155,0.5);
    border-radius: 50%;
    margin-left: -10px;
    content: '';
    opacity: 0.7;
    z-index: 5;
}.teaching_processJam8e .text_displayYhfGw p::before {
    height: 1px;
    opacity: 0.3;
    content: '';
    width: 90%;
    position: absolute;
    top: 20px;
    left: 5%;
    background: linear-gradient(90deg, transparent, rgb(155,168,155,0.5), transparent);
}.teaching_processJam8e .text_displayYhfGw p::after {
    opacity: 0.3;
    bottom: 20px;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(155,168,155,0.5), transparent);
    position: absolute;
    width: 70%;
    content: '';
    height: 1px;
}.teaching_processJam8e::after {
    left: 50%;
    opacity: 0.3;
    height: 200px;
    z-index: 1;
    position: absolute;
    width: 1px;
    bottom: 0;
    background: linear-gradient(to top, rgb(155,168,155,0.5), transparent);
    content: '';
}.teaching_processJam8e .knowledge_expertsPX5sV::before {
    content: '';
    background: rgb(155,168,155,0.5);
    z-index: 0;
    left: -125px;
    height: 2px;
    top: 40%;
    transform: rotate(30deg);
    width: 250px;
    position: absolute;
    opacity: 0.2;
    transform-origin: right center;
}.teaching_processJam8e .knowledge_expertsPX5sV::after {
    height: 2px;
    transform: rotate(-30deg);
    position: absolute;
    content: '';
    z-index: 0;
    width: 250px;
    right: -125px;
    opacity: 0.2;
    background: rgb(155,168,155,0.5);
    top: 40%;
    transform-origin: left center;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.teaching_processJam8e .text_displayYhfGw h2 {
    width: 50%;
}.teaching_processJam8e .text_displayYhfGw p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.teaching_processJam8e {
    padding: 140px 0 120px;
}.teaching_processJam8e .text_displayYhfGw h2 {
    padding: 30px 35px;
    margin-bottom: 60px;
    width: 60%;
}.teaching_processJam8e .text_displayYhfGw p {
    width: 90%;
    padding: 40px 50px;
}.teaching_processJam8e .text_displayYhfGw::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.teaching_processJam8e {
    padding: 120px 0 100px;
    overflow: hidden;
}.teaching_processJam8e .text_displayYhfGw {
    transform: none;
}.teaching_processJam8e .text_displayYhfGw h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.teaching_processJam8e .text_displayYhfGw p {
    padding: 30px 40px;
    width: 100%;
}.teaching_processJam8e .text_displayYhfGw::before {
    height: 30px;
}.teaching_processJam8e .text_displayYhfGw::after,
    .teaching_processJam8e::after,
    .teaching_processJam8e .knowledge_expertsPX5sV::before,
    .teaching_processJam8e .knowledge_expertsPX5sV::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_processJam8e {
    padding: 100px 0 80px;
}.teaching_processJam8e .text_displayYhfGw h2 {
    padding: 25px 30px;
    width: 100%;
    font-size: calc(31px * 0.8);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.teaching_processJam8e .text_displayYhfGw p {
    padding: 25px 30px;
    font-size: calc(13px * 0.9);
}.teaching_processJam8e .text_displayYhfGw::before {
    height: 20px;
}.teaching_processJam8e .text_displayYhfGw h2::after {
    height: 15px;
    width: 15px;
    bottom: -25px;
    margin-left: -7.5px;
}}.data_analysisWf1l5 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(202,208,180), rgba(30, 30, 40, 0.7) 85%);
    padding: 80px 0;
}.data_analysisWf1l5::before {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at 20% 30%, rgb(155,168,155,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(111,118,110,0.5) 0%, transparent 30%);
    animation: gradientShift 15s infinite alternate;
    position: absolute;
    opacity: 0.4;
}.data_analysisWf1l5::after {
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 100px 100px;
    left: 0;
    width: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    content: "";
}.data_analysisWf1l5 .container {
    align-items: center;
    max-width: 1200px;
    position: relative;
    gap: 50px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row-reverse;
    padding: 0 20px;
}.data_analysisWf1l5 .statistics_pro5bM98 {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px;
    display: grid;
    gap: 30px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
}.data_analysisWf1l5 .statistics_pro5bM98::before {
    bottom: -2px;
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(155,168,155), rgb(111,118,110), rgb(155,168,155));
    left: -2px;
    border-radius: calc(20px + 2px);
    animation: borderGlow 6s linear infinite;
    opacity: 0.6;
    z-index: -1;
    top: -2px;
    content: "";
}.data_analysisWf1l5 .statistics_pro5bM98:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.data_analysisWf1l5 .key_classesutaVM {
    position: relative;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    flex-direction: column;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}.data_analysisWf1l5 .key_classesutaVM::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    transform-origin: left;
    bottom: 0;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    transform: scaleX(0.2);
}.data_analysisWf1l5 .key_classesutaVM:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}.data_analysisWf1l5 .key_classesutaVM:hover::before {
    transform: scaleX(1);
}.data_analysisWf1l5 .key_classesutaVM h4 {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    font-size: calc(29px + 0.5rem);
    color: rgb(155,168,155);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.data_analysisWf1l5 .key_classesutaVM h4::after {
    bottom: -5px;
    background: rgb(111,118,110);
    position: absolute;
    border-radius: 2px;
    left: 50%;
    content: "";
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
}.data_analysisWf1l5 .key_classesutaVM span {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    opacity: 0.9;
    max-width: 200px;
    transition: opacity 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.data_analysisWf1l5 .key_classesutaVM:hover span {
    opacity: 1;
}.data_analysisWf1l5 .career_statisticszxuwm {
    position: relative;
    flex: 1;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
}.data_analysisWf1l5 .statistics_reasonsTs2U8 {
    position: relative;
    font-size: 29px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 25px;
}.data_analysisWf1l5 .statistics_reasonsTs2U8::after {
    position: absolute;
    height: 3px;
    width: 80px;
    border-radius: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    content: "";
    bottom: 0;
}.data_analysisWf1l5 .key_prosWn2Ry {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
    border-left: 3px solid rgb(155,168,155);
    margin: 0;
    font-size: 15px;
    opacity: 1;
    max-width: 95%;
    border-radius: 10px;
    padding: 10px 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
}.data_analysisWf1l5 svg {
    fill: rgb(155,168,155);
    transition: fill 0.3s ease;
    height: 24px;
    width: 24px;
}.data_analysisWf1l5 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.data_analysisWf1l5 svg:hover {
    fill: rgb(111,118,110);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.data_analysisWf1l5 {
    padding: 60px 0;
}.data_analysisWf1l5 .container {
    flex-direction: column;
    gap: 40px;
}.data_analysisWf1l5 .statistics_pro5bM98 {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
}.data_analysisWf1l5 .career_statisticszxuwm {
    text-align: center;
    max-width: 100%;
    padding: 30px;
}.data_analysisWf1l5 .statistics_reasonsTs2U8::after {
    left: 50%;
    transform: translateX(-50%);
}.data_analysisWf1l5 .key_prosWn2Ry {
    max-width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.data_analysisWf1l5 {
    padding: 50px 0;
}.data_analysisWf1l5 .statistics_pro5bM98 {
    grid-template-columns: 1fr;
    padding: 30px;
}.data_analysisWf1l5 .key_classesutaVM {
    padding: 15px;
}.data_analysisWf1l5 .key_classesutaVM h4 {
    font-size: calc(29px - 0.25rem);
}.data_analysisWf1l5 .statistics_reasonsTs2U8 {
    margin-bottom: 20px;
    font-size: calc(29px - 0.25rem);
}
}

@media (max-width: 480px) {.data_analysisWf1l5 {
    padding: 40px 0;
}.data_analysisWf1l5 .container {
    padding: 0 15px;
}.data_analysisWf1l5 .statistics_pro5bM98 {
    padding: 20px;
}.data_analysisWf1l5 .statistics_reasonsTs2U8 {
    font-size: calc(29px - 0.5rem);
}.data_analysisWf1l5 .key_prosWn2Ry {
    font-size: calc(15px - 0.1rem);
}}.privacySettingsBannerNipe4 {
    position: fixed;
    font-family: Arial, sans-serif;
    width: 90%;
    border-radius: 23px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    bottom: 20px;
    background: #ffffff;
    transform: translateX(-50%);
    max-width: 500px;
    left: 50%;
    z-index: 1050;
}.manage_cookieswZJuP {
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
}.data_complyDwyI5 {
    margin-bottom: 20px;
}.data_complyDwyI5 svg, .data_complyDwyI5 svg path, .data_complyDwyI5 img {
    fill: rgb(155,168,155);
    height: 60px;
    width: 60px;
}.privacySettingsBannerNipe4 h5 {
    font-weight: 700;
    color: rgb(155,168,155);
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}.privacySettingsBannerNipe4 p {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 16px;
}.user_safetynQkLE {
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 5px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    display: inline-block;
    background: rgb(155,168,155);
}.user_safetynQkLE:hover {
    background: rgb(111,118,110);
}.cookie_button.cookie_preferenceas5Qx {
    background: rgb(111,118,110);
}.cookie_button.cookie_preferenceas5Qx:hover {
    background: rgb(111,118,110,0.5);
}.privacySettingsBannerNipe4 p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(155,168,155);
}.privacySettingsBannerNipe4 p a:hover {
    color: rgb(111,118,110);
}#dialogConsentFormO2nZd {
    display: none;
}#dialogConsentFormO2nZd:checked ~ .privacySettingsBannerNipe4 {
    visibility: hidden;
    opacity: 0;
}.thxHubhJQfE {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgb(111,118,110,0.5) 100%);
    position: relative;
    perspective: 1000px;
}.thxHubhJQfE::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,168,155,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(111,118,110,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.15;
    pointer-events: none;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    left: 0;
}.thxHubhJQfE::after {
    content: "";
    z-index: 0;
    top: -10%;
    width: 50%;
    animation: floatElement 20s infinite alternate ease-in-out;
    opacity: 0.05;
    filter: blur(30px);
    right: -10%;
    background: rgb(155,168,155,0.5);
    height: 50%;
    transform: rotate(-15deg) translateZ(-10px);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.thxHubhJQfE .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.thxHubhJQfE h2 {
    font-size: 28px;
    transform: translateZ(30px);
    animation: slideInFromTop 0.8s ease-out forwards;
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
}.thxHubhJQfE h2::after {
    left: 0;
    width: 80px;
    height: 3px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: rgb(155,168,155);
    transform-origin: left;
    bottom: -15px;
}.thxHubhJQfE .knowledge_expertsPX5sV {
    background: #ffffff;
    position: relative;
    border-radius: 8px;
    padding: 45px;
    overflow: hidden;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    animation: fadeInUp 1s 0.3s backwards;
}.thxHubhJQfE .knowledge_expertsPX5sV::before {
    left: 0;
    height: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(155,168,155), rgb(111,118,110));
    width: 6px;
    content: "";
    position: absolute;
    top: 0;
}.thxHubhJQfE .knowledge_expertsPX5sV:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) rotateX(0deg);
}.thxHubhJQfE ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxHubhJQfE li {
    display: flex;
    position: relative;
    align-items: flex-start;
}.thxHubhJQfE li::before {
    position: absolute;
    background: rgb(155,168,155);
    height: 12px;
    transform: scale(0);
    content: "";
    left: -30px;
    border-radius: 50%;
    top: 8px;
    animation: dotAppear 0.5s 1.2s forwards;
    opacity: 0;
    width: 12px;
}.thxHubhJQfE li span {
    opacity: 0;
    font-size: 13px;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    display: block;
    transform: translateX(0);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.thxHubhJQfE li span::first-letter {
    color: rgb(155,168,155);
    font-size: 1.5em;
    font-weight: 700;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.thxHubhJQfE {
    padding: 80px 0;
}.thxHubhJQfE h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.thxHubhJQfE .knowledge_expertsPX5sV {
    padding: 35px;
}
}

@media (max-width: 767px) {.thxHubhJQfE {
    padding: 60px 0;
    perspective: 800px;
}.thxHubhJQfE h2 {
    transform: translateZ(20px);
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.thxHubhJQfE .knowledge_expertsPX5sV {
    padding: 30px 25px;
    transform: translateZ(5px) rotateX(1deg);
}.thxHubhJQfE li::before {
    width: 10px;
    left: -20px;
    height: 10px;
}.thxHubhJQfE li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.thxHubhJQfE {
    padding: 40px 0;
}.thxHubhJQfE h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.thxHubhJQfE .knowledge_expertsPX5sV {
    padding: 25px 20px;
}.thxHubhJQfE h2::after {
    height: 2px;
    width: 60px;
}.thxHubhJQfE li span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.program_offeringsnla1t {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    z-index: 1;
    background-color: rgb(202,208,180);
    flex-direction: column;
    position: relative;
    justify-content: center;
}.program_offeringsnla1t::before {
    z-index: 2;
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(155,168,155,0.5) 100%);
    left: 0;
}.program_offeringsnla1t::after {
    pointer-events: none;
    animation: pulse 15s infinite alternate;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(111,118,110,0.5) 0%, transparent 50%);
    z-index: 3;
}.program_offeringsnla1t .learn_careerimBbu {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    height: 100%;
}.program_offeringsnla1t .skill_master4IV05 {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.program_offeringsnla1t .learn_careerimBbu:hover .skill_master4IV05 {
    animation-play-state: paused;
}.program_offeringsnla1t .learn_moreSogd3 {
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    transition: transform 0.5s ease;
    height: 100%;
}.program_offeringsnla1t .learn_moreSogd3::before {
    z-index: 2;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
}.program_offeringsnla1t .learn_moreSogd3::after {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,168,155,0.5),
        rgb(155,168,155,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.05;
}.program_offeringsnla1t .learn_moreSogd3 img {
    height: 100%;
    transition: transform 8s ease;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
    transform: scale(1.05);
}.program_offeringsnla1t .learn_moreSogd3:hover img {
    transform: scale(1.15);
}.program_offeringsnla1t .container {
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    display: flex;
    padding: 2rem 0;
}.program_offeringsnla1t .knowledge_expertsPX5sV {
    padding: 3rem;
    backdrop-filter: blur(10px);
    max-width: 600px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    transform: translateX(0);
    animation: float 6s ease-in-out infinite;
    width: 100%;
}.program_offeringsnla1t .new_studyif0p6 {
    position: relative;
}.program_offeringsnla1t .new_studyif0p6::before {
    height: 40px;
    border-top: 2px solid rgb(155,168,155);
    border-left: 2px solid rgb(155,168,155);
    top: -20px;
    width: 40px;
    opacity: 0.8;
    position: absolute;
    content: '';
    left: -20px;
}.program_offeringsnla1t .new_studyif0p6::after {
    border-bottom: 2px solid rgb(111,118,110);
    right: -20px;
    width: 40px;
    border-right: 2px solid rgb(111,118,110);
    content: '';
    opacity: 0.8;
    bottom: -20px;
    position: absolute;
    height: 40px;
}.program_offeringsnla1t .new_studyif0p6 h3 {
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
}.program_offeringsnla1t .new_studyif0p6 h3::after {
    position: absolute;
    content: '';
    width: 60%;
    left: 0;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(155,168,155) 0%, transparent 100%);
}.program_offeringsnla1t .new_studyif0p6 p {
    margin-bottom: 2.5rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 14px;
}.program_offeringsnla1t .new_studyif0p6 .query_maplCY1b {
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}.program_offeringsnla1t .new_studyif0p6 .query_maplCY1b::before {
    transition: all 0.4s ease;
    content: '';
    z-index: -1;
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
}.program_offeringsnla1t .new_studyif0p6 .query_maplCY1b:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.program_offeringsnla1t .new_studyif0p6 .query_maplCY1b:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.program_offeringsnla1t .container {
    justify-content: center;
}.program_offeringsnla1t .knowledge_expertsPX5sV {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.program_offeringsnla1t {
    min-height: auto;
    padding: 6rem 0;
}.program_offeringsnla1t .learn_careerimBbu {
    position: fixed;
    height: 100%;
}.program_offeringsnla1t .knowledge_expertsPX5sV {
    padding: 2rem;
    max-width: 90%;
}.program_offeringsnla1t .new_studyif0p6 h3 {
    font-size: calc(29px * 0.8);
}.program_offeringsnla1t .new_studyif0p6 p {
    font-size: calc(14px * 0.9);
}.program_offeringsnla1t .new_studyif0p6 .query_maplCY1b {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.program_offeringsnla1t {
    padding: 4rem 0;
}.program_offeringsnla1t .knowledge_expertsPX5sV {
    padding: 1.5rem;
}.program_offeringsnla1t .new_studyif0p6 h3 {
    font-size: calc(29px * 0.7);
}.program_offeringsnla1t .new_studyif0p6::before,
    .program_offeringsnla1t .new_studyif0p6::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.program_offeringsnla1t .skill_master4IV05 {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.program_offeringsnla1t .skill_master4IV05 {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}
}