* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1113px;
    max-width: 100%;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}.exp-level-up {
    flex: 0 0 auto;
}.exp-wrapper-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}.exp-head-primary {
    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;
}}
footer {
    width: 100%;
    position: relative;
}footer .exp-level-up {
    padding: 250px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background:rgb(174,164,185);
}footer .exp-level-up::before {
    top: 0;
    background: linear-gradient(90deg, rgb(210,200,217) 25%, rgb(174,164,185) 25%, rgb(174,164,185) 50%, rgb(210,200,217) 50%, rgb(210,200,217) 75%, rgb(174,164,185) 75%);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 20px;
}footer .exp-edu-global {
    z-index: 1;
    position: relative;
}footer .exp-get-contactinfo {
    position: absolute;
    top: -120px;
    flex-wrap: wrap;
    padding: 0;
    right: 0;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    left: 0;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 50px;
    justify-content: space-between;
    background-color: #ffffff;
}footer .info_item {
    padding: 25px;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    flex: 1 1 250px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: rgb(210,200,217);
    left: 0;
    content: "";
    width: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    fill: rgb(210,200,217);
    flex-shrink: 0;
    height: 22px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(210,200,217);
}footer .text_main_holder {
    margin-top: 100px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 20px;
}footer .exp-head-teach {
    padding: 0 25px;
    position: relative;
}footer .exp-head-teach svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .exp-workshop-cta {
    line-height: 1.6;
    font-size: 16px;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
}footer .exp-nav-top {
    padding: 0 25px;
    position: relative;
}footer .exp-nav-top h5 {
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 21px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 25px;
}footer .exp-nav-top h5::after {
    height: 2px;
    width: 60px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(210,200,217);
    bottom: -2px;
}footer .exp-top-prime {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .exp-top-prime a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 20px;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    font-size: 16px;
}footer .exp-top-prime a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(210,200,217);
}footer .subscribe_holder {
    border-radius: 15px;
    background-color: rgb(174,164,185,0.5);
    position: relative;
    padding: 30px 25px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder::before {
    top: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    width: 50px;
    height: 50px;
    right: -10px;
    background-color: rgb(210,200,217);
    content: "";
}footer .input_holder::after {
    z-index: -1;
    background-color: rgb(174,164,185);
    content: "";
    width: 70px;
    height: 70px;
    left: -10px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    bottom: -20px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    border-radius: 10px;
    color: rgb(174,164,185);
    border: none;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .exp-unlock-opportunities {
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
    background-color: rgb(210,200,217);
}footer .exp-unlock-opportunities::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    position: absolute;
    height: 100%;
}footer .exp-unlock-opportunities:hover {
    background-color: rgb(174,164,185);
}footer .exp-unlock-opportunities:hover::before {
    left: 100%;
}footer .exp-conduct-code {
    text-align: center;
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .exp-intern-ship {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

@media (min-width: 768px) {footer .exp-level-up {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .exp-unlock-opportunities {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .exp-get-contactinfo {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .exp-level-up {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .exp-nav-top, footer .subscribe_holder, footer .exp-head-teach {
    padding: 20px;
}footer .exp-conduct-code {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .exp-nav-top h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .exp-top-prime a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .exp-unlock-opportunities {
    padding: 12px;
}}.exp-service-plan {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.exp-service-plan::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}.exp-service-plan .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.exp-service-plan .exp-price-deals {
    position: relative;
}.exp-service-plan h2 {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.3s;
    text-align: center;
    transform: translateY(10px);
    position: relative;
    font-size: calc(30px * 1.2);
    font-weight: 700;
}.exp-service-plan .exp-promo-cost {
    margin: 0 auto 40px;
    line-height: 1.6;
    transform: translateY(10px);
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    opacity: 0;
    font-size: calc(14px * 1.1);
    animation: fadeInUp 0.8s forwards 0.5s;
}.exp-service-plan .exp-package-rates {
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.exp-service-plan .exp-package-rates li {
    animation: fadeInUp 0.8s forwards;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    transform: translateY(20px);
    height: 100%;
    opacity: 0;
}.exp-service-plan .exp-package-rates li:nth-child(1) {
    --i: 1;
}.exp-service-plan .exp-package-rates li:nth-child(2) {
    --i: 2;
}.exp-service-plan .exp-package-rates li:nth-child(3) {
    --i: 3;
}.exp-service-plan .exp-package-rates li:nth-child(4) {
    --i: 4;
}.exp-service-plan .exp-trial-rates {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    color: inherit;
}.exp-service-plan .exp-trial-rates:hover {
    transform: translateY(-10px);
}.exp-service-plan .exp-pricing-offers {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    border-left: 3px solid rgb(210,200,217);
    backdrop-filter: blur(10px);
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}.exp-service-plan .exp-trial-rates:hover .exp-pricing-offers {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.exp-service-plan .exp-pricing-offers::before {
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(210,200,217), 
        rgb(174,164,185));
    content: "";
    transform: scaleX(0);
}.exp-service-plan .exp-trial-rates:hover .exp-pricing-offers::before {
    transform: scaleX(1);
}.exp-service-plan .exp-fee-structure {
    height: 100%;
    flex-direction: column;
    display: flex;
}.exp-service-plan .exp-fee-structure h4 {
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(19px * 1.1);
    position: relative;
}.exp-service-plan .exp-fee-structure h4::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: rgb(210,200,217);
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
}.exp-service-plan .exp-trial-rates:hover .exp-fee-structure h4::after {
    width: 60px;
}.exp-service-plan .exp-fee-structure p {
    font-size: 14px;
    margin: 0 0 25px;
    flex-grow: 1;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    word-break: break-word;
}.exp-service-plan .exp-plan-fee {
    transition: color 0.3s ease;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    margin-top: auto;
    color: rgb(174,164,185);
    font-size: calc(19px * 1.2);
    font-weight: 700;
    display: block;
}.exp-service-plan .exp-trial-rates:hover .exp-plan-fee {
    color: rgb(210,200,217);
}

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

@media (max-width: 991px) {.exp-service-plan {
    padding: 80px 0;
}.exp-service-plan h2 {
    font-size: 30px;
}.exp-service-plan .exp-promo-cost {
    margin-bottom: 30px;
    font-size: 14px;
}.exp-service-plan .exp-package-rates {
    gap: 20px;
}.exp-service-plan .exp-pricing-offers {
    padding: 25px;
}
}

@media (max-width: 767px) {.exp-service-plan {
    padding: 60px 0;
}.exp-service-plan .exp-package-rates {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.exp-service-plan .exp-fee-structure h4 {
    font-size: 19px;
}.exp-service-plan .exp-plan-fee {
    font-size: 19px;
}
}

@media (max-width: 480px) {.exp-service-plan {
    padding: 50px 0;
}.exp-service-plan h2 {
    font-size: calc(30px * 0.9);
}.exp-service-plan .exp-promo-cost {
    font-size: calc(14px * 0.9);
}.exp-service-plan .exp-pricing-offers {
    padding: 20px;
}}.exp-testimonials {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(236,231,242) 0%, rgba(rgb(210,200,217,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.exp-testimonials::before {
    content: "";
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(174,164,185,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.exp-testimonials::after {
    right: -5rem;
    background: linear-gradient(225deg, rgba(rgb(210,200,217,0.5), 0.1) 0%, transparent 70%);
    content: "";
    filter: blur(50px);
    position: absolute;
    bottom: -5rem;
    animation: pulse 15s infinite alternate ease-in-out;
    border-radius: 50%;
    height: 20rem;
    width: 20rem;
    z-index: 0;
}.exp-testimonials .container {
    z-index: 1;
    position: relative;
}.exp-testimonials h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-size: 36px;
    margin-bottom: 3rem;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
}.exp-testimonials h2::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -0.5rem;
    height: 0.25rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(174,164,185) 0%, rgb(210,200,217) 100%);
    content: "";
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.exp-testimonials h2:hover {
    transform: perspective(1000px) rotateX(5deg);
}.exp-testimonials .exp-testimonials-hub {
    padding: 0;
    perspective: 1000px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.exp-testimonials .exp-feedback-views {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0) scale(1);
    border-radius: 10px;
    overflow: hidden;
    padding: 1.5rem;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}.exp-testimonials .exp-feedback-views::before {
    background: linear-gradient(to bottom, rgb(210,200,217), rgb(174,164,185));
    transition: height 0.5s ease;
    height: 0;
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    left: 0;
}.exp-testimonials .exp-feedback-views:hover {
    transform: translateZ(10px) scale(1.02);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.exp-testimonials .exp-feedback-views:hover::before {
    height: 100%;
    animation: gradientMove 3s infinite alternate;
}.exp-testimonials .exp-feedback-views div {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}.exp-testimonials .exp-feedback-views img {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 3px solid #ffffff;
    height: 3.5rem;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 3.5rem;
    margin-right: 1rem;
    border-radius: 50%;
}.exp-testimonials .exp-feedback-views:hover img {
    transform: scale(1.1) rotate(5deg);
}.exp-testimonials .exp-feedback-views h4 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin: 0;
}.exp-testimonials .exp-feedback-views h4::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    bottom: -0.5rem;
    background: rgb(174,164,185);
    width: 2rem;
    transform: scaleX(0);
    height: 2px;
}.exp-testimonials .exp-feedback-views:hover h4::after {
    transform: scaleX(1);
}.exp-testimonials .description {
    color: #000000;
    font-size: 13px;
    margin: 0;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.6;
}.exp-testimonials .description::before {
    left: 0;
    font-family: serif;
    color: rgba(rgb(210,200,217,0.5), 0.2);
    font-size: 3rem;
    top: -1rem;
    position: absolute;
    line-height: 1;
    content: "";
}.exp-testimonials a {
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(rgb(210,200,217,0.5), 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2.5rem;
    transform: perspective(1000px) translateZ(0);
    color: #ffffff;
    text-decoration: none;
    padding: 0.75rem 2rem;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    position: relative;
    background: linear-gradient(135deg, rgb(210,200,217) 0%, rgb(174,164,185) 100%);
    display: inline-block;
}.exp-testimonials a:hover {
    box-shadow: 0 8px 25px rgba(rgb(210,200,217,0.5), 0.3);
    transform: perspective(1000px) translateZ(10px);
}.exp-testimonials a::before {
    top: 0;
    height: 100%;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    left: -100%;
    z-index: -1;
    position: absolute;
}.exp-testimonials a:hover::before {
    left: 100%;
}.exp-testimonials .exp-who-weare {
    flex-direction: column;
    align-items: center;
    display: flex;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

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

@media (max-width: 992px) {.exp-testimonials {
    padding: 4rem 0;
}.exp-testimonials h2 {
    font-size: calc(36px * 0.9);
}.exp-testimonials .exp-testimonials-hub {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.exp-testimonials {
    padding: 3rem 0;
}.exp-testimonials h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.exp-testimonials h2::after {
    width: 5rem;
}.exp-testimonials .exp-testimonials-hub {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.exp-testimonials .exp-feedback-views {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.exp-testimonials {
    padding: 2.5rem 0;
}.exp-testimonials h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.exp-testimonials h2::after {
    width: 4rem;
}.exp-testimonials .exp-testimonials-hub {
    grid-template-columns: 1fr;
    gap: 1rem;
}.exp-testimonials .exp-feedback-views {
    padding: 1rem;
}.exp-testimonials .exp-feedback-views img {
    width: 3rem;
    height: 3rem;
}.exp-testimonials .description {
    font-size: calc(13px * 0.95);
}.exp-testimonials a {
    font-size: calc(20px * 0.9);
    padding: 0.6rem 1.5rem;
}}.exp-tyPage {
    background: linear-gradient(135deg, rgb(236,231,242) 0%, rgb(210,200,217,0.5) 100%);
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}.exp-tyPage::before {
    content: "";
    transform: translateZ(-50px);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(174,164,185,0.5) 45%, rgb(174,164,185,0.5) 55%, transparent 55%);
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
}.exp-tyPage::after {
    opacity: 0.2;
    right: -50%;
    content: "";
    top: -50%;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(210,200,217,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    height: 200%;
    animation: rotateGradient 15s infinite linear;
}.exp-tyPage .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.exp-tyPage .exp-who-weare {
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 900px;
    gap: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(210,200,217);
    display: flex;
    padding: 3rem;
    transform: translateZ(30px);
    position: relative;
    margin: 0 auto;
}.exp-tyPage .exp-who-weare::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    top: -10px;
    content: "";
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(135deg, rgb(174,164,185,0.5) 0%, transparent 70%);
    transform: translateZ(-15px);
    bottom: 10px;
    left: -10px;
    z-index: -1;
    right: 10px;
}.exp-tyPage .exp-who-weare > div:first-child {
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
}.exp-tyPage .exp-who-weare > div:first-child::after {
    position: absolute;
    transform: translateZ(5px);
    width: 70%;
    content: "";
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(210,200,217) 0%, transparent 100%);
    left: 0;
}.exp-tyPage .exp-who-weare > div:last-child {
    transform: translateZ(10px);
    position: relative;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    opacity: 0;
}.exp-tyPage h5 {
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    display: inline-block;
}.exp-tyPage h5::before {
    top: 50%;
    left: -20px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    height: 15px;
    transform: translateY(-50%);
    width: 15px;
    background-color: rgb(210,200,217);
}.exp-tyPage p {
    line-height: 1.7;
    padding-left: 1rem;
    position: relative;
    transition: color 0.3s ease;
    font-size: 13px;
    max-width: 95%;
    color: #000000;
}.exp-tyPage p::before {
    bottom: 0;
    background: linear-gradient(to bottom, rgb(210,200,217) 0%, rgb(174,164,185) 100%);
    width: 3px;
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    top: 0;
    transform: scaleY(0.9);
}.exp-tyPage a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.exp-tyPage a:hover {
    transform: translateX(10px);
}.exp-tyPage a:hover p {
    color: rgb(210,200,217);
}.exp-tyPage a:hover p::before {
    transform: scaleY(1.1);
}

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

@keyframes slideInBottom {
    from {
        transform: translateZ(10px) translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateZ(10px) translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.exp-tyPage {
    padding: 4rem 0;
}.exp-tyPage .exp-who-weare {
    margin: 0 2rem;
    padding: 2.5rem;
}.exp-tyPage h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.exp-tyPage {
    padding: 3rem 0;
}.exp-tyPage .exp-who-weare {
    gap: 1.5rem;
    padding: 2rem;
    margin: 0 1.5rem;
}.exp-tyPage h5 {
    font-size: calc(24px - 0.2rem);
}.exp-tyPage p {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}
}

@media (max-width: 576px) {.exp-tyPage {
    padding: 2.5rem 0;
}.exp-tyPage .exp-who-weare {
    padding: 1.5rem;
    margin: 0 1rem;
    gap: 1.2rem;
}.exp-tyPage h5 {
    font-size: calc(24px - 0.3rem);
}.exp-tyPage h5::before {
    height: 12px;
    left: -15px;
    width: 12px;
}.exp-tyPage p {
    padding-left: 0.7rem;
}.exp-tyPage a:hover {
    transform: translateX(5px);
}}.exp-program-information {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(236,231,242);
}.exp-program-information::before {
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(210,200,217,0.5) 0%, transparent 50%, rgb(174,164,185,0.5) 100%);
    opacity: 0.7;
    animation: backgroundShift 15s infinite alternate;
}.exp-program-information::after {
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(210,200,217,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    animation: pulse 8s infinite alternate;
}.exp-program-information .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.exp-program-information .exp-learn-career {
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    perspective: 1000px;
    gap: 40px;
    position: relative;
}.exp-program-information .exp-learn-career::before {
    animation: borderPulse 4s infinite alternate;
    border: 1px solid rgb(210,200,217,0.5);
    transform-style: preserve-3d;
    z-index: -1;
    left: -30px;
    height: calc(100% + 60px);
    content: "";
    top: -30px;
    position: absolute;
    width: calc(100% + 60px);
    border-radius: 19px;
    transform: rotateY(5deg) rotateX(2deg);
}.exp-program-information .exp-info-wrapper {
    display: flex;
    backdrop-filter: blur(8px);
    animation: floatPanel 8s ease-in-out infinite;
    border-radius: 19px;
    flex-direction: column;
    padding: 35px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    gap: 30px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
}.exp-program-information .exp-info-wrapper h2 {
    padding: 15px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    position: relative;
    display: inline-block;
    -webkit-background-clip: text !important;
    color: #ffffff;
    border-left: 2px solid rgb(174,164,185);
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    border-radius: 8px 0 8px 0;
    border-radius: 10px;
    max-width: fit-content;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    border-bottom: 2px solid rgb(210,200,217);
    font-weight: 700;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(210,200,217,0.5);
    background: linear-gradient(to right, rgb(210,200,217) 0%, rgb(174,164,185) 100%);
}.exp-program-information .exp-info-wrapper .description {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.07);
    line-height: 1.9;
    border-left: 3px solid rgb(210,200,217,0.5);
    position: relative;
    color: #000000;
    text-align: justify;
    transition: all 0.5s ease;
    font-weight: 400;
    padding: 18px;
    border-radius: 10px;
    z-index: 2;
    margin-bottom: 25px;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}.exp-program-information .exp-info-wrapper .description:first-of-type {
    border-left-color: rgb(210,200,217);
}.exp-program-information .exp-info-wrapper .description:last-of-type {
    border-left-color: rgb(174,164,185);
    margin-bottom: 0;
}.exp-program-information .exp-info-wrapper .description::before {
    z-index: -1;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}.exp-program-information .exp-info-wrapper .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.exp-program-information .exp-slider {
    border-radius: 19px;
    align-self: flex-start;
    height: 450px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    z-index: 4;
    transform-style: preserve-3d;
    overflow: hidden;
    background-position: center;
    animation: floatImage 6s ease-in-out infinite alternate;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateZ(0) rotateY(-5deg);
    background-size: cover;
}.exp-program-information .exp-slider:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(210,200,217,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(210,200,217,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(174,164,185,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(210,200,217,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(210,200,217);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(210,200,217,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(210,200,217);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.exp-program-information {
    padding: 100px 0;
}.exp-program-information .exp-learn-career {
    gap: 30px;
}.exp-program-information .exp-info-wrapper {
    padding: 30px;
}.exp-program-information .exp-info-wrapper h2 {
    font-size: calc(30px * 0.9);
    padding: 12px 18px;
}.exp-program-information .exp-info-wrapper .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.exp-program-information {
    padding: 80px 0;
}.exp-program-information .exp-learn-career {
    gap: 40px;
    grid-template-columns: 1fr;
}.exp-program-information .exp-learn-career::before {
    left: -20px;
    height: calc(100% + 40px);
    transform: none;
    top: -20px;
    width: calc(100% + 40px);
}.exp-program-information .exp-info-wrapper {
    order: 2;
    transform: none;
    animation: none;
}.exp-program-information .exp-slider {
    min-height: 400px;
    animation: pulse 8s infinite alternate;
    transform: none;
    order: 1;
}.exp-program-information .exp-slider:hover {
    transform: scale(1.02) translateY(-5px);
}.exp-program-information .exp-info-wrapper h2 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}.exp-program-information .exp-info-wrapper .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.exp-program-information {
    padding: 60px 0;
}.exp-program-information .exp-learn-career {
    gap: 30px;
}.exp-program-information .exp-info-wrapper {
    padding: 25px;
    gap: 20px;
}.exp-program-information .exp-info-wrapper h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.exp-program-information .exp-info-wrapper .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
    padding: 12px;
}.exp-program-information .exp-slider {
    min-height: 350px;
}.exp-program-information .exp-learn-career::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.exp-program-information {
    padding: 40px 0;
}.exp-program-information .exp-info-wrapper {
    padding: 20px;
    gap: 15px;
}.exp-program-information .exp-info-wrapper h2 {
    padding: 8px 12px;
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
}.exp-program-information .exp-info-wrapper .description {
    padding: 10px;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.exp-program-information .exp-slider {
    min-height: 280px;
}}.exp-contact-information {
    background: linear-gradient(145deg, rgb(236,231,242) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.exp-contact-information::before {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,200,217,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(210,200,217,0.5) 11px
    );
    animation: gridMove 20s linear infinite;
}.exp-contact-information::after {
    position: absolute;
    opacity: 0.1;
    content: "";
    animation: pulseGlow 15s ease-in-out infinite;
    pointer-events: none;
    height: 200%;
    background: radial-gradient(circle, rgb(210,200,217,0.5) 0%, transparent 60%);
    top: -50%;
    left: -50%;
    width: 200%;
}.exp-contact-information .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.exp-contact-information h2 {
    margin-bottom: 60px;
    font-size: 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
}.exp-contact-information h2::after {
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(210,200,217), transparent);
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
    height: 3px;
}.exp-contact-information .exp-feedback-feedback {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.exp-contact-information .exp-feedback-feedback::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom right, rgb(210,200,217,0.5), transparent);
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.03;
    height: 100%;
}.exp-contact-information .exp-slider {
    min-height: 500px;
    transform: scale(1.01);
    flex: 1;
    transition: transform 0.6s ease;
    position: relative;
}.exp-contact-information .exp-slider::after {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.exp-contact-information .exp-help-panel {
    position: relative;
    flex: 1;
    padding: 50px;
}.exp-contact-information .exp-help-panel::before {
    top: 20px;
    content: "";
    width: 50px;
    height: 50px;
    right: 20px;
    border-top: 2px solid rgb(210,200,217,0.5);
    position: absolute;
    border-right: 2px solid rgb(210,200,217,0.5);
    opacity: 0.7;
}.exp-contact-information .exp-help-panel::after {
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 50px;
    content: "";
    border-left: 2px solid rgb(210,200,217,0.5);
    opacity: 0.7;
    border-bottom: 2px solid rgb(210,200,217,0.5);
    height: 50px;
}.exp-contact-information form {
    width: 100%;
}.exp-contact-information form h3 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    font-size: 19px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.exp-contact-information form h3::before {
    left: 0;
    background: rgb(210,200,217);
    content: "";
    border-radius: 10px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
}.exp-contact-information form input[type="text"] {
    transition: all 0.3s ease;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
}.exp-contact-information form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(210,200,217), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(210,200,217);
}.exp-contact-information form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.exp-contact-information .exp-support-feedback {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.exp-contact-information .exp-support-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.exp-contact-information .exp-support-feedback label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.exp-contact-information .exp-support-feedback label::before {
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
}.exp-contact-information .exp-support-feedback input[type="checkbox"]:checked + label::before {
    background: rgb(210,200,217);
    border-color: rgb(210,200,217);
}.exp-contact-information .exp-support-feedback input[type="checkbox"]:checked + label::after {
    height: 4px;
    border-left: 2px solid #ffffff;
    position: absolute;
    width: 8px;
    transform: rotate(-45deg);
    left: 7px;
    border-bottom: 2px solid #ffffff;
    top: 11px;
    content: "";
}.exp-contact-information .exp-support-feedback label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(210,200,217);
}.exp-contact-information .exp-support-feedback label a:hover {
    text-decoration: underline;
}.exp-contact-information form .exp-reach-panel {
    border: none;
    color: #ffffff;
    font-size: 17px;
    padding: 15px 35px;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: inline-block;
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(210,200,217), rgb(174,164,185));
    font-weight: 600;
}.exp-contact-information form .exp-reach-panel::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(174,164,185), rgb(210,200,217));
    top: 0;
    left: -100%;
    content: "";
}.exp-contact-information form .exp-reach-panel:hover::before {
    left: 0;
}.exp-contact-information form .exp-reach-panel:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.exp-contact-information svg {
    fill: rgb(210,200,217);
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.exp-contact-information svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.exp-contact-information {
    padding: 80px 0;
}.exp-contact-information .exp-feedback-feedback {
    flex-direction: column;
}.exp-contact-information .exp-slider {
    min-height: 300px;
    order: 1;
}.exp-contact-information .exp-help-panel {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.exp-contact-information {
    padding: 60px 0;
}.exp-contact-information h2 {
    margin-bottom: 40px;
}.exp-contact-information .exp-slider {
    min-height: 200px;
}.exp-contact-information .exp-help-panel {
    padding: 30px 20px;
}.exp-contact-information form .exp-reach-panel {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.exp-contact-information {
    padding: 40px 0;
}.exp-contact-information h2 {
    font-size: calc(37px * 0.8);
}.exp-contact-information form h3 {
    font-size: calc(19px * 0.9);
}.exp-contact-information .exp-help-panel::before,
    .exp-contact-information .exp-help-panel::after {
    width: 30px;
    height: 30px;
}}.exp-title-screen {
    display: flex;
    overflow: hidden;
    padding: 2rem;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(210,200,217,0.5), rgb(174,164,185));
}.exp-title-screen::before {
    opacity: 0.7;
    background: 
    radial-gradient(circle at 20% 30%, rgb(210,200,217,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(174,164,185,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}.exp-title-screen::after {
    content: "";
    right: -50%;
    top: -50%;
    transform: rotate(45deg);
    z-index: 0;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    filter: blur(70px);
    width: 100%;
    position: absolute;
}.exp-title-screen .exp-learn-open {
    display: grid;
    z-index: 2;
    width: 100%;
    position: relative;
    transform: translateY(-2%);
    max-width: 1200px;
    gap: 2rem;
    grid-template-columns: 1fr;
}.exp-title-screen .exp-learn-open > div:first-child {
    backdrop-filter: blur(10px);
    transform: translateX(-5%);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(210,200,217);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.exp-title-screen .exp-learn-open > div:first-child:hover {
    transform: translateX(0) scale(1.02);
}.exp-title-screen .exp-learn-open > div:first-child p {
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.exp-title-screen .exp-study-center {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.5);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.exp-title-screen .exp-study-center:hover {
    transform: translateY(-10px);
}.exp-title-screen .exp-study-center > div {
    justify-content: space-between;
    min-height: 400px;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}.exp-title-screen .exp-study-center > div::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
}.exp-title-screen .exp-study-center h3 {
    font-family: Arial, sans-serif;
    transform: translateX(5%);
    border-radius: 10px;
    padding: 1.2rem;
    backdrop-filter: blur(5px);
    position: relative;
    letter-spacing: 0.01em;
    color: #ffffff;
    z-index: 2;
    font-weight: 400;
    transition: transform 0.4s ease-out;
    background: linear-gradient(120deg, rgb(210,200,217,0.5), rgb(174,164,185,0.5));
    max-width: 90%;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    margin: 0 0 2rem 0;
    line-height: 1.5;
}.exp-title-screen .exp-study-center:hover h3 {
    transform: translateX(0);
}.exp-title-screen .exp-study-center > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}.exp-title-screen .exp-study-center > div > div > div {
    opacity: 0;
    animation-delay: 0.3s;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(10px);
}.exp-title-screen .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: clamp(1.8rem, 4vw, 40px);
    position: relative;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    padding: 1rem 0;
}.exp-title-screen .title_style_header::after {
    height: 6px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
    background: linear-gradient(to right, rgb(210,200,217), rgb(174,164,185));
    width: 80px;
}.exp-title-screen .exp-study-center:hover .title_style_header::after {
    width: 150px;
}

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


@media (min-width: 768px) {.exp-title-screen .exp-learn-open {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.exp-title-screen .exp-learn-open > div:first-child {
    align-self: center;
    margin-top: 10%;
}.exp-title-screen .exp-study-center > div {
    padding: 4rem 3rem;
    min-height: 500px;
}.exp-title-screen .exp-study-center h3 {
    max-width: 80%;
}
}

@media (min-width: 992px) {.exp-title-screen {
    padding: 4rem;
}.exp-title-screen .exp-learn-open {
    grid-template-columns: 0.35fr 0.65fr;
}.exp-title-screen .exp-learn-open > div:first-child {
    padding: 2rem;
    transform: translateX(-10%);
}.exp-title-screen .exp-study-center > div {
    min-height: 550px;
}.exp-title-screen .title_style_header::after {
    height: 8px;
}
}

@media (max-width: 767px) {.exp-title-screen {
    padding: 1.5rem;
}.exp-title-screen .exp-learn-open > div:first-child {
    padding: 1.2rem;
}.exp-title-screen .exp-study-center > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.exp-title-screen .exp-study-center h3 {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}.exp-title-screen .title_style_header {
    padding: 0.75rem 0;
}.exp-title-screen .title_style_header::after {
    height: 4px;
    width: 60px;
}}.exp-test-drive {
    background: linear-gradient(135deg, rgb(210,200,217,0.5), rgb(174,164,185));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    z-index: 1;
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.exp-test-drive::before {
    background: radial-gradient(circle at center, transparent 30%, rgb(174,164,185,0.5) 70%);
    top: -50%;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    content: "";
    animation: pulse 15s infinite alternate;
    left: -50%;
    height: 200%;
    width: 200%;
    transform: rotate(-15deg);
}.exp-test-drive::after {
    z-index: -1;
    bottom: 0;
    opacity: 0.4;
    filter: blur(2px);
    right: 0;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, 
                rgba(255, 255, 255, 0.05) 25%, 
                transparent 25%,
                transparent 50%, 
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.05) 75%, 
                transparent 75%);
    position: absolute;
}.exp-test-drive .container {
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    gap: 2.5rem;
    position: relative;
    justify-content: center;
    max-width: 1140px;
    transform-style: preserve-3d;
    align-items: center;
}.exp-test-drive h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    max-width: 800px;
    font-size: calc(19px * 1.1);
    transform: translateZ(20px);
    transition: transform 0.3s ease-out;
    padding: 0 1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.exp-test-drive .container div {
    justify-content: center;
    display: flex;
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
}.exp-test-drive .container:hover h6 {
    transform: translateZ(30px);
}.exp-test-drive .container:hover div {
    transform: translateZ(50px);
}.exp-test-drive .exp-reach-panel {
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 3;
    color: rgb(210,200,217);
    font-weight: 700;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transform: translateY(0) scale(1);
}.exp-test-drive .exp-reach-panel::before {
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0.7;
    content: "";
    left: 0;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    top: 0;
    position: absolute;
    height: 100%;
}.exp-test-drive .exp-reach-panel::after {
    transform: scale(0);
    opacity: 0;
    content: "";
    background: radial-gradient(circle, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0) 70%);
    height: 200%;
    left: -50%;
    z-index: -1;
    transition: transform 0.8s ease, opacity 0.8s ease;
    top: -50%;
    position: absolute;
    width: 200%;
}.exp-test-drive .exp-reach-panel span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.exp-test-drive .exp-reach-panel:hover {
    color: rgb(174,164,185);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 6px rgba(255, 255, 255, 0.2);
    background: #ffffff;
    transform: translateY(-5px) scale(1.03);
}.exp-test-drive .exp-reach-panel:hover::before {
    opacity: 1;
}.exp-test-drive .exp-reach-panel:hover::after {
    transform: scale(1);
    opacity: 0.2;
}.exp-test-drive .exp-reach-panel:hover span {
    transform: translateY(-2px);
}.exp-test-drive .exp-reach-panel:active {
    transition: all 0.1s ease;
    transform: translateY(2px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2),
                inset 0 -2px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 991px) {.exp-test-drive {
    padding: 3.5rem 1.5rem;
}.exp-test-drive h6 {
    font-size: calc(16px * 1.1);
    max-width: 600px;
}.exp-test-drive .exp-reach-panel {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.exp-test-drive {
    padding: 3rem 1rem;
}.exp-test-drive .container {
    gap: 2rem;
}.exp-test-drive h6 {
    font-size: 16px;
    max-width: 100%;
}.exp-test-drive .exp-reach-panel {
    padding: 0.8rem 2rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.exp-test-drive {
    padding: 2.5rem 0.8rem;
}.exp-test-drive .container {
    gap: 1.8rem;
}.exp-test-drive h6 {
    padding: 0 0.5rem;
    line-height: 1.4;
    font-size: calc(16px * 0.9);
}.exp-test-drive .exp-reach-panel {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 480px) {.exp-test-drive {
    padding: 2rem 0.5rem;
}.exp-test-drive .container {
    gap: 1.5rem;
}.exp-test-drive h6 {
    font-size: calc(16px * 0.85);
}.exp-test-drive .exp-reach-panel {
    font-size: calc(18px * 0.85);
    padding: 0.7rem 1.6rem;
}
}

@media (hover: none) {.exp-test-drive .container h6,
    .exp-test-drive .container div {
    transform: translateZ(0);
}.exp-test-drive .container:hover h6,
    .exp-test-drive .container:hover div {
    transform: translateZ(0);
}}.exp-training-specialist {
    padding: 6rem 0;
    background-color: rgb(236,231,242);
    position: relative;
    overflow: hidden;
}.exp-training-specialist::before {
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(135deg, rgb(210,200,217,0.5), rgb(174,164,185,0.5));
    position: absolute;
    opacity: 0.15;
    right: -10%;
    top: -5%;
    content: "";
    z-index: 1;
    filter: blur(25px);
    width: 45%;
}.exp-training-specialist::after {
    background: linear-gradient(225deg, rgb(174,164,185,0.5), rgb(210,200,217,0.5));
    content: "";
    bottom: -10%;
    position: absolute;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    opacity: 0.1;
    z-index: 1;
    left: -5%;
    width: 35%;
    filter: blur(20px);
}.exp-training-specialist .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.exp-training-specialist .exp-feedback-views {
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    position: relative;
    display: grid;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
}.exp-training-specialist .exp-feedback-views:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.exp-training-specialist .exp-feedback-views > div:first-child {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 320px;
}.exp-training-specialist .exp-feedback-views .exp-slider {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    width: 100%;
    transform: translateZ(20px);
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding-bottom: 100%;
}.exp-training-specialist .exp-feedback-views .exp-slider::before {
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(174,164,185,0.5) 100%
    );
    opacity: 0.7;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}.exp-training-specialist .exp-feedback-views .exp-slider::after {
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(210,200,217,0.5) 0%,
        transparent 50%
    );
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
}.exp-training-specialist .exp-feedback-views:hover .exp-slider {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.exp-training-specialist .exp-feedback-views > div:nth-child(2) {
    text-align: center;
    position: relative;
}.exp-training-specialist .exp-feedback-views .name {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    margin-bottom: 0.5rem;
    color: #000000;
}.exp-training-specialist .exp-feedback-views .name::after {
    width: 35%;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,164,185), rgb(210,200,217));
    bottom: -5px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    border-radius: 10px;
    left: 50%;
}.exp-training-specialist .exp-feedback-views > div:nth-child(2) > div {
    margin-top: 0.8rem;
    color: rgb(174,164,185);
    font-size: calc(13px * 0.95);
    letter-spacing: 0.5px;
    font-weight: 600;
}.exp-training-specialist .exp-feedback-views > div:nth-child(3) {
    position: relative;
}.exp-training-specialist .exp-feedback-views .exp-career-exp {
    margin: 0;
    font-size: 13px;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(210,200,217,0.5);
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    line-height: 1.7;
}.exp-training-specialist .exp-feedback-views .exp-career-exp::before {
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    font-size: 5rem;
    left: -10px;
    content: "";
    top: -20px;
    font-family: serif;
    color: rgb(210,200,217,0.5);
}

@media (min-width: 768px) {.exp-training-specialist .exp-feedback-views {
    padding: 3.5rem;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
}.exp-training-specialist .exp-feedback-views > div:first-child {
    margin: 0;
    grid-area: photo;
}.exp-training-specialist .exp-feedback-views > div:nth-child(2) {
    grid-area: info;
    text-align: left;
    align-self: flex-end;
}.exp-training-specialist .exp-feedback-views > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.exp-training-specialist .exp-feedback-views .name::after {
    left: 0;
    transform: none;
    width: 50px;
}.exp-training-specialist .exp-feedback-views .exp-slider {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.exp-training-specialist {
    padding: 8rem 0;
}.exp-training-specialist .exp-feedback-views {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.exp-training-specialist .exp-feedback-views .name {
    font-size: calc(22px * 1.2);
}.exp-training-specialist .exp-feedback-views > div:nth-child(2) > div {
    font-size: 13px;
}.exp-training-specialist .exp-feedback-views .exp-career-exp {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 576px) {.exp-training-specialist {
    padding: 4rem 0;
}.exp-training-specialist .exp-feedback-views {
    padding: 2rem;
    gap: 1.5rem;
}.exp-training-specialist .exp-feedback-views .exp-slider {
    max-width: 220px;
}.exp-training-specialist .exp-feedback-views .name {
    font-size: 22px;
}.exp-training-specialist .exp-feedback-views > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.exp-training-specialist .exp-feedback-views .exp-career-exp {
    font-size: calc(13px * 0.95);
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
}}.exp-cookieAgreementModal {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    background: rgb(236,231,242);
    border-top: 3px solid rgb(210,200,217);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}.exp-edu-settings {
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    padding: 20px 15px;
    display: flex;
    margin: 0 auto;
}.exp-cookie-preference {
    flex-shrink: 0;
    margin-right: 15px;
}.exp-cookie-preference svg {
    transition: fill 0.3s ease;
    fill: rgb(210,200,217);
    height: 60px;
    width: 60px;
}.exp-cookie-preference svg:hover {
    fill: rgb(174,164,185);
}.exp-secure-cookies {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.exp-cookieAgreementModal h5 {
    margin-bottom: 8px;
    color: rgb(210,200,217);
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.exp-cookieAgreementModal p {
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
}.exp-cookie-confirm {
    text-decoration: none;
    line-height: 35px;
    padding: 10px 20px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    background: rgb(210,200,217);
    border-radius: 11px;
    cursor: pointer;
}.exp-cookie-confirm:hover {
    box-shadow: 0 0 10px rgb(174,164,185,0.5);
    background: rgb(174,164,185);
}#exp-authorizeCookieCollection {
    background: rgb(210,200,217);
}#exp-opt-out-cookies-collection {
    background: rgba(0, 0, 0, 0.5);
}.exp-cookieAgreementModal p a {
    text-decoration: underline;
    color: rgb(210,200,217);
    transition: color 0.3s ease;
}.exp-cookieAgreementModal p a:hover {
    color: rgb(174,164,185);
}
@media only screen and (max-width: 1200px) {.exp-edu-settings {
    align-items: center;
    flex-direction: column;
}.exp-cookie-preference {
    margin-bottom: 15px;
}.exp-secure-cookies {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.exp-cookie-confirm {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.exp-edu-settings {
    padding: 15px;
}.exp-cookie-preference {
    display: none;
}.exp-cookieAgreementModal h5 {
    font-size: 17px;
}.exp-cookieAgreementModal p {
    font-size: 13px;
}}
#exp-consentPolicyBanner {
    display: none;
}#exp-consentPolicyBanner:checked ~ .exp-cookieAgreementModal {
    visibility: hidden;
    opacity: 0;
}header {
    position: fixed;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(210,200,217,0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    top: 0;
}header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    pointer-events: none;
    content: '';
    animation: shimmer 8s infinite linear;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}header:after {
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(174,164,185) 0%,
        rgb(210,200,217) 50%,
        rgb(174,164,185) 100%
    );
    opacity: 0.8;
    filter: blur(1px);
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}header .exp-header-edu {
    position: relative;
    overflow: hidden;
}header .exp-header-edu:before {
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(210,200,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(174,164,185,0.5) 0%, transparent 40%);
    mix-blend-mode: overlay;
    opacity: 0.15;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
}header .container {
    padding: 16px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    bottom: -1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
}header .exp-main-lead {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .exp-nav-top {
    align-items: center;
    display: flex;
    position: relative;
    gap: 35px;
}header .exp-nav-top:before {
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
    top: 50%;
    height: 35px;
    content: '';
    opacity: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}header .exp-nav-top:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .exp-header-lead {
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
}header .exp-header-lead:before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 1px;
    content: '';
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    bottom: 0;
    width: 100%;
    position: absolute;
    transform-origin: right;
}header .exp-header-lead:after {
    transition: all 0.3s ease;
    content: '';
    transform: scaleY(0);
    z-index: -1;
    left: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(210,200,217,0.5),
        transparent
    );
    width: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
}header .exp-header-lead:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .exp-header-lead:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .exp-header-lead:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .exp-header-wrap {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    transition: all 0.4s ease;
}header .exp-header-wrap:before {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    content: '';
    background: radial-gradient(
        circle,
        rgb(210,200,217,0.5) 0%,
        transparent 70%
    );
    top: -10px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}header .exp-header-wrap:after {
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(210,200,217),
        transparent
    ) 1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    border: 1px solid transparent;
}header .exp-header-wrap:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .exp-header-wrap:hover:after {
    opacity: 0.7;
}header .exp-header-wrap svg {
    width: auto;
    filter: drop-shadow(0 0 3px rgb(210,200,217,0.5));
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .exp-header-wrap:hover svg {
    filter: drop-shadow(0 0 5px rgb(210,200,217));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .exp-nav-top {
    gap: 20px;
}header .exp-header-wrap svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .exp-nav-top {
    position: fixed;
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(210,200,217) 0%,
            rgb(210,200,217,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    padding: 80px 30px 30px;
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    background: rgb(210,200,217);
    gap: 20px;
    right: -100%;
    height: 100vh;
    backdrop-filter: blur(15px);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    top: 0;
    width: 80%;
}header .exp-nav-top:before {
    display: none;
}header .menu.active {
    right: 0;
}header .exp-header-lead {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .exp-header-lead:last-child {
    border-bottom: none;
}header .exp-header-wrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .exp-header-wrap svg {
    height: 35px;
}}.exp-privacy-safehouse {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 60px;
    margin-bottom: 30px;
}.exp-privacy-safehouse h1 {
    z-index: 2;
    grid-column: span 2;
    position: relative;
    margin-bottom: 30px;
    color: rgb(210,200,217);
    font-weight: 700;
    font-size: 46px;
}.exp-privacy-safehouse h2 {
    font-size: 34px;
    border-left: 5px solid rgb(210,200,217);
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: rgb(174,164,185);
    margin: 20px 0;
    padding-left: 10px;
}.exp-privacy-safehouse ul,
.exp-privacy-safehouse ol {
    margin: 20px 0;
    z-index: 2;
    position: relative;
    padding: 0 0 0 20px;
}.exp-privacy-safehouse ul {
    list-style-type: disc;
}.exp-privacy-safehouse ol {
    list-style-type: decimal;
}.exp-privacy-safehouse li {
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px dashed rgb(174,164,185,0.5);
    margin-bottom: 10px;
    color: #000000;
}.exp-privacy-safehouse p {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}.exp-privacy-safehouse > div {
    border-radius: 10px;
    z-index: 2;
    position: relative;
    border: 1px solid rgb(210,200,217,0.5);
    background-color: rgb(236,231,242);
    padding: 30px;
}.exp-privacy-safehouse span {
    z-index: 2;
    position: relative;
    padding: 5px;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(210,200,217,0.5);
    color: rgb(174,164,185);
}.exp-privacy-safehouse::before,
.exp-privacy-safehouse::after {
    position: absolute;
    display: block;
    z-index: 1;
    background: rgb(210,200,217,0.5);
    border-radius: 50%;
    content: "";
}.exp-privacy-safehouse::before {
    left: -100px;
    width: 200px;
    top: -100px;
    height: 200px;
}.exp-privacy-safehouse::after {
    height: 300px;
    bottom: -150px;
    right: -150px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.exp-privacy-safehouse {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.exp-privacy-safehouse h1 {
    font-size: calc(20px * 0.8);
    grid-column: span 1;
}.exp-privacy-safehouse h2 {
    font-size: calc(20px * 0.8);
}.exp-privacy-safehouse ul,
    .exp-privacy-safehouse ol {
    padding-left: 15px;
}.exp-privacy-safehouse > div {
    padding: 20px;
}.exp-privacy-safehouse::before {
    height: 100px;
    left: -50px;
    top: -50px;
    width: 100px;
}.exp-privacy-safehouse::after {
    height: 150px;
    bottom: -75px;
    width: 150px;
    right: -75px;
}}.exp-company-overview {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.exp-company-overview::before {
    background: linear-gradient(135deg, rgb(210,200,217,0.5), rgba(0, 0, 0, 0.5) 75%);
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    position: absolute;
}.exp-company-overview::after {
    opacity: 0.15;
    top: -10%;
    width: 45%;
    transform: rotate(-25deg);
    animation: floatElement 20s infinite alternate ease-in-out;
    right: -5%;
    height: 200%;
    background: rgb(174,164,185);
    position: absolute;
    z-index: 0;
    content: "";
}.exp-company-overview .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1240px;
}.exp-company-overview h2 {
    font-size: 29px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    transform: translateX(-5px);
    font-weight: 700;
}.exp-company-overview h2::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(174,164,185), transparent);
    width: 80px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    animation: expandWidth 0.7s ease-out forwards;
    bottom: -10px;
}.exp-company-overview .exp-info-wrapper {
    z-index: 3;
    display: grid;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    gap: 30px;
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    padding: 40px;
}.exp-company-overview .exp-info-wrapper::before {
    height: 0;
    animation: growVertical 1s 0.3s ease-out forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(210,200,217);
    width: 6px;
}.exp-company-overview .exp-info-wrapper > div {
    position: relative;
}.exp-company-overview .exp-info-wrapper p {
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(16px * 1.5);
    color: rgb(210,200,217);
    padding-left: 15px;
    margin-bottom: 20px;
}.exp-company-overview .exp-info-wrapper p::before {
    width: 8px;
    top: 50%;
    left: 0;
    position: absolute;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: rgb(174,164,185);
}.exp-company-overview .exp-info-wrapper div > div {
    column-gap: 40px;
    position: relative;
    padding-left: 15px;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    column-count: 1;
}.exp-company-overview .exp-info-wrapper:hover {
    transform: translateY(-5px);
}.exp-company-overview .exp-info-wrapper:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.exp-company-overview {
    padding: 150px 0;
}.exp-company-overview h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 60px;
}.exp-company-overview h2::after {
    width: 120px;
}.exp-company-overview .exp-info-wrapper {
    padding: 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}.exp-company-overview .exp-info-wrapper div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.exp-company-overview {
    padding: 180px 0;
}.exp-company-overview::after {
    right: -10%;
    top: -20%;
    width: 60%;
}.exp-company-overview h2 {
    transform: translateX(-10px);
}.exp-company-overview .exp-info-wrapper {
    padding: 80px;
    width: calc(100% - 80px);
    margin-left: 80px;
}.exp-company-overview .exp-info-wrapper::before {
    width: 8px;
}.exp-company-overview .exp-info-wrapper div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.exp-company-overview h2 {
    margin-bottom: 80px;
}.exp-company-overview .exp-info-wrapper {
    width: calc(100% - 120px);
    margin-left: 120px;
    padding: 100px;
}.exp-company-overview .exp-info-wrapper::before {
    width: 10px;
}
}

@media (max-width: 767px) {.exp-company-overview {
    padding: 80px 0;
}.exp-company-overview h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.exp-company-overview .exp-info-wrapper {
    padding: 30px 20px;
}.exp-company-overview .exp-info-wrapper p {
    margin-bottom: 15px;
    font-size: calc(16px * 1.2);
}.exp-company-overview .exp-info-wrapper div > div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}