* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}::-webkit-scrollbar {
    width: 9px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 15%;
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    transition: all 4.2s ease;
    background: rgb(207,204,209);
    border-radius: 4%;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(183,169,188,0.5);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(183,169,188);
    box-shadow: inset 5px -5px 9px 3px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(255, 255, 255, 0.5);
    border: 1px dashed #ffffff;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(207,204,209) rgb(255, 255, 255, 0.5);
}.wrap-structure-nx {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.top-pro-58 {
    flex: 1 0 auto;
}.container {
    width: 1211px;
    margin: auto;
    max-width: 100%;
}.skill-links-1I {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who-we-are-xX {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.who-we-are-xX::before {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
}.who-we-are-xX::after {
    right: -50%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    transform: rotate(45deg);
    content: "";
    background: radial-gradient(circle at center, rgb(183,169,188,0.5) 0%, transparent 70%);
    top: -50%;
    z-index: 2;
    width: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
}.who-we-are-xX .container {
    padding: 0 20px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.who-we-are-xX .content-wrap-n6 {
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    border-left: 4px solid rgb(183,169,188);
    position: relative;
    padding: 40px;
}.who-we-are-xX .content-wrap-n6::before {
    width: 100%;
    opacity: 0.05;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(183,169,188) 49.5%, 
        rgb(183,169,188) 50.5%, 
        transparent 50.5%);
    background-size: 20px 20px;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
}.who-we-are-xX h5 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
    display: inline-block;
    color: rgb(183,169,188);
    font-size: 24px;
}.who-we-are-xX h5::after {
    content: "";
    margin-top: 8px;
    width: 0;
    background: rgb(183,169,188);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    display: block;
}.who-we-are-xX p {
    color: #ffffff;
    font-size: calc(17px * 1.25);
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}.who-we-are-xX p b {
    display: inline-block;
    margin-bottom: 5px;
    color: rgb(122,131,159);
    font-size: calc(17px * 1.5);
    position: relative;
    font-weight: 700;
    padding-bottom: 5px;
}.who-we-are-xX p b::after {
    background: rgb(183,169,188);
    left: 0;
    height: 3px;
    width: 40px;
    position: absolute;
    content: "";
    bottom: 0;
}.who-we-are-xX ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}.who-we-are-xX ol li {
    column-count: 1;
    line-height: 1.8;
    color: #ffffff;
    animation: fadeInUp 1s forwards 0.8s;
    font-size: 17px;
    position: relative;
    text-align: justify;
    opacity: 0;
    column-gap: 30px;
    margin-bottom: 15px;
    padding-left: 0;
    transform: translateY(20px);
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.who-we-are-xX .content-wrap-n6 {
    margin-left: 5%;
    width: 90%;
    padding: 60px;
}.who-we-are-xX ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.who-we-are-xX {
    padding: 150px 0;
}.who-we-are-xX .content-wrap-n6 {
    width: 80%;
    margin-left: 10%;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 70px;
    transition: transform 0.5s ease;
}.who-we-are-xX .content-wrap-n6:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-xX h5 {
    font-size: calc(24px * 1.2);
}.who-we-are-xX ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.who-we-are-xX {
    padding: 80px 0;
}.who-we-are-xX .content-wrap-n6 {
    padding: 30px 20px;
}.who-we-are-xX h5 {
    font-size: 24px;
}.who-we-are-xX p b {
    font-size: calc(17px * 1.2);
}.who-we-are-xX ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.who-we-are-xX {
    padding: 60px 0;
}.who-we-are-xX .content-wrap-n6 {
    padding: 25px 15px;
}.who-we-are-xX h5 {
    font-size: calc(24px * 0.9);
}.who-we-are-xX p b {
    font-size: 17px;
}.who-we-are-xX p {
    font-size: 17px;
}.who-we-are-xX ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}}.thxContent-zY {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 4rem 0;
}.thxContent-zY::before {
    background: linear-gradient(225deg, rgb(183,169,188) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    height: 25rem;
    position: absolute;
    opacity: 0.07;
    transform: rotate(-15deg);
    right: -5%;
    width: 25rem;
    content: "";
    z-index: 1;
    filter: blur(8px);
}.thxContent-zY::after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 20rem;
    opacity: 0.09;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(122,131,159) 0%, transparent 70%);
    bottom: -5%;
    height: 20rem;
    filter: blur(8px);
    left: -5%;
    transform: rotate(15deg);
}.thxContent-zY .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.thxContent-zY .impact-stats-no {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    position: relative;
    transform-origin: center bottom;
    border-left: 4px solid rgb(183,169,188);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 3rem;
}.thxContent-zY .impact-stats-no:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.thxContent-zY .impact-stats-no > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.thxContent-zY .impact-stats-no > div:first-child::after {
    bottom: -0.75rem;
    transform-origin: left center;
    width: 4rem;
    transition: width 0.4s ease-out;
    background: linear-gradient(to right, rgb(183,169,188), rgb(122,131,159));
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
}.thxContent-zY .impact-stats-no:hover > div:first-child::after {
    width: 8rem;
}.thxContent-zY h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    transform: translateZ(0);
    color: #000000;
    line-height: 1.4;
    position: relative;
}.thxContent-zY a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
}.thxContent-zY a:hover {
    transform: translateY(-3px);
}.thxContent-zY a::before {
    z-index: 0;
    background: linear-gradient(to top left, rgb(183,169,188,0.5) 0%, transparent 100%);
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    content: "";
    bottom: 0;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}.thxContent-zY a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.thxContent-zY p {
    font-size: 18px;
    z-index: 1;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    position: relative;
}

@media (min-width: 768px) {.thxContent-zY {
    padding: 6rem 0;
}.thxContent-zY .impact-stats-no {
    padding: 4rem;
    border-left: 6px solid rgb(183,169,188);
}.thxContent-zY .impact-stats-no > div:first-child {
    margin-bottom: 2rem;
}.thxContent-zY .impact-stats-no > div:first-child::after {
    width: 6rem;
    height: 4px;
}.thxContent-zY .impact-stats-no:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.thxContent-zY .impact-stats-no {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.thxContent-zY .impact-stats-no:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.thxContent-zY h5 {
    font-size: calc(18px * 1.1);
}.thxContent-zY p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.thxContent-zY {
    padding: 3rem 0;
}.thxContent-zY .impact-stats-no {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.thxContent-zY h5 {
    font-size: calc(18px * 0.9);
}.thxContent-zY p {
    font-size: calc(18px * 0.95);
}.thxContent-zY .impact-stats-no > div:first-child::after {
    width: 3rem;
}.thxContent-zY .impact-stats-no:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.thxContent-zY {
    padding: 2.5rem 0;
}.thxContent-zY .impact-stats-no {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.thxContent-zY h5 {
    font-size: calc(18px * 0.85);
}.thxContent-zY p {
    font-size: calc(18px * 0.9);
}}.contact-us-vY {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(207,204,209) 50%);
}.contact-us-vY::before {
    height: 100%;
    content: "";
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}.contact-us-vY .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact-us-vY h2 {
    font-weight: 700;
    position: relative;
    color: rgb(183,169,188);
    text-align: center;
    margin-bottom: 60px;
    font-size: 34px;
}.contact-us-vY h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    background: rgb(183,169,188);
    width: 60px;
}.contact-us-vY .connect-grid-UD {
    border-radius: 19px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    display: flex;
    background: #ffffff;
}.contact-us-vY .connect-grid-UD::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.contact-us-vY .img-strip-wrap-eJ {
    flex: 0 0 50%;
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
}.contact-us-vY .img-strip-wrap-eJ::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(183,169,188,0.5), transparent);
    left: 0;
}.contact-us-vY .support-info-XI {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}.contact-us-vY .support-info-XI::before {
    width: 10px;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(207,204,209);
    left: 0;
}.contact-us-vY #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact-us-vY h3 {
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 20px;
}.contact-us-vY h3::after {
    background: rgb(183,169,188,0.5);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}.contact-us-vY input[type="text"] {
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 2px solid rgb(207,204,209);
    font-size: 15px;
    padding: 18px 20px;
    color: #000000;
}.contact-us-vY input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(183,169,188);
}.contact-us-vY input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-us-vY .support-help-aF {
    display: flex;
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
}.contact-us-vY .support-help-aF input[type="checkbox"] {
    border: 2px solid rgb(207,204,209);
    position: relative;
    transition: all 0.3s ease;
    width: 24px;
    cursor: pointer;
    height: 24px;
    margin-top: 2px;
    border-radius: 10px;
    appearance: none;
}.contact-us-vY .support-help-aF input[type="checkbox"]:checked {
    border-color: rgb(183,169,188);
    background: rgb(183,169,188);
}.contact-us-vY .support-help-aF input[type="checkbox"]:checked::after {
    height: 10px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    content: "";
    width: 6px;
    position: absolute;
    left: 8px;
}.contact-us-vY .support-help-aF label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.contact-us-vY .support-help-aF a {
    color: rgb(183,169,188);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact-us-vY .support-help-aF a:hover {
    color: rgb(122,131,159);
}.contact-us-vY .reach-widget-e0 {
    cursor: pointer;
    border: none;
    font-weight: 600;
    align-self: flex-start;
    padding: 16px 40px;
    background: rgb(183,169,188);
    border-radius: 10px;
    font-size: 15px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgb(183,169,188,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
}.contact-us-vY .reach-widget-e0::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    left: -100%;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
}.contact-us-vY .reach-widget-e0:hover {
    box-shadow: 0 10px 25px rgb(122,131,159,0.5);
    transform: translateY(-3px);
    background: rgb(122,131,159);
}.contact-us-vY .reach-widget-e0:hover::before {
    left: 100%;
}.contact-us-vY svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(183,169,188);
}.contact-us-vY svg path {
    fill: rgb(183,169,188);
    transition: all 0.3s ease;
}.contact-us-vY svg:hover {
    fill: rgb(122,131,159);
    transform: translateY(-2px);
}.contact-us-vY svg:hover path {
    fill: rgb(122,131,159);
}

@media (max-width: 1200px) {.contact-us-vY {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-us-vY {
    padding: 80px 0;
}.contact-us-vY .connect-grid-UD {
    flex-direction: column-reverse;
}.contact-us-vY .img-strip-wrap-eJ {
    min-height: 350px;
    flex: 0 0 auto;
}.contact-us-vY .support-info-XI {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-us-vY .support-info-XI::before {
    height: 10px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.contact-us-vY {
    padding: 60px 0;
}.contact-us-vY h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.contact-us-vY .support-info-XI {
    padding: 40px 30px;
}.contact-us-vY #contact {
    gap: 25px;
}.contact-us-vY .img-strip-wrap-eJ {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-us-vY {
    padding: 50px 0;
}.contact-us-vY .container {
    padding: 0 15px;
}.contact-us-vY h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.contact-us-vY .support-info-XI {
    padding: 35px 25px;
}.contact-us-vY #contact {
    gap: 20px;
}.contact-us-vY input[type="text"] {
    padding: 15px;
}.contact-us-vY .reach-widget-e0 {
    padding: 15px 25px;
    width: 100%;
}.contact-us-vY .img-strip-wrap-eJ {
    min-height: 250px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    opacity: 0.92;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(183,169,188) 150%);
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
}.skill-links-1I {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 70px 0;
    position: relative;
}.skill-links-1I .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.skill-links-1I .company_holder {
    position: relative;
    border-radius: 12px 0 12px 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}.skill-links-1I .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.skill-links-1I .company_holder::before {
    position: absolute;
    width: 100%;
    content: '';
    background: rgb(183,169,188);
    top: 0;
    left: 0;
    height: 5px;
}.skill-links-1I .company_holder h3 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.skill-links-1I .company_holder h3::after {
    background: rgb(122,131,159);
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
    bottom: -8px;
    height: 3px;
}.skill-links-1I .footnote-ref-O6 {
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
}.skill-links-1I .faq-block-xC {
    position: relative;
}.skill-links-1I .top-pagewrap-lC {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    display: flex;
}.skill-links-1I .main-site-Ix {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.skill-links-1I .main-site-Ix h5 {
    color: #ffffff;
    font-size: 19px;
    border-left: 3px solid rgb(183,169,188);
    padding-left: 15px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 600;
}.skill-links-1I .main-site-Ix .top-pagewrap-lC {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.skill-links-1I .main-site-Ix .top-pagewrap-lC a {
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
}.skill-links-1I .main-site-Ix .top-pagewrap-lC a::before {
    position: absolute;
    width: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
    background: rgb(183,169,188,0.5);
    left: 0;
    content: '';
}.skill-links-1I .main-site-Ix .top-pagewrap-lC a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.skill-links-1I .main-site-Ix .top-pagewrap-lC a:hover::before {
    width: 100%;
}.learn-nav-83 {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
}.learn-nav-83 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.learn-nav-83 .contact-edu-Hs {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: 40px 40px;
    content: '';
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    position: absolute;
}

@media (max-width: 992px) {.skill-links-1I .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.skill-links-1I {
    padding: 50px 0;
}.skill-links-1I .main-site-Ix {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.skill-links-1I {
    padding: 40px 0;
}.skill-links-1I .company_holder h3 {
    font-size: calc(37px * 0.8);
}.skill-links-1I .main-site-Ix h5 {
    font-size: calc(19px * 0.9);
}.skill-links-1I .main-site-Ix .top-pagewrap-lC a,
    .skill-links-1I .footer_agreement {
    font-size: calc(14px * 0.95);
}}

.learn-nav-83::before {
    opacity: 0.2;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    height: 1px;
}.education-history-IJ {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}.education-history-IJ::before {
    opacity: 0.15;
    transform: translateZ(-10px);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,169,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(122,131,159,0.5) 0%, transparent 30%);
}.education-history-IJ .container {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
}.education-history-IJ .user-stories-se {
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    display: grid;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateZ(20px);
    transform-style: preserve-3d;
}.education-history-IJ .user-stories-se:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.education-history-IJ .user-stories-se > div {
    position: relative;
}.education-history-IJ .user-stories-se > div:first-child {
    perspective: 800px;
    transform: translateZ(10px);
}.education-history-IJ .img-strip-wrap-eJ {
    border: 3px solid #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 300px;
    transform: rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.education-history-IJ .img-strip-wrap-eJ::after {
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.education-history-IJ .user-stories-se:hover .img-strip-wrap-eJ {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.education-history-IJ .name {
    transform: translateZ(15px);
    color: #000000;
    position: relative;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.education-history-IJ .name::after {
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    bottom: -10px;
    content: "";
    transform: scaleX(0.8);
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 3px;
    width: 60px;
    transition: transform 0.3s ease-in-out;
}.education-history-IJ .user-stories-se:hover .name::after {
    transform: scaleX(1);
}.education-history-IJ .user-stories-se > div:nth-child(2) > div {
    transform: translateZ(5px);
    position: relative;
    font-size: calc(15px - 0.1rem);
    margin-top: 0.75rem;
    color: rgb(122,131,159);
    font-weight: 600;
}.education-history-IJ .exp-grid-cf {
    line-height: 1.7;
    position: relative;
    font-size: 15px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    color: #000000;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
}.education-history-IJ .user-stories-se:hover .exp-grid-cf {
    opacity: 1;
}.education-history-IJ .exp-grid-cf::before {
    font-size: 6rem;
    opacity: 0.2;
    left: -1.5rem;
    content: "";
    color: rgb(122,131,159,0.5);
    z-index: -1;
    position: absolute;
    font-family: Georgia, serif;
    top: -2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.education-history-IJ .user-stories-se:hover .exp-grid-cf::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.education-history-IJ {
    padding: 8rem 0;
}.education-history-IJ .user-stories-se {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.education-history-IJ .user-stories-se > div:first-child {
    grid-row: span 2;
}.education-history-IJ .user-stories-se > div:nth-child(3) {
    grid-column: 2;
}.education-history-IJ .img-strip-wrap-eJ {
    height: 100%;
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
}.education-history-IJ .exp-grid-cf {
    font-size: calc(15px + 0.05rem);
}.education-history-IJ .name {
    font-size: calc(24px + 0.1rem);
}
}

@media (min-width: 1024px) {.education-history-IJ .user-stories-se {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.education-history-IJ .img-strip-wrap-eJ {
    min-height: 450px;
}.education-history-IJ .name::after {
    width: 80px;
}.education-history-IJ .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.education-history-IJ .user-stories-se {
    grid-template-columns: 1fr 1.8fr;
    gap: 3rem 4rem;
}.education-history-IJ .img-strip-wrap-eJ {
    min-height: 500px;
}.education-history-IJ .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.education-history-IJ {
    padding: 4rem 0;
}.education-history-IJ .user-stories-se {
    padding: 2rem;
}.education-history-IJ .img-strip-wrap-eJ {
    margin-bottom: 1rem;
    height: 250px;
}.education-history-IJ .exp-grid-cf {
    font-size: calc(15px - 0.05rem);
}.education-history-IJ .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.education-history-IJ .user-stories-se {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.education-history-IJ .user-stories-se:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.education-history-IJ .user-stories-se {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.education-history-IJ .img-strip-wrap-eJ {
    transform: none !important;
}}.service-contact-3l {
    overflow: hidden;
    position: relative;
    background: rgb(122,131,159,0.5);
    padding: 5rem 0;
}.service-contact-3l::before {
    width: 40%;
    right: -10%;
    opacity: 0.7;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 70%;
    top: -15%;
    position: absolute;
}.service-contact-3l::after {
    opacity: 0.5;
    z-index: 1;
    left: -5%;
    height: 60%;
    position: absolute;
    width: 30%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(183,169,188,0.5) 0%, transparent 80%);
    transform: rotate(20deg);
    content: "";
}.service-contact-3l .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.service-contact-3l .edu-askedu-d0 {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.service-contact-3l .edu-askedu-d0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service-contact-3l .edu-askedu-d0::before {
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.service-contact-3l h3 {
    position: relative;
    transform: translateX(0.5rem);
    margin-bottom: 1.5rem;
    font-size: calc(35px * 1.1);
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.8rem;
}.service-contact-3l h3::after {
    transform-origin: left;
    bottom: 0;
    width: 80px;
    background: rgb(183,169,188);
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    transition: transform 0.3s ease;
}.service-contact-3l .edu-askedu-d0:hover h3::after {
    transform: scaleX(1.5);
}.service-contact-3l p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.7;
}.service-contact-3l h5 {
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 18px;
    display: flex;
    text-transform: capitalize;
}.service-contact-3l h5 svg {
    transform: translateY(2px);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.service-contact-3l h5:hover svg {
    transform: translateY(0) scale(1.1);
}.service-contact-3l svg {
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
}.service-contact-3l svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}.service-contact-3l .online-questions-8G {
    list-style: none;
    display: flex;
    margin: 2rem 0 0;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}.service-contact-3l .reach-section-gD {
    position: relative;
    overflow: hidden;
    font-size: 17px;
    background: linear-gradient(to right, rgba(rgb(183,169,188,0.5), 0.05), transparent);
    color: #000000;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    align-items: center;
    text-decoration: none;
    display: flex;
}.service-contact-3l .reach-section-gD::before {
    background: rgb(183,169,188);
    position: absolute;
    bottom: 0;
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    content: "";
    height: 2px;
}.service-contact-3l .reach-section-gD:hover {
    transform: translateX(5px);
    border-left-color: rgb(183,169,188);
}.service-contact-3l .reach-section-gD:hover::before {
    width: 100%;
}.service-contact-3l .reach-section-gD:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service-contact-3l .reach-section-gD:hover svg path {
    fill: rgb(122,131,159);
}.service-contact-3l .reach-section-gD svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.service-contact-3l .edu-askedu-d0 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.service-contact-3l h3 {
    grid-column: 1 / -1;
    font-size: calc(35px * 1.2);
}.service-contact-3l .online-questions-8G {
    grid-column: 1 / -1;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}.service-contact-3l::before {
    width: 30%;
    height: 80%;
}.service-contact-3l::after {
    height: 70%;
    width: 25%;
}.service-contact-3l .edu-askedu-d0 {
    padding: 4rem;
}
}

@media (min-width: 992px) {.service-contact-3l .edu-askedu-d0 {
    grid-template-columns: 1.5fr 1fr;
}.service-contact-3l .online-questions-8G {
    margin-top: 3rem;
}.service-contact-3l h3 {
    font-size: calc(35px * 1.3);
}.service-contact-3l .edu-askedu-d0 {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.service-contact-3l {
    padding: 3rem 0;
}.service-contact-3l .edu-askedu-d0 {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.service-contact-3l h3 {
    font-size: calc(35px * 1);
}.service-contact-3l .reach-section-gD {
    padding: 0.5rem 0.75rem;
}.service-contact-3l::before,
    .service-contact-3l::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.service-contact-3l .edu-askedu-d0 {
    padding: 1.5rem;
}.service-contact-3l h3 {
    font-size: 35px;
}.service-contact-3l .reach-section-gD svg {
    width: 20px;
    height: 20px;
}.service-contact-3l h5 svg {
    height: 20px;
    width: 20px;
}}.ideal-participants-mp {
    background-color: #000000;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background-size: 60px 60px;
    padding: 100px 0;
}.ideal-participants-mp::before {
    height: 200%;
    content: '';
    opacity: 0.4;
    pointer-events: none;
    left: -50%;
    width: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(183,169,188,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(122,131,159,0.5) 0%, transparent 25%);
    position: absolute;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ideal-participants-mp::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    pointer-events: none;
}.ideal-participants-mp .container {
    padding: 0 15px;
    max-width: 1140px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}.ideal-participants-mp .impact-stats-no {
    padding: 0;
    overflow: visible;
    position: relative;
}.ideal-participants-mp h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(183,169,188,0.5), 0 0 30px rgb(183,169,188,0.5);
    position: relative;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 70px;
}.ideal-participants-mp h4::before {
    height: 3px;
    bottom: 0;
    content: '';
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(183,169,188);
    transform: translateX(-50%);
    background: rgb(183,169,188);
    left: 50%;
    width: 120px;
}.ideal-participants-mp h4::after {
    bottom: -5px;
    height: 1px;
    width: 200px;
    content: '';
    background: rgb(122,131,159,0.5);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}.ideal-participants-mp div > div {
    margin: 0 -50px;
    display: grid;
    gap: 30px;
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
}.ideal-participants-mp p {
    border-radius: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    line-height: 1.7;
    margin: 0;
    display: flex;
    border: 1px solid rgb(183,169,188,0.5);
    box-shadow: 
        0 0 20px rgb(183,169,188,0.5),
        inset 0 0 10px rgb(183,169,188,0.5);
    font-size: calc(13px * 1.05);
    backdrop-filter: blur(5px);
    align-items: flex-start;
    padding: 30px 35px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    overflow: visible;
}.ideal-participants-mp p::before {
    background: rgb(183,169,188);
    right: 0;
    height: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 30px;
    position: absolute;
    transition: opacity 0.3s ease;
    bottom: 0;
    content: '';
}.ideal-participants-mp p::after {
    right: 25px;
    opacity: 0.15;
    transition: all 0.3s ease;
    font-size: calc(41px * 1.2);
    top: -15px;
    position: absolute;
    content: attr(data-number);
    z-index: -1;
    font-weight: 700;
    color: rgb(122,131,159);
}.ideal-participants-mp p:nth-child(1)::after {
    content: '01';
}.ideal-participants-mp p:nth-child(2)::after {
    content: '02';
}.ideal-participants-mp p:nth-child(3)::after {
    content: '03';
}.ideal-participants-mp p:nth-child(4)::after {
    content: '04';
}.ideal-participants-mp p:nth-child(5)::after {
    content: '05';
}.ideal-participants-mp p:nth-child(6)::after {
    content: '06';
}.ideal-participants-mp p:nth-child(7)::after {
    content: '07';
}.ideal-participants-mp p:nth-child(8)::after {
    content: '08';
}.ideal-participants-mp p:nth-child(9)::after {
    content: '09';
}.ideal-participants-mp p:nth-child(10)::after {
    content: '10';
}.ideal-participants-mp p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(183,169,188,0.5),
        inset 0 0 15px rgb(183,169,188);
    transform: translateY(-15px) rotateX(5deg);
    z-index: 10;
    border-color: rgb(183,169,188);
}.ideal-participants-mp p:hover::before {
    opacity: 1;
}.ideal-participants-mp p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.ideal-participants-mp p:nth-child(3n+1) {
    transform: translateX(-30px);
}.ideal-participants-mp p:nth-child(3n+3) {
    transform: translateX(30px);
}.ideal-participants-mp p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.ideal-participants-mp p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.ideal-participants-mp p svg {
    filter: drop-shadow(0 0 8px rgb(183,169,188,0.5));
    transition: transform 0.3s ease;
    margin-right: 20px;
    flex-shrink: 0;
    height: 36px;
    width: 36px;
}.ideal-participants-mp p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.ideal-participants-mp p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}.ideal-participants-mp p:hover svg path {
    fill: rgb(122,131,159);
}.ideal-participants-mp .impact-stats-no::before {
    width: 200px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    height: 200px;
    filter: blur(2px);
    left: -100px;
    top: -70px;
    content: '';
    animation: rotateMesh 30s linear infinite;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(122,131,159) 49%, rgb(122,131,159) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(122,131,159) 49%, rgb(122,131,159) 51%, transparent 52%) 0 0/20px 20px;
}.ideal-participants-mp .impact-stats-no::after {
    bottom: -70px;
    height: 150px;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
    right: -70px;
    filter: blur(2px);
    width: 150px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(183,169,188) 49%, rgb(183,169,188) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(183,169,188) 49%, rgb(183,169,188) 51%, transparent 52%) 0 0/15px 15px;
    animation: rotateMesh 30s linear infinite reverse;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.ideal-participants-mp div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.ideal-participants-mp {
    padding: 80px 0;
}.ideal-participants-mp h4 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.1);
}.ideal-participants-mp div > div {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
    gap: 25px;
}.ideal-participants-mp p {
    padding: 25px 30px;
}.ideal-participants-mp p svg {
    margin-right: 15px;
    height: 32px;
    width: 32px;
}.ideal-participants-mp p:nth-child(3n+1),
    .ideal-participants-mp p:nth-child(3n+3) {
    transform: none;
}.ideal-participants-mp p:nth-child(odd) {
    transform: translateX(-20px);
}.ideal-participants-mp p:nth-child(even) {
    transform: translateX(20px);
}.ideal-participants-mp p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.ideal-participants-mp p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.ideal-participants-mp {
    padding: 70px 0;
}.ideal-participants-mp h4 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 38px;
}.ideal-participants-mp div > div {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0;
}.ideal-participants-mp p {
    transform: none !important;
    padding: 25px;
}.ideal-participants-mp p:hover {
    transform: translateY(-10px) !important;
}.ideal-participants-mp .impact-stats-no::before {
    width: 120px;
    left: -60px;
    height: 120px;
    top: -50px;
}.ideal-participants-mp .impact-stats-no::after {
    height: 100px;
    right: -50px;
    bottom: -50px;
    width: 100px;
}
}

@media (max-width: 480px) {.ideal-participants-mp {
    padding: 60px 0;
}.ideal-participants-mp h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.85);
    letter-spacing: 1px;
}.ideal-participants-mp p {
    font-size: 13px;
    padding: 20px;
}.ideal-participants-mp p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.ideal-participants-mp p::after {
    font-size: 41px;
    right: 15px;
    top: -10px;
}}.program-details-lN {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(207,204,209);
}.program-details-lN::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 50%, rgb(122,131,159,0.5) 100%);
    z-index: 1;
}.program-details-lN::after {
    filter: blur(80px);
    animation: floatAnimation 15s infinite alternate ease-in-out;
    z-index: 0;
    border-radius: 50%;
    background-color: rgb(183,169,188,0.5);
    width: 200px;
    right: -50px;
    content: "";
    top: -50px;
    height: 200px;
    position: absolute;
}.program-details-lN .class-plan-ey {
    flex-direction: column;
    display: flex;
    z-index: 2;
}.program-details-lN .content-wrap-n6 {
    width: 80%;
    position: relative;
    margin: 0 auto 60px;
}.program-details-lN .content-wrap-n6::before {
    left: 0;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    top: -20px;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    content: "";
    width: 80px;
}.program-details-lN .content-wrap-n6 h2 {
    font-weight: 700;
    border-radius: 10px;
    font-size: 31px;
    position: relative;
    transition: transform 0.5s ease;
    color: #000000;
    margin-bottom: 30px;
    padding: 15px;
    background-image: repeating-linear-gradient(45deg, rgb(183,169,188,0.5) 0px, rgb(183,169,188,0.5) 2px, transparent 2px, transparent 8px);
    transform: translateX(0);
}.program-details-lN .content-wrap-n6 h2:hover {
    transform: translateX(10px);
}.program-details-lN .content-wrap-n6 .description {
    margin-bottom: 20px;
    position: relative;
    border-left: 2px solid rgb(183,169,188);
    font-size: 15px;
    padding-left: 20px;
    color: #000000;
    line-height: 1.7;
}.program-details-lN .content-wrap-n6 .description:last-child {
    border-left: none;
    z-index: 2;
    position: relative;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 30px 40px;
    font-weight: 600;
    backdrop-filter: blur(5px);
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.program-details-lN .img-strip-wrap-eJ {
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
}.program-details-lN .class-plan-ey:hover .img-strip-wrap-eJ {
    transform: scale(1.05);
    opacity: 0.3;
}.program-details-lN .img-strip-wrap-eJ::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 80%);
    left: 0;
}.program-details-lN .img-strip-wrap-eJ::after {
    width: 80%;
    bottom: 0;
    background: linear-gradient(225deg, rgb(122,131,159,0.5) 0%, transparent 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    height: 40%;
    content: "";
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.program-details-lN .class-plan-ey::before {
    bottom: -100px;
    background-color: rgb(122,131,159,0.5);
    left: -50px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    animation: pulseAnimation 10s infinite ease-in-out;
    z-index: -1;
    content: "";
    height: 200px;
    filter: blur(100px);
}.program-details-lN .class-plan-ey::after {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    top: 40px;
    right: -20px;
    position: absolute;
    animation: rotateAnimation 20s infinite linear;
    content: "";
    border: 4px solid rgb(183,169,188,0.5);
    z-index: -1;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-details-lN .content-wrap-n6::after {
    content: "";
    animation: rotateAnimation 30s infinite linear reverse;
    top: -40px;
    width: 100px;
    z-index: -1;
    right: -60px;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    border: 2px dashed rgb(183,169,188,0.5);
}.program-details-lN .content-wrap-n6 .description:first-of-type {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(207,204,209) 10px,
        rgb(207,204,209) 12px
    );
    padding: 20px;
    border-left: none;
}.program-details-lN .content-wrap-n6 .description:first-of-type::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(183,169,188), transparent);
    height: 2px;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
}.program-details-lN .content-wrap-n6 .description:last-child::before {
    width: 100%;
    border-radius: 13px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    background-size: cover;
    filter: brightness(0.5) contrast(1.2);
    top: 0;
    background-position: center;
}

@media (max-width: 1024px) {.program-details-lN {
    padding: 80px 0;
}.program-details-lN .content-wrap-n6 {
    width: 90%;
}
}

@media (max-width: 768px) {.program-details-lN {
    padding: 60px 0;
}.program-details-lN .content-wrap-n6 {
    margin-bottom: 40px;
    width: 100%;
}.program-details-lN .content-wrap-n6 h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
}.program-details-lN .content-wrap-n6 .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.program-details-lN {
    padding: 40px 0;
}.program-details-lN .content-wrap-n6 h2 {
    font-size: calc(31px * 0.8);
}.program-details-lN .content-wrap-n6 .description {
    font-size: calc(15px * 0.95);
}.program-details-lN .content-wrap-n6 .description:last-child {
    padding: 20px;
}.program-details-lN::after,
    .program-details-lN .class-plan-ey::before,
    .program-details-lN .content-wrap-n6::after {
    display: none;
}.program-details-lN .content-wrap-n6::before {
    width: 60px;
}}

.program-details-lN .class-plan-ey .content-wrap-n6 .description strong {
    color: rgb(122,131,159);
    font-weight: 600;
}.program-details-lN .container::before {
    content: "";
    position: absolute;
    left: -25%;
    height: 1px;
    bottom: -40px;
    width: 150%;
    background: linear-gradient(90deg, transparent, rgb(183,169,188,0.5), transparent);
}.program-details-lN .content-wrap-n6 h2::after {
    width: 30px;
    position: absolute;
    top: -15px;
    height: 30px;
    left: -15px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    filter: blur(15px);
    background-color: rgb(183,169,188,0.5);
}.access-now-Ie {
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.access-now-Ie::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(122,131,159,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
}.access-now-Ie::after {
    bottom: -50px;
    position: absolute;
    width: 200px;
    z-index: 1;
    filter: blur(40px);
    border-radius: 50%;
    content: "";
    height: 200px;
    opacity: 0.5;
    background: rgb(183,169,188,0.5);
    right: -50px;
}.access-now-Ie .container {
    max-width: 1200px;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0 20px;
}.access-now-Ie h2 {
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
    font-size: 37px;
    max-width: 800px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
}.access-now-Ie h2::before {
    top: -10px;
    position: absolute;
    width: 40px;
    border-top: 3px solid rgb(183,169,188);
    content: "";
    border-left: 3px solid rgb(183,169,188);
    height: 40px;
    opacity: 0.7;
    left: -10px;
}.access-now-Ie h2::after {
    bottom: -10px;
    opacity: 0.7;
    border-bottom: 3px solid rgb(183,169,188);
    right: -10px;
    content: "";
    width: 40px;
    border-right: 3px solid rgb(183,169,188);
    height: 40px;
    position: absolute;
}.access-now-Ie .impact-stats-no {
    padding: 2.5rem 3rem;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    justify-content: center;
    transform: translateY(0);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    gap: 1.5rem;
    flex-direction: column;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    display: flex;
    border-radius: 13px;
    position: relative;
    backdrop-filter: blur(10px);
}.access-now-Ie .impact-stats-no:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}.access-now-Ie svg {
    transition: transform 0.4s ease, filter 0.4s ease;
    transform: rotate(-5deg);
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
}.access-now-Ie svg:hover {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
    transform: rotate(0) scale(1.1);
}.access-now-Ie svg path {
    fill: rgb(183,169,188);
    transition: fill 0.3s ease;
}.access-now-Ie svg:hover path {
    fill: rgb(122,131,159);
}.access-now-Ie .impact-stats-no div {
    width: 100%;
    justify-content: center;
    display: flex;
}.access-now-Ie .reach-widget-e0 {
    border-radius: 10px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    position: relative;
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transform: translateZ(0);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(rgb(183,169,188,0.5), 0.3);
    text-align: center;
}.access-now-Ie .reach-widget-e0::before {
    left: -100%;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
}.access-now-Ie .reach-widget-e0:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(rgb(183,169,188,0.5), 0.4);
}.access-now-Ie .reach-widget-e0:hover::before {
    left: 100%;
}.access-now-Ie .reach-widget-e0:active {
    transform: translateY(1px) scale(0.98);
}.access-now-Ie .container:hover h2 {
    transform: perspective(1000px) rotateX(0deg);
}@keyframes float {
    0% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
    100% { transform: translateY(0) rotate(-5deg); }
}

.access-now-Ie svg {
    animation: float 4s ease-in-out infinite;
}

@media (min-width: 768px) {.access-now-Ie .impact-stats-no {
    gap: 2.5rem;
    padding: 3rem 4rem;
    flex-direction: row;
}.access-now-Ie h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 1.1);
}.access-now-Ie .reach-widget-e0 {
    padding: 1.2rem 3rem;
    font-size: calc(16px * 1.1);
}.access-now-Ie svg {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 767px) {.access-now-Ie {
    padding: 4rem 0;
}.access-now-Ie h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.85);
}.access-now-Ie .impact-stats-no {
    padding: 2rem;
}.access-now-Ie .reach-widget-e0 {
    width: 100%;
    padding: 0.9rem 1.8rem;
}.access-now-Ie h2::before,
    .access-now-Ie h2::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.access-now-Ie {
    padding: 3rem 0;
}.access-now-Ie h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 2rem;
}.access-now-Ie .impact-stats-no {
    padding: 1.5rem;
}.access-now-Ie svg {
    width: 40px;
    height: 40px;
}.access-now-Ie h2::before,
    .access-now-Ie h2::after {
    display: none;
}}.welcome-OU {
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgb(207,204,209);
}.welcome-OU::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(183,169,188,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.welcome-OU::after {
    z-index: 1;
    bottom: -5%;
    background: radial-gradient(circle, rgb(122,131,159) 0%, transparent 70%);
    opacity: 0.7;
    height: 40%;
    animation: pulse 8s infinite alternate;
    right: -5%;
    position: absolute;
    width: 40%;
    content: "";
}.welcome-OU .course-welcome-7p {
    transform: translateY(-2%);
    z-index: 2;
    max-width: 1400px;
    position: relative;
    width: 100%;
    padding: 2rem;
}.welcome-OU .learn-main-tp {
    display: grid;
    position: relative;
    padding: 4rem 3rem;
    grid-gap: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    overflow: hidden;
}.welcome-OU .learn-main-tp::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    background: linear-gradient(to right, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(0, 0, 0, 0.8) 40%, 
        rgba(0, 0, 0, 0.8) 60%, 
        rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    height: 100%;
}.welcome-OU .learn-main-tp span {
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(2rem);
    display: block;
    opacity: 0;
    animation: slideIn 0.8s 0.5s forwards ease-out;
}.welcome-OU .learn-main-tp h3 {
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 100%);
    max-width: 90%;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(122,131,159);
    font-size: calc(19px - 0.1rem);
    border-left: 3px solid rgb(183,169,188);
    padding: 1rem 1.5rem;
    letter-spacing: 0.03em;
}.welcome-OU .learn-main-tp h1 {
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 80%);
    -webkit-background-clip: text !important;
    color: transparent;
    line-height: 1.2;
    opacity: 0;
    font-weight: 700;
    background-clip: text !important;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeUpIn 1s 0.8s forwards ease-out;
    position: relative;
    font-size: 40px;
}.welcome-OU .learn-main-tp h1::after {
    bottom: -10px;
    background: linear-gradient(90deg, 
        rgb(183,169,188) 0%, 
        rgb(122,131,159) 100%);
    transform: scaleX(0);
    width: 25%;
    content: "";
    position: absolute;
    animation: growLine 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    left: 0;
    height: 4px;
    transform-origin: left;
}.welcome-OU .learn-main-tp div div {
    transform: translateY(20px);
    max-width: 80%;
    opacity: 0;
    animation: fadeUpIn 1s 1.2s forwards ease-out;
    position: relative;
}.welcome-OU .learn-main-tp div div p {
    font-weight: 300;
    position: relative;
    line-height: 1.6;
    font-size: calc(17px + 0.1rem);
    color: #ffffff;
    letter-spacing: 0.02em;
    padding: 1rem 0;
}.welcome-OU .learn-main-tp div div p::before {
    background-color: rgb(183,169,188);
    width: 1rem;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    left: -2rem;
    transform: translateY(-50%);
}

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

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

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

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

@media (min-width: 768px) {.welcome-OU .learn-main-tp {
    grid-template-columns: 1fr;
    padding: 5rem 4rem;
}.welcome-OU .learn-main-tp h1 {
    max-width: 90%;
    font-size: calc(40px + 0.8rem);
}.welcome-OU .learn-main-tp h3 {
    max-width: 80%;
    font-size: 19px;
}.welcome-OU .learn-main-tp div div {
    max-width: 65%;
}.welcome-OU .learn-main-tp div div p {
    font-size: calc(17px + 0.2rem);
}
}

@media (min-width: 992px) {.welcome-OU .course-welcome-7p {
    padding: 3rem;
}.welcome-OU .learn-main-tp {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 5rem;
}.welcome-OU .learn-main-tp span {
    grid-column: 1 / 3;
}.welcome-OU .learn-main-tp h1 {
    grid-column: 1 / 3;
    max-width: 85%;
    font-size: calc(40px + 1.5rem);
}.welcome-OU .learn-main-tp div {
    grid-column: 1 / 2;
}.welcome-OU .learn-main-tp::after {
    height: 120px;
    width: 120px;
    border: 2px solid rgb(183,169,188);
    z-index: 1;
    content: "";
    top: -30px;
    position: absolute;
    opacity: 0.6;
    animation: rotate 30s linear infinite;
    right: -30px;
}
}

@media (min-width: 1200px) {.welcome-OU .learn-main-tp {
    padding: 7rem 6rem;
}.welcome-OU .learn-main-tp h1 {
    font-size: calc(40px + 2rem);
    max-width: 80%;
}.welcome-OU .learn-main-tp h3 {
    font-size: calc(19px + 0.1rem);
    max-width: 70%;
}.welcome-OU .learn-main-tp div div {
    max-width: 60%;
}.welcome-OU .learn-main-tp div div p::before {
    width: 2rem;
}
    
    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}

@media (max-width: 767px) {.welcome-OU {
    min-height: 90vh;
}.welcome-OU .learn-main-tp {
    padding: 3rem 2rem;
}.welcome-OU .learn-main-tp h1 {
    font-size: calc(40px - 0.3rem);
}.welcome-OU .learn-main-tp h3 {
    font-size: calc(19px - 0.2rem);
}.welcome-OU .learn-main-tp div div {
    max-width: 100%;
}.welcome-OU .learn-main-tp div div p {
    font-size: 17px;
}.welcome-OU .learn-main-tp div div p::before {
    width: 0.8rem;
    left: -1.5rem;
}
}

@media (max-width: 480px) {.welcome-OU {
    min-height: 80vh;
}.welcome-OU .course-welcome-7p {
    padding: 1rem;
}.welcome-OU .learn-main-tp {
    padding: 2.5rem 1.5rem;
}.welcome-OU .learn-main-tp h1 {
    font-size: calc(40px - 0.5rem);
}.welcome-OU .learn-main-tp h3 {
    font-size: calc(19px - 0.3rem);
    border-left: 2px solid rgb(183,169,188);
    padding: 0.8rem 1rem;
}}.pricing-shelf-ah {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 100%);
}.pricing-shelf-ah::before {
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(183,169,188), 0.03) 40px, rgba(rgb(183,169,188), 0.03) 80px);
    content: "";
    top: 0;
    z-index: 1;
}.pricing-shelf-ah .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1320px;
}.pricing-shelf-ah .edu-deals-dG {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.pricing-shelf-ah .learn-fees-gU {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    position: relative;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    padding: 2rem;
    background: rgba(#ffffff, 0.9);
}.pricing-shelf-ah .learn-fees-gU:hover {
    transform: translateY(-5px);
}.pricing-shelf-ah .learn-fees-gU h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: 29px;
    line-height: 1.3;
}.pricing-shelf-ah .learn-fees-gU h2::after {
    position: absolute;
    transition: transform 0.5s ease;
    background: rgb(183,169,188);
    transform-origin: left;
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    transform: scaleX(1);
    bottom: -10px;
}.pricing-shelf-ah .learn-fees-gU:hover h2::after {
    transform: scaleX(1.5);
}.pricing-shelf-ah .skill-pricing-5P {
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 1.5rem;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
}.pricing-shelf-ah .learn-packs-xn {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.pricing-shelf-ah .learning-package-dy {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing-shelf-ah .learning-package-dy:hover {
    transform: translateY(-8px);
}.pricing-shelf-ah .package-deal-Bw {
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}.pricing-shelf-ah .learning-package-dy:hover .package-deal-Bw {
    box-shadow: 0 15px 35px rgba(rgb(183,169,188,0.5), 0.15);
}.pricing-shelf-ah .learning-fee-py {
    display: flex;
    flex-grow: 1;
    min-height: 280px;
    flex-direction: column;
    padding: 2rem;
}.pricing-shelf-ah .learning-fee-py h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-size: calc(21px + 0.1rem);
}.pricing-shelf-ah .fee-structure-bo {
    color: rgb(183,169,188);
    font-size: calc(21px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    position: relative;
    display: block;
    font-weight: 700;
}.pricing-shelf-ah .fee-structure-bo::before {
    content: "";
    width: 40px;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(122,131,159);
}.pricing-shelf-ah .learning-fee-py p {
    line-height: 1.6;
    margin-top: 1.5rem;
    flex-grow: 1;
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing-shelf-ah .img-strip-wrap-eJ {
    height: 220px;
    width: 100%;
    transform: scale(1);
    position: relative;
    transition: transform 0.6s ease-out;
}.pricing-shelf-ah .img-strip-wrap-eJ::after {
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}.pricing-shelf-ah .learning-package-dy:hover .img-strip-wrap-eJ {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-shelf-ah .learn-packs-xn {
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf-ah .learn-fees-gU {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing-shelf-ah .edu-deals-dG {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.pricing-shelf-ah .learn-fees-gU {
    width: 35%;
    margin: 0;
}.pricing-shelf-ah .learn-packs-xn {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing-shelf-ah .learn-packs-xn {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-shelf-ah .learning-fee-py {
    padding: 2.5rem;
}.pricing-shelf-ah .learn-fees-gU h2 {
    font-size: calc(29px + 0.2rem);
}.pricing-shelf-ah .img-strip-wrap-eJ {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing-shelf-ah {
    padding: 4rem 0;
}.pricing-shelf-ah .learning-fee-py {
    padding: 1.5rem;
    min-height: 240px;
}.pricing-shelf-ah .img-strip-wrap-eJ {
    height: 180px;
}.pricing-shelf-ah .learn-fees-gU {
    padding: 1.5rem;
}.pricing-shelf-ah .learn-fees-gU h2 {
    font-size: calc(29px - 0.2rem);
}.pricing-shelf-ah .skill-pricing-5P {
    font-size: calc(16px - 0.1rem);
}}.learning-process-kQ {
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    perspective: 1000px;
    padding: 120px 0;
    overflow: hidden;
}.learning-process-kQ::before {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-50px);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    width: 50%;
    content: "";
    z-index: 0;
    height: 50%;
    background: linear-gradient(45deg, rgb(183,169,188,0.5) 0%, rgb(122,131,159) 100%);
    right: -5%;
    opacity: 0.2;
}.learning-process-kQ::after {
    filter: blur(15px);
    left: -5%;
    opacity: 0.15;
    z-index: 0;
    transform: rotate(15deg) translateZ(-30px);
    content: "";
    bottom: -5%;
    height: 40%;
    background: linear-gradient(225deg, rgb(122,131,159) 0%, rgb(183,169,188,0.5) 100%);
    animation: float 12s ease-in-out infinite alternate-reverse;
    width: 40%;
    position: absolute;
}.learning-process-kQ .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.learning-process-kQ .impact-stats-no {
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: center;
    align-items: center;
    display: flex;
}.learning-process-kQ .impact-stats-no:hover {
    transform: translateZ(40px) scale(1.02);
}.learning-process-kQ .impact-stats-no > div {
    border-left: 4px solid rgb(183,169,188);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    padding: 3.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(0) rotateY(0);
    max-width: 800px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}.learning-process-kQ .impact-stats-no > div::before {
    content: "";
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 200%;
    transform: rotate(45deg);
    left: -100%;
    width: 200%;
    animation: shine 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    top: -100%;
    position: absolute;
}.learning-process-kQ .impact-stats-no > div:hover {
    transform: translateX(10px) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.learning-process-kQ h3 {
    color: #000000;
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: calc(30px * 0.9);
    position: relative;
}.learning-process-kQ h3::after {
    transform-origin: left;
    bottom: -8px;
    width: 60px;
    position: absolute;
    transform: scaleX(1);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    transition: transform 0.4s ease-out;
    left: 0;
}.learning-process-kQ .impact-stats-no:hover h3::after {
    transform: scaleX(1.5);
}.learning-process-kQ p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    transform: translateZ(5px);
    font-size: 17px;
}.learning-process-kQ p span {
    padding-left: 0;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
    display: block;
}.learning-process-kQ .impact-stats-no:hover p span {
    transform: translateY(-5px);
}.learning-process-kQ p span::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(183,169,188);
}

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

@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    20%, 100% {
        top: 100%;
        left: 100%;
    }
}

@media (max-width: 991px) {.learning-process-kQ {
    padding: 80px 0;
}.learning-process-kQ .impact-stats-no > div {
    padding: 2.5rem;
}.learning-process-kQ h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 767px) {.learning-process-kQ {
    perspective: 600px;
    padding: 60px 0;
}.learning-process-kQ .impact-stats-no > div {
    border-left-width: 3px;
    padding: 2rem;
}.learning-process-kQ h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.learning-process-kQ h3::after {
    width: 50px;
    height: 2px;
}.learning-process-kQ p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.learning-process-kQ {
    padding: 50px 0;
}.learning-process-kQ .impact-stats-no > div {
    border-left-width: 2px;
    padding: 1.5rem;
}.learning-process-kQ h3 {
    margin-bottom: 1rem;
    font-size: calc(30px * 0.6);
}.learning-process-kQ h3::after {
    width: 40px;
}.learning-process-kQ p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.learning-process-kQ .impact-stats-no:hover {
    transform: translateZ(20px) scale(1.01);
}.learning-process-kQ .impact-stats-no > div:hover {
    transform: translateX(5px) rotateY(1deg);
}}.privacy-holdings-uJ {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(rgb(122,131,159,0.5), 0.05) 100%);
}.privacy-holdings-uJ::before {
    pointer-events: none;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(183,169,188,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(122,131,159,0.5), 0.07) 0%, transparent 60%);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}.privacy-holdings-uJ::after {
    height: 300px;
    background: linear-gradient(225deg, rgba(rgb(183,169,188,0.5), 0.03), rgba(rgb(122,131,159,0.5), 0.03));
    z-index: 0;
    width: 300px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -5%;
    top: -10%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.privacy-holdings-uJ .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.privacy-holdings-uJ h1 {
    position: relative;
    padding-bottom: 20px;
    font-size: 48px;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
}.privacy-holdings-uJ h1::after {
    transition: width 0.3s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    height: 4px;
    content: "";
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 0;
}.privacy-holdings-uJ h2 {
    position: relative;
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    margin: 40px 0 20px;
    font-family: Arial, sans-serif;
    font-size: 30px;
}.privacy-holdings-uJ h2::before {
    position: absolute;
    height: 70%;
    border-radius: 2px;
    width: 5px;
    content: "";
    background: rgb(183,169,188);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}.privacy-holdings-uJ h3 {
    font-weight: 600;
    color: #000000;
    padding-left: 12px;
    font-size: calc(30px * 0.85);
    font-family: Arial, sans-serif;
    position: relative;
    margin: 35px 0 18px;
}.privacy-holdings-uJ h3::before {
    background: rgb(122,131,159);
    content: "";
    width: 4px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 65%;
}.privacy-holdings-uJ h4 {
    font-family: Arial, sans-serif;
    font-size: calc(30px * 0.75);
    font-weight: 600;
    position: relative;
    color: #000000;
    padding-left: 10px;
    margin: 30px 0 15px;
}.privacy-holdings-uJ h4::before {
    background: rgba(rgb(183,169,188,0.5), 0.7);
    transform: translateY(-50%);
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    height: 60%;
    border-radius: 2px;
    width: 3px;
}.privacy-holdings-uJ p {
    font-family: Arial, sans-serif;
    max-width: 100%;
    position: relative;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
}.privacy-holdings-uJ span {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.75;
    color: #000000;
    font-size: 17px;
}.privacy-holdings-uJ ul {
    position: relative;
    margin: 25px 0;
    list-style: none;
    padding: 0;
}.privacy-holdings-uJ li {
    line-height: 1.65;
    color: #000000;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}.privacy-holdings-uJ li::before {
    border: 2px solid rgb(183,169,188);
    height: 10px;
    top: 8px;
    transition: background-color 0.3s ease;
    width: 10px;
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: "";
    transform: rotate(45deg);
}.privacy-holdings-uJ li:hover::before {
    background-color: rgb(183,169,188);
}.privacy-holdings-uJ strong {
    padding: 0 2px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy-holdings-uJ strong::after {
    z-index: -1;
    bottom: 0;
    width: 100%;
    background: rgba(rgb(183,169,188,0.5), 0.3);
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    transition: height 0.3s ease;
}.privacy-holdings-uJ strong:hover::after {
    height: 8px;
}

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

@media screen and (min-width: 992px) {.privacy-holdings-uJ {
    padding: 80px 0;
}.privacy-holdings-uJ h1 {
    margin-bottom: 45px;
    font-size: calc(48px * 1.1);
}.privacy-holdings-uJ h1::after {
    width: 100px;
}.privacy-holdings-uJ .container {
    padding: 0 30px;
}.privacy-holdings-uJ li {
    padding-left: 35px;
}.privacy-holdings-uJ li::before {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 768px) {.privacy-holdings-uJ {
    padding: 50px 0;
}.privacy-holdings-uJ h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 30px;
}.privacy-holdings-uJ h2 {
    margin: 30px 0 15px;
    font-size: calc(30px * 0.9);
}.privacy-holdings-uJ h3 {
    font-size: calc(30px * 0.75);
}.privacy-holdings-uJ h4 {
    font-size: calc(30px * 0.65);
}.privacy-holdings-uJ p, 
    .privacy-holdings-uJ span, 
    .privacy-holdings-uJ li {
    line-height: 1.65;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.privacy-holdings-uJ {
    padding: 40px 0;
}.privacy-holdings-uJ .container {
    padding: 0 15px;
}.privacy-holdings-uJ h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(48px * 0.8);
}.privacy-holdings-uJ h1::after {
    width: 60px;
    height: 3px;
}.privacy-holdings-uJ h2 {
    margin: 25px 0 12px;
    font-size: calc(30px * 0.8);
}.privacy-holdings-uJ h3 {
    font-size: calc(30px * 0.7);
}.privacy-holdings-uJ h4 {
    font-size: calc(30px * 0.6);
}.privacy-holdings-uJ p, 
    .privacy-holdings-uJ span, 
    .privacy-holdings-uJ li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    margin-bottom: 15px;
}.privacy-holdings-uJ ul {
    margin: 20px 0;
}.privacy-holdings-uJ li {
    padding-left: 25px;
    margin-bottom: 12px;
}.privacy-holdings-uJ li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}}.learning-profits-Oa {
    padding: 70px 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.learning-profits-Oa::before {
    position: absolute;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(183,169,188,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(122,131,159,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.4;
}.learning-profits-Oa::after {
    background-size: 50px 50px;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    width: 100%;
    top: 0;
    animation: moveBg 60s linear infinite;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    content: "";
}@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.learning-profits-Oa .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
    position: relative;
}.learning-profits-Oa .impact-stats-no {
    gap: 40px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-radius: 26px;
}.learning-profits-Oa .img-strip-wrap-eJ {
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transform-origin: left center;
    transition: transform 0.5s ease;
    object-fit: cover;
}.learning-profits-Oa .img-strip-wrap-eJ:hover {
    transform: scale(1.05);
}.learning-profits-Oa .content-wrap-n6 {
    padding: 40px 30px 40px 10px;
    position: relative;
}.learning-profits-Oa h3 {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: rgb(183,169,188);
    margin-bottom: 25px;
}.learning-profits-Oa h3::after {
    content: "";
    background: linear-gradient(to right, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    width: 60px;
    height: 3px;
}.learning-profits-Oa .content-wrap-n6:hover h3::after {
    width: 120px;
}.learning-profits-Oa ul {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
}.learning-profits-Oa li {
    position: relative;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    overflow: hidden;
}.learning-profits-Oa li::before {
    position: absolute;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(183,169,188,0.5) 100%
  );
    inset: 0;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
}.learning-profits-Oa li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}.learning-profits-Oa li:hover::before {
    opacity: 0.2;
}.learning-profits-Oa li p {
    gap: 12px;
    font-size: 17px;
    margin: 0;
    z-index: 1;
    position: relative;
    align-items: center;
    display: flex;
    color: #000000;
}.learning-profits-Oa svg {
    transition: all 0.3s ease;
    width: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 6px;
    background: linear-gradient(135deg, rgb(183,169,188), rgb(122,131,159));
    height: 20px;
}.learning-profits-Oa svg path {
    fill: #ffffff;
}.learning-profits-Oa li:hover svg {
    transform: rotate(10deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.learning-profits-Oa .impact-stats-no {
    grid-template-columns: 1fr;
}.learning-profits-Oa .img-strip-wrap-eJ {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.learning-profits-Oa .content-wrap-n6 {
    padding: 30px;
}
}

@media (max-width: 768px) {.learning-profits-Oa {
    padding: 50px 0;
}.learning-profits-Oa .img-strip-wrap-eJ {
    height: 250px;
}.learning-profits-Oa li {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.learning-profits-Oa {
    padding: 40px 0;
}.learning-profits-Oa .impact-stats-no {
    padding: 0;
}.learning-profits-Oa .img-strip-wrap-eJ {
    height: 200px;
}.learning-profits-Oa .content-wrap-n6 {
    padding: 25px 20px;
}.learning-profits-Oa h3 {
    font-size: calc(30px * 0.85);
}.learning-profits-Oa li {
    padding: 12px;
}.learning-profits-Oa li p {
    font-size: calc(17px * 0.9);
}.learning-profits-Oa svg {
    padding: 5px;
    width: 18px;
    height: 18px;
}}.cookie-notice-banner-cq {
    bottom: 0;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(183,169,188);
    position: fixed;
    background: rgb(207,204,209);
}.web-cookies-wg {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie-notice-banner-cq h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-notice-banner-cq p {
    font-size: 18px;
}.track-bar-83 {
    flex-shrink: 0;
    margin-right: 10px;
}.track-bar-83 svg, .track-bar-83 svg path, .track-bar-83 img {
    fill: rgb(183,169,188);
    height: 100px;
    width: 100px;
}.tracking-policy-zw {
    min-width: 120px;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(183,169,188);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(183,169,188);
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
}.cookie-notice-banner-cq p a {
    text-decoration: none;
    color: rgb(183,169,188);
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner-cq {
    padding: 20px;
}}
#cookie-popup-board-jV {
    display: none;
}#cookie-popup-board-jV:checked ~ .cookie-notice-banner-cq {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.track-bar-83 {
    display: none;
}.web-cookies-wg {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-notice-banner-cq h5 {
    text-align: center;
}.cookie-notice-banner-cq p {
    text-align: center;
}.consent-ack-zG {
    margin-bottom: 20px;
}body .wrap-structure-nx .tracking-policy-zw {
    margin-left: 0;
}}header {
    background: linear-gradient(120deg, 
        rgb(183,169,188) 0%, 
        rgb(183,169,188,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    width: 100%;
}header:before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.1;
    left: 0;
}header:after {
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    top: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    content: '';
}header .header-learn-tj {
    position: relative;
}header .header-learn-tj:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    opacity: 0.3;
    left: 0;
    content: '';
    bottom: -1px;
    height: 2px;
    position: absolute;
    width: 100%;
}header .header-learn-tj:after {
    width: 60px;
    opacity: 0.5;
    filter: blur(8px);
    position: absolute;
    height: 60px;
    transform: translateY(-50%);
    left: 0;
    content: '';
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    top: 50%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
}header .container:before {
    background-size: 6px 2px, 6px 2px;
    pointer-events: none;
    height: 30px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background-repeat: repeat-x;
    content: '';
    background-position: 0 0, 0 10px;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    right: 20px;
    width: 50px;
}header .nav-skill-di {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .nav-skill-di:before {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 0;
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    content: '';
}header .nav-skill-di:after {
    opacity: 0.5;
    border-radius: 50%;
    transform: translateY(-50%) translateX(40px);
    right: 0;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 20px;
    top: 50%;
    content: '';
}header .main-site-Ix {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}header .main-site-Ix:before {
    transition: opacity 0.4s ease;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    bottom: -10px;
    opacity: 0;
    position: absolute;
    left: 0;
}header .main-site-Ix:hover:before {
    opacity: 0.7;
}header .top-pagebar-ia {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 0;
    font-family: Arial, sans-serif;
}header .top-pagebar-ia:before {
    opacity: 0;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    width: 6px;
    content: '';
    height: 6px;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}header .top-pagebar-ia:after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    top: 50%;
    height: 1px;
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
}header .top-pagebar-ia:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .top-pagebar-ia:hover:before {
    left: -20px;
    opacity: 1;
}header .top-pagebar-ia:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .top-primary-TO {
    position: relative;
    align-items: center;
    padding: 5px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
}header .top-primary-TO:before {
    left: -10px;
    opacity: 0;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    border-radius: 10px;
}header .top-primary-TO:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    left: -5px;
    width: 10px;
    transition: all 0.3s ease;
    content: '';
    height: 10px;
    background: #ffffff;
    top: -5px;
    border-radius: 50%;
}header .top-primary-TO:hover:before {
    opacity: 1;
}header .top-primary-TO:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .top-primary-TO svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .top-primary-TO:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .main-site-Ix {
    gap: 20px;
}header .top-primary-TO svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main-site-Ix {
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    max-width: 320px;
    z-index: 1001;
    top: 0;
    gap: 25px;
    position: fixed;
    right: -100%;
    height: 100vh;
    padding: 80px 30px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(183,169,188);
}header .main-site-Ix:before {
    bottom: auto;
    left: 10%;
    width: 80%;
    top: 60px;
}header .main-site-Ix:after {
    pointer-events: none;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    content: '';
    width: 30px;
    right: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .top-pagebar-ia {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .top-pagebar-ia:hover {
    transform: translateX(0);
}header .top-pagebar-ia:last-child {
    border-bottom: none;
}header .top-primary-TO {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top-primary-TO svg {
    height: 30px;
}
}