* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



svg {
    height: 30px;
    width: 30px;
}

.wrapper-segment-ED {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.main-learn-JS {
    flex: 1 0 auto;
}

.lang-learn-ix {
    flex: 0 0 auto;
}

.lang-learn-ix {
    position: relative;
    padding: 90px 0 50px;
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}


.online-cookies-iD {
    padding: 20px 5%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(123,122,129) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(155,154,161,0.5);
}

.edu-accept-NO svg, .edu-accept-NO svg path {
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(155,154,161);
}

.edu-accept-NO:hover svg {
    transform: rotate(20deg);
}

.cookie-panel-BM h5 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(155,154,161);
    color: rgb(155,154,161);
}

.cookie-guard-mL {
    border-radius: 10px;
    background: rgb(155,154,161);
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(155,154,161,0.5);
    color: #000000;
    margin-left: 10px;
    font-size: 16px;
    padding: 12px 25px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#cookie-banner-box-kp:checked ~ .modalDataProtection-Ix {
    visibility: hidden;
    opacity: 0;
}

.join-our-community-Wn::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(155,154,161,0.5) 0%, transparent 40%);
}

.join-our-community-Wn .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}

.join-our-community-Wn .knowledge-experts-DE:hover {
    transform: translateY(-5px);
}

.join-our-community-Wn .knowledge-experts-DE::before {
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    left: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(123,122,129,0.5) 0,
        rgb(123,122,129,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.join-our-community-Wn h3::after {
    bottom: -10px;
    width: 60px;
    content: "";
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
    background: rgb(155,154,161);
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease;
}

.join-our-community-Wn .input_holder div {
    flex: 1 1 250px;
    position: relative;
}

.join-our-community-Wn .input_holder input[type="email"] {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    width: 100%;
    color: #000000;
    height: 50px;
    border-radius: 10px;
    font-size: calc(12px * 0.95);
    transition: all 0.3s ease;
}

.join-our-community-Wn .input_holder .email-capture-ES {
    background: rgb(155,154,161);
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    flex: 0 0 auto;
    padding: 0.75rem 1.5rem;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: none;
    z-index: 1;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    position: relative;
    min-height: 50px;
    font-weight: 600;
}

.join-our-community-Wn .input_holder .email-capture-ES:hover::before {
    left: 100%;
}

.join-our-community-Wn .input_holder .email-capture-ES:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.our-team-kh::before {
    z-index: 1;
    left: 0;
    opacity: 0.4;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,154,161,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(123,122,129,0.5) 0%, transparent 25%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.our-team-kh h2::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: rgb(155,154,161);
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 80px;
}

.our-team-kh .teach-method-Uf::before {
    transition: all 0.5s ease;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    background: rgb(155,154,161);
}

.our-team-kh .teach-method-Uf:hover::before {
    height: 100%;
}

.our-team-kh .teach-method-Uf:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.our-team-kh .teach-method-Uf:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.our-team-kh .teach-method-Uf h3 {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 24px;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}

.our-team-kh .teach-method-Uf:hover p {
    transform: translateX(10px);
}

.our-team-kh .teach-method-Uf:first-child {
    border-top: 3px solid rgb(155,154,161);
}

.our-team-kh .container::before {
    left: -10%;
    opacity: 0.2;
    border: 2px solid rgb(155,154,161,0.5);
    width: 20%;
    position: absolute;
    height: 20%;
    top: -10%;
    content: "";
    border-radius: 10px;
    animation: rotate-element 20s linear infinite;
}



.our-team-kh .founder-bio-NJ::before {
    position: absolute;
    width: 1px;
    content: "";
    left: 50%;
    bottom: 0;
    opacity: 0.5;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, rgb(155,154,161,0.5), transparent);
}

.pricing-list-item-NY {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(188,187,193) 0%, rgb(123,122,129,0.5) 100%);
    overflow: hidden;
}

.pricing-list-item-NY::before {
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(155,154,161), 0.03) 40px, rgba(rgb(155,154,161), 0.03) 80px);
    content: "";
}

.pricing-list-item-NY .trial-pricing-Vd {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}

.pricing-list-item-NY .monthly-rate-Mh:hover {
    transform: translateY(-5px);
}

.pricing-list-item-NY .monthly-rate-Mh h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    line-height: 1.3;
}

.pricing-list-item-NY .monthly-rate-Mh:hover h2::after {
    transform: scaleX(1.5);
}

.pricing-list-item-NY .pricing-levels-kr {
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    max-width: 100%;
    word-break: break-word;
    margin-top: 1.5rem;
}

.pricing-list-item-NY .learning-cost-pT {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
}

.pricing-list-item-NY .learning-cost-pT:hover .discount-tier-qN {
    box-shadow: 0 15px 35px rgba(rgb(155,154,161,0.5), 0.15);
}

.pricing-list-item-NY .cost-table-Dg {
    min-height: 280px;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    flex-grow: 1;
}

.pricing-list-item-NY .payment-plan-XV {
    font-weight: 700;
    font-size: calc(24px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    position: relative;
    color: rgb(155,154,161);
    display: block;
}

.pricing-list-item-NY .cost-table-Dg p {
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-top: 1.5rem;
    word-break: break-word;
}

.pricing-list-item-NY .thumbnail-image-kz::after {
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
}

.contact-form-box-UK::before {
    background: linear-gradient(90deg, rgb(155,154,161), rgb(123,122,129));
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    width: 100%;
    position: absolute;
}

.contact-form-box-UK h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
    color: #000000;
    margin-bottom: 60px;
    position: relative;
}

.contact-form-box-UK .thumbnail-image-kz {
    box-shadow: -15px 15px 0 rgb(155,154,161,0.5);
    min-height: 500px;
    position: relative;
    overflow: hidden;
    order: 2;
    border-radius: 10px;
}

.contact-form-box-UK form h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
    font-size: 19px;
}

.contact-form-box-UK form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(155,154,161,0.5);
}

.contact-form-box-UK form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact-form-box-UK .contact-query-Gs input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-box-UK .contact-query-Gs label::before {
    content: "";
    border-radius: 10px;
    height: 22px;
    transition: all 0.2s ease;
    left: 0;
    background: rgb(188,187,193);
    width: 22px;
    top: 2px;
    position: absolute;
}

.contact-form-box-UK .contact-query-Gs input[type="checkbox"]:checked + label::after {
    left: 8px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    height: 10px;
    position: absolute;
    width: 6px;
}

.contact-form-box-UK form .reach-reach-Kb:hover {
    background: rgb(155,154,161);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-form-box-UK svg {
    width: 20px;
    fill: rgb(155,154,161);
    height: 20px;
}

.contact-form-box-UK svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,154,161);
}

.customer-support-ZT::before {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.1) 10px,
        rgba(0, 0, 0, 0.1) 20px
    );
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
}

.customer-support-ZT .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.customer-support-ZT .get-support-OT {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgb(123,122,129);
    grid-template-columns: 1fr;
    padding: 0;
    border: 1px solid rgb(155,154,161,0.5);
    box-shadow: 0 0 30px rgb(155,154,161,0.5),
                inset 0 0 20px rgb(155,154,161,0.5);
    display: grid;
}

.customer-support-ZT .thumbnail-image-kz {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    grid-column: 1 / -1;
}

.customer-support-ZT .thumbnail-image-kz::after {
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgb(123,122,129) 100%
    );
    content: "";
}

.customer-support-ZT .talk-now-lj {
    padding: 2rem;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.9)
    );
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.customer-support-ZT .talk-now-lj::before {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(155,154,161,0.5) 50%, rgb(155,154,161,0.5) 51%, transparent 51%) 0 0 / 40px 100%,
        linear-gradient(0deg, transparent 50%, rgb(155,154,161,0.5) 50%, rgb(155,154,161,0.5) 51%, transparent 51%) 0 0 / 100% 40px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.1;
}

.customer-support-ZT .talk-now-lj p:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
    box-shadow: 0 0 15px rgb(155,154,161,0.5);
}

.customer-support-ZT .talk-now-lj p span {
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}

.customer-support-ZT .talk-now-lj p a {
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 5px;
    color: rgb(155,154,161);
}

.customer-support-ZT .talk-now-lj p a::after {
    height: 1px;
    position: absolute;
    content: "";
    bottom: -2px;
    transform-origin: left;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    background: rgb(155,154,161);
}

.customer-support-ZT .talk-now-lj p:hover svg {
    filter: drop-shadow(0 0 5px rgb(155,154,161));
    stroke: #ffffff;
    transform: translateX(-2px) scale(1.1);
}

.customer-support-ZT .talk-now-lj svg path {
    animation: drawPath 1.5s forwards;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}

.customer-support-ZT .talk-now-lj p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.customer-support-ZT .instant-help-xc {
    padding-top: 1.5rem;
    border-top: 1px dashed rgb(155,154,161,0.5);
    margin-top: 2.5rem;
    position: relative;
}

.customer-support-ZT .get-contactwidget-nS {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 5px rgb(155,154,161,0.5);
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
}

.customer-support-ZT .get-contactwidget-nS svg {
    stroke-linecap: round;
    stroke: rgb(155,154,161);
    height: 18px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 2px rgb(155,154,161));
    stroke-width: 2;
    width: 18px;
    vertical-align: middle;
    animation: pulseIcon 2s infinite;
    margin-right: 8px;
    fill: none;
}

.customer-support-ZT .talk-answer-pb:hover {
    border-color: rgb(155,154,161);
    transform: translateY(-3px) scale(1.05);
    z-index: 2;
    box-shadow: 0 0 20px rgb(155,154,161,0.5);
}

.customer-support-ZT .talk-answer-pb:hover::before {
    opacity: 0.15;
}

.customer-support-ZT .talk-answer-pb svg {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2;
    opacity: 0.8;
    width: 14px;
    fill: none;
    margin-right: 4px;
    vertical-align: middle;
    stroke: rgb(155,154,161);
    transition: all 0.3s ease;
    height: 14px;
}

header::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(155,154,161,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.2;
}

header .head-primary-Bu::before {
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(155,154,161), transparent);
    width: 30%;
    left: 10%;
    top: -10px;
    filter: blur(5px);
    position: absolute;
}

header .head-primary-Bu .head-mentor-tI {
    z-index: 2;
    position: relative;
    padding: 5px;
}

header .head-primary-Bu .head-mentor-tI:hover::before {
    opacity: 0.7;
}

header .head-primary-Bu .head-mentor-tI .main-edu-AH {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

header .head-primary-Bu .head-mentor-tI:hover .main-edu-AH {
    transform: scale(1.05);
}

header .head-primary-Bu .head-mentor-tI .main-edu-AH svg {
    width: auto;
    height: 45px;
}

header .head-primary-Bu .head-bar-jP::before {
    z-index: -1;
    height: 100%;
    border-radius: 21px;
    width: 100%;
    backdrop-filter: blur(5px);
    left: 0;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ a::before {
    background: linear-gradient(135deg, rgb(155,154,161), rgb(123,122,129));
    width: 100%;
    z-index: -1;
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
    height: 100%;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ:hover a::before {
    opacity: 1;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ:hover a {
    color: #ffffff;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(155,154,161), rgb(123,122,129));
}

.lang-learn-ix::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
    opacity: 0.1;
}

.lang-learn-ix .company_holder {
    margin-top: 70px;
    order: 2;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.lang-learn-ix .equity-info-aW {
    order: 1;
    position: relative;
}

.lang-learn-ix .head-core-zX {
    gap: 60px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: flex;
}

.lang-learn-ix .head-bar-jP:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.lang-learn-ix .head-bar-jP:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.lang-learn-ix .head-bar-jP::before {
    inset: 0;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}

.lang-learn-ix .head-bar-jP h5::before {
    position: absolute;
    background: rgb(123,122,129);
    content: '';
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 50px;
}

.lang-learn-ix .head-bar-jP .head-core-zX a {
    text-decoration: none;
    white-space: normal;
    display: flex;
    align-items: center;
    opacity: 0.8;
    word-break: break-word;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.lang-learn-ix .head-bar-jP .head-core-zX a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}

.footer-subscribe-Ff {
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.footer-subscribe-Ff .container {
    text-align: center;
}

.footer-subscribe-Ff .site-map-xO {
    opacity: 0.7;
    font-size: 16px;
    color: #ffffff;
}

footer::after {
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.title-portal-Ck .edu-main-xb {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem;
    position: relative;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.25);
}

.title-portal-Ck .expert-track-mF {
    animation: float 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    max-width: 1100px;
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.2),
    -20px -20px 60px rgba(255, 255, 255, 0.05),
    inset 5px 5px 15px rgba(255, 255, 255, 0.1),
    inset -5px -5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.title-portal-Ck h3 {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: clamp(1.25rem, 3vw, 20px);
    line-height: 1.4;
    opacity: 0.95;
    font-weight: 600;
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    color: #ffffff;
    animation-fill-mode: both;
}

.title-portal-Ck p::before {
    left: 0;
    height: 10px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(123,122,129);
    width: 10px;
    content: "";
    background: rgb(123,122,129);
    top: 50%;
}

.program-details-cb::before {
    filter: blur(60px);
    transform-origin: center;
    top: -25%;
    opacity: 0.6;
    position: absolute;
    height: 150%;
    left: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(155,154,161,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(123,122,129,0.5) 0%, transparent 50%);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    z-index: 0;
    width: 150%;
    content: "";
}

.program-details-cb .container {
    z-index: 2;
    position: relative;
}

.program-details-cb .knowledge-experts-DE {
    gap: 15px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
}

.program-details-cb .lesson-map-Ic::before {
    left: 0;
    z-index: -1;
    border-radius: 25px;
    opacity: 0.15;
    content: "";
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(155,154,161,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(123,122,129,0.5) 0%, transparent 80%);
    position: absolute;
    width: 100%;
}

.program-details-cb .head-mentor-tI {
    height: 110px;
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    width: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    transition: all 0.5s ease;
}

.program-details-cb .head-mentor-tI::before {
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    inset: -4px;
    z-index: -1;
    animation: rotateConic 10s linear infinite;
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        rgb(155,154,161) 0%, 
        rgb(123,122,129) 50%, 
        rgb(155,154,161) 100%
    );
    content: "";
}

.program-details-cb .head-mentor-tI svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,154,161);
}

.program-details-cb h3 {
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding-right: 2rem;
    color: #ffffff;
    transform-origin: left bottom;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 0 20px rgb(155,154,161,0.5);
}

.program-details-cb .thumbnail-image-kz {
    animation: morphShape 20s ease-in-out infinite alternate;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    grid-column: 5 / 13;
    overflow: hidden;
    grid-row: 1 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 500px;
}

.program-details-cb .thumbnail-image-kz::after {
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(188,187,193) 100%
    );
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    opacity: 0.2;
}

.program-details-cb .knowledge-experts-DE:hover .head-mentor-tI {
    transform: rotate(5deg) scale(1.05);
}

.program-details-cb .knowledge-experts-DE:hover .head-mentor-tI svg path {
    fill: rgb(123,122,129);
}

.potential-enrollees-rT::before,
.potential-enrollees-rT::after {
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(155,154,161) 50%, 
        transparent 80%);
    top: 0;
    position: absolute;
    animation: beamScan 8s infinite ease-out;
    opacity: 0;
    height: 100%;
    z-index: -1;
    width: 1px;
    content: '';
}

.potential-enrollees-rT::before {
    left: 25%;
    animation-delay: 0s;
}

.potential-enrollees-rT .knowledge-experts-DE::after {
    animation-delay: 6s;
    bottom: 30%;
}

.potential-enrollees-rT h3 {
    font-size: 33px;
    letter-spacing: 1px;
    position: relative;
    color: rgb(155,154,161);
    font-weight: 600;
    text-align: center;
    margin-bottom: 3.5rem;
}

.potential-enrollees-rT h3::after {
    transform: translateX(-50%) scaleX(0.3);
    position: absolute;
    content: '';
    height: 2px;
    opacity: 0.7;
    width: 100px;
    animation: pulseLine 4s infinite ease-in-out;
    background: rgb(155,154,161);
    left: 50%;
    bottom: -15px;
}

.potential-enrollees-rT ul li::before {
    background: linear-gradient(to bottom, 
        rgb(123,122,129,0.5), 
        rgb(155,154,161,0.5));
    left: 0;
    opacity: 0.5;
    transform-origin: top;
    height: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    width: 3px;
    content: '';
    top: 0;
}

.potential-enrollees-rT ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}

.potential-enrollees-rT ul li:hover::before {
    transform: scaleY(1);
}

.potential-enrollees-rT ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}

.potential-enrollees-rT ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.potential-enrollees-rT ul li svg path {
    fill: rgb(155,154,161);
    transition: fill 0.4s ease;
}



.potential-enrollees-rT::before :nth-child(1) {
    animation-delay: 1s;
}

.potential-enrollees-rT::before :nth-child(3) {
    animation-delay: 5s;
}

.potential-enrollees-rT ul::after {
    width: 30px;
    left: 20px;
    border: 1px solid rgb(123,122,129,0.5);
    opacity: 0.2;
    bottom: 20px;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    content: '';
}

.client-feedback-zF::before {
    z-index: 1;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 75% 20%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
}

.client-feedback-zF h2 {
    font-size: calc(29px * 1.1);
    z-index: 2;
    color: #000000;
    margin-bottom: 3.5rem;
    transform: translateX(10px);
    max-width: 80%;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
}

.client-feedback-zF .container.knowledge-experts-DE {
    z-index: 2;
    position: relative;
}

.client-feedback-zF .review-opinions-np {
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.client-feedback-zF .student-feedback-KF {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5) 90%);
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    border-left: 3px solid rgb(123,122,129);
    overflow: hidden;
}

.client-feedback-zF .student-feedback-KF h3::after {
    bottom: -5px;
    background: rgb(155,154,161);
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    left: 0;
}

.client-feedback-zF .student-feedback-KF .description {
    z-index: 2;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 15px;
    position: relative;
    color: #000000;
}

.client-feedback-zF .student-feedback-KF:hover div {
    transform: rotate(0deg);
}

.client-feedback-zF .student-feedback-KF div::before {
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(155,154,161,0.5), transparent);
}

.client-feedback-zF .student-feedback-KF:hover img {
    transform: scale(1.1);
}

.teaching-experience-lg::before {
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    background: linear-gradient(135deg, rgb(155,154,161,0.5), rgb(123,122,129,0.5));
    filter: blur(25px);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    height: 70%;
    width: 45%;
    right: -10%;
    top: -5%;
}

.teaching-experience-lg .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}

.teaching-experience-lg .student-feedback-KF:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.teaching-experience-lg .student-feedback-KF > div:first-child {
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 320px;
}

.teaching-experience-lg .student-feedback-KF .thumbnail-image-kz {
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(20px);
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.teaching-experience-lg .student-feedback-KF .thumbnail-image-kz::after {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(155,154,161,0.5) 0%,
        transparent 50%
    );
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
}

.teaching-experience-lg .student-feedback-KF .name {
    position: relative;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: calc(24px * 1.1);
}

.teaching-experience-lg .student-feedback-KF > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-size: calc(16px * 0.95);
    font-weight: 600;
    color: rgb(123,122,129);
    margin-top: 0.8rem;
}

.teaching-experience-lg .student-feedback-KF .career-timeline-jg::before {
    color: rgb(155,154,161,0.5);
    top: -20px;
    opacity: 0.2;
    content: "";
    z-index: -1;
    left: -10px;
    font-size: 5rem;
    font-family: serif;
    position: absolute;
}

.gratPage-fh::before {
    z-index: 1;
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(123,122,129,0.5) 0px,
        rgb(123,122,129,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
}

.gratPage-fh .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

.gratPage-fh .knowledge-experts-DE {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    transform: rotateX(2deg) rotateY(1deg);
    transform-style: preserve-3d;
    border-radius: 3px;
}

.gratPage-fh .knowledge-experts-DE > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.gratPage-fh h5 {
    line-height: 1.4;
    transform: translateY(15px);
    font-size: clamp(1.5rem, 2.5vw, 21px);
    font-weight: 700;
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    margin: 0;
}

.gratPage-fh p {
    transform: translateY(20px);
    font-size: clamp(1rem, 1.2vw, 16px);
    opacity: 0;
    max-width: 95%;
    margin: 0;
    line-height: 1.8;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-family: Arial, sans-serif;
    color: #000000;
}

.gratPage-fh a::before {
    left: -15px;
    position: absolute;
    pointer-events: none;
    top: -15px;
    opacity: 0;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border-radius: 3px;
    content: "";
    border: 1px solid rgb(123,122,129,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gratPage-fh a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.privacy-repository-ru {
    padding: 2rem;
    gap: 1.5rem;
    box-shadow: 0 0 10px rgb(155,154,161,0.5);
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background-color: rgb(155,154,161);
}

.privacy-repository-ru h2 {
    border-left: 4px solid rgb(123,122,129);
    padding-left: 0.5rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 34px;
}

.privacy-repository-ru ul {
    list-style: none;
    gap: 0.75rem;
    padding-left: 0;
    margin: 10px 0;
    flex-direction: column;
    display: flex;
}

.privacy-repository-ru ul li::before {
    content: '⭑';
    color: rgb(155,154,161);
    font-size: 1.2rem;
}

.privacy-repository-ru p, .privacy-repository-ru span {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    margin: 5px 0;
    border-radius: 17.2vw;
    background: linear-gradient(147deg, rgb(255, 255, 255, 0.5) 23%, rgb(123,122,129) 46%, rgb(123,122,129,0.5) 10%, rgb(155,154,161) 29%, rgb(155,154,161,0.5) 84%, rgb(188,187,193) 32%);
}

::-webkit-scrollbar-thumb {
    border-radius: 5.8rem;
    box-shadow: 1px 0px 0px 7px rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 64%, rgb(123,122,129) 69%, rgb(123,122,129,0.5) 72%, rgb(155,154,161) 83%, rgb(155,154,161,0.5) 23%, rgb(188,187,193) 30%);
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(123,122,129);
    box-shadow: inset 1px 2px 14px 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-corner {
    background: rgb(123,122,129);
}



@media (max-width: 480px) {.join-our-community-Wn {
    padding: 2.5rem 0;
}.join-our-community-Wn .knowledge-experts-DE {
    padding: 1.5rem;
}.join-our-community-Wn h3 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1rem;
}.join-our-community-Wn h3::after {
    width: 40px;
}.join-our-community-Wn .input_holder {
    margin-top: 1.5rem;
}.join-our-community-Wn .input_holder input[type="email"] {
    height: 45px;
}.join-our-community-Wn .input_holder .email-capture-ES {
    padding: 0.6rem 1.2rem;
    min-height: 45px;
}}



@media screen and (max-width: 768px) {.our-team-kh {
    padding: 60px 0;
}.our-team-kh h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
    padding-bottom: 15px;
}.our-team-kh h2::after {
    width: 60px;
}.our-team-kh .teach-method-Uf {
    padding: 30px;
}.our-team-kh .teach-method-Uf h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}
}



@media (min-width: 768px) {.pricing-list-item-NY .bundle-offer-IV {
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-NY .monthly-rate-Mh {
    padding: 3rem;
}
}



@media (min-width: 992px) {.pricing-list-item-NY .trial-pricing-Vd {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.pricing-list-item-NY .monthly-rate-Mh {
    width: 35%;
    margin: 0;
}.pricing-list-item-NY .bundle-offer-IV {
    width: 65%;
}
}



@media (min-width: 1200px) {.pricing-list-item-NY .bundle-offer-IV {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-NY .cost-table-Dg {
    padding: 2.5rem;
}.pricing-list-item-NY .monthly-rate-Mh h2 {
    font-size: calc(28px + 0.2rem);
}.pricing-list-item-NY .thumbnail-image-kz {
    height: 250px;
}
}



@media screen and (max-width: 991px) {.contact-form-box-UK {
    padding: 90px 0;
}.contact-form-box-UK .message-request-Hs {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-form-box-UK .thumbnail-image-kz {
    min-height: 400px;
    margin: 0 auto;
    order: 1;
    max-width: 600px;
}.contact-form-box-UK .feedback-message-UV {
    order: 2;
}.contact-form-box-UK form {
    max-width: 600px;
    margin: 0 auto;
}
}



@media screen and (max-width: 576px) {.contact-form-box-UK {
    padding: 50px 0;
}.contact-form-box-UK h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.contact-form-box-UK .thumbnail-image-kz {
    box-shadow: -8px 8px 0 rgb(155,154,161,0.5);
    min-height: 250px;
}.contact-form-box-UK form {
    padding: 30px 20px;
}.contact-form-box-UK form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact-form-box-UK form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-form-box-UK form .reach-reach-Kb {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 992px) {.customer-support-ZT::after {
    animation: rotateBackground 40s linear infinite;
}.customer-support-ZT .get-support-OT {
    grid-template-columns: 350px 1fr;
}.customer-support-ZT .talk-now-lj p {
    font-size: calc(18px + 1px);
}.customer-support-ZT .talk-now-lj svg {
    height: 24px;
    width: 24px;
}.customer-support-ZT .ask-questions-rn {
    grid-template-columns: repeat(4, 1fr);
}.customer-support-ZT .talk-answer-pb svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 992px) {header .head-primary-Bu {
    padding: 20px 15px;
    flex-direction: column;
}header .head-primary-Bu .head-mentor-tI {
    margin-bottom: 15px;
}header .head-primary-Bu .head-bar-jP {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ {
    margin: 3px;
}header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 992px) {.lang-learn-ix {
    padding: 70px 0 40px;
}.lang-learn-ix .head-core-zX {
    gap: 40px;
}.lang-learn-ix .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.lang-learn-ix {
    padding: 50px 0 30px;
}.lang-learn-ix .head-core-zX {
    gap: 30px;
    flex-direction: column;
}.lang-learn-ix .head-bar-jP {
    min-width: 100%;
    max-width: 100%;
}.lang-learn-ix .company_holder {
    padding: 20px;
}.lang-learn-ix .knowl-base-fl {
    max-width: 100%;
}
}



@media (max-width: 767px) {.title-portal-Ck .edu-main-xb {
    padding: 2rem 1rem;
    padding-top: 20%;
    align-items: flex-start;
}.title-portal-Ck .expert-track-mF {
    animation: none;
    box-shadow: 
      10px 10px 30px rgba(0, 0, 0, 0.15),
      -10px -10px 30px rgba(255, 255, 255, 0.03),
      inset 3px 3px 10px rgba(255, 255, 255, 0.05),
      inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.5rem;
    transform: none;
}.title-portal-Ck .expert-track-mF > div:first-child {
    margin-bottom: 1.5rem;
}.title-portal-Ck .expert-track-mF > div:first-child::after {
    bottom: -0.75rem;
    height: 3px;
    width: 60px;
}.title-portal-Ck h3 {
    margin-bottom: 1rem;
}.title-portal-Ck p {
    padding-left: 15px;
}.title-portal-Ck p::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 992px) {.program-details-cb {
    padding: 5rem 0;
}.program-details-cb .knowledge-experts-DE {
    gap: 10px;
    min-height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.program-details-cb .lesson-map-Ic {
    grid-row: 2 / 3;
    padding: 2.5rem;
    margin-top: -80px;
    z-index: 5;
    grid-column: 1 / -1;
}.program-details-cb .thumbnail-image-kz {
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 350px;
}.program-details-cb .head-mentor-tI {
    margin-left: auto;
    margin-right: auto;
}.program-details-cb h3 {
    padding-right: 0;
    text-align: center;
}.program-details-cb h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.program-details-cb p {
    text-align: center;
}.program-details-cb .knowledge-experts-DE:hover .thumbnail-image-kz {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program-details-cb .knowledge-experts-DE:hover .lesson-map-Ic {
    transform: translateZ(10px) translateY(-15px);
}
}



@media (max-width: 992px) {.potential-enrollees-rT {
    padding: 4rem 0;
}.potential-enrollees-rT h3 {
    font-size: calc(33px * 0.9);
}.potential-enrollees-rT ul {
    gap: 1rem;
}.potential-enrollees-rT ul li {
    padding: 1.1rem 1.3rem;
}
}



@media (max-width: 991px) {.client-feedback-zF {
    padding: 4rem 0;
}.client-feedback-zF h2 {
    transform: translateX(0);
    text-align: center;
    max-width: 100%;
    font-size: calc(29px * 0.95);
}.client-feedback-zF h2::after {
    left: 50%;
    transform: translateX(-50%);
}.client-feedback-zF .review-opinions-np {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.client-feedback-zF {
    padding: 2.5rem 0;
}.client-feedback-zF h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.75);
}.client-feedback-zF .student-feedback-KF::before {
    font-size: 6rem;
}.client-feedback-zF .student-feedback-KF h3 {
    font-size: 20px;
}.client-feedback-zF .student-feedback-KF .description {
    font-size: calc(15px * 0.95);
}}



@media (min-width: 992px) {.teaching-experience-lg {
    padding: 8rem 0;
}.teaching-experience-lg .student-feedback-KF {
    gap: 2.5rem 4rem;
    padding: 4rem;
    grid-template-columns: 320px 1fr;
}.teaching-experience-lg .student-feedback-KF .name {
    font-size: calc(24px * 1.2);
}.teaching-experience-lg .student-feedback-KF > div:nth-child(2) > div {
    font-size: 16px;
}.teaching-experience-lg .student-feedback-KF .career-timeline-jg {
    font-size: calc(16px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}



@media (max-width: 576px) {.teaching-experience-lg {
    padding: 4rem 0;
}.teaching-experience-lg .student-feedback-KF {
    gap: 1.5rem;
    padding: 2rem;
}.teaching-experience-lg .student-feedback-KF .thumbnail-image-kz {
    max-width: 220px;
}.teaching-experience-lg .student-feedback-KF .name {
    font-size: 24px;
}.teaching-experience-lg .student-feedback-KF > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teaching-experience-lg .student-feedback-KF .career-timeline-jg {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}



@media (max-width: 480px) {.gratPage-fh {
    padding: 2.5rem 0;
}.gratPage-fh .knowledge-experts-DE {
    padding: 1.5rem;
}.gratPage-fh h5 {
    font-size: 1.3rem;
}.gratPage-fh p {
    font-size: 0.95rem;
}.gratPage-fh .knowledge-experts-DE > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.gratPage-fh a::before {
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
}}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(155,154,161,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

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



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(155,154,161), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(155,154,161), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(155,154,161), 0);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(rgb(123,122,129), 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(rgb(123,122,129), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(rgb(123,122,129), 0);
  }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}



@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

