* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.skill-test-2ehW {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1228px;
    max-width: 100%;
}.nav-core-RnTx {
    flex: 1 0 auto;
}.segment-wrapper-yGWj {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 0.5em;
    padding: 5px;
}::-webkit-scrollbar-button {
    height: 1px;
    width: 12px;
    background: rgb(208,191,208,0.5);
}::-webkit-scrollbar-track {
    box-shadow: inset 4px 4px 13px -1px rgba(0, 0, 0, 0.1);
    background: rgb(208,191,208);
    border-radius: 0%;
}::-webkit-scrollbar-track:active {
    background: rgb(173,152,174,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(173,152,174);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(208,191,208,0.5);
    border-color: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(173,152,174);
    box-shadow: inset -2px 2px 13px 0px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-corner {
    border-radius: 3px;
}html {
    scrollbar-color: rgb(173,152,174) rgb(208,191,208);
    scrollbar-width: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksPanel-HFiR {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(173,152,174,0.5) 100%);
}.thanksPanel-HFiR::before {
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.07;
    z-index: 1;
    position: absolute;
    background-size: 35px 35px;
    background-image: 
        linear-gradient(90deg, rgb(208,191,208,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(208,191,208,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
}.thanksPanel-HFiR::after {
    opacity: 0.15;
    width: 60%;
    top: -20%;
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    z-index: 0;
    height: 70%;
    right: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(208,191,208,0.5) 0%, transparent 70%);
    content: "";
}.thanksPanel-HFiR .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.thanksPanel-HFiR h2 {
    font-weight: 700;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-size: 30px;
    animation: slideUp 0.8s forwards ease-out 0.2s;
}.thanksPanel-HFiR h2::after {
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(208,191,208,0.5) 100%);
    transform-origin: left;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    animation: expandLine 1s forwards ease-out 1s;
    width: 80px;
    transform: scaleX(0);
    position: absolute;
}.thanksPanel-HFiR .knowledge-hub-naZD {
    padding: 3.5rem;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    animation: slideUp 0.8s forwards ease-out 0.5s;
    position: relative;
    background: #ffffff;
}.thanksPanel-HFiR .knowledge-hub-naZD::before {
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0.03;
    content: "";
}.thanksPanel-HFiR .knowledge-hub-naZD ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksPanel-HFiR .knowledge-hub-naZD li {
    padding-left: 2rem;
    position: relative;
}.thanksPanel-HFiR .knowledge-hub-naZD li::before {
    position: absolute;
    width: 8px;
    content: "";
    top: 8px;
    height: 8px;
    transform: scale(0);
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    border-radius: 50%;
    background-color: rgb(208,191,208);
    left: 0;
}.thanksPanel-HFiR .knowledge-hub-naZD span {
    transform: translateX(10px);
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    line-height: 1.7;
    display: block;
    opacity: 0;
    color: #000000;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 991px) {.thanksPanel-HFiR {
    padding: 4rem 0;
}.thanksPanel-HFiR h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.thanksPanel-HFiR .knowledge-hub-naZD {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksPanel-HFiR {
    padding: 3rem 0;
}.thanksPanel-HFiR::before {
    background-size: 25px 25px;
}.thanksPanel-HFiR h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thanksPanel-HFiR .knowledge-hub-naZD {
    padding: 2rem;
}.thanksPanel-HFiR .knowledge-hub-naZD li {
    padding-left: 1.5rem;
}.thanksPanel-HFiR .knowledge-hub-naZD li::before {
    height: 6px;
    top: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.thanksPanel-HFiR {
    padding: 2.5rem 0;
}.thanksPanel-HFiR h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.thanksPanel-HFiR .knowledge-hub-naZD {
    padding: 1.5rem;
}.thanksPanel-HFiR h2::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}}.our-team-qfAL {
    background: linear-gradient(135deg, rgb(233,225,233) 0%, #ffffff 50%, rgb(233,225,233) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0 8rem;
}.our-team-qfAL::before {
    right: -5%;
    top: -10%;
    z-index: 1;
    content: "";
    opacity: 0.15;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    position: absolute;
    background: linear-gradient(160deg, rgb(208,191,208,0.5) 0%, transparent 80%);
}.our-team-qfAL::after {
    bottom: -10%;
    z-index: 1;
    width: 40%;
    background: linear-gradient(200deg, rgb(173,152,174,0.5) 0%, transparent 80%);
    position: absolute;
    content: "";
    height: 70%;
    transform: rotate(15deg) skewY(-10deg);
    opacity: 0.12;
    left: -5%;
}.our-team-qfAL .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}.our-team-qfAL h1 {
    display: inline-block;
    font-size: 44px;
    color: #000000;
    transform: translateX(1rem);
    position: relative;
    font-weight: 700;
    margin-bottom: 3.5rem;
}.our-team-qfAL h1::after {
    animation: slideIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    content: "";
    height: 4px;
    width: 40%;
    position: absolute;
    left: -1rem;
    bottom: -0.5rem;
    transform-origin: left;
}.our-team-qfAL .master-track-NRvg {
    position: relative;
}.our-team-qfAL .master-track-NRvg ul {
    display: grid;
    padding: 0;
    gap: 3rem;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
}.our-team-qfAL .expert-sessions-C10K {
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.our-team-qfAL .expert-sessions-C10K:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our-team-qfAL .expert-sessions-C10K::before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    height: 0;
    position: absolute;
    animation: slideDown 0.6s 0.3s ease-out forwards;
}.our-team-qfAL .expert-sessions-C10K:nth-child(2)::before {
    animation-delay: 0.5s;
}.our-team-qfAL .expert-sessions-C10K h4 {
    transform: translateY(10px);
    position: relative;
    font-weight: 600;
    margin-top: 0;
    opacity: 0;
    color: rgb(208,191,208);
    font-size: calc(24px + 0.1rem);
    margin-bottom: 1.5rem;
    animation: fadeUp 0.5s 0.3s ease-out forwards;
}.our-team-qfAL .expert-sessions-C10K:nth-child(2) h4 {
    animation-delay: 0.5s;
}.our-team-qfAL .expert-sessions-C10K div {
    line-height: 1.7;
    font-size: 12px;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
}.our-team-qfAL .expert-sessions-C10K:nth-child(2) div {
    animation-delay: 0.8s;
}

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

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

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

@media (min-width: 768px) {.our-team-qfAL {
    padding: 8rem 0 10rem;
}.our-team-qfAL h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 4.5rem;
}.our-team-qfAL h1::after {
    height: 5px;
}.our-team-qfAL .master-track-NRvg ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our-team-qfAL .expert-sessions-C10K {
    padding: 3rem;
}.our-team-qfAL .expert-sessions-C10K::before {
    width: 6px;
}
}

@media (min-width: 992px) {.our-team-qfAL {
    padding: 10rem 0 12rem;
}.our-team-qfAL .container {
    padding: 0 3rem;
}.our-team-qfAL h1 {
    margin-bottom: 5.5rem;
    font-size: calc(44px * 1.4);
    transform: translateX(2rem);
}.our-team-qfAL h1::after {
    left: -2rem;
    width: 60%;
    height: 6px;
}.our-team-qfAL .master-track-NRvg ul {
    gap: 3.5rem;
}.our-team-qfAL .expert-sessions-C10K {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
}.our-team-qfAL .expert-sessions-C10K:hover {
    transform: translateY(-8px);
}.our-team-qfAL .expert-sessions-C10K h4 {
    font-size: calc(24px + 0.2rem);
    margin-bottom: 2rem;
}.our-team-qfAL .expert-sessions-C10K div {
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.our-team-qfAL .master-track-NRvg ul {
    gap: 4rem;
}.our-team-qfAL .expert-sessions-C10K {
    padding: 4rem;
}.our-team-qfAL .expert-sessions-C10K:first-child {
    transform: translateY(2rem);
}.our-team-qfAL .expert-sessions-C10K:first-child:hover {
    transform: translateY(-3px);
}.our-team-qfAL .expert-sessions-C10K:nth-child(2) {
    transform: translateY(-2rem);
}.our-team-qfAL .expert-sessions-C10K:nth-child(2):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.our-team-qfAL {
    padding: 4rem 0 6rem;
}.our-team-qfAL .container {
    padding: 0 1.5rem;
}.our-team-qfAL h1 {
    margin-bottom: 2.5rem;
    font-size: calc(44px * 0.9);
}.our-team-qfAL .expert-sessions-C10K {
    margin-bottom: 1.5rem;
    padding: 2rem;
}.our-team-qfAL .expert-sessions-C10K h4 {
    font-size: 24px;
    margin-bottom: 1rem;
}.our-team-qfAL .expert-sessions-C10K div {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.contact-q8nO {
    background: rgb(233,225,233);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact-q8nO::before {
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(208,191,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(208,191,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(208,191,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(208,191,208,0.5) 75%);
    z-index: 0;
}.contact-q8nO::after {
    top: -50%;
    z-index: 0;
    width: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: -50%;
    content: "";
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 70%);
    height: 100%;
}.contact-q8nO .photo-thumbnail-wiCn {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    filter: saturate(0.5) brightness(1.2);
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    z-index: 0;
}.contact-q8nO .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.contact-q8nO h3 {
    letter-spacing: 2px;
    color: rgb(208,191,208);
    font-weight: 700;
    font-size: 33px;
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
}.contact-q8nO h3::before {
    transform: translateX(-50%);
    bottom: -15px;
    height: 2px;
    width: 80px;
    position: absolute;
    left: 50%;
    background: rgb(208,191,208);
    content: "";
}.contact-q8nO h3::after {
    content: "";
    background: rgb(173,152,174);
    height: 2px;
    left: 50%;
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -25px;
}.contact-q8nO .request-info-jNle {
    background: #ffffff;
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 16px;
}.contact-q8nO .reach-support-dBCz {
    position: relative;
    padding: 50px;
    flex: 1 1 60%;
}.contact-q8nO .reach-support-dBCz::before {
    content: "";
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(233,225,233), transparent);
    width: 1px;
    top: 0;
    position: absolute;
}.contact-q8nO .reach-support-dBCz h3 {
    letter-spacing: normal;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    color: #000000;
}.contact-q8nO .reach-support-dBCz h3::before {
    left: 0;
    bottom: -10px;
    transform: none;
    width: 50px;
}.contact-q8nO .reach-support-dBCz h3::after {
    transform: none;
    left: 0;
    width: 25px;
    bottom: -18px;
}.contact-q8nO .reach-support-dBCz input[type="text"],
.contact-q8nO .reach-support-dBCz textarea {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    border: 2px solid rgb(233,225,233);
    font-size: 17px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.contact-q8nO .reach-support-dBCz input[type="text"]:focus,
.contact-q8nO .reach-support-dBCz textarea:focus {
    border-color: rgb(208,191,208);
    outline: none;
    box-shadow: 0 0 0 4px rgb(208,191,208,0.5);
}.contact-q8nO .reach-support-dBCz textarea {
    min-height: 140px;
    resize: vertical;
}.contact-q8nO .reach-support-dBCz .query-block-HTru {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact-q8nO .reach-support-dBCz .query-block-HTru input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-q8nO .reach-support-dBCz .query-block-HTru label {
    font-size: 13px;
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
}.contact-q8nO .reach-support-dBCz .query-block-HTru label::before {
    border-radius: 2px;
    top: 3px;
    position: absolute;
    border: 2px solid rgb(233,225,233);
    left: 0;
    content: "";
    height: 18px;
    width: 18px;
    transition: all 0.3s ease;
}.contact-q8nO .reach-support-dBCz .query-block-HTru input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,208);
    border-color: rgb(208,191,208);
}.contact-q8nO .reach-support-dBCz .query-block-HTru input[type="checkbox"]:checked + label::after {
    top: 8px;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
    position: absolute;
    left: 6px;
    transform: rotate(45deg);
}.contact-q8nO .reach-support-dBCz .query-block-HTru a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(208,191,208);
    transition: all 0.3s ease;
}.contact-q8nO .reach-support-dBCz .query-block-HTru a::after {
    left: 0;
    content: "";
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -2px;
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgb(208,191,208);
}.contact-q8nO .reach-support-dBCz .query-block-HTru a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact-q8nO .reach-support-dBCz .support-map-WDOk {
    font-weight: 600;
    background: rgb(208,191,208);
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 15px 35px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
}.contact-q8nO .reach-support-dBCz .support-map-WDOk::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    background: rgb(173,152,174);
}.contact-q8nO .reach-support-dBCz .support-map-WDOk:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.contact-q8nO .reach-support-dBCz .support-map-WDOk:hover::before {
    width: 100%;
}.contact-q8nO .inquiry-message-SOGd {
    flex: 1 1 35%;
    justify-content: center;
    padding: 50px;
    position: relative;
    flex-direction: column;
    display: flex;
    background: linear-gradient(to bottom right, rgb(233,225,233), #ffffff);
}.contact-q8nO .inquiry-message-SOGd::before {
    opacity: 0.03;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(208,191,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(208,191,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(208,191,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(208,191,208,0.5) 75%);
    content: "";
    position: absolute;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
}.contact-q8nO .inquiry-message-SOGd h4 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}.contact-q8nO .inquiry-message-SOGd h4::after {
    content: "";
    bottom: -10px;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(208,191,208);
    width: 40px;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 15px;
    background: #ffffff;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li svg path {
    transition: all 0.3s ease;
    fill: rgb(208,191,208);
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li:hover svg path {
    fill: rgb(173,152,174);
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li span {
    color: #000000;
    font-size: 17px;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li a:hover {
    color: rgb(208,191,208);
}

@media (max-width: 992px) {.contact-q8nO {
    padding: 60px 0;
}.contact-q8nO h3 {
    margin-bottom: 40px;
}.contact-q8nO .request-info-jNle {
    flex-direction: column;
}.contact-q8nO .reach-support-dBCz,
    .contact-q8nO .inquiry-message-SOGd {
    flex: 1 1 100%;
}.contact-q8nO .reach-support-dBCz::before {
    display: none;
}.contact-q8nO .reach-support-dBCz {
    padding: 40px;
}.contact-q8nO .inquiry-message-SOGd {
    padding: 40px;
}
}

@media (max-width: 768px) {.contact-q8nO {
    padding: 50px 0;
}.contact-q8nO h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.contact-q8nO .reach-support-dBCz h3,
    .contact-q8nO .inquiry-message-SOGd h4 {
    font-size: calc(18px * 0.9);
}.contact-q8nO .reach-support-dBCz,
    .contact-q8nO .inquiry-message-SOGd {
    padding: 30px;
}.contact-q8nO .reach-support-dBCz input[type="text"],
    .contact-q8nO .reach-support-dBCz textarea {
    padding: 12px 15px;
}.contact-q8nO .reach-support-dBCz .support-map-WDOk {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.contact-q8nO {
    padding: 40px 0;
}.contact-q8nO h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.contact-q8nO .reach-support-dBCz,
    .contact-q8nO .inquiry-message-SOGd {
    padding: 25px 20px;
}.contact-q8nO .reach-support-dBCz input[type="text"],
    .contact-q8nO .reach-support-dBCz textarea {
    margin-bottom: 15px;
}.contact-q8nO .reach-support-dBCz .query-block-HTru label {
    font-size: calc(13px * 0.9);
}.contact-q8nO .reach-support-dBCz .support-map-WDOk {
    padding: 12px 20px;
    width: 100%;
}.contact-q8nO .inquiry-message-SOGd .query-section-AGVC li {
    margin-bottom: 15px;
    padding: 12px;
}}.academic-experience-9YCr {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(233,225,233) 100%);
}.academic-experience-9YCr::before {
    height: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(208,191,208,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(173,152,174,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    width: 100%;
    mix-blend-mode: screen;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.academic-experience-9YCr .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic-experience-9YCr .client-ratings-1KWv {
    grid-template-columns: 35% 1fr;
    position: relative;
    gap: 20px 40px;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    grid-template-rows: auto auto 1fr;
}.academic-experience-9YCr .photo-thumbnail-wiCn {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 17px;
    height: 420px;
    transform: perspective(1000px) rotateY(-8deg);
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(208,191,208,0.5);
    grid-area: photo;
    z-index: 3;
}.academic-experience-9YCr .photo-thumbnail-wiCn::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    border-radius: 17px;
    inset: 0;
}.academic-experience-9YCr .client-ratings-1KWv:hover .photo-thumbnail-wiCn {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.academic-experience-9YCr .name {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-self: end;
    grid-area: name;
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}.academic-experience-9YCr .name::after {
    left: 20px;
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
    background: rgb(208,191,208);
    transform: scaleX(0.6);
    bottom: -8px;
    height: 4px;
    content: "";
    width: 60px;
}.academic-experience-9YCr .client-ratings-1KWv:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.academic-experience-9YCr .client-ratings-1KWv:hover .name::after {
    transform: scaleX(1);
}.academic-experience-9YCr .client-ratings-1KWv > span:not(.name) {
    margin-top: 5px;
    color: rgb(173,152,174);
    font-size: 20px;
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    padding-left: 20px;
    text-transform: uppercase;
    grid-area: job;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: 1px;
    font-weight: 600;
}.academic-experience-9YCr .client-ratings-1KWv:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.academic-experience-9YCr .emp-exp-1Pkf {
    grid-area: quote;
    z-index: 2;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 300;
    border-left: 4px solid rgb(208,191,208);
    border-radius: 17px;
    padding: 35px;
    backdrop-filter: blur(10px);
    color: #ffffff;
    line-height: 1.7;
    margin: 30px 0 0;
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.academic-experience-9YCr .emp-exp-1Pkf::before {
    opacity: 0.7;
    top: -15px;
    font-size: calc(47px * 2);
    color: rgb(208,191,208);
    position: absolute;
    left: 25px;
    content: "";
}.academic-experience-9YCr .client-ratings-1KWv:hover .emp-exp-1Pkf {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.academic-experience-9YCr {
    padding: 80px 0;
}.academic-experience-9YCr .client-ratings-1KWv {
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo-thumbnail-wiCn"
      "name"
      "career-projects-Nl7g"
      "emp-exp-1Pkf";
}.academic-experience-9YCr .photo-thumbnail-wiCn {
    max-width: 320px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 320px;
    margin: 0 auto;
}.academic-experience-9YCr .name,
  .academic-experience-9YCr .client-ratings-1KWv > span:not(.name) {
    text-align: center;
    padding-left: 0;
    transform: none;
}.academic-experience-9YCr .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.academic-experience-9YCr .client-ratings-1KWv:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.academic-experience-9YCr .emp-exp-1Pkf {
    margin-top: 20px;
}.academic-experience-9YCr .client-ratings-1KWv:hover .photo-thumbnail-wiCn,
  .academic-experience-9YCr .client-ratings-1KWv:hover .name,
  .academic-experience-9YCr .client-ratings-1KWv:hover > span:not(.name),
  .academic-experience-9YCr .client-ratings-1KWv:hover .emp-exp-1Pkf {
    transform: none;
}
}

@media (max-width: 576px) {.academic-experience-9YCr {
    padding: 60px 0;
}.academic-experience-9YCr .photo-thumbnail-wiCn {
    max-width: 250px;
    height: 250px;
}.academic-experience-9YCr .name {
    font-size: 20px;
}.academic-experience-9YCr .emp-exp-1Pkf {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}}.privacy-unit-7Bn6 {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.privacy-unit-7Bn6::before {
    z-index: 2;
    position: absolute;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    left: 0;
    top: 0;
    content: "";
}.privacy-unit-7Bn6::after {
    top: 0;
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}.privacy-unit-7Bn6 .container {
    max-width: 1140px;
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
    padding: 0 20px;
    transform: translateY(0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    z-index: 3;
}.privacy-unit-7Bn6 .container:hover {
    transform: translateY(-5px);
}.privacy-unit-7Bn6 h1 {
    margin-bottom: 2rem;
    font-size: 42px;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: rgb(208,191,208);
    display: inline-block;
}.privacy-unit-7Bn6 h1::after {
    transform: scaleX(0);
    animation: scaleIn 1s forwards 1s;
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(173,152,174);
    bottom: -10px;
    transform-origin: left;
    width: 80px;
    content: "";
}.privacy-unit-7Bn6 h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    opacity: 0;
    border-left: 4px solid rgb(208,191,208);
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin: 2.5rem 0 1.5rem;
}.privacy-unit-7Bn6 h3 {
    color: #000000;
    margin: 2rem 0 1.2rem;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    font-weight: 600;
    font-size: calc(28px * 0.85);
    opacity: 0;
}.privacy-unit-7Bn6 h4 {
    font-weight: 600;
    font-size: calc(28px * 0.7);
    opacity: 0;
    color: #000000;
    margin: 1.8rem 0 1rem;
    animation: fadeSlideUp 0.8s forwards 0.6s;
}.privacy-unit-7Bn6 p {
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.8;
}.privacy-unit-7Bn6 p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy-unit-7Bn6 p strong::after {
    width: 100%;
    bottom: -2px;
    left: 0;
    background: rgb(173,152,174,0.5);
    position: absolute;
    height: 2px;
    content: "";
}.privacy-unit-7Bn6 ul {
    animation: fadeSlideUp 0.8s forwards 0.7s;
    padding-left: 1.5rem;
    list-style: none;
    opacity: 0;
    margin: 1.5rem 0 2rem;
}.privacy-unit-7Bn6 li {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 13px;
}.privacy-unit-7Bn6 li::before {
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    height: 8px;
    background: rgb(208,191,208);
    width: 8px;
    top: 10px;
    content: "";
}.privacy-unit-7Bn6 span {
    line-height: 1.8;
    display: block;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    color: #000000;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 13px;
    border-left: 2px solid rgb(173,152,174,0.5);
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.privacy-unit-7Bn6 {
    padding: 3rem 0;
}.privacy-unit-7Bn6 .container {
    padding: 2rem;
}.privacy-unit-7Bn6 h1 {
    font-size: calc(42px * 0.9);
}.privacy-unit-7Bn6 h2 {
    font-size: calc(28px * 0.9);
    margin: 2rem 0 1.2rem;
}
}

@media (max-width: 767px) {.privacy-unit-7Bn6 {
    padding: 2rem 0;
}.privacy-unit-7Bn6 .container {
    padding: 1.5rem;
}.privacy-unit-7Bn6 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.privacy-unit-7Bn6 h1::after {
    width: 60px;
    height: 3px;
}.privacy-unit-7Bn6 h2 {
    font-size: calc(28px * 0.8);
    margin: 1.8rem 0 1rem;
}.privacy-unit-7Bn6 h3 {
    font-size: calc(28px * 0.7);
}.privacy-unit-7Bn6 h4 {
    font-size: calc(28px * 0.6);
}.privacy-unit-7Bn6 ul {
    padding-left: 0.5rem;
}.privacy-unit-7Bn6 li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-unit-7Bn6 {
    padding: 1.5rem 0;
}.privacy-unit-7Bn6 .container {
    padding: 1.2rem;
}.privacy-unit-7Bn6 h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.2rem;
}.privacy-unit-7Bn6 h2 {
    font-size: calc(28px * 0.7);
    padding-left: 0.8rem;
}.privacy-unit-7Bn6 p, 
    .privacy-unit-7Bn6 li, 
    .privacy-unit-7Bn6 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy-unit-7Bn6 span {
    padding-left: 0.8rem;
}}.skill-test-2ehW {
    position: relative;
    padding: 0;
    background-color: rgb(173,152,174);
    color: #ffffff;
    font-family: Arial, sans-serif;
}.skill-test-2ehW .container {
    z-index: 2;
    position: relative;
}.skill-test-2ehW .intern-opp-WxKF {
    display: flex;
    flex-direction: column;
}.skill-test-2ehW .contact-ask-1VtE {
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(208,191,208);
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
}.skill-test-2ehW .contact-ask-1VtE::before {
    top: 0;
    z-index: -1;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
}.skill-test-2ehW .info_item {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}.skill-test-2ehW .info_item:hover {
    transform: translateX(10px);
}.skill-test-2ehW .info_item p,
.skill-test-2ehW .info_item a {
    text-decoration: none;
    display: flex;
    color: #ffffff;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    font-size: 15px;
}.skill-test-2ehW .info_item svg {
    width: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
    height: 20px;
}.skill-test-2ehW .info_item:hover svg {
    transform: scale(1.2);
}.skill-test-2ehW .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    z-index: 2;
    gap: 0;
}.skill-test-2ehW .nav-teach-jlPw {
    flex-direction: column;
    position: relative;
    display: flex;
    background-color: rgb(173,152,174);
    gap: 1.5rem;
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 4rem 2rem 3rem;
}.skill-test-2ehW .nav-teach-jlPw svg {
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 150px;
    transition: all 0.3s ease;
}.skill-test-2ehW .nav-teach-jlPw:hover svg {
    transform: scale(1.05);
}.skill-test-2ehW .ssl-info-ecmb {
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
}.skill-test-2ehW .header-master-7Txc {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    gap: 2rem;
    background-color: #000000;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 5rem 2rem 3rem;
}.skill-test-2ehW .header-master-7Txc::before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
}.skill-test-2ehW .header-master-7Txc h5 {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}.skill-test-2ehW .header-master-7Txc h5::after {
    left: 0;
    position: absolute;
    content: '';
    bottom: -0.5rem;
    background-color: rgb(208,191,208);
    width: 40px;
    height: 3px;
}.skill-test-2ehW .head-study-UJz4 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.skill-test-2ehW .head-study-UJz4:not(:last-child) {
    margin-bottom: 1rem;
}.skill-test-2ehW .head-study-UJz4 a {
    padding: 0.5rem 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    opacity: 0.8;
    transition: all 0.3s ease;
}.skill-test-2ehW .head-study-UJz4 a::before {
    content: '';
    left: 0;
    height: 2px;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: rgb(208,191,208);
}.skill-test-2ehW .head-study-UJz4 a:hover {
    padding-left: 10px;
    opacity: 1;
}.skill-test-2ehW .head-study-UJz4 a:hover::before {
    width: 30px;
}.skill-test-2ehW .subscribe_holder {
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    background-color: rgb(173,152,174);
    flex-direction: column;
    position: relative;
    z-index: 3;
    display: flex;
}.skill-test-2ehW .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    z-index: -1;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.skill-test-2ehW .subscribe_holder h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}.skill-test-2ehW .subscribe_holder p {
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 15px;
}.skill-test-2ehW .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.skill-test-2ehW .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.skill-test-2ehW .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.skill-test-2ehW .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.skill-test-2ehW .sub-strategy-HhtC {
    cursor: pointer;
    background-color: rgb(208,191,208);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    padding: 1rem 1.25rem;
    font-weight: 600;
}.skill-test-2ehW .sub-strategy-HhtC::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}.skill-test-2ehW .sub-strategy-HhtC:hover {
    background-color: rgb(208,191,208,0.5);
}.skill-test-2ehW .sub-strategy-HhtC:hover::before {
    left: 100%;
}.skill-test-2ehW .donate-books-8As9 {
    background-color: rgb(173,152,174);
    position: relative;
    margin-top: 0;
    padding: 6rem 0 2rem;
    z-index: 1;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
}.skill-test-2ehW .donate-books-8As9::before {
    z-index: -1;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.skill-test-2ehW .grade-help-GhVT {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1200px) {.skill-test-2ehW .contact-ask-1VtE {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.skill-test-2ehW .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.skill-test-2ehW .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.skill-test-2ehW .text_main_holder {
    grid-template-columns: 1fr;
}.skill-test-2ehW .nav-teach-jlPw,
    .skill-test-2ehW .header-master-7Txc,
    .skill-test-2ehW .subscribe_holder {
    clip-path: none;
}.skill-test-2ehW .header-master-7Txc {
    padding: 3rem 2rem;
}.skill-test-2ehW .nav-teach-jlPw {
    align-items: center;
    padding: 3rem 2rem;
    text-align: center;
}.skill-test-2ehW .subscribe_holder {
    padding: 3rem 2rem;
}.skill-test-2ehW .donate-books-8As9 {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.skill-test-2ehW .contact-ask-1VtE {
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
    clip-path: none;
}.skill-test-2ehW .head-study-UJz4 {
    grid-template-columns: 1fr;
}.skill-test-2ehW .header-master-7Txc h5,
    .skill-test-2ehW .subscribe_holder h5 {
    display: block;
    text-align: center;
}.skill-test-2ehW .header-master-7Txc h5::after {
    left: 50%;
    transform: translateX(-50%);
}.skill-test-2ehW .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.skill-test-2ehW .nav-teach-jlPw,
    .skill-test-2ehW .header-master-7Txc,
    .skill-test-2ehW .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.skill-test-2ehW .donate-books-8As9 {
    padding: 2.5rem 0 1.5rem;
}.skill-test-2ehW .info_item {
    padding: 0.5rem 0;
}.skill-test-2ehW .info_item p,
    .skill-test-2ehW .info_item a {
    justify-content: center;
}}.prospective-members-mgEj {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.prospective-members-mgEj::before {
    top: 0;
    content: '';
    z-index: 1;
    width: 6px;
    left: 50%;
    background-color: rgb(208,191,208,0.5);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}.prospective-members-mgEj .knowledge-hub-naZD {
    max-width: 1000px;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 30px;
    margin: 0 auto;
}.prospective-members-mgEj h3 {
    border: 3px solid rgb(208,191,208,0.5);
    margin-bottom: 80px;
    color: #000000;
    padding: 0 30px;
    font-size: 28px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 50px;
    font-weight: 700;
    background-color: #f9f9f9;
}.prospective-members-mgEj ul {
    align-items: center;
    margin: 0;
    flex-direction: column;
    list-style: none;
    position: relative;
    display: flex;
    gap: 50px;
    padding: 0;
}.prospective-members-mgEj ul li {
    border-radius: 20px;
    max-width: 500px;
    gap: 20px;
    width: 100%;
    align-items: center;
    z-index: 2;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    text-align: left;
    position: relative;
    transition: all 0.4s ease;
    padding: 30px;
}.prospective-members-mgEj ul li::before {
    left: 50%;
    width: 50px;
    position: absolute;
    content: '';
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 50px;
    transform: translateX(-50%);
    top: -25px;
    background-color: #ffffff;
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 6px solid rgb(208,191,208,0.5);
}.prospective-members-mgEj ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.prospective-members-mgEj ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.prospective-members-mgEj ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(208,191,208,0.5);
}.prospective-members-mgEj ul li svg {
    padding: 12px;
    transition: all 0.4s ease;
    width: 60px;
    flex-shrink: 0;
    background-color: rgb(208,191,208,0.5);
    height: 60px;
    border-radius: 50%;
}.prospective-members-mgEj ul li:hover svg {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
}.prospective-members-mgEj ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.prospective-members-mgEj ul li:hover svg path {
    fill: rgb(208,191,208);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective-members-mgEj ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.prospective-members-mgEj ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective-members-mgEj ul li:nth-child(2) {
    animation-delay: 0.3s;
}.prospective-members-mgEj ul li:nth-child(3) {
    animation-delay: 0.5s;
}.prospective-members-mgEj ul li:nth-child(4) {
    animation-delay: 0.7s;
}.prospective-members-mgEj ul li:nth-child(5) {
    animation-delay: 0.9s;
}.prospective-members-mgEj ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.prospective-members-mgEj {
    padding: 90px 0;
}.prospective-members-mgEj h3 {
    margin-bottom: 60px;
}.prospective-members-mgEj ul {
    gap: 60px;
}.prospective-members-mgEj ul li {
    padding: 25px;
}.prospective-members-mgEj ul li svg {
    padding: 10px;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.prospective-members-mgEj ul li,
    .prospective-members-mgEj ul li:nth-child(even) {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.prospective-members-mgEj ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.prospective-members-mgEj {
    padding: 70px 0;
}.prospective-members-mgEj h3 {
    padding: 0 20px;
    font-size: calc(28px * 0.85);
    margin-bottom: 50px;
}.prospective-members-mgEj ul {
    gap: 50px;
}.prospective-members-mgEj ul li {
    padding: 20px;
}.prospective-members-mgEj ul li::before {
    height: 40px;
    width: 40px;
    top: -25px;
}.prospective-members-mgEj ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective-members-mgEj ul li {
    opacity: 1;
    animation: none;
}.prospective-members-mgEj ul li:hover {
    transform: none;
}.prospective-members-mgEj ul li:hover svg {
    transform: none;
}}.price-offer-0jMw {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.price-offer-0jMw::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}.price-offer-0jMw .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.pricing-tiers-Og6Z {
    position: relative;
}.price-offer-0jMw h2 {
    font-size: 30px;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
}.price-offer-0jMw h2::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,208), rgb(173,152,174));
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}.price-offer-0jMw .pro-rates-BazU {
    max-width: 800px;
    margin: 0 auto 3rem;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    text-align: center;
    font-size: calc(14px * 1.1);
}.price-offer-0jMw .learning-fees-1TyP {
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.price-offer-0jMw .learning-fees-1TyP li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.price-offer-0jMw .plan-pricing-kLBu {
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
}.price-offer-0jMw .plan-pricing-kLBu::before {
    position: absolute;
    transition: opacity 0.4s ease-out;
    content: "";
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, 
        rgb(208,191,208,0.5) 0%, 
        transparent 100%);
    opacity: 0;
}.price-offer-0jMw .plan-pricing-kLBu:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.price-offer-0jMw .plan-pricing-kLBu:hover::before {
    opacity: 0.15;
}.price-offer-0jMw .skill-plans-Esi8 {
    z-index: 2;
    position: relative;
    height: 100%;
    padding: 2.5rem 2rem;
}.price-offer-0jMw .cost-matrix-KAOY {
    flex-direction: column;
    display: flex;
    height: 100%;
}.price-offer-0jMw .cost-matrix-KAOY h4 {
    transform: translateZ(20px);
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(18px * 1.2);
}.price-offer-0jMw .cost-matrix-KAOY h4::after {
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    height: 2px;
    background: rgb(173,152,174);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    width: 40px;
}.price-offer-0jMw .plan-pricing-kLBu:hover .cost-matrix-KAOY h4::after {
    transform: scaleX(1.5);
}.price-offer-0jMw .cost-matrix-KAOY p {
    word-wrap: break-word;
    line-height: 1.6;
    max-height: 300px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    padding-right: 5px;
    margin-bottom: 2rem;
    transform: translateZ(10px);
    flex-grow: 1;
    hyphens: auto;
    overflow-y: auto;
}.price-offer-0jMw .cost-matrix-KAOY p::-webkit-scrollbar {
    width: 4px;
}.price-offer-0jMw .cost-matrix-KAOY p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,152,174,0.5);
}.price-offer-0jMw .sub-options-92Tt {
    border-radius: 10px;
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(208,191,208) 0%, 
        rgb(173,152,174) 100%);
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    display: inline-block;
    transform: translateZ(15px);
    font-size: calc(18px * 1.2);
}.price-offer-0jMw .plan-pricing-kLBu:hover .sub-options-92Tt {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.price-offer-0jMw {
    padding: 100px 0;
}.price-offer-0jMw .learning-fees-1TyP {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price-offer-0jMw {
    padding: 80px 0;
}.price-offer-0jMw .skill-plans-Esi8 {
    padding: 2rem 1.5rem;
}.price-offer-0jMw .cost-matrix-KAOY h4 {
    font-size: calc(18px * 1.1);
}.price-offer-0jMw .sub-options-92Tt {
    font-size: calc(18px * 1.1);
    padding: 0.7rem 1.2rem;
}
}

@media (max-width: 768px) {.price-offer-0jMw {
    padding: 60px 0;
}.price-offer-0jMw h2 {
    font-size: calc(30px * 0.9);
}.price-offer-0jMw .pro-rates-BazU {
    font-size: 14px;
    margin-bottom: 2rem;
}.price-offer-0jMw .learning-fees-1TyP {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.price-offer-0jMw .cost-matrix-KAOY p {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.price-offer-0jMw {
    padding: 50px 0;
}.price-offer-0jMw h2 {
    font-size: calc(30px * 0.8);
}.price-offer-0jMw .skill-plans-Esi8 {
    padding: 1.5rem 1.2rem;
}.price-offer-0jMw .cost-matrix-KAOY h4 {
    margin-bottom: 1.2rem;
    font-size: 18px;
}.price-offer-0jMw .sub-options-92Tt {
    font-size: 18px;
    padding: 0.6rem 1rem;
}.price-offer-0jMw .plan-pricing-kLBu:hover {
    transform: translateY(-5px);
}}.title-welcome-2tYa {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
}.title-welcome-2tYa::before {
    background: radial-gradient(circle at 30% 40%, rgb(208,191,208,0.5) 0%, transparent 60%);
    content: "";
    z-index: 1;
    opacity: 0.15;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}.title-welcome-2tYa::after {
    height: 200%;
    background: linear-gradient(45deg, rgb(173,152,174,0.5) 0%, transparent 70%);
    position: absolute;
    width: 80%;
    right: -25%;
    top: -50%;
    opacity: 0.1;
    z-index: 1;
    transform: rotate(15deg);
    content: "";
}.title-welcome-2tYa .fast-knowledge-ElaB {
    gap: 3rem;
    display: grid;
    z-index: 2;
    width: 100%;
    transform: translateY(0);
    max-width: 1200px;
    grid-template-columns: 1fr;
    animation: fadeInUp 1.2s ease-out forwards;
    position: relative;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child {
    border-left: 3px solid rgb(208,191,208);
    transform: translateX(0);
    padding: 2rem;
    position: relative;
    animation: slideInLeft 1s ease-out 0.3s both;
}@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child::before {
    content: "";
    top: 0;
    position: absolute;
    height: 1px;
    width: 30%;
    left: 0;
    background: linear-gradient(to right, rgb(208,191,208) 0%, transparent 100%);
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child::after {
    width: 50%;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(208,191,208) 0%, transparent 100%);
    height: 1px;
    left: 0;
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child p {
    letter-spacing: 0.03em;
    color: #000000;
    animation: fadeIn 1.4s ease-out 0.5s both;
    transform: translateY(0);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin: 0;
    font-size: calc(12px * 1.25);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.title-welcome-2tYa .learn-studio-YTjK {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    transform: translateY(0) scale(1);
    animation: revealUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 15px 25px rgba(0, 0, 0, 0.05);
}@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-welcome-2tYa .learn-studio-YTjK:hover {
    transform: translateY(-5px) scale(1.01);
}.title-welcome-2tYa .learn-studio-YTjK > div {
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
    display: flex;
    padding: 3rem;
}.title-welcome-2tYa .learn-studio-YTjK > div::before {
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 80%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}.title-welcome-2tYa .learn-studio-YTjK > div::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    content: "";
    width: 100%;
    transform-origin: left;
    bottom: 0;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(208,191,208) 0%, rgb(173,152,174) 100%);
    height: 5px;
    left: 0;
}.title-welcome-2tYa .learn-studio-YTjK:hover > div::after {
    transform: scaleX(1);
}.title-welcome-2tYa .learn-studio-YTjK h3 {
    position: relative;
    transform: translateY(20px);
    line-height: 1.5;
    z-index: 2;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.1);
    animation: fadeSlideUp 1s ease-out 0.9s forwards;
    color: #ffffff;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-welcome-2tYa .learn-studio-YTjK > div > div {
    animation: fadeSlideUp 1s ease-out 1.2s forwards;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    z-index: 2;
}.title-welcome-2tYa .learn-studio-YTjK .title_style_header {
    color: #ffffff;
    margin: 0;
    font-size: calc(41px * 1.2);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.title-welcome-2tYa .learn-studio-YTjK .title_style_header::before {
    content: "";
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
    animation: growDown 0.6s ease-out 1.5s forwards;
    background: rgb(208,191,208);
    left: -10px;
    position: absolute;
    height: 70%;
    width: 3px;
    top: 50%;
}

@keyframes growDown {
  from {
    transform: translateY(-50%) scaleY(0);
  }
  to {
    transform: translateY(-50%) scaleY(1);
  }
}

@media (min-width: 768px) {.title-welcome-2tYa {
    padding: 5rem 3rem;
}.title-welcome-2tYa .fast-knowledge-ElaB {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child {
    align-items: center;
    display: flex;
    padding: 2.5rem;
    border-left: 4px solid rgb(208,191,208);
}.title-welcome-2tYa .learn-studio-YTjK > div {
    min-height: 500px;
    padding: 4rem;
}.title-welcome-2tYa .learn-studio-YTjK h3 {
    font-size: calc(24px * 1.2);
    max-width: 90%;
}.title-welcome-2tYa .learn-studio-YTjK .title_style_header {
    font-size: calc(41px * 1.4);
}
}

@media (min-width: 1200px) {.title-welcome-2tYa {
    padding: 6rem 4rem;
}.title-welcome-2tYa .fast-knowledge-ElaB {
    gap: 5rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child p {
    font-size: calc(12px * 1.4);
}.title-welcome-2tYa .learn-studio-YTjK > div {
    min-height: 550px;
    padding: 5rem;
}.title-welcome-2tYa .learn-studio-YTjK h3 {
    font-size: calc(24px * 1.3);
    max-width: 80%;
}.title-welcome-2tYa .learn-studio-YTjK .title_style_header {
    font-size: calc(41px * 1.5);
}
}

@media (max-width: 767px) {.title-welcome-2tYa {
    padding: 3rem 1.5rem;
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child {
    padding: 1.5rem;
}.title-welcome-2tYa .fast-knowledge-ElaB > div:first-child p {
    font-size: 12px;
}.title-welcome-2tYa .learn-studio-YTjK > div {
    padding: 2rem;
    min-height: 350px;
}.title-welcome-2tYa .learn-studio-YTjK h3 {
    font-size: 24px;
}.title-welcome-2tYa .learn-studio-YTjK .title_style_header {
    font-size: 28px;
}}.data-insights-tG8q {
    overflow: hidden;
    background: linear-gradient(to right, rgb(233,225,233), #f0f4f8, rgb(233,225,233));
    z-index: 1;
    padding: 90px 0;
    position: relative;
}.data-insights-tG8q::before {
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    animation: gradientShift 15s ease infinite alternate;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(173,152,174,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
}.data-insights-tG8q::after {
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
}.data-insights-tG8q .container {
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    gap: 40px;
}.data-insights-tG8q .expert-upgrade-fNnX {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}.data-insights-tG8q .boost-experts-wJCd {
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 1;
    width: calc(25% - 15px);
    position: relative;
    padding: 20px 15px;
    height: 150px;
    border-radius: 21px;
    justify-content: center;
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}.data-insights-tG8q .boost-experts-wJCd::before {
    height: 60%;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    content: "";
    left: 0;
    width: 4px;
    transition: height 0.3s ease;
    top: 0;
    position: absolute;
    border-radius: 2px;
}.data-insights-tG8q .boost-experts-wJCd::after {
    animation: shimmer 5s infinite;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    z-index: -1;
    transform: translateX(-100%);
    height: 100%;
    content: "";
}.data-insights-tG8q .boost-experts-wJCd:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.data-insights-tG8q .boost-experts-wJCd:hover::before {
    height: 80%;
}.data-insights-tG8q .boost-experts-wJCd h4 {
    font-weight: 700;
    color: rgb(208,191,208);
    transition: color 0.3s ease;
    margin: 0 0 10px;
    font-size: calc(36px + 0.25rem);
}.data-insights-tG8q .boost-experts-wJCd:hover h4 {
    color: rgb(173,152,174);
}.data-insights-tG8q .boost-experts-wJCd span {
    color: #000000;
    font-size: 16px;
    max-width: 100%;
}.data-insights-tG8q .edge-statistics-eGz4 {
    padding: 30px;
    margin: 20px auto;
    position: relative;
    border-radius: 21px;
    max-width: 900px;
    text-align: center;
    width: 100%;
    z-index: 2;
    order: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data-insights-tG8q .edge-statistics-eGz4::before {
    left: -3px;
    z-index: -1;
    right: -3px;
    content: "";
    bottom: -3px;
    top: -3px;
    opacity: 0.6;
    position: absolute;
    animation: borderGlow 6s linear infinite;
    background: linear-gradient(45deg, 
        rgb(208,191,208,0.5),
        rgb(173,152,174,0.5),
        rgb(208,191,208,0.5)
    );
    border-radius: calc(21px + 3px);
}.data-insights-tG8q .statistics-advances-Lbi6 {
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    font-size: 36px;
    color: rgb(208,191,208);
    font-weight: 700;
}.data-insights-tG8q .statistics-advances-Lbi6::after {
    bottom: -10px;
    width: 70px;
    border-radius: 3px;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(208,191,208), rgb(173,152,174));
    transform: translateX(-50%);
    left: 50%;
}.data-insights-tG8q .statistics-growth-oTg6 {
    margin: 0 auto;
    color: #000000;
    max-width: 700px;
    line-height: 1.7;
    font-size: 16px;
}.data-insights-tG8q svg {
    top: 15px;
    position: absolute;
    height: 20px;
    fill: rgb(208,191,208);
    right: 15px;
    transition: all 0.3s ease;
    opacity: 0.7;
    width: 20px;
}.data-insights-tG8q svg path {
    fill: inherit;
}.data-insights-tG8q .boost-experts-wJCd:hover svg {
    transform: rotate(15deg);
    fill: rgb(173,152,174);
    opacity: 1;
}.data-insights-tG8q .expert-upgrade-fNnX:first-of-type {
    order: 0;
}.data-insights-tG8q .expert-upgrade-fNnX:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.data-insights-tG8q .boost-experts-wJCd {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.data-insights-tG8q {
    padding: 70px 0;
}.data-insights-tG8q .container {
    gap: 30px;
}.data-insights-tG8q .edge-statistics-eGz4 {
    padding: 25px;
}.data-insights-tG8q .statistics-advances-Lbi6 {
    font-size: calc(36px - 0.25rem);
}
}

@media (max-width: 576px) {.data-insights-tG8q {
    padding: 50px 0;
}.data-insights-tG8q .boost-experts-wJCd {
    min-height: 130px;
    width: 100%;
    height: auto;
}.data-insights-tG8q .edge-statistics-eGz4 {
    padding: 20px;
}}.educational-gains-kovC {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(233,225,233), #ffffff);
    padding: 80px 0;
}.educational-gains-kovC::before {
    opacity: 0.05;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
    left: 0;
    top: 0;
}.educational-gains-kovC::after {
    top: -150px;
    width: 400px;
    background: rgb(208,191,208,0.5);
    position: absolute;
    filter: blur(80px);
    animation: pulse 8s infinite alternate;
    opacity: 0.3;
    height: 400px;
    right: -150px;
    border-radius: 50%;
    content: "";
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.educational-gains-kovC .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
}.educational-gains-kovC .knowledge-hub-naZD {
    flex-direction: row-reverse;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    display: flex;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}.educational-gains-kovC .photo-thumbnail-wiCn {
    border-radius: 0;
    position: relative;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    object-fit: cover;
    flex: 0 0 45%;
    transition: all 0.5s ease;
    transform-origin: right center;
    z-index: 1;
}.educational-gains-kovC .photo-thumbnail-wiCn:hover {
    transform: scale(1.03);
}.educational-gains-kovC .text-arch-o0wQ {
    flex: 1;
    position: relative;
    padding: 35px;
}.educational-gains-kovC h3 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: rgb(208,191,208);
    display: inline-block;
}.educational-gains-kovC h3::before {
    top: -10px;
    width: 30px;
    left: 0;
    background: rgb(173,152,174);
    height: 2px;
    position: absolute;
    content: "";
}.educational-gains-kovC h3::after {
    height: 2px;
    left: 20px;
    position: absolute;
    bottom: -10px;
    width: 60px;
    background: rgb(208,191,208);
    content: "";
}.educational-gains-kovC ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.educational-gains-kovC li {
    border-left: 3px solid transparent;
    margin-bottom: 15px;
    padding-left: 15px;
    transition: all 0.3s ease;
    position: relative;
}.educational-gains-kovC li::before {
    transition: height 0.3s ease;
    position: absolute;
    top: 0;
    height: 0;
    left: -3px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(173,152,174));
    content: "";
}.educational-gains-kovC li:hover {
    transform: translateX(5px);
    border-left-color: rgb(173,152,174,0.5);
}.educational-gains-kovC li:hover::before {
    height: 100%;
}.educational-gains-kovC li p {
    font-size: 13px;
    align-items: center;
    margin: 0;
    gap: 15px;
    padding: 10px 0;
    display: flex;
    color: #000000;
}.educational-gains-kovC svg {
    height: 22px;
    background: linear-gradient(to bottom right, rgb(208,191,208,0.5), rgb(173,152,174,0.5));
    padding: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 22px;
    border-radius: 50%;
}.educational-gains-kovC svg path {
    fill: rgb(208,191,208);
    transition: fill 0.3s ease;
}.educational-gains-kovC li:hover svg {
    background: linear-gradient(to bottom right, rgb(208,191,208), rgb(173,152,174));
    transform: rotate(-15deg);
}.educational-gains-kovC li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.educational-gains-kovC .knowledge-hub-naZD {
    flex-direction: column;
}.educational-gains-kovC .photo-thumbnail-wiCn {
    flex: 0 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-height: 300px;
}.educational-gains-kovC .text-arch-o0wQ {
    padding: 30px;
    width: 100%;
}
}

@media (max-width: 768px) {.educational-gains-kovC {
    padding: 60px 0;
}.educational-gains-kovC .photo-thumbnail-wiCn {
    max-height: 250px;
}.educational-gains-kovC h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.educational-gains-kovC {
    padding: 40px 0;
}.educational-gains-kovC .photo-thumbnail-wiCn {
    max-height: 200px;
}.educational-gains-kovC .text-arch-o0wQ {
    padding: 25px 20px;
}.educational-gains-kovC h3 {
    font-size: calc(35px * 0.85);
}.educational-gains-kovC li {
    margin-bottom: 10px;
}.educational-gains-kovC li p {
    gap: 10px;
    font-size: calc(13px * 0.9);
    padding: 8px 0;
}.educational-gains-kovC svg {
    padding: 6px;
    height: 18px;
    width: 18px;
}}.popupPrivacySettings-k5b8 {
    background: rgb(233,225,233);
    position: fixed;
    border-top: 2px solid rgb(208,191,208);
    z-index: 90;
    width: 100%;
    bottom: 0;
}.privacy-learn-S7xm {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.popupPrivacySettings-k5b8 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.popupPrivacySettings-k5b8 p {
    font-size: 18px;
}.edu-track-MtF9 {
    margin-right: 10px;
    flex-shrink: 0;
}.edu-track-MtF9 svg, .edu-track-MtF9 svg path, .edu-track-MtF9 img {
    height: 100px;
    width: 100px;
    fill: rgb(208,191,208);
}.gdpr-banner-GxSd {
    border-bottom: 2px solid rgb(208,191,208);
    text-decoration: none;
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    min-width: 120px;
    color: rgb(208,191,208);
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
}.popupPrivacySettings-k5b8 p a {
    color: rgb(208,191,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.popupPrivacySettings-k5b8 {
    padding: 20px;
}}
#cookie-modal-popup-nzU6 {
    display: none;
}#cookie-modal-popup-nzU6:checked ~ .popupPrivacySettings-k5b8 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.edu-track-MtF9 {
    display: none;
}.privacy-learn-S7xm {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.popupPrivacySettings-k5b8 h5 {
    text-align: center;
}.popupPrivacySettings-k5b8 p {
    text-align: center;
}.cookie-control-kmvg {
    margin-bottom: 20px;
}body .segment-wrapper-yGWj .gdpr-banner-GxSd {
    margin-left: 0;
}}.course-program-mTg6 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(245, 248, 252, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.course-program-mTg6::before {
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(208,191,208,0.5), 0.03) 20px,
        rgba(rgb(208,191,208,0.5), 0.03) 21px
    );
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
}.course-program-mTg6::after {
    background: radial-gradient(circle, rgb(208,191,208) 0%, transparent 70%);
    top: -50px;
    opacity: 0.15;
    content: "";
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    right: -50px;
    width: 200px;
    position: absolute;
    height: 200px;
    border-radius: 50%;
}.course-program-mTg6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.course-program-mTg6 h2 {
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 30px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    transform-origin: left center;
    max-width: 90%;
}.course-program-mTg6 h2::before {
    transform-origin: bottom;
    width: 4px;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    content: "";
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    left: -10px;
    height: 60%;
    background: rgb(208,191,208);
}.course-program-mTg6 h2::after {
    content: "";
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(173,152,174) 0%, transparent 100%);
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    left: 0;
    transform-origin: left;
}.course-program-mTg6 .skill-up-wmuK {
    flex-direction: column;
    gap: 2.5rem;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    opacity: 0;
    display: flex;
    position: relative;
    transform: translateY(20px);
}.course-program-mTg6 .photo-thumbnail-wiCn {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 380px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.course-program-mTg6 .photo-thumbnail-wiCn::before {
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
}.course-program-mTg6 .photo-thumbnail-wiCn::after {
    left: -30%;
    height: 60%;
    z-index: 2;
    position: absolute;
    animation: moveGradient 20s infinite alternate ease-in-out;
    content: "";
    top: -30%;
    width: 60%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
}.course-program-mTg6 .text-arch-o0wQ {
    scrollbar-color: rgb(208,191,208) rgba(rgb(208,191,208,0.5), 0.1);
    overflow-y: auto;
    max-height: 350px;
    scrollbar-width: thin;
    padding: 1.5rem;
    position: relative;
    border-left: 1px solid rgba(rgb(208,191,208,0.5), 0.2);
}.course-program-mTg6 .text-arch-o0wQ::-webkit-scrollbar {
    width: 6px;
}.course-program-mTg6 .text-arch-o0wQ::-webkit-scrollbar-track {
    background: rgba(rgb(208,191,208,0.5), 0.1);
    border-radius: 3px;
}.course-program-mTg6 .text-arch-o0wQ::-webkit-scrollbar-thumb {
    background-color: rgb(208,191,208);
    border-radius: 3px;
}.course-program-mTg6 .description {
    padding-left: 1rem;
    color: #000000;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.course-program-mTg6 .description:last-child {
    margin-bottom: 0;
}.course-program-mTg6 .description::before {
    left: 0;
    height: 4px;
    position: absolute;
    content: "";
    background: rgb(173,152,174);
    width: 4px;
    top: 0.5rem;
    border-radius: 50%;
}

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

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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

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

@media (min-width: 768px) {.course-program-mTg6 {
    padding: 140px 0 100px;
}.course-program-mTg6 h2 {
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.course-program-mTg6 .skill-up-wmuK {
    flex-direction: row;
    gap: 4rem;
}.course-program-mTg6 .photo-thumbnail-wiCn {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: auto;
    width: 40%;
}.course-program-mTg6 .photo-thumbnail-wiCn:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course-program-mTg6 .text-arch-o0wQ {
    width: 60%;
    padding: 0 1.5rem 0 2.5rem;
    max-height: 400px;
}.course-program-mTg6 h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course-program-mTg6 {
    padding: 160px 0 120px;
}.course-program-mTg6 h2 {
    font-size: calc(30px * 1.2);
    max-width: 70%;
    margin-bottom: 4rem;
}.course-program-mTg6 .skill-up-wmuK {
    gap: 5rem;
}.course-program-mTg6 .photo-thumbnail-wiCn {
    height: 450px;
}.course-program-mTg6 .text-arch-o0wQ {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.course-program-mTg6 .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.course-program-mTg6 h2::after {
    width: 150px;
}.course-program-mTg6 .photo-thumbnail-wiCn::after {
    width: 50%;
    height: 50%;
}
}

@media (max-width: 767px) {.course-program-mTg6 {
    padding: 80px 0 60px;
}.course-program-mTg6 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.course-program-mTg6 .skill-up-wmuK {
    gap: 2rem;
}.course-program-mTg6 .photo-thumbnail-wiCn {
    height: 280px;
}.course-program-mTg6 .text-arch-o0wQ {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-height: 300px;
}.course-program-mTg6 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    margin-bottom: 1rem;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(208,191,208,0.5) 0%,
        #000000 100%);
    left: 0;
    z-index: 100;
    top: 0;
    width: 100%;
}header::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,152,174,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(208,191,208,0.5) 0%, transparent 15%);
}header::after {
    width: 100%;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(173,152,174,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(173,152,174,0.5) 100%);
    height: 100%;
}header .container {
    z-index: 2;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}header .header-lead-qkx3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}header .head-learning-LpSv {
    z-index: 3;
    position: relative;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}header .head-learning-LpSv::before {
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    width: 120px;
    z-index: -1;
    animation: rotate 10s linear infinite;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(173,152,174,0.5) 120deg,
            transparent 180deg,
            rgb(208,191,208,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
}header .head-learning-LpSv::after {
    position: absolute;
    filter: blur(20px);
    width: 70px;
    z-index: -2;
    animation: pulse-opacity 4s ease infinite alternate;
    opacity: 0.3;
    background: rgb(173,152,174,0.5);
    content: "";
    height: 70px;
    border-radius: 50%;
}header .head-learning-LpSv svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(208,191,208,0.5));
    transition: all 0.4s ease;
}header .head-learning-LpSv:hover svg {
    filter: drop-shadow(0 0 12px rgb(173,152,174));
    transform: scale(1.08);
}header .header-master-7Txc {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    padding: 1rem 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid rgb(208,191,208,0.5);
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    width: 100vw;
    border-top: 1px solid rgb(208,191,208,0.5);
}header .header-master-7Txc::-webkit-scrollbar {
    display: none;
}header .header-master-7Txc::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    content: "";
    top: 0;
    z-index: 3;
}header .main-train-04tP {
    padding: 0.6rem 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    perspective: 800px;
    z-index: 2;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}header .main-train-04tP::before {
    top: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    left: 0;
}header .main-train-04tP::after {
    bottom: 0;
    width: 0%;
    left: 50%;
    height: 2px;
    background: rgb(173,152,174);
    transform: translateX(-50%);
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}header .main-train-04tP:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(173,152,174);
    text-shadow: 0 0 5px rgb(173,152,174,0.5);
}header .main-train-04tP:hover::before {
    border-color: rgb(173,152,174,0.5);
    box-shadow: 0 0 15px rgb(208,191,208,0.5);
    transform: translateZ(0);
}header .main-train-04tP:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head-learning-LpSv {
    margin: 0.8rem 0 1.2rem;
}header .head-learning-LpSv svg {
    height: 40px;
}header .main-train-04tP {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .head-learning-LpSv {
    margin: 0.6rem 0 1rem;
}header .head-learning-LpSv svg {
    height: 35px;
}header .head-learning-LpSv::before {
    width: 90px;
    height: 90px;
}header .head-learning-LpSv::after {
    width: 50px;
    height: 50px;
}header .header-master-7Txc {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main-train-04tP {
    padding: 0.4rem 1rem;
    font-size: calc(14px - 2px);
}header .main-train-04tP:first-child {
    margin-left: 2rem;
}header .main-train-04tP:last-child {
    margin-right: 2rem;
}
}