* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1276px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wxbZJwrap-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.KZHsRlogin_footer {
    flex: 0 0 auto;
}.ijfEkhead_lead {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.NzZVvlearning_impact {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(110,118,118,0.5), 0.03) 0%, rgba(rgb(145,157,156,0.5), 0.07) 100%);
}.NzZVvlearning_impact::before {
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(145,157,156), rgb(110,118,118));
    top: -50px;
    left: -100px;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    height: 300px;
    width: 300px;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
}.NzZVvlearning_impact::after {
    opacity: 0.05;
    bottom: -50px;
    position: absolute;
    background: linear-gradient(135deg, rgb(110,118,118), rgb(145,157,156));
    animation: float 18s ease-in-out infinite alternate-reverse;
    right: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    width: 200px;
    z-index: 0;
    height: 200px;
}.NzZVvlearning_impact .container {
    z-index: 1;
    gap: 60px;
    perspective: 1000px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
}.NzZVvlearning_impact .owMNPinline_image {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: 2;
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: rotateY(-5deg) translateZ(20px);
    height: auto;
    border-radius: 2px;
    position: relative;
    object-fit: cover;
}.NzZVvlearning_impact .owMNPinline_image:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.NzZVvlearning_impact .pTLbUheritage_edu {
    z-index: 2;
    position: relative;
    transform: translateZ(0);
}.NzZVvlearning_impact .EAmqpcontent_holder {
    padding: 20px 0 20px 30px;
    position: relative;
}.NzZVvlearning_impact .EAmqpcontent_holder::before {
    height: 100%;
    content: "";
    transform: scaleY(0.95);
    top: 0;
    animation: grow 3s ease-out forwards;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(145,157,156), rgb(110,118,118));
    position: absolute;
    width: 3px;
    left: 0;
}.NzZVvlearning_impact h1 {
    font-size: 39px;
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
    transform: translateX(0);
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 700;
}.NzZVvlearning_impact h1::after {
    position: absolute;
    height: 3px;
    content: "";
    transform-origin: left;
    width: 80px;
    left: 0;
    transition: transform 0.5s ease-out;
    bottom: -10px;
    background: rgb(145,157,156);
    transform: scaleX(0.7);
}.NzZVvlearning_impact .EAmqpcontent_holder:hover h1 {
    transform: translateX(5px);
}.NzZVvlearning_impact .EAmqpcontent_holder:hover h1::after {
    transform: scaleX(1);
}.NzZVvlearning_impact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.NzZVvlearning_impact li {
    transform: translateY(0);
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.NzZVvlearning_impact li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.NzZVvlearning_impact li p {
    line-height: 1.6;
    color: #000000;
    display: flex;
    margin: 0;
    gap: 15px;
    align-items: center;
    font-size: 15px;
}.NzZVvlearning_impact svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}.NzZVvlearning_impact li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.NzZVvlearning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(145,157,156);
}.NzZVvlearning_impact li:hover svg path {
    fill: rgb(110,118,118);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.NzZVvlearning_impact {
    padding: 100px 0;
}.NzZVvlearning_impact .container {
    padding: 0 30px;
}.NzZVvlearning_impact h1 {
    font-size: calc(39px * 0.9);
}
}

@media screen and (max-width: 992px) {.NzZVvlearning_impact .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.NzZVvlearning_impact .owMNPinline_image {
    transform: rotateY(-3deg) translateZ(10px);
    max-width: 80%;
    margin: 0 auto;
}.NzZVvlearning_impact ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.NzZVvlearning_impact h1 {
    text-align: center;
    margin-bottom: 40px;
}.NzZVvlearning_impact h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.NzZVvlearning_impact .EAmqpcontent_holder {
    padding: 20px 0;
}.NzZVvlearning_impact .EAmqpcontent_holder::before {
    top: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0.95);
}.NzZVvlearning_impact .EAmqpcontent_holder:hover h1 {
    transform: translateY(-5px);
}.NzZVvlearning_impact .EAmqpcontent_holder:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.NzZVvlearning_impact {
    padding: 80px 0;
}.NzZVvlearning_impact .owMNPinline_image {
    max-width: 100%;
}.NzZVvlearning_impact h1 {
    line-height: 1.4;
    font-size: calc(39px * 0.8);
}.NzZVvlearning_impact li {
    padding: 15px;
}.NzZVvlearning_impact li p {
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.NzZVvlearning_impact {
    padding: 60px 0;
}.NzZVvlearning_impact .container {
    padding: 0 20px;
    gap: 30px;
}.NzZVvlearning_impact h1 {
    margin-bottom: 30px;
    font-size: calc(39px * 0.7);
}.NzZVvlearning_impact ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.NzZVvlearning_impact svg {
    height: 20px;
    width: 20px;
}.NzZVvlearning_impact li p {
    gap: 10px;
    font-size: calc(15px * 0.9);
}}.mHuCJget_updates {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(110,118,118,0.5), rgb(145,157,156,0.5));
    z-index: 1;
}.mHuCJget_updates::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    content: "";
    left: -5%;
    top: -10%;
    height: 120%;
    width: 120%;
    transform: rotate(-3deg);
}.mHuCJget_updates::after {
    z-index: -1;
    height: 30%;
    right: 0;
    width: 30%;
    bottom: 0;
    background: radial-gradient(
        circle at bottom right,
        rgb(145,157,156,0.5) 10%,
        transparent 70%
    );
    position: absolute;
    content: "";
}.mHuCJget_updates .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.mHuCJget_updates .pTLbUheritage_edu {
    gap: 2rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    background: linear-gradient(
        to right bottom,
        #ffffff,
        rgba(255, 255, 255, 0.9)
    );
    padding: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    display: grid;
    backface-visibility: hidden;
}.mHuCJget_updates .pTLbUheritage_edu::before {
    background: linear-gradient(
        to right,
        rgb(145,157,156),
        rgb(110,118,118),
        rgb(145,157,156)
    );
    height: 5px;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform-origin: center top;
    transform: scaleX(1.03);
}.mHuCJget_updates h4 {
    font-size: calc(19px * 1.05);
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    margin: 0 0 1rem;
    line-height: 1.4;
}.mHuCJget_updates h4::before {
    transform: scaleY(1.2);
    top: 0.3em;
    width: 4px;
    left: 0;
    height: calc(100% - 0.6em);
    content: "";
    background: rgb(145,157,156);
    position: absolute;
}.mHuCJget_updates .input_holder {
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
    display: flex;
    gap: 1rem;
}.mHuCJget_updates .input_holder span {
    min-width: 240px;
    flex: 1 1 auto;
    position: relative;
}.mHuCJget_updates .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
    color: #000000;
    padding: 1rem 1.5rem;
}.mHuCJget_updates .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(110,118,118);
}.mHuCJget_updates .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.mHuCJget_updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.mHuCJget_updates .input_holder .AsCVKsub_season {
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(
        45deg,
        rgb(145,157,156),
        rgb(110,118,118)
    );
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}.mHuCJget_updates .input_holder .AsCVKsub_season:hover {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.01);
}.mHuCJget_updates .input_holder .AsCVKsub_season::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    content: "";
}.mHuCJget_updates .input_holder .AsCVKsub_season:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.mHuCJget_updates {
    padding: 5rem 2rem;
}.mHuCJget_updates .pTLbUheritage_edu {
    align-items: center;
    padding: 3.5rem 4rem;
    grid-template-columns: 1fr 1fr;
}.mHuCJget_updates h4 {
    padding-right: 2rem;
    font-size: calc(19px * 1.1);
}.mHuCJget_updates .input_holder {
    margin-top: 0;
}
}

@media (min-width: 992px) {.mHuCJget_updates {
    padding: 6rem 2rem;
}.mHuCJget_updates .pTLbUheritage_edu {
    padding: 4rem 5rem;
    transform: perspective(1500px) rotateX(1deg) translateZ(0);
}.mHuCJget_updates h4 {
    font-size: calc(19px * 1.2);
}.mHuCJget_updates .input_holder input[type="email"],
    .mHuCJget_updates .input_holder .AsCVKsub_season {
    padding: 1.1rem 1.75rem;
}
}

@media (max-width: 767px) {.mHuCJget_updates {
    padding: 3rem 1.5rem;
}.mHuCJget_updates .pTLbUheritage_edu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
}.mHuCJget_updates h4 {
    font-size: 19px;
    padding-left: 1rem;
}.mHuCJget_updates h4::before {
    width: 3px;
}.mHuCJget_updates .input_holder {
    gap: 0.75rem;
}.mHuCJget_updates .input_holder input[type="email"],
    .mHuCJget_updates .input_holder .AsCVKsub_season {
    padding: 0.9rem 1.25rem;
}
}

@media (hover: none) {.mHuCJget_updates .input_holder .AsCVKsub_season:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.mHuCJget_updates .input_holder .AsCVKsub_season::before {
    display: none;
}
}

@media (prefers-reduced-motion) {.mHuCJget_updates .input_holder input[type="email"],
    .mHuCJget_updates .input_holder .AsCVKsub_season,
    .mHuCJget_updates .input_holder .AsCVKsub_season::before {
    transition: none;
}}.aoKbTappNote {
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgb(110,118,118,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.aoKbTappNote::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(145,157,156,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(110,118,118,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    top: 0;
    content: "";
    z-index: 0;
}.aoKbTappNote::after {
    background: rgb(255, 255, 255, 0.5);
    z-index: 0;
    opacity: 0.05;
    top: -50%;
    height: 100%;
    width: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -50%;
    content: "";
    position: absolute;
    transform: rotate(25deg);
}.aoKbTappNote .container {
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
}.aoKbTappNote h2 {
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards;
    border-left: 5px solid rgb(145,157,156);
    font-size: 32px;
    max-width: 90%;
    margin-bottom: 3rem;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    transform: translateY(30px);
    text-align: left;
}.aoKbTappNote .pTLbUheritage_edu {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    position: relative;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.aoKbTappNote .pTLbUheritage_edu::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    height: 5px;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.aoKbTappNote ul {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}.aoKbTappNote li {
    padding: 0.5rem 0;
    position: relative;
}.aoKbTappNote li::before {
    background: rgb(145,157,156,0.5);
    transform: scaleY(0);
    position: absolute;
    opacity: 0;
    width: 3px;
    height: 100%;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    left: -1.5rem;
    top: 0;
    content: "";
    transform-origin: top;
}.aoKbTappNote li span {
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    position: relative;
    display: block;
    padding-left: 0.5rem;
    transform: translateX(20px);
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-size: 15px;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.aoKbTappNote .pTLbUheritage_edu:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.aoKbTappNote {
    padding: 4rem 1.5rem;
}.aoKbTappNote h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.aoKbTappNote .pTLbUheritage_edu {
    padding: 2rem;
}
}

@media (max-width: 767px) {.aoKbTappNote {
    padding: 3rem 1rem;
}.aoKbTappNote h2 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(145,157,156);
    font-size: calc(32px * 0.8);
}.aoKbTappNote .pTLbUheritage_edu {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.aoKbTappNote li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.aoKbTappNote {
    padding: 2rem 0.8rem;
}.aoKbTappNote h2 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.7);
}.aoKbTappNote .pTLbUheritage_edu {
    padding: 1.2rem;
}.aoKbTappNote li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.aoKbTappNote .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.aoKbTappNote h2 {
    max-width: 80%;
    margin-left: 3rem;
}.aoKbTappNote .pTLbUheritage_edu {
    transform: translateY(30px) translateX(-2rem);
    margin-left: auto;
    width: 85%;
}.aoKbTappNote .pTLbUheritage_edu:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.aoKbTappNote .pTLbUheritage_edu {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    animation: gradientFlow 20s ease infinite;
    content: "";
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(145,157,156,0.5) 35%, rgb(110,118,118,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    opacity: 0.75;
    left: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    background-size: 300% 300%;
}footer::after {
    right: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(145,157,156,0.5) 25%, rgb(145,157,156,0.5) 26%, transparent 27%, transparent 74%, rgb(110,118,118,0.5) 75%, rgb(110,118,118,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(145,157,156,0.5) 25%, rgb(145,157,156,0.5) 26%, transparent 27%, transparent 74%, rgb(110,118,118,0.5) 75%, rgb(110,118,118,0.5) 76%, transparent 77%, transparent);
    bottom: 0;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    opacity: 0.15;
    z-index: -1;
    left: 0;
}.KZHsRlogin_footer {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.KZHsRlogin_footer::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(145,157,156), rgb(110,118,118), transparent);
    width: 100%;
    box-shadow: 0 0 20px rgb(145,157,156,0.5);
    top: 0;
    opacity: 0.8;
    position: absolute;
    left: 0;
    content: "";
}.KZHsRlogin_footer .container {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 3rem;
}.KZHsRlogin_footer .company_holder {
    flex: 1 1 350px;
    padding: 2rem;
    border-radius: 17px;
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: all 0.4s ease;
}.KZHsRlogin_footer .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(145,157,156), transparent);
    top: 0;
    height: 1px;
    left: -50%;
    transform: translateY(-1px);
    content: "";
    width: 200%;
    position: absolute;
}.KZHsRlogin_footer .company_holder::after {
    height: 1px;
    content: "";
    bottom: 0;
    position: absolute;
    transform: translateY(1px);
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(110,118,118), transparent);
}.KZHsRlogin_footer .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(145,157,156,0.5);
}.KZHsRlogin_footer .company_holder h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 37px;
    position: relative;
    text-shadow: 0 0 15px rgb(145,157,156,0.5);
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 700;
}.KZHsRlogin_footer .company_holder h3::after {
    box-shadow: 0 0 10px rgb(145,157,156);
    height: 3px;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(145,157,156), rgb(110,118,118));
    content: "";
    width: 50px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: -8px;
}.KZHsRlogin_footer .company_holder:hover h3::after {
    width: 100%;
}.KZHsRlogin_footer .JIEersupport_cta {
    text-shadow: 0 0 10px #000000;
    font-size: 14px;
    max-width: 100%;
    opacity: 0.85;
    color: #ffffff;
    line-height: 1.6;
}.KZHsRlogin_footer .StreVvolunteer {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.KZHsRlogin_footer .yMmxbnav_begin {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.KZHsRlogin_footer .Qygvamain_head {
    transition: all 0.4s ease;
    position: relative;
    border-radius: 17px;
    min-width: 250px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    padding: 2rem;
    backdrop-filter: blur(8px);
}.KZHsRlogin_footer .Qygvamain_head::before {
    content: "";
    left: -50%;
    top: 0;
    transform: translateY(-1px);
    height: 1px;
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(110,118,118), transparent);
}.KZHsRlogin_footer .Qygvamain_head::after {
    transform: translateY(1px);
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(145,157,156), transparent);
}.KZHsRlogin_footer .Qygvamain_head:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(110,118,118,0.5);
    transform: translateY(-5px);
}.KZHsRlogin_footer .Qygvamain_head h5 {
    font-size: 22px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
    text-shadow: 0 0 15px rgb(110,118,118,0.5);
    color: #ffffff;
    letter-spacing: 0.5px;
}.KZHsRlogin_footer .Qygvamain_head h5::after {
    background: linear-gradient(90deg, rgb(110,118,118), rgb(145,157,156));
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 40px;
    box-shadow: 0 0 10px rgb(110,118,118);
    border-radius: 10px;
    content: "";
    transition: width 0.3s ease-out;
}.KZHsRlogin_footer .Qygvamain_head:hover h5::after {
    width: 100%;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a {
    opacity: 0.8;
    display: block;
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    position: relative;
    font-size: 14px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    left: 0;
    z-index: -1;
    width: 3px;
    background: linear-gradient(180deg, rgb(145,157,156), rgb(110,118,118));
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a::after {
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(110,118,118,0.5);
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a:hover::before {
    box-shadow: 0 0 10px rgb(145,157,156);
    opacity: 1;
    width: 5px;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a:hover::after {
    opacity: 0.2;
    width: 100%;
}.grNFsstudy_group {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-top: 2rem;
}.grNFsstudy_group::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(145,157,156), rgb(110,118,118), transparent);
    top: 0;
    content: "";
    height: 1px;
    opacity: 0.5;
}.grNFsstudy_group .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.grNFsstudy_group .yfPNTidea_pool {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000;
    text-align: center;
    opacity: 0.7;
    transition: all 0.3s ease;
}.grNFsstudy_group .yfPNTidea_pool:hover {
    text-shadow: 0 0 8px rgb(110,118,118,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.KZHsRlogin_footer .container {
    gap: 2rem;
}.KZHsRlogin_footer .company_holder {
    flex: 1 1 320px;
}.KZHsRlogin_footer .StreVvolunteer {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.KZHsRlogin_footer {
    padding: 3.5rem 0 2rem;
}.KZHsRlogin_footer .container {
    flex-direction: column;
    gap: 2rem;
}.KZHsRlogin_footer .company_holder,
    .KZHsRlogin_footer .StreVvolunteer {
    min-width: 100%;
    flex: 1 1 100%;
}.KZHsRlogin_footer .Qygvamain_head {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.KZHsRlogin_footer {
    padding: 3rem 0 1.5rem;
}.KZHsRlogin_footer .company_holder,
    .KZHsRlogin_footer .Qygvamain_head {
    padding: 1.5rem;
}.KZHsRlogin_footer .yMmxbnav_begin {
    gap: 1.5rem;
}.KZHsRlogin_footer .company_holder h3 {
    font-size: calc(37px - 2px);
}.KZHsRlogin_footer .Qygvamain_head h5 {
    font-size: calc(22px - 1px);
}.KZHsRlogin_footer .company_holder:hover,
    .KZHsRlogin_footer .Qygvamain_head:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.KZHsRlogin_footer {
    padding: 2.5rem 0 1rem;
}.KZHsRlogin_footer .yMmxbnav_begin {
    gap: 1rem;
}.KZHsRlogin_footer .Qygvamain_head {
    flex: 1 1 100%;
    min-width: 100%;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a {
    padding: 0.4rem 0.8rem;
}.KZHsRlogin_footer .Qygvamain_head .yMmxbnav_begin a:hover {
    padding-left: 1.2rem;
}.grNFsstudy_group {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.KZHsRlogin_footer .company_holder:hover,
    .KZHsRlogin_footer .Qygvamain_head:hover {
    transform: translateY(-2px);
}}.uYmMxcourse_highlights {
    padding: 8rem 0;
    background: rgb(180,190,190);
    overflow: hidden;
    position: relative;
}.uYmMxcourse_highlights::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgb(145,157,156,0.5) 100%);
}.uYmMxcourse_highlights::after {
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    content: "";
    animation: gridShift 30s infinite linear;
    top: 0;
    background-size: 4rem 4rem;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(110,118,118,0.5) 15px, rgb(110,118,118,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(145,157,156,0.5) 15px, rgb(145,157,156,0.5) 16px);
    height: 100%;
}.uYmMxcourse_highlights .container {
    z-index: 3;
    position: relative;
}.uYmMxcourse_highlights .pTLbUheritage_edu {
    position: relative;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
}.uYmMxcourse_highlights .WGjdPskill_tool {
    grid-column: 1 / 9;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    grid-row: 2 / 8;
    z-index: 5;
    border-radius: 23px;
}.uYmMxcourse_highlights .owMNPinline_image {
    overflow: hidden;
    z-index: 3;
    grid-column: 7 / 13;
    grid-row: 1 / 7;
    position: relative;
    border-radius: 23px;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.uYmMxcourse_highlights .owMNPinline_image::before {
    left: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    background: linear-gradient(45deg, rgb(145,157,156,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    top: 0;
}.uYmMxcourse_highlights .owMNPinline_image::after {
    right: -5px;
    z-index: 1;
    content: "";
    height: 70%;
    bottom: -5px;
    border-radius: 10px;
    width: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    opacity: 0.6;
    position: absolute;
    border: 2px solid rgb(110,118,118);
}.uYmMxcourse_highlights .xFdpBhead_pagewrap {
    background: #ffffff;
    justify-content: center;
    border-radius: 50%;
    right: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -2rem;
    align-items: center;
    height: 5rem;
    transition: transform 0.3s ease-out;
    width: 5rem;
    display: flex;
    z-index: 10;
    transform: rotate(-5deg);
}.uYmMxcourse_highlights .xFdpBhead_pagewrap:hover {
    transform: rotate(0deg) scale(1.05);
}.uYmMxcourse_highlights .xFdpBhead_pagewrap svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap:hover svg {
    transform: scale(1.1);
}.uYmMxcourse_highlights .xFdpBhead_pagewrap svg path {
    fill: rgb(145,157,156);
}.uYmMxcourse_highlights h3 {
    border-left: 4px solid rgb(145,157,156);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}.uYmMxcourse_highlights p {
    position: relative;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
    color: #000000;
}.uYmMxcourse_highlights .pTLbUheritage_edu::before {
    top: -6rem;
    opacity: 0.6;
    height: 12rem;
    width: 12rem;
    z-index: 1;
    filter: blur(100px);
    animation: moveCircle 20s infinite alternate;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(145,157,156,0.5);
    left: -6rem;
}.uYmMxcourse_highlights .pTLbUheritage_edu::after {
    height: 8rem;
    right: -4rem;
    filter: blur(80px);
    border-radius: 50%;
    bottom: -4rem;
    opacity: 0.5;
    content: "";
    width: 8rem;
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    position: absolute;
    background: rgb(110,118,118,0.5);
}.uYmMxcourse_highlights .WGjdPskill_tool::before {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    height: 5px;
    border-radius: 0 10px 0 10px;
}.uYmMxcourse_highlights .WGjdPskill_tool::after {
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    right: 0;
    position: absolute;
    width: 5px;
    border-radius: 0 0 10px 0;
    height: 100px;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.uYmMxcourse_highlights {
    padding: 7rem 0;
}.uYmMxcourse_highlights .pTLbUheritage_edu {
    gap: 0.75rem;
}.uYmMxcourse_highlights .WGjdPskill_tool {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.uYmMxcourse_highlights .owMNPinline_image {
    grid-column: 6 / 13;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap {
    right: 2rem;
}
}

@media (max-width: 992px) {.uYmMxcourse_highlights {
    padding: 6rem 0;
}.uYmMxcourse_highlights .pTLbUheritage_edu {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
}.uYmMxcourse_highlights .WGjdPskill_tool {
    grid-column: auto;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.uYmMxcourse_highlights .owMNPinline_image {
    grid-row: 1 / 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
    grid-column: auto;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap {
    right: 3rem;
    top: auto;
    bottom: -2rem;
}.uYmMxcourse_highlights h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.uYmMxcourse_highlights {
    padding: 5rem 0;
}.uYmMxcourse_highlights .WGjdPskill_tool {
    padding: 2rem;
}.uYmMxcourse_highlights .owMNPinline_image {
    height: 300px;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap {
    right: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap svg {
    height: 2.5rem;
    width: 2.5rem;
}.uYmMxcourse_highlights h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.25rem;
}.uYmMxcourse_highlights p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.uYmMxcourse_highlights .WGjdPskill_tool::before {
    width: 70px;
}.uYmMxcourse_highlights .WGjdPskill_tool::after {
    height: 70px;
}
}

@media (max-width: 576px) {.uYmMxcourse_highlights {
    padding: 4rem 0;
}.uYmMxcourse_highlights .WGjdPskill_tool {
    padding: 1.5rem;
}.uYmMxcourse_highlights .owMNPinline_image {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.uYmMxcourse_highlights .xFdpBhead_pagewrap {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: -1.25rem;
}.uYmMxcourse_highlights .xFdpBhead_pagewrap svg {
    width: 2.25rem;
    height: 2.25rem;
}.uYmMxcourse_highlights h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(34px * 0.7);
}.uYmMxcourse_highlights p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.uYmMxcourse_highlights .WGjdPskill_tool::before {
    width: 50px;
}.uYmMxcourse_highlights .WGjdPskill_tool::after {
    height: 50px;
}.uYmMxcourse_highlights .pTLbUheritage_edu::before,
    .uYmMxcourse_highlights .pTLbUheritage_edu::after {
    display: none;
}}.wdEbAacademic_expertise {
    position: relative;
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgb(145,157,156,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
}.wdEbAacademic_expertise::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    pointer-events: none;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(110,118,118,0.5) 49.5%, rgb(110,118,118,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(110,118,118,0.5) 49.5%, rgb(110,118,118,0.5) 50.5%, transparent 50.5%);
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.1;
}.wdEbAacademic_expertise .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.wdEbAacademic_expertise .lsdXTstudent_feedback {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    display: grid;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 10px;
    border-left: 4px solid rgb(145,157,156);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-2deg) translateZ(10px);
}.wdEbAacademic_expertise .lsdXTstudent_feedback:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:first-child {
    position: relative;
    align-self: start;
}.wdEbAacademic_expertise .owMNPinline_image {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 200px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 200px;
    transform: translateZ(20px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.wdEbAacademic_expertise .owMNPinline_image::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(145,157,156), 0.2) 0%, transparent 100%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.wdEbAacademic_expertise .lsdXTstudent_feedback:hover .owMNPinline_image {
    transform: translateZ(30px) scale(1.05);
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.wdEbAacademic_expertise .name {
    color: rgb(145,157,156);
    transition: transform 0.4s ease;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
}.wdEbAacademic_expertise .name::after {
    transition: width 0.4s ease-out;
    background-color: rgb(110,118,118);
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
}.wdEbAacademic_expertise .lsdXTstudent_feedback:hover .name::after {
    width: 100%;
}.wdEbAacademic_expertise .lsdXTstudent_feedback:hover .name {
    transform: translateX(5px);
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:nth-child(2) > div {
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
    font-style: italic;
}.wdEbAacademic_expertise .zJTFPwork_expertise {
    margin: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    line-height: 1.6;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
}.wdEbAacademic_expertise .zJTFPwork_expertise::before {
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.wdEbAacademic_expertise {
    padding: 7rem 0;
}.wdEbAacademic_expertise .lsdXTstudent_feedback {
    grid-template-columns: 220px 1fr 2fr;
    grid-gap: 2.5rem;
    padding: 3rem;
    align-items: start;
}.wdEbAacademic_expertise .owMNPinline_image {
    height: 260px;
    width: 220px;
}.wdEbAacademic_expertise .name {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.2);
}.wdEbAacademic_expertise .zJTFPwork_expertise {
    font-size: calc(12px * 1.05);
    padding-left: 2rem;
}.wdEbAacademic_expertise .zJTFPwork_expertise::before {
    width: 4px;
}
}

@media (min-width: 992px) {.wdEbAacademic_expertise .container {
    padding: 0 3rem;
}.wdEbAacademic_expertise .lsdXTstudent_feedback {
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
    grid-gap: 3rem;
}.wdEbAacademic_expertise .owMNPinline_image {
    width: 260px;
    height: 300px;
}.wdEbAacademic_expertise .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 1rem;
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 12px;
}.wdEbAacademic_expertise .zJTFPwork_expertise {
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}
}

@media (min-width: 1200px) {.wdEbAacademic_expertise .lsdXTstudent_feedback {
    grid-template-columns: 300px 1fr 3fr;
    grid-gap: 3.5rem;
    padding: 4rem;
}.wdEbAacademic_expertise .owMNPinline_image {
    width: 300px;
    height: 350px;
}
}

@media (max-width: 767px) {.wdEbAacademic_expertise .lsdXTstudent_feedback {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.wdEbAacademic_expertise .owMNPinline_image {
    margin: 0 auto 1.5rem;
    height: 180px;
    width: 180px;
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:first-child {
    display: flex;
    justify-content: center;
}.wdEbAacademic_expertise .lsdXTstudent_feedback > div:nth-child(2) {
    text-align: center;
}.wdEbAacademic_expertise .zJTFPwork_expertise {
    padding-top: 1.5rem;
    padding-left: 0;
}.wdEbAacademic_expertise .zJTFPwork_expertise::before {
    left: 50%;
    top: 0;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
}}.nKTGApricing_wrapper {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.nKTGApricing_wrapper::before {
    backdrop-filter: blur(4px);
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}.nKTGApricing_wrapper .container {
    z-index: 2;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.nKTGApricing_wrapper .UJrqppricing_pack {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
}.nKTGApricing_wrapper h2 {
    letter-spacing: 1px;
    animation: fadeSlideUp 0.7s ease forwards;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    transform: translateY(20px);
    margin-bottom: 20px;
    position: relative;
}.nKTGApricing_wrapper .twoxClearning_package {
    max-width: 700px;
    color: #ffffff;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 50px;
    font-size: 12px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    line-height: 1.6;
    opacity: 0;
}.nKTGApricing_wrapper .LdXqEcost_levels {
    width: 100%;
    perspective: 1000px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
}.nKTGApricing_wrapper .LdXqEcost_levels li {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    transform: translateY(30px);
}.nKTGApricing_wrapper .LdXqEcost_levels li:nth-child(1) {
    --li-index: 1;
}.nKTGApricing_wrapper .LdXqEcost_levels li:nth-child(2) {
    --li-index: 2;
}.nKTGApricing_wrapper .LdXqEcost_levels li:nth-child(3) {
    --li-index: 3;
}.nKTGApricing_wrapper .LdXqEcost_levels li:nth-child(4) {
    --li-index: 4;
}.nKTGApricing_wrapper .qaHWrpricing_schemes {
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: block;
}.nKTGApricing_wrapper .qaHWrpricing_schemes::before {
    height: 4px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(145,157,156), rgb(110,118,118));
    position: absolute;
    transform: scaleX(0);
    top: 0;
}.nKTGApricing_wrapper .qaHWrpricing_schemes:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.nKTGApricing_wrapper .qaHWrpricing_schemes:hover::before {
    transform: scaleX(1);
}.nKTGApricing_wrapper .LOHhvvalue_plan {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 30px;
}.nKTGApricing_wrapper .atLVNbundle_offer {
    display: flex;
    flex-direction: column;
    height: 100%;
}.nKTGApricing_wrapper .atLVNbundle_offer h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0;
    color: #ffffff;
}.nKTGApricing_wrapper .atLVNbundle_offer h4::after {
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    content: "";
    width: 40px;
    background: rgb(110,118,118);
}.nKTGApricing_wrapper .atLVNbundle_offer p {
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    flex-grow: 1;
    font-size: calc(12px - 2px);
}.nKTGApricing_wrapper .zWIehlearn_packs {
    font-size: calc(21px + 4px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(145,157,156,0.5), rgb(110,118,118,0.5));
    margin-top: auto;
    padding: 10px 20px;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    position: relative;
    font-weight: 700;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.nKTGApricing_wrapper .qaHWrpricing_schemes:hover .zWIehlearn_packs {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.nKTGApricing_wrapper {
    padding: 80px 0;
}.nKTGApricing_wrapper h2 {
    font-size: calc(29px - 4px);
}.nKTGApricing_wrapper .LdXqEcost_levels {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.nKTGApricing_wrapper .LOHhvvalue_plan {
    padding: 25px;
}.nKTGApricing_wrapper .zWIehlearn_packs {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 768px) {.nKTGApricing_wrapper {
    padding: 60px 0;
}.nKTGApricing_wrapper h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
}.nKTGApricing_wrapper .twoxClearning_package {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.nKTGApricing_wrapper .LdXqEcost_levels {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.nKTGApricing_wrapper .atLVNbundle_offer p {
    font-size: calc(12px - 3px);
}
}

@media (max-width: 480px) {.nKTGApricing_wrapper {
    padding: 50px 0;
}.nKTGApricing_wrapper .LOHhvvalue_plan {
    padding: 20px;
}.nKTGApricing_wrapper .atLVNbundle_offer h4 {
    font-size: calc(21px - 2px);
}.nKTGApricing_wrapper .zWIehlearn_packs {
    font-size: 21px;
    padding: 8px 15px;
}}.DEldKget_support {
    position: relative;
    overflow: hidden;
    color: #000000;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(180,190,190), rgba(245, 245, 255, 0.97));
    font-family: Arial, sans-serif;
}.DEldKget_support::before {
    transform: rotate(-3deg);
    content: "";
    background: radial-gradient(circle at 30% 20%, rgba(rgb(145,157,156,0.5), 0.08), transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(rgb(110,118,118,0.5), 0.06), transparent 55%);
    top: -10%;
    width: 120%;
    position: absolute;
    height: 120%;
    z-index: 0;
    left: -5%;
}.DEldKget_support::after {
    width: 50%;
    content: "";
    background: linear-gradient(to left, rgba(rgb(145,157,156,0.5), 0.03), transparent);
    position: absolute;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    height: 100%;
    right: 0;
    z-index: 1;
}.DEldKget_support h1 {
    background-clip: text;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    z-index: 2;
    -webkit-background-clip: text;
    background: linear-gradient(135deg, rgb(145,157,156), rgb(110,118,118));
    text-align: center;
    font-size: 39px;
    transform: translateY(-5px);
    color: transparent;
}.DEldKget_support .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.DEldKget_support .OychHmsg_support {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    position: relative;
}.DEldKget_support .OychHmsg_support > div {
    background: rgba(#ffffff, 0.7);
    position: relative;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(145,157,156);
    padding: 1.8rem 2rem;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    border-radius: 3px;
}.DEldKget_support .OychHmsg_support > div:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}.DEldKget_support .OychHmsg_support > div:first-child {
    line-height: 1.7;
    border-left-color: rgb(110,118,118);
    color: #000000;
    padding: 2.5rem;
    font-size: calc(14px + 0.1rem);
}.DEldKget_support h6 {
    color: rgb(145,157,156);
    display: flex;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    font-size: 22px;
    align-items: center;
}.DEldKget_support h6 svg {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
    margin-left: 8px;
    transform: scale(0.9);
}.DEldKget_support span {
    margin-left: 1.5rem;
    font-size: calc(14px - 0.05rem);
    color: #000000;
    opacity: 0.95;
    display: block;
}.DEldKget_support .CVywjtalk_team {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
}.DEldKget_support .CVywjtalk_team > div {
    position: relative;
}.DEldKget_support .FwxIrget_contactus {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 2px;
    padding: 0.5rem 0.75rem;
    color: #000000;
    font-size: calc(14px - 0.05rem);
    font-weight: 400;
    transition: color 0.25s ease;
    background: linear-gradient(to right, rgba(rgb(145,157,156,0.5), 0.05), transparent);
    text-decoration: none;
}.DEldKget_support .FwxIrget_contactus::before {
    width: 0;
    left: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(145,157,156);
    height: 1px;
}.DEldKget_support .FwxIrget_contactus:hover {
    color: rgb(145,157,156);
}.DEldKget_support .FwxIrget_contactus:hover::before {
    width: 100%;
}.DEldKget_support .FwxIrget_contactus svg {
    margin-left: 8px;
    transform: scale(0.85);
    transition: transform 0.3s ease;
}.DEldKget_support .FwxIrget_contactus:hover svg {
    transform: scale(0.9) translateX(3px);
}.DEldKget_support svg {
    position: relative;
    z-index: 2;
}.DEldKget_support svg path {
    transition: fill 0.3s ease;
}.DEldKget_support .FwxIrget_contactus:hover svg path {
    fill: rgb(145,157,156);
}

@media (min-width: 768px) {.DEldKget_support {
    padding: 6rem 3rem;
}.DEldKget_support .OychHmsg_support {
    grid-template-columns: repeat(2, 1fr);
}.DEldKget_support .OychHmsg_support > div:first-child {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.DEldKget_support {
    padding: 7rem 4rem;
}.DEldKget_support h1 {
    margin-bottom: 3.5rem;
    font-size: calc(39px + 0.25rem);
}.DEldKget_support .OychHmsg_support {
    grid-template-columns: 2fr 1fr 1fr;
}.DEldKget_support .OychHmsg_support > div:first-child {
    grid-column: 1;
    grid-row: span 2;
    align-items: center;
    display: flex;
}.DEldKget_support .CVywjtalk_team {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.DEldKget_support {
    padding: 4rem 1.5rem;
}.DEldKget_support h1 {
    font-size: calc(39px - 0.25rem);
    margin-bottom: 2rem;
}.DEldKget_support .OychHmsg_support > div {
    padding: 1.5rem;
}.DEldKget_support .CVywjtalk_team {
    gap: 1rem;
}.DEldKget_support .FwxIrget_contactus {
    font-size: calc(14px - 0.1rem);
}
}

@media (max-width: 480px) {.DEldKget_support {
    padding: 3.5rem 1.25rem;
}.DEldKget_support h1 {
    font-size: calc(39px - 0.5rem);
}.DEldKget_support .OychHmsg_support > div {
    padding: 1.25rem;
}.DEldKget_support span {
    margin-left: 0;
}}.DHMbyconfidential_cove {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    color: #000000;
    gap: 2rem;
    padding: 2rem;
    font-family: Arial, sans-serif;
}.DHMbyconfidential_cove h1, .DHMbyconfidential_cove h2 {
    margin: 0;
    text-transform: uppercase;
    color: rgb(145,157,156);
    letter-spacing: 0.1em;
    padding: 0.5rem 0;
}.DHMbyconfidential_cove h1 {
    border-bottom: 3px solid rgb(145,157,156);
    font-weight: 700;
    font-size: 46px;
}.DHMbyconfidential_cove h2 {
    border-bottom: 2px solid rgb(110,118,118);
    font-size: 35px;
    font-weight: 600;
}.DHMbyconfidential_cove h3, .DHMbyconfidential_cove h4, .DHMbyconfidential_cove h5, .DHMbyconfidential_cove h6 {
    margin: 10px 0;
}.DHMbyconfidential_cove ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}.DHMbyconfidential_cove ul li {
    align-items: center;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    border-bottom: 1px solid rgb(110,118,118,0.5);
}.DHMbyconfidential_cove ul li:last-child {
    border-bottom: none;
}.DHMbyconfidential_cove ul li::before {
    color: rgb(145,157,156);
    content: '—';
    margin-right: 1rem;
}.DHMbyconfidential_cove p, .DHMbyconfidential_cove span {
    margin: 0 0 1rem 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.DHMbyconfidential_cove div {
    margin: 1rem 0;
}.DHMbyconfidential_cove section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.DHMbyconfidential_cove {
    border-radius: 10px;
    padding: 1.5rem;
    gap: 1rem;
}.DHMbyconfidential_cove h1 {
    font-size: calc(22px * 0.9);
    border-bottom-width: 2px;
}.DHMbyconfidential_cove h2 {
    border-bottom-width: 1px;
    font-size: calc(22px * 0.9);
}.DHMbyconfidential_cove ul li {
    padding: 0.5rem 0;
}.DHMbyconfidential_cove ul li::before {
    margin-right: 0.5rem;
}}.erBnCour_story {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,190,190) 0%, rgba(240, 242, 245, 1) 100%);
    padding: 100px 0 120px;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
}.erBnCour_story::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(145,157,156,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -5%;
    position: absolute;
    content: '';
    filter: blur(40px);
}.erBnCour_story::after {
    width: 250px;
    animation: float 18s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    position: absolute;
    left: -5%;
    z-index: 0;
    content: '';
    background: linear-gradient(45deg, rgb(110,118,118,0.5) 0%, transparent 70%);
    bottom: -10%;
    height: 250px;
    filter: blur(35px);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.erBnCour_story .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.erBnCour_story h1 {
    margin-bottom: 60px;
    letter-spacing: 0.5px;
    font-size: 48px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.erBnCour_story h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    border-radius: 2px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    content: '';
    width: 80px;
    transform: translateX(-50%);
}.erBnCour_story .LznMKclass_pro {
    position: relative;
}.erBnCour_story .LznMKclass_pro ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.erBnCour_story .anckMwhy_choose {
    border-radius: 15px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.erBnCour_story .anckMwhy_choose:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
}.erBnCour_story .anckMwhy_choose::before {
    width: 100%;
    top: 0;
    height: 6px;
    opacity: 0.8;
    transition: height 0.3s ease;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(145,157,156) 0%, rgb(110,118,118) 100%);
}.erBnCour_story .anckMwhy_choose:hover::before {
    height: 8px;
}.erBnCour_story .anckMwhy_choose h4 {
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: calc(20px + 2px);
    margin-bottom: 20px;
    color: #000000;
}.erBnCour_story .anckMwhy_choose h4::after {
    height: 3px;
    width: 40px;
    background: rgb(110,118,118);
    bottom: 0;
    content: '';
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.erBnCour_story .anckMwhy_choose:hover h4::after {
    width: 60px;
}.erBnCour_story .anckMwhy_choose div {
    scrollbar-color: rgb(110,118,118,0.5) transparent;
    color: #000000;
    font-weight: 400;
    line-height: 1.75;
    font-size: 12px;
    scrollbar-width: thin;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 240px;
}.erBnCour_story .anckMwhy_choose div::-webkit-scrollbar {
    width: 6px;
}.erBnCour_story .anckMwhy_choose div::-webkit-scrollbar-track {
    background: transparent;
}.erBnCour_story .anckMwhy_choose div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(110,118,118,0.5);
}

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

@media screen and (max-width: 991px) {.erBnCour_story {
    padding: 80px 0 100px;
}.erBnCour_story h1 {
    font-size: calc(48px - 4px);
    margin-bottom: 50px;
}.erBnCour_story .anckMwhy_choose {
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.erBnCour_story {
    padding: 60px 0 80px;
}.erBnCour_story::before,
  .erBnCour_story::after {
    height: 180px;
    width: 180px;
}.erBnCour_story h1 {
    font-size: calc(48px - 6px);
    margin-bottom: 40px;
}.erBnCour_story h1::after {
    height: 3px;
    width: 60px;
}.erBnCour_story .LznMKclass_pro ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.erBnCour_story .anckMwhy_choose div {
    max-height: 200px;
}
}

@media screen and (max-width: 576px) {.erBnCour_story {
    padding: 50px 0 70px;
}.erBnCour_story h1 {
    font-size: calc(48px - 8px);
}.erBnCour_story .anckMwhy_choose {
    padding: 25px 20px;
}.erBnCour_story .anckMwhy_choose h4 {
    font-size: 20px;
}.erBnCour_story .anckMwhy_choose div {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}}.azTcrcontact_us {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(180,190,190) 0%, rgb(180,190,190) 60%, rgb(145,157,156,0.5) 100%);
    padding: 110px 0;
    position: relative;
}.azTcrcontact_us::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(145,157,156,0.5),
        rgb(145,157,156,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
    width: 50%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.05;
    height: 100%;
}.azTcrcontact_us .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.azTcrcontact_us h2 {
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 28px;
    text-align: center;
}.azTcrcontact_us h2::before {
    transform: translateX(-50%);
    background: rgb(145,157,156);
    position: absolute;
    width: 60px;
    bottom: -15px;
    content: "";
    left: 50%;
    border-radius: 2px;
    height: 4px;
}.azTcrcontact_us .jMZlgrequest_map {
    display: grid;
    grid-template-columns: 1fr 450px;
    position: relative;
    gap: 40px;
    background: transparent;
    align-items: center;
}.azTcrcontact_us .owMNPinline_image {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 550px;
    border-radius: 22px;
    transform: perspective(1000px) rotateY(-5deg);
}.azTcrcontact_us .owMNPinline_image:hover {
    transform: perspective(1000px) rotateY(0deg);
}.azTcrcontact_us .yEahUinquiry_support {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 50px;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 22px;
}.azTcrcontact_us .yEahUinquiry_support:hover {
    transform: perspective(1000px) rotateY(0deg);
}.azTcrcontact_us form {
    width: 100%;
}.azTcrcontact_us form h3 {
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}.azTcrcontact_us form input[type="text"] {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    background: rgb(180,190,190);
    color: #000000;
    border: none;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    transition: all 0.3s ease;
}.azTcrcontact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(145,157,156);
    outline: none;
}.azTcrcontact_us form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.azTcrcontact_us .CrJxVmessage_map {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.azTcrcontact_us .CrJxVmessage_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.azTcrcontact_us .CrJxVmessage_map label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}.azTcrcontact_us .CrJxVmessage_map label::before {
    transition: all 0.3s ease;
    border-radius: 4px;
    height: 22px;
    top: 2px;
    position: absolute;
    width: 22px;
    content: "";
    left: 0;
    background: rgb(180,190,190);
}.azTcrcontact_us .CrJxVmessage_map input[type="checkbox"]:checked + label::before {
    background: rgb(145,157,156);
}.azTcrcontact_us .CrJxVmessage_map input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 6px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 10px;
}.azTcrcontact_us .CrJxVmessage_map label a {
    color: rgb(145,157,156);
    text-decoration: none;
    transition: all 0.3s ease;
}.azTcrcontact_us .CrJxVmessage_map label a:hover {
    color: rgb(110,118,118);
}.azTcrcontact_us form .kIoiyrequest_links {
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    padding: 16px 35px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    background: rgb(145,157,156);
    cursor: pointer;
    font-family: Arial, sans-serif;
}.azTcrcontact_us form .kIoiyrequest_links::after {
    right: 0;
    height: 100%;
    width: 0;
    background: rgb(110,118,118);
    content: "";
    z-index: 0;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
}.azTcrcontact_us form .kIoiyrequest_links:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.azTcrcontact_us form .kIoiyrequest_links span {
    position: relative;
    z-index: 1;
}.azTcrcontact_us svg {
    width: 22px;
    height: 22px;
    fill: rgb(145,157,156);
}.azTcrcontact_us svg path {
    fill: rgb(145,157,156);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {.azTcrcontact_us .jMZlgrequest_map {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.azTcrcontact_us .owMNPinline_image {
    height: 500px;
}.azTcrcontact_us .yEahUinquiry_support {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.azTcrcontact_us {
    padding: 80px 0;
}.azTcrcontact_us .jMZlgrequest_map {
    grid-template-columns: 1fr;
    gap: 40px;
}.azTcrcontact_us .owMNPinline_image {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.azTcrcontact_us .yEahUinquiry_support {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.azTcrcontact_us {
    padding: 60px 0;
}.azTcrcontact_us h2 {
    margin-bottom: 40px;
}.azTcrcontact_us .owMNPinline_image {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.azTcrcontact_us {
    padding: 50px 0;
}.azTcrcontact_us h2 {
    font-size: calc(28px * 0.85);
}.azTcrcontact_us .owMNPinline_image {
    height: 250px;
}.azTcrcontact_us .yEahUinquiry_support {
    padding: 30px 25px;
}.azTcrcontact_us form h3 {
    font-size: calc(18px * 0.9);
}.azTcrcontact_us form .kIoiyrequest_links {
    width: 100%;
}}.wNEXWcookie_message_overlay {
    z-index: 90;
    background: rgb(180,190,190);
    position: fixed;
    border-top: 2px solid rgb(145,157,156);
    width: 100%;
    bottom: 0;
}.ShHRpcookie_all {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.wNEXWcookie_message_overlay h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#ExRPgcookieBannerAlert {
    display: none;
}#ExRPgcookieBannerAlert:checked ~ .wNEXWcookie_message_overlay {
    visibility: hidden;
    opacity: 0;
}.wNEXWcookie_message_overlay p {
    font-size: 18px;
}.HDUphconsent_comply {
    flex-shrink: 0;
    margin-right: 10px;
}.HDUphconsent_comply svg, .HDUphconsent_comply svg path, .HDUphconsent_comply img {
    width: 100px;
    height: 100px;
    fill: rgb(145,157,156);
}.jHbLPcookie_tab {
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid rgb(145,157,156);
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(145,157,156);
    line-height: 35px;
}.wNEXWcookie_message_overlay p a {
    text-decoration: none;
    color: rgb(145,157,156);
}
@media only screen and (max-width: 1200px) {.wNEXWcookie_message_overlay {
    padding: 20px;
}}

.wxbZJwrap-container .wNEXWcookie_message_overlay {
    border: none;
    padding: 40px 0;
    background: rgb(110,118,118);
    box-shadow: rgb(110,118,118,0.5) 0px 0px 40px 39px;
}.wxbZJwrap-container .jHbLPcookie_tab {
    padding: 10px;
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(145,157,156);
    font-size: 20px;
    border: none;
}.wxbZJwrap-container .uIodCdigital_tracking h5, .wxbZJwrap-container .uIodCdigital_tracking p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.HDUphconsent_comply {
    display: none;
}.ShHRpcookie_all {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.wNEXWcookie_message_overlay h5 {
    text-align: center;
}.wNEXWcookie_message_overlay p {
    text-align: center;
}.uIodCdigital_tracking {
    margin-bottom: 20px;
}body .wxbZJwrap-container .jHbLPcookie_tab {
    margin-left: 0;
    margin-bottom: 10px;
}}header {
    position: fixed;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    left: 0;
    border-bottom: 1px solid rgb(145,157,156,0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, 
        rgb(145,157,156) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    top: 0;
    z-index: 1000;
}header:before {
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(145,157,156,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(110,118,118,0.5) 0%, transparent 25%);
    opacity: 0.1;
    content: '';
}header:after {
    pointer-events: none;
    position: absolute;
    content: '';
    opacity: 0.02;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    width: 100%;
}header .ewdUWnav_learn {
    overflow: hidden;
    position: relative;
}header .ewdUWnav_learn:before {
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    width: 200%;
    bottom: 0;
    box-shadow: 0 0 15px rgb(145,157,156), 0 0 35px rgb(145,157,156);
    opacity: 0.7;
    content: '';
    position: absolute;
    left: -50%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(145,157,156) 25%,
        #ffffff 50%,
        rgb(145,157,156) 75%,
        transparent 100%
    );
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 18px 25px;
    margin: 0 auto;
}header .container:before {
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.5;
    content: '';
    pointer-events: none;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}header .xGoWMnav_info {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .xGoWMnav_info:before {
    content: '';
    height: 20px;
    position: absolute;
    width: 20px;
    left: -10px;
    filter: blur(15px);
    background: rgb(145,157,156);
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0.3;
    top: 50%;
    animation: breathe 5s infinite alternate;
}header .xGoWMnav_info:after {
    background: rgb(110,118,118);
    right: -10px;
    animation: breathe 5s infinite alternate-reverse;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    filter: blur(15px);
}header .Qygvamain_head {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}header .Qygvamain_head:before {
    left: -5%;
    filter: blur(5px);
    height: 110%;
    width: 110%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(145,157,156,0.5), 
        transparent
    );
    animation: menuGlow 10s infinite ease-in-out;
    top: -5%;
    content: '';
    opacity: 0.15;
    position: absolute;
}header .sWTPzmain_pagewrap {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 1px #ffffff;
    padding: 8px 2px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 14px;
}header .sWTPzmain_pagewrap:before {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(145,157,156,0.5), 
        transparent
    );
    height: 100%;
    transition: all 0.4s ease;
    transform: skewX(-20deg) scale(0.8, 1);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}header .sWTPzmain_pagewrap:after {
    bottom: -2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    position: absolute;
    filter: blur(0.5px);
    background: linear-gradient(90deg, 
        rgb(145,157,156),
        #ffffff 50%,
        rgb(145,157,156)
    );
    left: 50%;
    height: 2px;
    opacity: 0.8;
    width: 0;
    transform: translateX(-50%);
}header .sWTPzmain_pagewrap:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(145,157,156);
    color: #ffffff;
}header .sWTPzmain_pagewrap:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .sWTPzmain_pagewrap:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(145,157,156),
        0 0 10px rgb(145,157,156);
}header .kWeiQpage_top {
    align-items: center;
    padding: 5px;
    text-decoration: none;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
}header .kWeiQpage_top:before {
    width: 150%;
    height: 150%;
    top: 50%;
    background: radial-gradient(circle, 
        rgb(145,157,156,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    transition: opacity 0.5s ease;
}header .kWeiQpage_top:after {
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(145,157,156), rgb(110,118,118), rgb(145,157,156)) 1;
    left: -5px;
    opacity: 0;
    border: 1px solid transparent;
    position: absolute;
    top: -5px;
}header .kWeiQpage_top:hover:before {
    opacity: 0.3;
}header .kWeiQpage_top:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .kWeiQpage_top svg {
    position: relative;
    filter: drop-shadow(0 0 2px rgb(145,157,156,0.5));
    width: auto;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .kWeiQpage_top:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(145,157,156));
}header .kWeiQpage_top:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(145,157,156), rgb(110,118,118), rgb(145,157,156)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(145,157,156), rgb(110,118,118), rgb(145,157,156)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(145,157,156), rgb(110,118,118), rgb(145,157,156)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .Qygvamain_head {
    gap: 20px;
}header .kWeiQpage_top svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .Qygvamain_head {
    top: 0;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    position: fixed;
    padding: 85px 30px 30px;
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    max-width: 330px;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    right: -100%;
}header .Qygvamain_head:before {
    width: 80%;
    left: 10%;
    animation: none;
    opacity: 0.3;
    top: 70px;
    height: 1px;
}header .Qygvamain_head:after {
    top: 20px;
    opacity: 0.6;
    width: 30px;
    background: transparent;
    height: 30px;
    content: '';
    border: 1px solid rgb(145,157,156,0.5);
    position: absolute;
    right: 20px;
}header .menu.active {
    right: 0;
}header .sWTPzmain_pagewrap {
    padding: 12px 5px;
    text-align: left;
    border-bottom: 1px solid rgb(145,157,156,0.5);
    opacity: 0.8;
    width: 100%;
}header .sWTPzmain_pagewrap:last-child {
    border-bottom: none;
}header .sWTPzmain_pagewrap:hover {
    opacity: 1;
    transform: translateY(0);
}header .kWeiQpage_top {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .kWeiQpage_top svg {
    height: 35px;
}header .Qygvamain_head {
    width: 100%;
    max-width: 100%;
}}.LXruHopening_board {
    min-height: 100vh;
    padding: 0;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.LXruHopening_board .Rwkmxpage_welcome {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100vh;
    position: relative;
    justify-content: flex-start;
}.LXruHopening_board .Rwkmxpage_welcome::before {
    background: linear-gradient(
    135deg,
    rgb(145,157,156,0.5) 0%,
    rgba(30, 60, 114, 0.75) 50%,
    rgb(110,118,118,0.5) 100%
  );
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    backdrop-filter: blur(5px);
    top: 0;
    animation: gradientShift 15s infinite alternate;
    left: 0;
    width: 100%;
}.LXruHopening_board .Rwkmxpage_welcome::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(rgb(110,118,118), 0.2) 100%
  );
    content: "";
    top: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
}.LXruHopening_board .oAdzSlearning_growth {
    position: relative;
    margin-left: calc(1rem + 3vw);
    z-index: 3;
    padding: calc(2rem + 3vw);
    max-width: 85%;
    transform: translateY(-2vh);
    animation: fadeInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.LXruHopening_board .oAdzSlearning_growth > div {
    position: relative;
    overflow: hidden;
}.LXruHopening_board .oAdzSlearning_growth > div:nth-child(1) {
    opacity: 0;
    transform: translateX(-2rem);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-bottom: 1.5rem;
}.LXruHopening_board .oAdzSlearning_growth > div:nth-child(2) {
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    margin-bottom: 2rem;
}.LXruHopening_board .oAdzSlearning_growth > div:nth-child(3) {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
    transform: translateX(-2rem);
}.LXruHopening_board p {
    margin: 0;
    border-left: 3px solid rgb(110,118,118);
    background: linear-gradient(90deg, rgb(145,157,156,0.5), transparent);
    letter-spacing: 0.05em;
    font-size: calc(12px + 0.1rem);
    color: #ffffff;
    transform: skewX(-5deg);
    font-weight: 600;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}.LXruHopening_board .title_style_header {
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    font-size: calc(42px * 1.2);
}.LXruHopening_board .title_style_header::after {
    background: linear-gradient(
    90deg,
    rgb(110,118,118) 0%,
    transparent 100%
  );
    width: 100%;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    bottom: 0;
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    position: absolute;
    left: 0;
}.LXruHopening_board h3 {
    padding: 1rem 1.5rem;
    background: linear-gradient(
    90deg,
    rgba(rgb(145,157,156), 0.3),
    transparent
  );
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    font-size: calc(21px * 1.1);
    border-radius: 0 10px 10px 0;
    max-width: 85%;
    backdrop-filter: blur(5px);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

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

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

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

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

@media (max-width: 1200px) {.LXruHopening_board .oAdzSlearning_growth {
    max-width: 90%;
}.LXruHopening_board .title_style_header {
    font-size: calc(42px * 1.1);
}.LXruHopening_board h3 {
    max-width: 90%;
    font-size: 21px;
}
}

@media (max-width: 992px) {.LXruHopening_board .oAdzSlearning_growth {
    max-width: 95%;
    padding: calc(1.5rem + 2vw);
}.LXruHopening_board .title_style_header {
    font-size: 42px;
}.LXruHopening_board h3 {
    max-width: 95%;
}.LXruHopening_board .Rwkmxpage_welcome::after {
    width: 25%;
}
}

@media (max-width: 768px) {.LXruHopening_board .oAdzSlearning_growth {
    padding: calc(1rem + 2vw);
    margin-left: calc(0.5rem + 2vw);
}.LXruHopening_board .title_style_header {
    font-size: calc(34px * 1.1);
}.LXruHopening_board p {
    font-size: 12px;
}.LXruHopening_board h3 {
    font-size: calc(21px * 1.1);
    padding: 0.75rem 1rem;
}.LXruHopening_board .Rwkmxpage_welcome::after {
    display: none;
}
}

@media (max-width: 576px) {.LXruHopening_board .oAdzSlearning_growth {
    padding: 1rem;
    max-width: 100%;
    margin-left: 1rem;
}.LXruHopening_board .title_style_header {
    font-size: 34px;
}.LXruHopening_board p {
    padding: 0.5rem 1rem;
}.LXruHopening_board h3 {
    padding: 0.5rem 0.75rem;
    font-size: 21px;
}
}