* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.WZFc-eng-center {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1122px;
}.Xoad-outer-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}::-webkit-scrollbar {
    width: 18px;
    scroll-behavior: auto;
}::-webkit-scrollbar-button {
    height: 4px;
}::-webkit-scrollbar-track {
    background: rgb(152,173,152);
    box-shadow: inset -3px -3px 6px 8px rgba(0, 0, 0, 0.4);
    border: 1px ridge rgb(191,208,191,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 17px;
    min-height: 68px;
    background: rgb(225,233,225);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px 1px 15px 0px rgba(0, 0, 0, 0.4);
    background: rgb(152,173,152);
}::-webkit-scrollbar-corner {
    border-radius: 1px;
    background: rgb(152,173,152);
}.ejGX-header-guide {
    flex: 1 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;
}}
.dbLS-join-our-community {
    background: rgb(225,233,225);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}.dbLS-join-our-community::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 50%, rgb(191,208,191) 100%);
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
}.dbLS-join-our-community .bHYE-knowledge-lab {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.dbLS-join-our-community .ubXU-help-feedback {
    display: grid;
    margin: 0 10%;
    max-width: 700px;
    position: relative;
    padding: 0;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "headline headline"
        "input button";
    transform: rotate(-2deg);
    gap: 2rem;
}.dbLS-join-our-community h3 {
    transform: translateX(-5%);
    line-height: 1.2;
    font-size: calc(33px * 1.2);
    margin: 0;
    color: rgb(191,208,191);
    font-weight: 700;
    position: relative;
    letter-spacing: -1px;
    z-index: 1;
    grid-area: headline;
}.dbLS-join-our-community h3::before {
    transform: translate(5px, 5px);
    left: 0;
    content: attr(data-text);
    -webkit-text-stroke: 1px rgb(152,173,152,0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    color: transparent;
}.dbLS-join-our-community .input_holder {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
    grid-template-columns: 2fr 1fr;
    grid-area: input / span 2;
}.dbLS-join-our-community input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    background: transparent;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    grid-column: 1;
    color: #000000;
}.dbLS-join-our-community input[type="email"]:focus {
    border-bottom-color: rgb(191,208,191);
    outline: none;
}.dbLS-join-our-community input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: all 0.3s ease;
}.dbLS-join-our-community input[type="email"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.dbLS-join-our-community input[type="submit"] {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background: transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    color: rgb(191,208,191);
    cursor: pointer;
    letter-spacing: 1px;
    border: 2px solid rgb(191,208,191);
    font-family: Arial, sans-serif;
    grid-column: 2;
}.dbLS-join-our-community input[type="submit"]::before {
    background: rgb(191,208,191);
    content: "";
    position: absolute;
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
}.dbLS-join-our-community input[type="submit"]:hover {
    color: #ffffff;
}.dbLS-join-our-community input[type="submit"]:hover::before {
    width: 100%;
}.dbLS-join-our-community::after {
    background: linear-gradient(135deg, transparent 50%, rgb(152,173,152,0.5) 50%);
    position: absolute;
    opacity: 0.2;
    bottom: 0;
    content: "";
    right: 0;
    height: 30%;
    width: 30%;
}@keyframes float {
    0%, 100% {
        transform: rotate(-2deg) translateY(0);
    }
    50% {
        transform: rotate(-2deg) translateY(-10px);
    }
}

.dbLS-join-our-community .ubXU-help-feedback:hover {
    animation: float 5s ease-in-out infinite;
}

@media (min-width: 769px) {.dbLS-join-our-community h3 {
    overflow: hidden;
    white-space: nowrap;
}.dbLS-join-our-community h3::after {
    top: 0;
    width: 100%;
    background: rgb(225,233,225);
    z-index: 2;
    border-left: 3px solid rgb(191,208,191);
    animation: typewriter 2s steps(20) 0.5s forwards;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}
    
    @keyframes typewriter {
        to {
            left: 100%;
        }
    }
}

@media (max-width: 768px) {.dbLS-join-our-community {
    padding: 3rem 1.5rem;
}.dbLS-join-our-community .ubXU-help-feedback {
    margin: 0;
    grid-template-areas: 
            "headline headline"
            "input input"
            "button button";
    gap: 1.5rem;
    transform: none;
}.dbLS-join-our-community h3 {
    transform: none;
    font-size: calc(18px * 1.2);
}.dbLS-join-our-community h3::before {
    transform: translate(3px, 3px);
}.dbLS-join-our-community .input_holder {
    grid-template-columns: 1fr;
}.dbLS-join-our-community input[type="email"] {
    grid-column: 1;
}.dbLS-join-our-community input[type="submit"] {
    grid-column: 1;
}.dbLS-join-our-community .ubXU-help-feedback:hover {
    animation: none;
}
}

@media (max-width: 480px) {.dbLS-join-our-community {
    padding: 2rem 1rem;
}.dbLS-join-our-community h3 {
    font-size: 18px;
}.dbLS-join-our-community input[type="email"] {
    padding: 1rem;
}.dbLS-join-our-community input[type="submit"] {
    padding: 1rem;
}}.WZFc-eng-center {
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
    position: relative;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.WZFc-eng-center .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}.WZFc-eng-center .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.WZFc-eng-center .company_holder::after {
    content: '';
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(191,208,191), transparent);
    width: 1px;
    top: 10%;
    right: 0;
    position: absolute;
}.WZFc-eng-center .company_holder h3 {
    font-size: calc(34px * 0.9);
    text-shadow: 0 0 10px rgb(191,208,191,0.5);
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.WZFc-eng-center .company_holder h3::after {
    width: 40%;
    transition: width 0.3s ease-in-out;
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    content: '';
    background: rgb(191,208,191);
}.WZFc-eng-center .company_holder h3:hover::after {
    width: 100%;
}.WZFc-eng-center .mYWz-res-connect {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    margin-top: 15px;
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 15px;
}.WZFc-eng-center .mYWz-res-connect:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.WZFc-eng-center .asdD-ssl-info {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
}.WZFc-eng-center .dWGB-main-site {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}.WZFc-eng-center .Pwqd-top-prime {
    position: relative;
    flex: 0 0 45%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    border-radius: 16px;
}.WZFc-eng-center .Pwqd-top-prime::before {
    inset: 0;
    content: '';
    z-index: -1;
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    position: absolute;
}.WZFc-eng-center .Pwqd-top-prime:hover::before {
    transform: translateX(100%);
}.WZFc-eng-center .Pwqd-top-prime h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}.WZFc-eng-center .Pwqd-top-prime h5::after {
    height: 2px;
    left: 0;
    content: '';
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    background: rgb(191,208,191);
    position: absolute;
}.WZFc-eng-center .Pwqd-top-prime:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(191,208,191), 0 0 16px rgb(191,208,191,0.5);
}.WZFc-eng-center .Pwqd-top-prime .dWGB-main-site {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.WZFc-eng-center .Pwqd-top-prime .dWGB-main-site a {
    text-decoration: none;
    padding-left: 0;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(15px * 0.95);
    opacity: 0.85;
    transition: all 0.3s ease;
}.WZFc-eng-center .Pwqd-top-prime .dWGB-main-site a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    width: 0;
    bottom: -2px;
    transform-origin: left;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(191,208,191), transparent);
}.WZFc-eng-center .Pwqd-top-prime .dWGB-main-site a:hover {
    padding-left: 5px;
    opacity: 1;
    color: #ffffff;
}.WZFc-eng-center .Pwqd-top-prime .dWGB-main-site a:hover::before {
    box-shadow: 0 0 5px rgb(191,208,191,0.5);
    width: 100%;
}.klUz-module-end {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.klUz-module-end::before {
    top: 0;
    content: '';
    right: 0;
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,208,191,0.5), transparent);
}.klUz-module-end .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.klUz-module-end .gZAx-help-center {
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    color: #ffffff;
}.klUz-module-end .gZAx-help-center:hover {
    opacity: 1;
}

@media (max-width: 991px) {.WZFc-eng-center {
    padding: 60px 0 30px;
}.WZFc-eng-center .container {
    flex-direction: column;
}.WZFc-eng-center .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.WZFc-eng-center .company_holder::after {
    display: none;
}.WZFc-eng-center .asdD-ssl-info {
    flex: 0 0 100%;
}.WZFc-eng-center .Pwqd-top-prime {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.WZFc-eng-center {
    padding: 40px 0 20px;
}.WZFc-eng-center .dWGB-main-site {
    flex-direction: column;
}.WZFc-eng-center .Pwqd-top-prime {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.WZFc-eng-center .company_holder h3 {
    font-size: calc(34px * 0.8);
}.WZFc-eng-center .Pwqd-top-prime h5 {
    font-size: calc(22px * 0.9);
}.klUz-module-end .gZAx-help-center {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.WZFc-eng-center {
    padding: 30px 0 15px;
}.WZFc-eng-center .company_holder {
    margin-bottom: 30px;
}.WZFc-eng-center .company_holder h3 {
    font-size: calc(34px * 0.7);
}.WZFc-eng-center .Pwqd-top-prime h5 {
    font-size: calc(22px * 0.8);
}.klUz-module-end {
    padding: 10px 0;
}.klUz-module-end .gZAx-help-center {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
    background-size: 50px 50px;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
}.WZFc-eng-center .company_holder h3 {
    position: relative;
    overflow: hidden;
}.WZFc-eng-center .company_holder h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    transition: 0.5s;
}.WZFc-eng-center .company_holder h3:hover::before {
    left: 100%;
}.aRxm-course-features {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgb(225,233,225) 60%, rgba(rgb(191,208,191,0.5), 0.1) 100%);
    position: relative;
}.aRxm-course-features::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(191,208,191,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(152,173,152,0.5), 0.06) 0%, transparent 40%);
    position: absolute;
    z-index: 0;
}.aRxm-course-features .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.aRxm-course-features .QDUg-tech-learn {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}.aRxm-course-features .VRKD-img-header {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
}.aRxm-course-features .VRKD-img-header::after {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(191,208,191,0.5), 0.2) 0%, transparent 70%);
    inset: 0;
    z-index: 1;
}.aRxm-course-features .soqZ-metadata-block {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.aRxm-course-features .soqZ-metadata-block::before {
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
    left: 0;
    transform: scaleY(0.95);
    transition: transform 0.5s ease;
    content: '';
    height: 100%;
    position: absolute;
}.aRxm-course-features h3 {
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
    position: relative;
    transform: translateZ(0);
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
}.aRxm-course-features h3::after {
    left: 0;
    width: 60px;
    bottom: 0;
    height: 3px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: '';
    background: rgb(191,208,191);
}.aRxm-course-features .description {
    margin: 0 0 20px;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    font-weight: 400;
}.aRxm-course-features p.description {
    display: block;
}.aRxm-course-features span.description {
    display: none;
}.aRxm-course-features .soqZ-metadata-block:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}.aRxm-course-features .soqZ-metadata-block:hover h3::after {
    width: 100px;
}.aRxm-course-features .soqZ-metadata-block:hover::before {
    transform: scaleY(1);
}.aRxm-course-features .VRKD-img-header:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

@media (min-width: 768px) {.aRxm-course-features .QDUg-tech-learn {
    grid-template-columns: 45% 55%;
    align-items: center;
}.aRxm-course-features .VRKD-img-header {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.aRxm-course-features .soqZ-metadata-block {
    padding: 50px 50px 50px 80px;
    z-index: 2;
    margin-left: -80px;
}.aRxm-course-features h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.aRxm-course-features {
    padding: 120px 0;
}.aRxm-course-features .QDUg-tech-learn {
    gap: 60px;
}.aRxm-course-features .VRKD-img-header {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.aRxm-course-features .soqZ-metadata-block {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
}.aRxm-course-features h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.aRxm-course-features .VRKD-img-header {
    height: 600px;
}.aRxm-course-features .soqZ-metadata-block {
    margin-left: -150px;
}.aRxm-course-features h3 {
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 767px) {.aRxm-course-features {
    padding: 70px 0;
}.aRxm-course-features .VRKD-img-header {
    margin-bottom: -20px;
    height: 250px;
}.aRxm-course-features .soqZ-metadata-block {
    padding: 25px;
}.aRxm-course-features h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.aRxm-course-features .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.aRxm-course-features .VRKD-img-header,
  .aRxm-course-features .soqZ-metadata-block,
  .aRxm-course-features h3::after,
  .aRxm-course-features .soqZ-metadata-block::before {
    transform: none;
    transition: none;
}}.slEU-info-details {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(240, 242, 255, 0.9) 100%);
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
}.slEU-info-details::before {
    filter: blur(15px);
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg) translateZ(-50px);
    width: 50%;
    top: -10%;
    right: -5%;
    content: "";
    height: 70%;
    background: linear-gradient(45deg, rgb(191,208,191,0.5) 0%, transparent 70%);
}.slEU-info-details::after {
    filter: blur(10px);
    transform: rotate(10deg) translateZ(-30px);
    left: -2%;
    background: linear-gradient(135deg, rgb(152,173,152,0.5) 0%, transparent 80%);
    z-index: 0;
    content: "";
    bottom: -5%;
    height: 60%;
    width: 40%;
    position: absolute;
}.slEU-info-details .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    transform-style: preserve-3d;
}.slEU-info-details .ZEXH-contact-panel {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(191,208,191);
    padding: 2.5rem;
    transform: translateZ(20px);
}.slEU-info-details .ZEXH-contact-panel:hover {
    transform: translateZ(30px) translateY(-5px);
}.slEU-info-details h3 {
    font-weight: 700;
    position: relative;
    transform: translateZ(10px);
    font-size: 33px;
    color: #000000;
    margin-bottom: 1.5rem;
}.slEU-info-details h3::after {
    position: absolute;
    transition: transform 0.4s ease;
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(1);
    content: "";
    height: 3px;
    left: 0;
    width: 60px;
    background: rgb(191,208,191);
}.slEU-info-details .ZEXH-contact-panel:hover h3::after {
    transform: scaleX(1.5);
}.slEU-info-details p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 14px;
    max-width: 90%;
    transform: translateZ(5px);
}.slEU-info-details h5 {
    text-transform: capitalize;
    display: flex;
    font-size: 18px;
    margin-bottom: 0.5rem;
    transform: translateZ(8px);
    color: #000000;
    align-items: center;
    font-weight: 600;
}.slEU-info-details svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    margin-left: 8px;
}.slEU-info-details svg path {
    fill: rgb(191,208,191);
    transition: fill 0.3s ease;
}.slEU-info-details .STzf-edu-input {
    margin: 2rem 0 0;
    padding: 0;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    transform: translateZ(15px);
    display: flex;
}.slEU-info-details .STzf-edu-input li {
    transition: transform 0.3s ease;
}.slEU-info-details .STzf-edu-input li:hover {
    transform: translateX(5px);
}.slEU-info-details .qSnM-get-contactwidget {
    font-size: calc(14px * 0.95);
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    color: #000000;
    display: flex;
}.slEU-info-details .qSnM-get-contactwidget::before {
    bottom: -3px;
    width: 0;
    height: 1px;
    background: rgb(191,208,191);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
}.slEU-info-details .qSnM-get-contactwidget:hover {
    color: rgb(191,208,191);
}.slEU-info-details .qSnM-get-contactwidget:hover::before {
    width: 100%;
}.slEU-info-details .qSnM-get-contactwidget:hover svg {
    transform: scale(1.2) rotate(5deg);
}.slEU-info-details .qSnM-get-contactwidget:hover svg path {
    fill: rgb(152,173,152);
}

@media (min-width: 768px) {.slEU-info-details .ZEXH-contact-panel {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 2rem;
}.slEU-info-details h3 {
    grid-column: 1 / -1;
}.slEU-info-details .STzf-edu-input {
    grid-row: 2 / span 2;
    margin: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.slEU-info-details {
    padding: 7rem 0;
}.slEU-info-details .ZEXH-contact-panel {
    grid-gap: 3rem;
    padding: 3.5rem;
}.slEU-info-details h3 {
    font-size: calc(33px * 1.1);
}.slEU-info-details p {
    font-size: calc(14px * 1.05);
}.slEU-info-details .STzf-edu-input {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.slEU-info-details {
    padding: 3rem 0;
}.slEU-info-details .ZEXH-contact-panel {
    padding: 1.5rem;
}.slEU-info-details h3 {
    font-size: calc(33px * 0.9);
}.slEU-info-details p {
    max-width: 100%;
}.slEU-info-details h5 {
    font-size: calc(18px * 0.9);
}.slEU-info-details .STzf-edu-input {
    margin-top: 1.5rem;
}.slEU-info-details .qSnM-get-contactwidget {
    font-size: calc(14px * 0.9);
}}

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

.slEU-info-details .ZEXH-contact-panel {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.iSJE-operation-process {
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    background: rgb(225,233,225);
    z-index: 1;
}.iSJE-operation-process::before {
    opacity: 0.3;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        120deg,
        rgb(191,208,191,0.5) 0%,
        transparent 10%,
        rgb(152,173,152,0.5) 20%,
        transparent 30%,
        rgb(191,208,191,0.5) 40%
    );
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    animation: bg-shift 20s linear infinite;
    position: absolute;
}.iSJE-operation-process::after {
    animation: glow-pulse 8s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(152,173,152,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    filter: blur(60px);
}.iSJE-operation-process .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.iSJE-operation-process .bHYE-knowledge-lab {
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 40px;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}.iSJE-operation-process .bHYE-knowledge-lab::before {
    top: -5px;
    animation: border-flow 6s linear infinite;
    right: -5px;
    filter: blur(2px);
    bottom: -5px;
    content: "";
    left: -5px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(191,208,191,0.5) 45%,
        rgb(152,173,152) 50%,
        rgb(191,208,191,0.5) 55%,
        transparent 60%
    );
    position: absolute;
    background-size: 300% 300%;
    border-radius: 12px;
}.iSJE-operation-process .bHYE-knowledge-lab::after {
    backdrop-filter: blur(10px);
    border-radius: 12px;
    z-index: -1;
    content: "";
    inset: 0;
    position: absolute;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
}.iSJE-operation-process h3 {
    position: relative;
    margin-bottom: 40px;
    animation: title-float 5s ease-in-out infinite alternate;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transform: translateZ(30px);
    color: #000000;
    z-index: 2;
    font-size: 30px;
}.iSJE-operation-process h3::before {
    width: 60px;
    animation: underline-pulse 3s ease-in-out infinite;
    height: 3px;
    opacity: 0.8;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(191,208,191) 0%,
        rgb(152,173,152) 100%
    );
    transform: translateX(-50%);
    top: 110%;
    border-radius: 10px;
    left: 50%;
}.iSJE-operation-process h3::after {
    opacity: 0.7;
    left: 0;
    filter: blur(4px);
    top: 0;
    z-index: -1;
    position: absolute;
    content: attr(data-text);
    color: rgb(191,208,191);
    animation: text-glow 3s ease-in-out infinite alternate;
}.iSJE-operation-process span {
    animation: text-float 7s ease-in-out infinite alternate;
    font-size: 14px;
    max-width: 800px;
    position: relative;
    color: #000000;
    text-align: center;
    line-height: 1.8;
    z-index: 2;
    transform: translateZ(10px);
}.iSJE-operation-process span::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 10px;
    height: 100%;
    background: rgb(191,208,191,0.5);
    filter: blur(20px);
    width: 100%;
    opacity: 0.2;
    top: 10px;
    animation: shadow-dance 8s ease-in-out infinite alternate;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.iSJE-operation-process {
    padding: 80px 15px;
}.iSJE-operation-process h3 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.iSJE-operation-process span {
    font-size: calc(14px - 1px);
}.iSJE-operation-process .bHYE-knowledge-lab {
    padding: 30px;
}
}

@media (max-width: 767px) {.iSJE-operation-process {
    padding: 60px 15px;
}.iSJE-operation-process h3 {
    margin-bottom: 25px;
    font-size: calc(30px - 6px);
}.iSJE-operation-process span {
    line-height: 1.6;
}.iSJE-operation-process .bHYE-knowledge-lab {
    padding: 25px 20px;
}.iSJE-operation-process h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.iSJE-operation-process {
    padding: 40px 10px;
}.iSJE-operation-process h3 {
    margin-bottom: 20px;
    font-size: calc(30px - 8px);
    letter-spacing: 1px;
}.iSJE-operation-process span {
    font-size: calc(14px - 2px);
}.iSJE-operation-process .bHYE-knowledge-lab {
    padding: 20px 15px;
}.iSJE-operation-process h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.SRTo-ty-modal {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgb(152,173,152,0.5) 100%);
}.SRTo-ty-modal::before {
    content: "";
    opacity: 0.6;
    top: -10%;
    position: absolute;
    right: -5%;
    width: 300px;
    background: radial-gradient(circle, rgb(191,208,191,0.5) 0%, transparent 70%);
    height: 300px;
    animation: float 15s infinite ease-in-out;
    filter: blur(40px);
}.SRTo-ty-modal::after {
    height: 250px;
    animation: float 12s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(152,173,152,0.5) 0%, transparent 70%);
    filter: blur(30px);
    opacity: 0.6;
    width: 250px;
    position: absolute;
    content: "";
    left: -5%;
    bottom: -5%;
}.SRTo-ty-modal .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.SRTo-ty-modal h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: clamp(28px, 5vw, 32px);
    color: rgb(191,208,191);
    line-height: 1.3;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
}.SRTo-ty-modal h2::before {
    bottom: -12px;
    width: 80px;
    position: absolute;
    height: 3px;
    animation: expand 1.5s ease-out forwards;
    content: "";
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    transform-origin: left;
    left: 0;
}.SRTo-ty-modal .bHYE-knowledge-lab {
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
}.SRTo-ty-modal .bHYE-knowledge-lab:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.SRTo-ty-modal .bHYE-knowledge-lab::before {
    background: linear-gradient(135deg, rgb(191,208,191,0.5), transparent, rgb(152,173,152,0.5));
    z-index: -1;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: -5px;
    animation: pulse 4s infinite alternate;
    bottom: -5px;
    filter: blur(15px);
    left: -5px;
    right: -5px;
}.SRTo-ty-modal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.SRTo-ty-modal li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}.SRTo-ty-modal li::before {
    width: 8px;
    left: 0;
    position: absolute;
    animation: pulse 4s infinite alternate;
    height: 8px;
    transform: rotate(45deg);
    background: rgb(191,208,191);
    content: "";
    top: 12px;
}.SRTo-ty-modal span {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 1s ease-out forwards;
    display: block;
    font-size: 16px;
    line-height: 1.8;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.SRTo-ty-modal {
    padding: 90px 0;
}.SRTo-ty-modal .bHYE-knowledge-lab {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.SRTo-ty-modal {
    padding: 70px 0;
}.SRTo-ty-modal h2 {
    margin-bottom: 30px;
}.SRTo-ty-modal .bHYE-knowledge-lab {
    padding: 25px;
    transform: none;
}.SRTo-ty-modal .bHYE-knowledge-lab:hover {
    transform: translateY(-3px);
}.SRTo-ty-modal h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.SRTo-ty-modal {
    padding: 50px 0;
}.SRTo-ty-modal h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.SRTo-ty-modal .bHYE-knowledge-lab {
    padding: 20px;
}.SRTo-ty-modal li {
    padding-left: 20px;
}.SRTo-ty-modal span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.SRTo-ty-modal h2::before {
    height: 2px;
    width: 50px;
}}.xAeS-meet-us {
    overflow: hidden;
    isolation: isolate;
    background-color: rgb(225,233,225);
    padding: 160px 0;
    position: relative;
}.xAeS-meet-us::before {
    background: 
        radial-gradient(circle at 10% 10%, rgb(191,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(152,173,152,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    opacity: 0.15;
    animation: rotateCircles 60s linear infinite;
    background-size: auto, auto, 80px 80px;
    inset: 0;
    content: "";
    z-index: -2;
    position: absolute;
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.xAeS-meet-us::after {
    background-size: 50px 50px;
    opacity: 0.03;
    z-index: -1;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    content: "";
    inset: 0;
}.xAeS-meet-us .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.xAeS-meet-us .container::before {
    content: "";
    top: -300px;
    position: absolute;
    width: 600px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    opacity: 0.6;
    animation: slowRotate 40s linear infinite;
    height: 600px;
    left: -300px;
    z-index: -1;
    border-radius: 50%;
}.xAeS-meet-us .container::after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    content: "";
    height: 400px;
    border-radius: 50%;
    width: 400px;
    right: -200px;
    position: absolute;
    opacity: 0.5;
    bottom: -200px;
    z-index: -1;
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xAeS-meet-us .bHYE-knowledge-lab {
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    position: relative;
    grid-template-areas: 
        "logo title"
        "photo text";
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    gap: 25px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-radius: 15px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.xAeS-meet-us .bHYE-knowledge-lab::before {
    animation: patternShift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    background-size: 10px 10px;
    content: "";
    inset: 0;
    position: absolute;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.xAeS-meet-us .bHYE-knowledge-lab::after {
    content: "";
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(191,208,191,0.5) 0%, transparent 100%);
    z-index: -1;
    inset: 0;
    position: absolute;
}.xAeS-meet-us .xiYj-quick-skill {
    padding: 30px;
    display: flex;
    grid-area: logo;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    position: relative;
    align-items: center;
}.xAeS-meet-us .xiYj-quick-skill::before {
    border: 1px dashed rgb(191,208,191,0.5);
    border-radius: 10px;
    inset: 10px;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}.xAeS-meet-us .xiYj-quick-skill::after {
    content: "";
    position: absolute;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(191,208,191,0.5) 49%, rgb(191,208,191,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(191,208,191,0.5) 49%, rgb(191,208,191,0.5) 51%, transparent 51.5%);
    height: 100%;
    opacity: 0.05;
    left: 0;
    z-index: -1;
    background-size: 30px 30px;
    width: 100%;
}.xAeS-meet-us .xiYj-quick-skill svg {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 70px;
    margin-bottom: 15px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    position: relative;
    width: 70px;
}.xAeS-meet-us .xiYj-quick-skill svg::before {
    content: "";
    position: absolute;
    inset: -5px;
    transform: scale(0.8);
    border: 1px solid rgb(191,208,191,0.5);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
}.xAeS-meet-us .xiYj-quick-skill svg path {
    fill: rgb(191,208,191);
    transition: fill 0.3s ease;
}.xAeS-meet-us h2 {
    font-size: 37px;
    position: relative;
    font-weight: 700;
    padding: 30px;
    grid-area: title;
    display: flex;
    margin: 0;
    color: #000000;
    align-items: center;
}.xAeS-meet-us h2::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(to right, rgb(191,208,191,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(191,208,191,0.5) 0%, transparent 5%);
    left: 0;
    opacity: 0.15;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
}.xAeS-meet-us h2::after {
    height: 3px;
    bottom: 20px;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 30px;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    width: 60px;
    position: absolute;
    border-radius: 3px;
    content: "";
}.xAeS-meet-us h2:hover::after {
    width: 100px;
    transform: translateX(10px);
}.xAeS-meet-us .tOfS-study-sessions {
    perspective: 1000px;
    padding: 30px;
    grid-area: photo;
    z-index: 2;
    position: relative;
}.xAeS-meet-us .tOfS-study-sessions::before {
    position: absolute;
    box-shadow: inset 0 0 0 1px rgb(191,208,191,0.5);
    border-radius: 15px;
    inset: 10px;
    opacity: 0.1;
    content: "";
    z-index: -1;
}.xAeS-meet-us .tOfS-study-sessions::after {
    background: radial-gradient(circle at 30% 70%, rgb(191,208,191,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    inset: 0;
    z-index: -1;
    content: "";
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header {
    position: relative;
    border-radius: 15px;
    height: 320px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: rotateY(3deg) rotateX(2deg);
    overflow: hidden;
    transform-style: preserve-3d;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header::after {
    z-index: 2;
    content: "";
    top: -100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    height: 300%;
    width: 300%;
    position: absolute;
    transform: rotate(30deg);
    left: -100%;
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.xAeS-meet-us .tOfS-study-sessions:hover .VRKD-img-header {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
}.xAeS-meet-us .pbdy-learning-zone {
    margin-top: -40px;
    transform: translateY(0);
    margin-left: 20px;
    z-index: 3;
    padding: 20px 25px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(191,208,191);
    position: relative;
    margin-right: 20px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
    border-radius: 10px;
}.xAeS-meet-us .pbdy-learning-zone::before {
    background: rgb(152,173,152);
    height: 100%;
    content: "";
    width: 4px;
    top: 0;
    opacity: 0.8;
    position: absolute;
    border-radius: 10px 0 0 10px;
    left: 0;
}.xAeS-meet-us .pbdy-learning-zone::after {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
}.xAeS-meet-us .tOfS-study-sessions:hover .pbdy-learning-zone {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.xAeS-meet-us .Qlbs-about-section {
    font-weight: 700;
    position: relative;
    font-size: 24px;
    padding-bottom: 8px;
    margin: 0 0 8px 0;
}.xAeS-meet-us .tOfS-study-sessions:hover .Qlbs-about-section::after {
    width: 50px;
}.xAeS-meet-us .yjve-learn-study {
    opacity: 0.9;
    margin: 0;
    font-size: 16px;
}.xAeS-meet-us .soqZ-metadata-block {
    position: relative;
    grid-area: text;
    z-index: 2;
    padding: 30px;
}.xAeS-meet-us .soqZ-metadata-block::before {
    position: absolute;
    transition: opacity 0.3s ease;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgb(152,173,152,0.5);
    opacity: 0.1;
    inset: 10px;
    content: "";
    z-index: -1;
}.xAeS-meet-us .soqZ-metadata-block:hover::before {
    opacity: 0.2;
}.xAeS-meet-us .soqZ-metadata-block::after {
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 70% 30%, rgb(152,173,152,0.5) 0%, transparent 60%);
}.xAeS-meet-us p {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.xAeS-meet-us p::before {
    height: 100%;
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    top: 0;
    opacity: 0.6;
    border-radius: 3px;
    content: "";
    position: absolute;
}

@media (max-width: 992px) {.xAeS-meet-us {
    padding: 100px 0;
}.xAeS-meet-us .bHYE-knowledge-lab {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.xAeS-meet-us .xiYj-quick-skill {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
}.xAeS-meet-us .xiYj-quick-skill svg {
    margin-bottom: 0;
    margin-right: 15px;
}.xAeS-meet-us h2 {
    justify-content: center;
    padding: 25px;
    text-align: center;
}.xAeS-meet-us h2::after {
    transform: translateX(-50%);
    left: 50%;
}.xAeS-meet-us h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.xAeS-meet-us .tOfS-study-sessions,
    .xAeS-meet-us .soqZ-metadata-block {
    padding: 25px;
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header {
    height: 280px;
}
}

@media (max-width: 768px) {.xAeS-meet-us {
    padding: 80px 0;
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header {
    height: 240px;
}.xAeS-meet-us .pbdy-learning-zone {
    margin-right: 10px;
    padding: 15px 20px;
    margin-left: 10px;
}.xAeS-meet-us h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 480px) {.xAeS-meet-us {
    padding: 60px 0;
}.xAeS-meet-us .container {
    padding: 0 20px;
}.xAeS-meet-us .xiYj-quick-skill,
    .xAeS-meet-us h2,
    .xAeS-meet-us .tOfS-study-sessions,
    .xAeS-meet-us .soqZ-metadata-block {
    padding: 20px;
}.xAeS-meet-us .tOfS-study-sessions .VRKD-img-header {
    height: 200px;
}.xAeS-meet-us h2 {
    font-size: calc(37px * 0.8);
}.xAeS-meet-us .xiYj-quick-skill {
    flex-direction: column;
}.xAeS-meet-us .xiYj-quick-skill svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.OMPQ-customer-experience {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.OMPQ-customer-experience::before {
    width: 100%;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(191,208,191,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(191,208,191,0.5), 0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
    background-size: 2rem 2rem;
    z-index: 0;
    height: 100%;
}.OMPQ-customer-experience h2 {
    margin-bottom: 3.5rem;
    color: #000000;
    letter-spacing: -0.03em;
    line-height: 1.3;
    font-size: 32px;
    position: relative;
    text-align: center;
    font-weight: 700;
    transform: translateZ(0);
}.OMPQ-customer-experience h2::after {
    background: rgb(191,208,191);
    width: 4rem;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(1);
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    height: 3px;
}.OMPQ-customer-experience h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.OMPQ-customer-experience .container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    z-index: 1;
}.OMPQ-customer-experience .bHYE-knowledge-lab {
    position: relative;
}.OMPQ-customer-experience .xcwS-opinion-spot {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.OMPQ-customer-experience .URGF-user-praise {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    transform: translateY(0);
}.OMPQ-customer-experience .URGF-user-praise::before {
    z-index: -1;
    background: rgb(191,208,191);
    top: 0;
    width: 4px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
    left: 0;
    position: absolute;
}.OMPQ-customer-experience .URGF-user-praise:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.OMPQ-customer-experience .URGF-user-praise:hover::before {
    height: 100%;
}.OMPQ-customer-experience .URGF-user-praise h3 {
    color: #000000;
    font-weight: 600;
    font-size: calc(24px * 0.9);
    transition: color 0.3s ease, transform 0.3s ease;
    transform-origin: left center;
    position: relative;
    margin-bottom: 0.75rem;
}.OMPQ-customer-experience .URGF-user-praise:hover h3 {
    color: rgb(191,208,191);
    transform: translateX(8px);
}.OMPQ-customer-experience .URGF-user-praise .description {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    font-size: 17px;
}.OMPQ-customer-experience .URGF-user-praise .description::before {
    left: -0.5rem;
    position: absolute;
    font-family: Georgia, serif;
    top: -1.5rem;
    color: rgba(rgb(191,208,191,0.5), 0.1);
    line-height: 1;
    font-size: 4rem;
    content: "";
}.OMPQ-customer-experience .URGF-user-praise div {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 2;
}.OMPQ-customer-experience .URGF-user-praise:hover div {
    transform: scale(1.1);
}.OMPQ-customer-experience .URGF-user-praise div::after {
    content: "";
    transition: all 0.3s ease;
    transform: scale(1.2);
    border-radius: 50%;
    opacity: 0;
    inset: 0;
    position: absolute;
    border: 2px solid rgb(191,208,191);
}.OMPQ-customer-experience .URGF-user-praise:hover div::after {
    opacity: 1;
    transform: scale(1);
}.OMPQ-customer-experience .URGF-user-praise img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s ease;
    width: 100%;
}.OMPQ-customer-experience .URGF-user-praise:hover img {
    transform: scale(1.15);
}

@media (max-width: 991px) {.OMPQ-customer-experience {
    padding: 4rem 0;
}.OMPQ-customer-experience h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2.5rem;
}.OMPQ-customer-experience .xcwS-opinion-spot {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.OMPQ-customer-experience {
    padding: 3rem 0;
}.OMPQ-customer-experience h2 {
    font-size: calc(32px * 0.75);
    margin-bottom: 2rem;
}.OMPQ-customer-experience h2::after {
    width: 3rem;
}.OMPQ-customer-experience .xcwS-opinion-spot {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.OMPQ-customer-experience .URGF-user-praise {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.OMPQ-customer-experience {
    padding: 2.5rem 0;
}.OMPQ-customer-experience .container {
    width: 92%;
}.OMPQ-customer-experience h2 {
    font-size: calc(32px * 0.65);
    line-height: 1.4;
}.OMPQ-customer-experience .URGF-user-praise {
    padding: 1.25rem;
}.OMPQ-customer-experience .URGF-user-praise h3 {
    font-size: calc(24px * 0.85);
}.OMPQ-customer-experience .URGF-user-praise .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 1200px) {.OMPQ-customer-experience .xcwS-opinion-spot {
    grid-template-columns: repeat(3, 1fr);
}.OMPQ-customer-experience .container {
    max-width: 1300px;
}}.OsBA-welcome-board {
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(225,233,225));
    display: flex;
    padding: 2rem;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    align-items: center;
}.OsBA-welcome-board > div {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
}.OsBA-welcome-board .YnHf-pro-sessions {
    opacity: 1;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out;
    transform: translateY(0);
    margin-bottom: 2rem;
}.OsBA-welcome-board .kYrj-page-first {
    font-weight: 700;
    font-size: 43px;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    display: inline-block;
    overflow: hidden;
}.OsBA-welcome-board .kYrj-page-first::after {
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    content: '';
    animation: slideRight 1.2s 0.5s forwards;
}.OsBA-welcome-board .lCbk-start-home {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 29px;
    animation: fadeSlideUp 0.8s 0.3s ease-out both;
    position: relative;
    transform: translateY(0);
}.OsBA-welcome-board .lCbk-start-home::before {
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    right: 0;
}.OsBA-welcome-board .lCbk-start-home > div {
    z-index: 2;
    color: #ffffff;
    position: relative;
    padding: 3rem;
    max-width: 80%;
}.OsBA-welcome-board .lCbk-start-home p {
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s 0.6s forwards;
    position: relative;
    opacity: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: calc(18px * 1.2);
    line-height: 1.6;
    transform: translateY(20px);
}.OsBA-welcome-board .lCbk-start-home h3 {
    border-left: 4px solid rgb(191,208,191);
    font-size: 23px;
    background: rgba(var(--primary-color-rgb, 0, 102, 204), 0.2);
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.9s forwards;
    line-height: 1.4;
    padding: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    transform: translateY(20px);
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideRight {
  to {
    transform: translateX(0);
  }
}

.OsBA-welcome-board::after {
    height: 40%;
    animation: floatGradient 15s infinite alternate ease-in-out;
    content: '';
    position: absolute;
    top: -10%;
    background: radial-gradient(circle, rgb(152,173,152,0.5), transparent 70%);
    right: -10%;
    width: 40%;
    z-index: 1;
}.OsBA-welcome-board::before {
    height: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(191,208,191,0.5), transparent 70%);
    bottom: -10%;
    left: -10%;
    animation: floatGradient 20s infinite alternate-reverse ease-in-out;
    content: '';
    width: 50%;
    z-index: 1;
}@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 5%);
  }
  100% {
    transform: translate(0%, 10%);
  }
}

.OsBA-welcome-board .lCbk-start-home:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

@media (max-width: 992px) {.OsBA-welcome-board {
    padding: 1.5rem;
}.OsBA-welcome-board .kYrj-page-first {
    font-size: calc(43px * 0.85);
}.OsBA-welcome-board .lCbk-start-home > div {
    padding: 2rem;
    max-width: 90%;
}.OsBA-welcome-board .lCbk-start-home p {
    font-size: 18px;
}.OsBA-welcome-board .lCbk-start-home h3 {
    padding: 1rem;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 768px) {.OsBA-welcome-board {
    padding: 3rem 1rem;
    min-height: auto;
}.OsBA-welcome-board .YnHf-pro-sessions {
    margin-bottom: 1.5rem;
}.OsBA-welcome-board .kYrj-page-first {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.7);
}.OsBA-welcome-board .lCbk-start-home > div {
    padding: 1.5rem;
    max-width: 100%;
}.OsBA-welcome-board .lCbk-start-home p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.OsBA-welcome-board .lCbk-start-home h3 {
    font-size: calc(23px * 0.8);
    padding: 0.8rem;
}
}

@media (max-width: 576px) {.OsBA-welcome-board {
    padding: 2rem 0.75rem;
}.OsBA-welcome-board .kYrj-page-first {
    font-size: calc(43px * 0.6);
}.OsBA-welcome-board .lCbk-start-home > div {
    padding: 1.2rem;
}.OsBA-welcome-board .lCbk-start-home p {
    font-size: calc(18px * 0.85);
}.OsBA-welcome-board .lCbk-start-home h3 {
    padding: 0.7rem;
    font-size: calc(23px * 0.7);
}}.gyhD-contact-information {
    overflow: hidden;
    background: rgb(225,233,225);
    position: relative;
    padding: 90px 0;
}.gyhD-contact-information::before {
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    top: -150px;
    height: 400px;
    width: 400px;
    right: -150px;
    filter: blur(70px);
    content: "";
    z-index: 1;
}.gyhD-contact-information::after {
    z-index: 1;
    background: linear-gradient(225deg, rgb(152,173,152,0.5), rgb(191,208,191,0.5));
    content: "";
    height: 300px;
    left: -100px;
    width: 300px;
    border-radius: 50%;
    filter: blur(60px);
    position: absolute;
    bottom: -100px;
}.gyhD-contact-information .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.gyhD-contact-information h2 {
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 37px;
    color: #000000;
}.gyhD-contact-information h2::before {
    position: absolute;
    left: calc(50% - 120px);
    top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(191,208,191,0.5);
    z-index: -1;
    content: "";
}.gyhD-contact-information h2::after {
    bottom: -15px;
    height: 30px;
    content: "";
    right: calc(50% - 100px);
    z-index: -1;
    position: absolute;
    width: 30px;
    border-radius: 50%;
    background: rgb(152,173,152,0.5);
}.gyhD-contact-information .zApb-message-support {
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
}.gyhD-contact-information .zApb-message-support::before {
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(191,208,191,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(152,173,152,0.5) 99%
    );
    pointer-events: none;
    inset: 0;
}.gyhD-contact-information .VRKD-img-header {
    min-height: 500px;
    position: relative;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
}.gyhD-contact-information .VRKD-img-header::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
}.gyhD-contact-information .VRKD-img-header::after {
    right: 20px;
    bottom: 20px;
    top: 20px;
    left: 20px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 2;
    pointer-events: none;
}.gyhD-contact-information .dEXo-message-links {
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 60px;
    position: relative;
}.gyhD-contact-information form {
    position: relative;
    z-index: 3;
}.gyhD-contact-information form h3 {
    font-size: 19px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}.gyhD-contact-information form input[type="text"] {
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 25px;
    background: rgb(225,233,225);
    font-size: 12px;
    padding: 18px 25px;
    border-radius: 12px;
}.gyhD-contact-information form input[type="text"]:focus {
    outline: none;
    background: linear-gradient(rgb(225,233,225), rgb(225,233,225)) padding-box,
                linear-gradient(to right, rgb(191,208,191), rgb(152,173,152)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(191,208,191), 0.1);
    border: 1px solid transparent;
}.gyhD-contact-information form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.gyhD-contact-information .YBLi-message-map {
    margin-bottom: 30px;
    position: relative;
}.gyhD-contact-information .YBLi-message-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.gyhD-contact-information .YBLi-message-map label {
    cursor: pointer;
    padding-left: 35px;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 16px;
    color: #000000;
}.gyhD-contact-information .YBLi-message-map label::before {
    width: 22px;
    background: rgb(225,233,225);
    border-radius: 6px;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    top: 0;
    content: "";
    left: 0;
}.gyhD-contact-information .YBLi-message-map input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
}.gyhD-contact-information .YBLi-message-map input[type="checkbox"]:checked + label::after {
    left: 8px;
    border: solid #ffffff;
    content: "";
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
}.gyhD-contact-information .YBLi-message-map label a {
    color: rgb(191,208,191);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.gyhD-contact-information .YBLi-message-map label a:hover {
    color: rgb(152,173,152);
}.gyhD-contact-information .HkVS-message-query {
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.5s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
    position: relative;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    border: none;
}.gyhD-contact-information .HkVS-message-query::before {
    transform-origin: right;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
    height: 100%;
    background: linear-gradient(135deg, rgb(152,173,152), rgb(191,208,191));
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
}.gyhD-contact-information .HkVS-message-query:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.gyhD-contact-information svg {
    stroke: rgb(191,208,191);
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.gyhD-contact-information svg path {
    stroke-width: 2;
    stroke: rgb(191,208,191);
    transition: all 0.3s ease;
    fill: none;
}.gyhD-contact-information svg:hover,
.gyhD-contact-information svg:hover path {
    stroke: rgb(152,173,152);
}

@media (max-width: 1024px) {.gyhD-contact-information {
    padding: 70px 0;
}.gyhD-contact-information .dEXo-message-links {
    padding: 45px;
}.gyhD-contact-information .VRKD-img-header {
    min-height: 450px;
}
}

@media (max-width: 768px) {.gyhD-contact-information {
    padding: 60px 0;
}.gyhD-contact-information h2 {
    margin-bottom: 40px;
}.gyhD-contact-information .zApb-message-support {
    flex-direction: column;
}.gyhD-contact-information .VRKD-img-header {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.gyhD-contact-information .dEXo-message-links {
    flex: 0 0 auto;
    padding: 40px 30px;
}.gyhD-contact-information form h3 {
    margin-bottom: 25px;
}.gyhD-contact-information form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.gyhD-contact-information {
    padding: 50px 0;
}.gyhD-contact-information h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.gyhD-contact-information .VRKD-img-header {
    min-height: 220px;
}.gyhD-contact-information .dEXo-message-links {
    padding: 30px 20px;
}.gyhD-contact-information form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.gyhD-contact-information form input[type="text"] {
    font-size: calc(12px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.gyhD-contact-information .HkVS-message-query {
    padding: 16px;
}.gyhD-contact-information .YBLi-message-map label {
    font-size: calc(16px * 0.95);
}}.HQRl-offer-package {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(225,233,225);
}.HQRl-offer-package::before {
    right: -50px;
    background: rgb(191,208,191,0.5);
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    top: -50px;
    content: "";
    animation: float-effect 12s infinite alternate ease-in-out;
    width: 300px;
    height: 300px;
}.HQRl-offer-package::after {
    height: 250px;
    width: 250px;
    bottom: -50px;
    left: -50px;
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    background: rgb(152,173,152,0.5);
}.HQRl-offer-package .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.HQRl-offer-package .iJjS-lesson-rates {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.HQRl-offer-package .tgjV-payment-scheme {
    max-width: 700px;
    position: relative;
    text-align: center;
    order: -1;
    padding: 0 20px;
    margin: 0 auto;
}.HQRl-offer-package .tgjV-payment-scheme h2 {
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 34px;
}.HQRl-offer-package .tgjV-payment-scheme h2::after {
    background: rgb(191,208,191);
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}.HQRl-offer-package .ockq-learn-pricing {
    font-size: 13px;
    opacity: 0.85;
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
}.HQRl-offer-package .rfZL-fee-structure {
    display: grid;
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.HQRl-offer-package .umMi-edu-deals {
    position: relative;
    text-decoration: none;
    height: 100%;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    color: inherit;
}.HQRl-offer-package .umMi-edu-deals:hover {
    transform: translateY(-10px) scale(1.02);
}.HQRl-offer-package .batp-package-deals {
    height: 100%;
    transition: box-shadow 0.4s ease;
    transform-style: preserve-3d;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    position: relative;
    display: flex;
}.HQRl-offer-package .umMi-edu-deals:hover .batp-package-deals {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(191,208,191,0.5);
}.HQRl-offer-package .MXAf-fee-options {
    position: relative;
    flex-direction: column;
    z-index: 2;
    padding: 30px;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}.HQRl-offer-package .MXAf-fee-options::before {
    left: 0;
    transform: scaleX(0);
    right: 0;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    top: 0;
    position: absolute;
    height: 5px;
    transition: transform 0.5s ease;
    content: "";
    transform-origin: left;
}.HQRl-offer-package .umMi-edu-deals:hover .MXAf-fee-options::before {
    transform: scaleX(1);
}.HQRl-offer-package .MXAf-fee-options h3 {
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(23px + 2px);
    word-break: break-word;
    color: #000000;
    white-space: normal;
}.HQRl-offer-package .umMi-edu-deals:hover .MXAf-fee-options h3 {
    transform: translateX(5px);
    color: rgb(191,208,191);
}.HQRl-offer-package .xdsj-learn-rates {
    transition: transform 0.4s ease;
    color: rgb(152,173,152);
    position: relative;
    font-weight: 700;
    display: block;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    font-size: 23px;
    margin: 10px 0 20px;
}.HQRl-offer-package .xdsj-learn-rates::before {
    bottom: -8px;
    height: 2px;
    width: 40px;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    background: rgb(152,173,152,0.5);
    position: absolute;
}.HQRl-offer-package .umMi-edu-deals:hover .xdsj-learn-rates::before {
    width: 80px;
}.HQRl-offer-package .MXAf-fee-options p {
    flex-grow: 1;
    white-space: normal;
    color: #000000;
    line-height: 1.6;
    font-size: calc(13px - 1px);
    word-break: break-word;
    margin-bottom: 0;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
}.HQRl-offer-package .VRKD-img-header {
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
    height: 200px;
    transform: translateZ(-10px);
}.HQRl-offer-package .VRKD-img-header::after {
    transition: opacity 0.5s ease;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    position: absolute;
}.HQRl-offer-package .umMi-edu-deals:hover .VRKD-img-header {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.HQRl-offer-package .umMi-edu-deals:hover .VRKD-img-header::after {
    opacity: 0.4;
}.HQRl-offer-package .umMi-edu-deals::after {
    opacity: 0;
    border-radius: 50%;
    height: 15px;
    top: 100%;
    left: 30px;
    position: absolute;
    z-index: -1;
    background: rgb(191,208,191,0.5);
    right: 30px;
    content: "";
    filter: blur(10px);
    transition: opacity 0.4s ease;
}.HQRl-offer-package .umMi-edu-deals:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.HQRl-offer-package .iJjS-lesson-rates {
    flex-direction: row;
    align-items: center;
}.HQRl-offer-package .tgjV-payment-scheme {
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
}.HQRl-offer-package .tgjV-payment-scheme h2::after {
    transform: none;
    left: 0;
}.HQRl-offer-package .rfZL-fee-structure {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.HQRl-offer-package .rfZL-fee-structure {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.HQRl-offer-package .MXAf-fee-options {
    padding: 35px;
}.HQRl-offer-package .VRKD-img-header {
    height: 220px;
}
}

@media (max-width: 991px) {.HQRl-offer-package {
    padding: 80px 0;
}.HQRl-offer-package .tgjV-payment-scheme {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.HQRl-offer-package {
    padding: 60px 0;
}.HQRl-offer-package .rfZL-fee-structure {
    grid-template-columns: 1fr;
    gap: 25px;
}.HQRl-offer-package .tgjV-payment-scheme h2 {
    font-size: calc(34px - 4px);
}.HQRl-offer-package .VRKD-img-header {
    height: 180px;
}.HQRl-offer-package .MXAf-fee-options {
    padding: 25px;
}
}

@media (max-width: 480px) {.HQRl-offer-package {
    padding: 50px 0;
}.HQRl-offer-package .MXAf-fee-options h3 {
    font-size: 23px;
}.HQRl-offer-package .xdsj-learn-rates {
    font-size: calc(23px - 2px);
}.HQRl-offer-package .VRKD-img-header {
    height: 160px;
}.HQRl-offer-package .MXAf-fee-options {
    padding: 20px;
}}.oxLI-privacyPolicyOverlay {
    position: fixed;
    border-top: 3px solid rgb(152,173,152);
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    background: rgb(152,173,152);
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    padding: 20px 0;
    width: 100%;
    font-family: Arial, sans-serif;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.btLG-data-accept {
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}.oxLI-privacyPolicyOverlay h5 {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}.oxLI-privacyPolicyOverlay p {
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    color: #ffffff;
}.MmHV-track-toggle {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(191,208,191));
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
}.MmHV-track-toggle svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(191,208,191);
    width: 80px;
}.MmHV-track-toggle:hover svg {
    transform: scale(1.1);
}.qLnw-safe-cookies {
    min-width: 140px;
    white-space: nowrap;
    font-size: 14px;
    flex-shrink: 0;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    box-shadow: 0 0 15px rgb(191,208,191);
    color: #000000;
    text-decoration: none;
    border-radius: 28px;
    padding: 10px 20px;
}.qLnw-safe-cookies:hover {
    box-shadow: 0 0 20px rgb(152,173,152);
}.cookie_button.fNLC-cookie-check:hover {
    box-shadow: 0 0 15px rgb(152,173,152);
}.oxLI-privacyPolicyOverlay p a {
    color: rgb(191,208,191);
    text-decoration: none;
    transition: color 0.3s ease;
}.oxLI-privacyPolicyOverlay p a:hover {
    color: rgb(152,173,152);
}#TLVi-cookieWarningPrompt {
    display: none;
}#TLVi-cookieWarningPrompt:checked ~ .oxLI-privacyPolicyOverlay {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.oxLI-privacyPolicyOverlay {
    padding: 15px 0;
}.btLG-data-accept {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.MmHV-track-toggle {
    display: none;
}.btLG-data-accept {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.oxLI-privacyPolicyOverlay h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.FebZ-track-alert {
    margin-bottom: 15px;
}.qLnw-safe-cookies {
    margin: 10px 0;
    min-width: 100%;
}}
.nVzS-leadership-profile {
    overflow: hidden;
    background: rgb(225,233,225);
    padding: 120px 0;
    position: relative;
}.nVzS-leadership-profile::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,191,0.5) 0,
        rgb(191,208,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.nVzS-leadership-profile .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.nVzS-leadership-profile .URGF-user-praise {
    overflow: hidden;
    grid-template-columns: 350px 1fr;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 50px;
    border-radius: 27px;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1000px;
}.nVzS-leadership-profile .VRKD-img-header {
    width: 100%;
    min-height: 400px;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
}.nVzS-leadership-profile .VRKD-img-header::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
}.nVzS-leadership-profile .VRKD-img-header::after {
    opacity: 0.15;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(191,208,191);
    transition: opacity 0.4s ease;
    content: "";
}.nVzS-leadership-profile .VRKD-img-header:hover::after {
    opacity: 0;
}.nVzS-leadership-profile .name {
    z-index: 2;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: transform 0.3s ease;
    padding-bottom: 0;
    bottom: 60px;
    left: 30px;
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
}.nVzS-leadership-profile .URGF-user-praise span:not(.name) {
    left: 30px;
    bottom: 30px;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: transform 0.3s ease;
    position: absolute;
    margin: 0;
    opacity: 0.85;
    z-index: 2;
}.nVzS-leadership-profile .VRKD-img-header:hover ~ .name,
.nVzS-leadership-profile .VRKD-img-header:hover ~ span:not(.name) {
    transform: translateX(5px);
}.nVzS-leadership-profile .JFvI-job-milestones {
    padding: 50px 40px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    font-family: Arial, sans-serif;
}.nVzS-leadership-profile .JFvI-job-milestones::before {
    left: 40px;
    background: linear-gradient(to right bottom, 
        rgb(191,208,191) 0%, 
        rgb(191,208,191) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    position: absolute;
    width: 40px;
    opacity: 0.2;
    content: "";
    height: 30px;
}.nVzS-leadership-profile .JFvI-job-milestones::after {
    content: "";
    height: 30px;
    right: 40px;
    opacity: 0.2;
    bottom: 40px;
    position: absolute;
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(152,173,152) 0%, 
        rgb(152,173,152) 50%, 
        transparent 50%, 
        transparent 100%);
}

@media (max-width: 992px) {.nVzS-leadership-profile {
    padding: 100px 0;
}.nVzS-leadership-profile .URGF-user-praise {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.nVzS-leadership-profile .VRKD-img-header {
    min-height: 350px;
}.nVzS-leadership-profile .JFvI-job-milestones {
    padding: 40px 30px;
}.nVzS-leadership-profile .JFvI-job-milestones::before {
    left: 30px;
    top: 30px;
    width: 30px;
    height: 24px;
}.nVzS-leadership-profile .JFvI-job-milestones::after {
    width: 30px;
    bottom: 30px;
    height: 24px;
    right: 30px;
}
}

@media (max-width: 768px) {.nVzS-leadership-profile {
    padding: 80px 0;
}.nVzS-leadership-profile .container {
    padding: 0 20px;
}.nVzS-leadership-profile .URGF-user-praise {
    grid-template-columns: 1fr;
    gap: 0;
}.nVzS-leadership-profile .VRKD-img-header {
    min-height: 300px;
    height: 300px;
}.nVzS-leadership-profile .JFvI-job-milestones {
    padding: 35px 25px;
}.nVzS-leadership-profile .name {
    left: 25px;
    font-size: calc(18px * 0.9);
    bottom: 50px;
}.nVzS-leadership-profile .URGF-user-praise span:not(.name) {
    font-size: calc(13px * 0.95);
    bottom: 25px;
    left: 25px;
}.nVzS-leadership-profile .JFvI-job-milestones::before {
    left: 25px;
    width: 24px;
    height: 20px;
    top: 25px;
}.nVzS-leadership-profile .JFvI-job-milestones::after {
    right: 25px;
    height: 20px;
    width: 24px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.nVzS-leadership-profile {
    padding: 60px 0;
}.nVzS-leadership-profile .VRKD-img-header {
    height: 250px;
    min-height: 250px;
}.nVzS-leadership-profile .JFvI-job-milestones {
    padding: 30px 20px;
    font-size: calc(13px * 0.9);
}.nVzS-leadership-profile .name {
    bottom: 45px;
    font-size: calc(18px * 0.85);
    left: 20px;
}.nVzS-leadership-profile .URGF-user-praise span:not(.name) {
    left: 20px;
    font-size: calc(13px * 0.9);
    bottom: 20px;
}.nVzS-leadership-profile .JFvI-job-milestones::before,
    .nVzS-leadership-profile .JFvI-job-milestones::after {
    height: 16px;
    width: 20px;
}}.cbxR-check-it-out-now {
    margin: 6rem 0;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 1;
    overflow: hidden;
}.cbxR-check-it-out-now::before {
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    transform-origin: left;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    top: 0;
    content: "";
    left: 0;
    background-size: 40px 40px;
    transform: skewY(-2deg);
}.cbxR-check-it-out-now::after {
    content: "";
    right: -5%;
    pointer-events: none;
    width: 30%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    top: -15%;
    height: 200%;
    z-index: -1;
    transform: rotate(-30deg);
    position: absolute;
}.cbxR-check-it-out-now:hover::before {
    transform: skewY(-1deg);
}.cbxR-check-it-out-now .container {
    align-items: center;
    z-index: 2;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    display: flex;
    margin: 0 auto;
}.cbxR-check-it-out-now h6 {
    font-size: calc(21px * 1.25);
    max-width: 800px;
    text-align: center;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.cbxR-check-it-out-now:hover h6 {
    transform: translateY(-5px);
}.cbxR-check-it-out-now div span {
    position: relative;
    display: inline-block;
    perspective: 800px;
}.cbxR-check-it-out-now .HkVS-message-query {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    background-color: #ffffff;
    display: inline-flex;
    transform: translateZ(0);
    color: rgb(191,208,191);
    align-items: center;
    overflow: hidden;
    letter-spacing: 0.05em;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 1.2rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
    backface-visibility: hidden;
}.cbxR-check-it-out-now .HkVS-message-query::before {
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.7s ease;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    width: 100%;
    left: 0;
    position: absolute;
}.cbxR-check-it-out-now .HkVS-message-query span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
}.cbxR-check-it-out-now .HkVS-message-query:hover {
    color: rgb(152,173,152);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.cbxR-check-it-out-now .HkVS-message-query:hover::before {
    transform: translateX(100%);
}.cbxR-check-it-out-now .HkVS-message-query:hover span {
    transform: translateX(3px);
}.cbxR-check-it-out-now .HkVS-message-query:active {
    transition: all 0.2s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}.cbxR-check-it-out-now .HkVS-message-query:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {.cbxR-check-it-out-now {
    padding: 7rem 3rem;
    margin: 8rem 0;
    background: linear-gradient(120deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
}.cbxR-check-it-out-now .container {
    flex-direction: row;
    padding: 0 3rem;
    justify-content: space-between;
}.cbxR-check-it-out-now h6 {
    max-width: 60%;
    margin-right: 2rem;
    text-align: left;
    font-size: calc(21px * 1.4);
}.cbxR-check-it-out-now::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.cbxR-check-it-out-now {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.cbxR-check-it-out-now {
    margin: 5rem 0;
}.cbxR-check-it-out-now h6 {
    font-size: calc(21px * 1.15);
}.cbxR-check-it-out-now .HkVS-message-query {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.cbxR-check-it-out-now {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.cbxR-check-it-out-now .container {
    gap: 2.5rem;
}.cbxR-check-it-out-now h6 {
    font-size: 21px;
}
}

@media (max-width: 576px) {.cbxR-check-it-out-now {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.cbxR-check-it-out-now .container {
    gap: 2rem;
}.cbxR-check-it-out-now h6 {
    font-size: calc(21px * 0.95);
}.cbxR-check-it-out-now .HkVS-message-query {
    padding: 1rem 1.8rem;
    font-size: calc(19px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.cbxR-check-it-out-now,
    .cbxR-check-it-out-now::before,
    .cbxR-check-it-out-now h6,
    .cbxR-check-it-out-now .HkVS-message-query,
    .cbxR-check-it-out-now .HkVS-message-query::before,
    .cbxR-check-it-out-now .HkVS-message-query span {
    transform: none;
    transition: none;
}.cbxR-check-it-out-now:hover h6,
    .cbxR-check-it-out-now .HkVS-message-query:hover,
    .cbxR-check-it-out-now .HkVS-message-query:hover::before,
    .cbxR-check-it-out-now .HkVS-message-query:hover span {
    transform: none;
}}.EBLa-privacy-parapet {
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    height: auto;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}.EBLa-privacy-parapet h1 {
    border-bottom: 2px solid rgb(191,208,191,0.5);
    margin-bottom: 30px;
    color: rgb(191,208,191);
    padding-bottom: 10px;
    font-size: 41px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}.EBLa-privacy-parapet h2 {
    color: rgb(152,173,152);
    padding-bottom: 5px;
    font-size: 34px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(152,173,152,0.5);
}.EBLa-privacy-parapet h3, .EBLa-privacy-parapet h4, .EBLa-privacy-parapet h5, .EBLa-privacy-parapet h6 {
    color: rgb(191,208,191,0.5);
    border-bottom: 1px solid rgb(191,208,191,0.5);
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 15px;
}.EBLa-privacy-parapet ul, .EBLa-privacy-parapet ol {
    padding-left: 20px;
    list-style-type: disc;
    margin: 20px 0;
}.EBLa-privacy-parapet ol {
    list-style-type: decimal;
}.EBLa-privacy-parapet ul li, .EBLa-privacy-parapet ol li {
    line-height: 1.6;
    margin-bottom: 10px;
}.EBLa-privacy-parapet section {
    padding: 25px;
    background: rgb(152,173,152,0.5);
    border-radius: 10px;
    border: 1px solid rgb(191,208,191,0.5);
}.EBLa-privacy-parapet p, .EBLa-privacy-parapet span, .EBLa-privacy-parapet div {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}

@media only screen and (max-width: 800px) {.EBLa-privacy-parapet {
    padding: 20px;
}.EBLa-privacy-parapet h1 {
    font-size: calc(20px - 5px);
}.EBLa-privacy-parapet h2 {
    font-size: calc(20px - 4px);
}.EBLa-privacy-parapet h3, .EBLa-privacy-parapet h4, .EBLa-privacy-parapet h5, .EBLa-privacy-parapet h6 {
    font-size: calc(20px - 3px);
}.EBLa-privacy-parapet ul, .EBLa-privacy-parapet ol {
    padding-left: 15px;
}}

.EBLa-privacy-parapet a {
    border-bottom: 1px solid rgb(191,208,191,0.5);
    color: rgb(191,208,191);
    text-decoration: none;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
}.EBLa-privacy-parapet a:hover {
    color: rgb(152,173,152);
    border-bottom-color: rgb(152,173,152);
}header {
    z-index: 100;
    background: linear-gradient(to bottom, 
        rgb(191,208,191,0.5) 0%,
        #000000 100%);
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    width: 100%;
}header::before {
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,173,152,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(191,208,191,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.3;
    height: 100%;
    left: 0;
}header::after {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(152,173,152,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(152,173,152,0.5) 100%);
    top: 0;
    content: "";
    height: 100%;
}header .container {
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}header .cxdq-top-site {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}header .LeNt-nav-mainwrap {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 1rem 0 1.5rem;
    z-index: 3;
    text-decoration: none;
}header .LeNt-nav-mainwrap::before {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    animation: rotate 10s linear infinite;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(152,173,152,0.5) 120deg,
            transparent 180deg,
            rgb(191,208,191,0.5) 240deg,
            transparent 360deg
        );
    border-radius: 50%;
}header .LeNt-nav-mainwrap::after {
    filter: blur(20px);
    opacity: 0.3;
    position: absolute;
    animation: pulse-opacity 4s ease infinite alternate;
    height: 70px;
    z-index: -2;
    width: 70px;
    border-radius: 50%;
    content: "";
    background: rgb(152,173,152,0.5);
}header .LeNt-nav-mainwrap svg {
    filter: drop-shadow(0 0 8px rgb(191,208,191,0.5));
    width: auto;
    transition: all 0.4s ease;
    height: 45px;
}header .LeNt-nav-mainwrap:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(152,173,152));
}header .Pwqd-top-prime {
    overflow-x: auto;
    display: flex;
    border-top: 1px solid rgb(191,208,191,0.5);
    position: relative;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    padding: 1rem 0;
    scrollbar-width: none;
    justify-content: center;
    border-bottom: 1px solid rgb(191,208,191,0.5);
    gap: 0.8rem;
    width: 100vw;
}header .Pwqd-top-prime::-webkit-scrollbar {
    display: none;
}header .Pwqd-top-prime::before {
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    z-index: 3;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
}header .Zhay-first-class {
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    font-family: Arial, sans-serif;
    perspective: 800px;
    color: #ffffff;
    z-index: 2;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
}header .Zhay-first-class::before {
    z-index: -1;
    left: 0;
    border: 1px solid transparent;
    top: 0;
    transform: translateZ(-10px);
    content: "";
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
}header .Zhay-first-class::after {
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    width: 0%;
    left: 50%;
    background: rgb(152,173,152);
    content: "";
}header .Zhay-first-class:hover {
    color: rgb(152,173,152);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(152,173,152,0.5);
}header .Zhay-first-class:hover::before {
    border-color: rgb(152,173,152,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(191,208,191,0.5);
}header .Zhay-first-class:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .LeNt-nav-mainwrap {
    margin: 0.8rem 0 1.2rem;
}header .LeNt-nav-mainwrap svg {
    height: 40px;
}header .Zhay-first-class {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .LeNt-nav-mainwrap {
    margin: 0.6rem 0 1rem;
}header .LeNt-nav-mainwrap svg {
    height: 35px;
}header .LeNt-nav-mainwrap::before {
    width: 90px;
    height: 90px;
}header .LeNt-nav-mainwrap::after {
    height: 50px;
    width: 50px;
}header .Pwqd-top-prime {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .Zhay-first-class {
    padding: 0.4rem 1rem;
    font-size: calc(17px - 2px);
}header .Zhay-first-class:first-child {
    margin-left: 2rem;
}header .Zhay-first-class:last-child {
    margin-right: 2rem;
}
}