* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1235px;
    max-width: 100%;
}.A-wrap-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.U-nav-class {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.x-honor-cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Y-find-contact {
    background: rgb(244,220,204);
    position: relative;
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
}.Y-find-contact::before {
    content: '';
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(231,183,159,0.5) 0,
            rgb(231,183,159,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(217,144,112,0.5) 0,
            rgb(217,144,112,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.Y-find-contact::after {
    z-index: -1;
    filter: blur(60px);
    animation: floatGlow 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    content: '';
    background: radial-gradient(
        circle at center,
        rgb(231,183,159) 0%,
        transparent 70%
    );
    right: -50%;
    opacity: 0.05;
    height: 100%;
    width: 100%;
}.Y-find-contact .container {
    position: relative;
}.Y-find-contact .z-get-contact {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
}.Y-find-contact .g-write-feedback {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.Y-find-contact .g-write-feedback:nth-child(1) {
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    grid-row: 1 / 3;
    border-radius: 11px;
    grid-column: 1 / 2;
    border-left: 4px solid rgb(231,183,159);
}.Y-find-contact .g-write-feedback:nth-child(1)::before {
    top: 0;
    background: linear-gradient(90deg, rgb(231,183,159,0.5) 0%, transparent 20%);
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 11px;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.2;
}.Y-find-contact .g-write-feedback:nth-child(2) {
    aspect-ratio: 4/3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 11px;
}.Y-find-contact .g-write-feedback:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.Y-find-contact .g-write-feedback .H-img-fluid {
    transition: transform 0.5s ease;
    width: 100%;
    transform: scale(1.05);
    overflow: hidden;
    position: relative;
    height: 100%;
}.Y-find-contact .g-write-feedback .H-img-fluid::after {
    background: linear-gradient(
        to bottom right,
        rgb(231,183,159) 0%,
        transparent 100%
    );
    content: '';
    mix-blend-mode: overlay;
    inset: 0;
    opacity: 0.3;
    position: absolute;
}.Y-find-contact .g-write-feedback .H-img-fluid::before {
    inset: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
    position: absolute;
}.Y-find-contact .g-write-feedback:nth-child(3) {
    background: rgb(231,183,159);
    background-size: 150% 150%, 100% 100%;
    background-image: 
        radial-gradient(circle at top right, rgb(217,144,112) 0%, transparent 80%),
        linear-gradient(135deg, rgb(231,183,159) 0%, rgb(231,183,159) 100%);
    animation: backgroundShift 15s infinite alternate ease-in-out;
    background-position: 100% 0%, 0% 0%;
    grid-row: 2 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-column: 2 / 3;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(5deg);
}.Y-find-contact .g-write-feedback:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.Y-find-contact .g-write-feedback h2 {
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 35px;
}.Y-find-contact .g-write-feedback h2::after {
    content: '';
    width: 60px;
    background: rgb(217,144,112);
    left: 0;
    height: 4px;
    bottom: 0;
    border-radius: 2px;
    position: absolute;
}.Y-find-contact .y-edu-tutor {
    font-size: calc(16px * 1.2);
    margin-bottom: 1.5rem;
    color: rgb(217,144,112);
    letter-spacing: 0.5px;
    font-weight: 600;
}.Y-find-contact .h-edu-asknow {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-weight: 300;
}.Y-find-contact .g-write-feedback > p {
    position: relative;
    color: #000000;
    display: flex;
    margin-bottom: 1.25rem;
    align-items: center;
}.Y-find-contact .g-write-feedback > p svg {
    width: 1.25rem;
    fill: rgb(217,144,112);
    color: rgb(217,144,112);
    height: 1.25rem;
}.Y-find-contact .g-write-feedback > p svg path {
    fill: rgb(217,144,112);
}.Y-find-contact .g-write-feedback > p span {
    font-weight: 600;
    margin-left: 0.5rem;
}.Y-find-contact .V-contact-question {
    backdrop-filter: blur(5px);
    margin-top: 2.5rem;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.Y-find-contact .V-contact-question::before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    background: rgb(217,144,112);
    border-radius: 10px 0 0 10px;
    width: 4px;
}.Y-find-contact .V-contact-question h3 {
    color: rgb(217,144,112);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}.Y-find-contact .Z-query-form {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 0.75rem;
}.Y-find-contact .Z-query-form span {
    font-size: calc(16px * 0.9);
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    padding: 0.75rem 1rem;
    border-radius: 10px;
}.Y-find-contact .Z-query-form span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(217,144,112,0.5);
}.Y-find-contact .A-contact-ask {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.Y-find-contact .A-contact-ask a {
    text-decoration: none;
    flex-direction: column;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    display: flex;
}.Y-find-contact .A-contact-ask a:last-child {
    margin-bottom: 0;
}.Y-find-contact .A-contact-ask a:hover {
    transform: translateX(5px);
}.Y-find-contact .A-contact-ask svg {
    width: 1.5rem;
    top: 0.25rem;
    position: absolute;
    height: 1.5rem;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    left: 0;
}.Y-find-contact .A-contact-ask svg path {
    fill: #ffffff;
}.Y-find-contact .A-contact-ask a span {
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
}.Y-find-contact .A-contact-ask a p {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}.Y-find-contact .A-contact-ask a p::after {
    height: 1px;
    bottom: -5px;
    left: 0;
    position: absolute;
    background: #ffffff;
    content: '';
    transition: width 0.3s ease;
    width: 0;
}.Y-find-contact .A-contact-ask a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.Y-find-contact {
    padding: 80px 0;
}.Y-find-contact .z-get-contact {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.Y-find-contact .g-write-feedback:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.Y-find-contact .z-get-contact {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.Y-find-contact .g-write-feedback:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.Y-find-contact .g-write-feedback:nth-child(2) {
    grid-row: 2 / 3;
    transform: perspective(1000px) rotateY(0);
    grid-column: 1 / 2;
}.Y-find-contact .g-write-feedback:nth-child(3) {
    grid-row: 3 / 4;
    transform: perspective(1000px) rotateY(0);
    grid-column: 1 / 2;
}
}

@media (max-width: 768px) {.Y-find-contact {
    padding: 60px 0;
}.Y-find-contact .g-write-feedback:nth-child(1) {
    padding: 2rem;
}.Y-find-contact .g-write-feedback .H-img-fluid {
    aspect-ratio: 16/9;
}.Y-find-contact .Z-query-form {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.Y-find-contact {
    padding: 40px 0;
}.Y-find-contact .g-write-feedback:nth-child(1) {
    padding: 1.5rem;
}.Y-find-contact .g-write-feedback h2 {
    font-size: calc(35px * 0.9);
}.Y-find-contact .V-contact-question {
    padding: 1.25rem;
}.Y-find-contact .Z-query-form {
    grid-template-columns: 1fr 1fr;
}.Y-find-contact .A-contact-ask a {
    padding-left: 2rem;
}.Y-find-contact .A-contact-ask svg {
    width: 1.25rem;
    height: 1.25rem;
}}.p-instructor-history {
    position: relative;
    padding: 4rem 0;
    background-color: rgb(244,220,204);
    overflow: hidden;
}.p-instructor-history::before {
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.07;
    right: -5%;
    background: linear-gradient(135deg, rgb(231,183,159,0.5), rgb(231,183,159));
    height: 40%;
    z-index: 0;
    width: 40%;
    filter: blur(20px);
    top: -5%;
    content: "";
}.p-instructor-history::after {
    content: "";
    bottom: -5%;
    background: linear-gradient(225deg, rgb(217,144,112), rgb(217,144,112,0.5));
    opacity: 0.07;
    position: absolute;
    left: -5%;
    transform: rotate(-15deg);
    z-index: 0;
    width: 40%;
    height: 40%;
    filter: blur(20px);
}.p-instructor-history .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.p-instructor-history .k-edu-ratings {
    display: grid;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(231,183,159,0.5), 0.04);
    gap: 2rem;
    position: relative;
    border-left: 4px solid rgb(231,183,159);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    padding: 2.5rem;
    grid-template-columns: 1fr;
}.p-instructor-history .k-edu-ratings:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(231,183,159,0.5), 0.06);
}.p-instructor-history .k-edu-ratings::before {
    border-radius: 10px;
    transform: rotate(15deg);
    content: "";
    opacity: 0.05;
    top: 1.5rem;
    width: 80px;
    z-index: -1;
    position: absolute;
    right: 1.5rem;
    height: 80px;
    background: rgb(231,183,159,0.5);
}.p-instructor-history .k-edu-ratings > div:first-child {
    justify-self: center;
}.p-instructor-history .H-img-fluid {
    width: 170px;
    height: 170px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    position: relative;
    transform: perspective(800px) rotateY(5deg);
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
}.p-instructor-history .k-edu-ratings:hover .H-img-fluid {
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
}.p-instructor-history .H-img-fluid::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(231,183,159,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(217,144,112,0.5), 0.2) 100%
    );
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
}.p-instructor-history .H-img-fluid::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    opacity: 0;
    height: 200%;
    top: -50%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 200%;
    position: absolute;
    z-index: 2;
    left: -50%;
    transform: rotate(25deg);
}.p-instructor-history .k-edu-ratings:hover .H-img-fluid::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}.p-instructor-history .name {
    display: inline-block;
    color: #000000;
    position: relative;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin: 0 0 0.75rem;
    font-size: 18px;
}.p-instructor-history .name::after {
    transition: transform 0.35s ease;
    height: 3px;
    left: 0;
    content: "";
    width: 2.5rem;
    bottom: -5px;
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(to right, rgb(231,183,159), rgb(231,183,159,0.5));
    transform: scaleX(0.8);
}.p-instructor-history .k-edu-ratings:hover .name::after {
    transform: scaleX(1);
}.p-instructor-history .k-edu-ratings > div:nth-child(2) > div {
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.85;
    transition: color 0.3s ease, opacity 0.3s ease;
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
    position: relative;
}.p-instructor-history .k-edu-ratings:hover > div:nth-child(2) > div {
    color: rgb(231,183,159);
    opacity: 1;
}.p-instructor-history .k-edu-ratings > div:nth-child(2) > div::before {
    width: 3px;
    transition: height 0.3s ease, top 0.3s ease;
    opacity: 0.75;
    position: absolute;
    left: 0;
    background-color: rgb(217,144,112);
    height: 0.8em;
    top: 0.4em;
    content: "";
}.p-instructor-history .k-edu-ratings:hover > div:nth-child(2) > div::before {
    height: 1.2em;
    top: 0.2em;
}.p-instructor-history .T-exp-achievements {
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
    font-size: 17px;
    border-left: 2px solid rgba(rgb(231,183,159,0.5), 0.3);
    margin: 0;
    transition: border-color 0.3s ease;
    color: #000000;
}.p-instructor-history .k-edu-ratings:hover .T-exp-achievements {
    border-left-color: rgb(231,183,159);
}.p-instructor-history .T-exp-achievements::before {
    position: absolute;
    left: -0.5rem;
    color: rgb(231,183,159,0.5);
    top: -1.5rem;
    opacity: 0.15;
    font-size: 4rem;
    content: "";
    line-height: 1;
}

@media (min-width: 768px) {.p-instructor-history {
    padding: 6rem 0;
}.p-instructor-history .k-edu-ratings {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2rem 3rem;
}.p-instructor-history .k-edu-ratings > div:first-child {
    justify-self: start;
    grid-row: 1 / 3;
}.p-instructor-history .H-img-fluid {
    height: 280px;
    width: 220px;
}.p-instructor-history .name {
    margin: 0 0 1rem;
    font-size: calc(18px * 1.1);
}.p-instructor-history .T-exp-achievements {
    padding-left: 1.5rem;
    font-size: calc(17px * 1.05);
    line-height: 1.75;
}
}

@media (min-width: 992px) {.p-instructor-history {
    padding: 8rem 0;
}.p-instructor-history .k-edu-ratings {
    gap: 2.5rem 4rem;
    padding: 4rem;
    border-left-width: 6px;
    max-width: 90%;
    margin: 0 auto;
}.p-instructor-history .H-img-fluid {
    height: 320px;
    width: 240px;
}.p-instructor-history .k-edu-ratings > div:nth-child(2) > div {
    font-size: calc(17px * 1);
}.p-instructor-history .T-exp-achievements {
    font-size: calc(17px * 1.1);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.p-instructor-history .k-edu-ratings {
    padding: 2rem;
}.p-instructor-history .H-img-fluid {
    margin-bottom: 1rem;
    height: 140px;
    width: 140px;
}.p-instructor-history .name {
    font-size: calc(18px * 0.95);
}.p-instructor-history .k-edu-ratings > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.p-instructor-history .T-exp-achievements {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
    padding-left: 0.75rem;
}
}

@media (hover: none) {.p-instructor-history .k-edu-ratings {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(231,183,159,0.5), 0.04) !important;
}.p-instructor-history .H-img-fluid {
    transform: none !important;
}.p-instructor-history .H-img-fluid::after {
    display: none;
}.p-instructor-history .name::after {
    transform: scaleX(1);
}}.m-modalDataProtection {
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(231,183,159);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 90;
    background: rgb(244,220,204);
}.U-consent-panel {
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}.F-cookie-review {
    flex-shrink: 0;
    margin-right: 15px;
}.F-cookie-review svg {
    transition: fill 0.3s ease;
    fill: rgb(231,183,159);
    height: 60px;
    width: 60px;
}.F-cookie-review svg:hover {
    fill: rgb(217,144,112);
}.v-edu-accept {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.m-modalDataProtection h5 {
    font-size: 20px;
    color: rgb(231,183,159);
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}.m-modalDataProtection p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
}.i-learn-agree {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background: rgb(231,183,159);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 24px;
    line-height: 35px;
    font-size: 17px;
}.i-learn-agree:hover {
    box-shadow: 0 0 10px rgb(217,144,112,0.5);
    background: rgb(217,144,112);
}#R-cookiesGrantPermissionBtn {
    background: rgb(231,183,159);
}#W-disable-tracking-cookies {
    background: rgba(0, 0, 0, 0.5);
}.m-modalDataProtection p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(231,183,159);
}.m-modalDataProtection p a:hover {
    color: rgb(217,144,112);
}
@media only screen and (max-width: 1200px) {.U-consent-panel {
    align-items: center;
    flex-direction: column;
}.F-cookie-review {
    margin-bottom: 15px;
}.v-edu-accept {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.i-learn-agree {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.U-consent-panel {
    padding: 15px;
}.F-cookie-review {
    display: none;
}.m-modalDataProtection h5 {
    font-size: 16px;
}.m-modalDataProtection p {
    font-size: 15px;
}}
#C-usageSettingsPopup {
    display: none;
}#C-usageSettingsPopup:checked ~ .m-modalDataProtection {
    visibility: hidden;
    opacity: 0;
}.Z-gratSpace {
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgb(231,183,159,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.Z-gratSpace::before {
    transform: rotate(-15deg) skewX(10deg);
    height: 70%;
    animation: floatElement 15s ease-in-out infinite;
    background: linear-gradient(220deg, rgb(217,144,112,0.5) 20%, transparent 80%);
    right: -5%;
    width: 40%;
    filter: blur(60px);
    z-index: 1;
    content: "";
    top: -10%;
    position: absolute;
}.Z-gratSpace::after {
    width: 40%;
    animation: floatElement 15s ease-in-out infinite reverse;
    filter: blur(60px);
    height: 70%;
    position: absolute;
    left: -5%;
    bottom: -10%;
    z-index: 1;
    content: "";
    background: linear-gradient(220deg, rgb(231,183,159,0.5) 20%, transparent 80%);
    transform: rotate(15deg) skewX(-10deg);
}.Z-gratSpace .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.Z-gratSpace h2 {
    letter-spacing: -0.01em;
    font-size: 30px;
    transform: translateY(20px);
    margin-right: auto;
    position: relative;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-left: auto;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    max-width: 800px;
}.Z-gratSpace h2::after {
    border-radius: 10px;
    background: rgb(231,183,159);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 80px;
}.Z-gratSpace .B-study-hub {
    animation: slideUp 0.8s forwards 0.5s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 50px;
    opacity: 0;
    transform: translateY(30px);
}.Z-gratSpace .B-study-hub::before {
    left: 0;
    background: linear-gradient(90deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
    height: 6px;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}.Z-gratSpace .B-study-hub::after {
    transform: translateY(-10px);
    right: 20px;
    border-radius: 50%;
    opacity: 0.2;
    height: 160px;
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    content: "";
    width: 160px;
    position: absolute;
    top: 20px;
}.Z-gratSpace ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}.Z-gratSpace li {
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.Z-gratSpace li::before {
    position: absolute;
    content: "";
    width: 12px;
    background: rgb(231,183,159);
    border-radius: 50%;
    top: 8px;
    left: -30px;
    height: 12px;
    animation: pulse 2s infinite;
}.Z-gratSpace span {
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(231,183,159,0.5);
    font-family: Arial, sans-serif;
    font-size: calc(14px * 1.1);
    text-align: left;
    padding-left: 15px;
    line-height: 1.8;
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(231,183,159), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(231,183,159), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(231,183,159), 0);
  }
}

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

@media (max-width: 991px) {.Z-gratSpace {
    padding: 80px 0;
}.Z-gratSpace h2 {
    font-size: calc(30px * 0.85);
}.Z-gratSpace .B-study-hub {
    padding: 40px 30px;
}.Z-gratSpace li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.Z-gratSpace {
    padding: 60px 0;
}.Z-gratSpace h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.7);
}.Z-gratSpace h2::after {
    width: 60px;
    bottom: -10px;
}.Z-gratSpace .B-study-hub {
    padding: 30px 20px;
}.Z-gratSpace li::before {
    display: none;
}.Z-gratSpace span {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.Z-gratSpace {
    padding: 40px 0;
}.Z-gratSpace h2 {
    font-size: calc(30px * 0.6);
    margin-bottom: 25px;
}.Z-gratSpace .B-study-hub {
    padding: 25px 15px;
}.Z-gratSpace span {
    padding-left: 10px;
    border-left: 2px solid rgb(231,183,159,0.5);
}}.L-course-program-description {
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.L-course-program-description::before {
    top: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(231,183,159,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
}.L-course-program-description::after {
    height: 300px;
    content: "";
    width: 300px;
    right: -50px;
    z-index: 0;
    transform: rotate(-15deg);
    border: 4px solid rgb(217,144,112,0.5);
    bottom: -50px;
    pointer-events: none;
    position: absolute;
}.L-course-program-description .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.L-course-program-description .a-career-classes {
    transform: translateY(30px);
    display: flex;
    gap: 40px;
    opacity: 0;
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
}.L-course-program-description .H-img-fluid {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: 380px;
    transform: translateX(-20px);
}.L-course-program-description .H-img-fluid::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgb(231,183,159,0.5) 100%);
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
}.L-course-program-description .H-img-fluid::after {
    animation: float 6s ease-in-out infinite;
    content: "";
    top: 20px;
    z-index: -1;
    background: rgb(217,144,112);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
    position: absolute;
    width: 80px;
    right: -20px;
    transform: rotate(15deg);
}.L-course-program-description .O-caption-holder {
    padding: 30px;
    position: relative;
    background: #ffffff;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
}.L-course-program-description .O-caption-holder::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    left: 0;
    transition: height 0.6s ease-out;
    height: 0;
    position: absolute;
    content: "";
    width: 5px;
}.L-course-program-description .O-caption-holder:hover::before {
    height: 100%;
}.L-course-program-description h3 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    padding-bottom: 15px;
    font-size: 29px;
    position: relative;
    transition: transform 0.4s ease-out;
}.L-course-program-description h3::after {
    content: "";
    height: 3px;
    width: 80px;
    bottom: 0;
    background: rgb(231,183,159);
    position: absolute;
    left: 0;
    transition: width 0.4s ease-out;
}.L-course-program-description .O-caption-holder:hover h3 {
    transform: translateX(15px);
}.L-course-program-description .O-caption-holder:hover h3::after {
    width: 120px;
}.L-course-program-description p.description {
    margin-bottom: 20px;
    color: #000000;
    opacity: 1;
    line-height: 1.75;
    display: block;
    position: relative;
    font-size: 14px;
}.L-course-program-description span.description {
    display: none;
}.L-course-program-description .a-career-classes:hover .H-img-fluid {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

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

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

@media (min-width: 768px) {.L-course-program-description .a-career-classes {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.L-course-program-description .H-img-fluid {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
}.L-course-program-description .O-caption-holder {
    padding: 40px;
    flex: 1.2;
    transform: perspective(1000px) rotateY(2deg);
}.L-course-program-description .a-career-classes:hover .H-img-fluid {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.L-course-program-description .a-career-classes:hover .O-caption-holder {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.L-course-program-description {
    padding: 150px 0;
}.L-course-program-description .a-career-classes {
    gap: 80px;
}.L-course-program-description .H-img-fluid {
    height: 520px;
}.L-course-program-description .O-caption-holder {
    padding: 50px;
}.L-course-program-description h3 {
    font-size: calc(29px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.L-course-program-description {
    padding: 80px 0;
}.L-course-program-description h3 {
    font-size: calc(29px * 0.85);
}.L-course-program-description p.description {
    font-size: calc(14px * 0.95);
}.L-course-program-description .O-caption-holder {
    padding: 25px 20px;
}
}

@media (hover: hover) {.L-course-program-description .O-caption-holder:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(244,220,204);
    padding: 1rem 0;
    z-index: 100;
    position: relative;
    width: 100%;
}header::before {
    left: 0;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(231,183,159,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(217,144,112,0.5) 100%);
}header .container {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 2%;
    max-width: 100%;
    z-index: 1;
}header .c-site-head {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}header .O-top-page {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: flex;
    grid-area: logo;
    justify-content: center;
    position: relative;
    align-items: center;
}header .O-top-page::after {
    height: 2px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(231,183,159), 
        rgb(217,144,112), 
        rgb(231,183,159), 
        transparent);
}header .O-top-page svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .O-top-page:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .F-head-pagebar {
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    padding: 0.6rem;
    grid-area: menu;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 23px;
    gap: 0.5rem;
    display: flex;
}header .T-nav-primary {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    background: #ffffff;
}header .T-nav-primary:hover {
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(231,183,159,0.5);
    background: linear-gradient(135deg, rgb(231,183,159), rgb(217,144,112));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .O-top-page svg {
    width: 140px;
}header .F-head-pagebar {
    gap: 0.4rem;
    padding: 0.5rem;
}header .T-nav-primary {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .c-site-head {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "F-head-pagebar";
}header .O-top-page {
    padding: 0.4rem;
}header .O-top-page svg {
    width: 130px;
}header .F-head-pagebar {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .T-nav-primary {
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .O-top-page svg {
    width: 120px;
}header .F-head-pagebar {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
}header .F-head-pagebar::-webkit-scrollbar {
    height: 2px;
}header .F-head-pagebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(231,183,159);
}header .T-nav-primary {
    flex-shrink: 0;
    white-space: nowrap;
}}.G-meet-us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.G-meet-us::before {
    z-index: 1;
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(217,144,112,0.5), rgba(0, 0, 0, 0.5) 70%);
}.G-meet-us::after {
    right: -50px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    top: -50px;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    width: 200px;
    opacity: 0.1;
    background: rgb(231,183,159);
    height: 200px;
}.G-meet-us .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}.G-meet-us .O-caption-holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(1deg);
    overflow: hidden;
    padding: 50px;
    transition: transform 0.5s ease-out;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.G-meet-us .O-caption-holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.G-meet-us .O-caption-holder::before {
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.G-meet-us h1 {
    margin-bottom: 30px;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    letter-spacing: -0.5px;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 48px;
}.G-meet-us h1::after {
    width: 80px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    height: 3px;
    background: rgb(231,183,159);
    position: absolute;
}.G-meet-us .O-caption-holder:hover h1::after {
    width: 120px;
}.G-meet-us ul {
    animation: fadeUp 1s 0.5s forwards ease-out;
    list-style: none;
    opacity: 0;
    transform: translateY(20px);
    padding: 0;
    margin: 0;
}.G-meet-us li {
    margin-bottom: 20px;
}.G-meet-us h4 {
    margin-bottom: 15px;
    color: rgb(231,183,159);
    display: inline-block;
    font-size: 23px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
}.G-meet-us h4::before {
    position: absolute;
    bottom: -5px;
    height: 1px;
    background: rgb(231,183,159,0.5);
    content: "";
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0);
    left: 0;
    width: 100%;
}.G-meet-us .O-caption-holder:hover h4::before {
    transform: scaleX(1);
}.G-meet-us span {
    text-align: justify;
    display: block;
    column-count: 2;
    column-gap: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
}.G-meet-us span::first-letter {
    font-weight: 700;
    color: rgb(217,144,112);
    font-size: 1.5em;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (max-width: 1200px) {.G-meet-us {
    padding: 100px 0;
}.G-meet-us .O-caption-holder {
    padding: 40px;
}
}

@media (max-width: 992px) {.G-meet-us h1 {
    font-size: calc(48px * 0.9);
}.G-meet-us span {
    column-count: 1;
}.G-meet-us .O-caption-holder {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.G-meet-us {
    padding: 80px 0;
}.G-meet-us .O-caption-holder {
    padding: 30px;
}.G-meet-us h1 {
    margin-bottom: 20px;
    font-size: calc(48px * 0.8);
}.G-meet-us span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.G-meet-us {
    padding: 60px 0;
}.G-meet-us .O-caption-holder {
    padding: 25px 20px;
}.G-meet-us h1 {
    font-size: calc(48px * 0.7);
}.G-meet-us span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.G-meet-us .O-caption-holder::before {
    width: 3px;
}
}

@media (max-width: 480px) {.G-meet-us {
    padding: 50px 0;
}.G-meet-us .container {
    padding: 0 15px;
}.G-meet-us h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.G-meet-us h1::after {
    width: 60px;
    height: 2px;
}.G-meet-us .O-caption-holder:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.G-meet-us .O-caption-holder,
  .G-meet-us h1,
  .G-meet-us ul,
  .G-meet-us h4::before,
  .G-meet-us::after {
    transition: none;
    animation: none;
    transform: none;
}}.S-price-offer {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.S-price-offer::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    content: "";
    position: absolute;
}.S-price-offer .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.S-price-offer .Y-program-rate {
    position: relative;
}.S-price-offer h2 {
    animation: fadeInUp 0.8s forwards 0.3s;
    font-size: calc(34px * 1.2);
    color: #ffffff;
    font-weight: 700;
    transform: translateY(10px);
    margin-bottom: 20px;
    opacity: 0;
    text-align: center;
    position: relative;
}.S-price-offer .W-tuition-grid {
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.5s;
    line-height: 1.6;
    max-width: 700px;
    font-size: calc(18px * 1.1);
    opacity: 0;
    transform: translateY(10px);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 40px;
}.S-price-offer .i-cost-deals {
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.S-price-offer .i-cost-deals li {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    height: 100%;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
}.S-price-offer .i-cost-deals li:nth-child(1) {
    --i: 1;
}.S-price-offer .i-cost-deals li:nth-child(2) {
    --i: 2;
}.S-price-offer .i-cost-deals li:nth-child(3) {
    --i: 3;
}.S-price-offer .i-cost-deals li:nth-child(4) {
    --i: 4;
}.S-price-offer .k-cert-cost {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
    height: 100%;
}.S-price-offer .k-cert-cost:hover {
    transform: translateY(-10px);
}.S-price-offer .i-payment-deals {
    padding: 30px;
    position: relative;
    border-left: 3px solid rgb(231,183,159);
    border-radius: 3px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.4s ease;
}.S-price-offer .k-cert-cost:hover .i-payment-deals {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.S-price-offer .i-payment-deals::before {
    content: "";
    transform-origin: left;
    background: linear-gradient(to right, 
        rgb(231,183,159), 
        rgb(217,144,112));
    left: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    height: 5px;
}.S-price-offer .k-cert-cost:hover .i-payment-deals::before {
    transform: scaleX(1);
}.S-price-offer .F-learning-deals {
    height: 100%;
    flex-direction: column;
    display: flex;
}.S-price-offer .F-learning-deals h4 {
    font-size: calc(20px * 1.1);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
}.S-price-offer .F-learning-deals h4::after {
    left: 0;
    bottom: 0;
    height: 3px;
    background: rgb(231,183,159);
    position: absolute;
    width: 40px;
    transition: width 0.4s ease;
    content: "";
}.S-price-offer .k-cert-cost:hover .F-learning-deals h4::after {
    width: 60px;
}.S-price-offer .F-learning-deals p {
    margin: 0 0 25px;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
}.S-price-offer .Y-price-grid {
    color: rgb(217,144,112);
    font-weight: 700;
    transition: color 0.3s ease;
    display: block;
    position: relative;
    padding-top: 15px;
    margin-top: auto;
    font-size: calc(20px * 1.2);
    border-top: 1px solid rgba(255,255,255,0.1);
}.S-price-offer .k-cert-cost:hover .Y-price-grid {
    color: rgb(231,183,159);
}

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

@media (max-width: 991px) {.S-price-offer {
    padding: 80px 0;
}.S-price-offer h2 {
    font-size: 34px;
}.S-price-offer .W-tuition-grid {
    font-size: 18px;
    margin-bottom: 30px;
}.S-price-offer .i-cost-deals {
    gap: 20px;
}.S-price-offer .i-payment-deals {
    padding: 25px;
}
}

@media (max-width: 767px) {.S-price-offer {
    padding: 60px 0;
}.S-price-offer .i-cost-deals {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.S-price-offer .F-learning-deals h4 {
    font-size: 20px;
}.S-price-offer .Y-price-grid {
    font-size: 20px;
}
}

@media (max-width: 480px) {.S-price-offer {
    padding: 50px 0;
}.S-price-offer h2 {
    font-size: calc(34px * 0.9);
}.S-price-offer .W-tuition-grid {
    font-size: calc(18px * 0.9);
}.S-price-offer .i-payment-deals {
    padding: 20px;
}}.x-welcome-section {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.x-welcome-section .T-study-fast {
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.x-welcome-section .T-study-fast::before {
    z-index: 2;
    background: linear-gradient(
    135deg,
    rgb(231,183,159,0.5) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    rgb(217,144,112,0.5) 100%
  );
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}.x-welcome-section .T-study-fast::after {
    height: 100%;
    width: 100%;
    opacity: 0.1;
    content: "";
    z-index: 3;
    top: 0;
    animation: patternMove 60s linear infinite;
    background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 30px
  );
    left: 0;
    position: absolute;
}.x-welcome-section .X-edu-philosophy {
    backdrop-filter: blur(5px);
    max-width: 85%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 95%,
    95% 100%,
    0% 100%
  );
    z-index: 5;
}.x-welcome-section .X-edu-philosophy::before {
    position: absolute;
    bottom: -2px;
    top: -2px;
    left: -2px;
    background: linear-gradient(
    45deg,
    rgb(231,183,159) 0%,
    transparent 40%,
    transparent 60%,
    rgb(217,144,112) 100%
  );
    content: "";
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 95%,
    95% 100%,
    0% 100%
  );
    z-index: -1;
    opacity: 0.5;
    right: -2px;
    filter: blur(8px);
    transform: translateZ(-10px);
}.x-welcome-section h1 {
    opacity: 0;
    font-weight: 700;
    text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideInFromLeft 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-size: calc(38px * 1.1);
}.x-welcome-section h1::after {
    width: 80px;
    animation: growLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    background: rgb(231,183,159);
    height: 3px;
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
}.x-welcome-section h3 {
    padding-right: 10%;
    animation: slideInFromRight 0.9s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.05);
    line-height: 1.4;
    font-weight: 600;
}.x-welcome-section p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
    padding-left: 20px;
    font-weight: 400;
    position: relative;
    opacity: 0;
    animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
}.x-welcome-section p::before {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    width: 12px;
    position: absolute;
    height: 2px;
    background-color: rgb(231,183,159);
}@keyframes slideInFromLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(-5px);
    opacity: 1;
  }
}

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

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

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

@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

.x-welcome-section:hover .T-study-fast {
    transform: scale(1.02);
}.x-welcome-section:hover .X-edu-philosophy {
    transform: perspective(1000px) rotateX(1deg) translateZ(30px);
}

@media (max-width: 1200px) {.x-welcome-section .X-edu-philosophy {
    max-width: 90%;
    padding: 2.5rem;
}.x-welcome-section h1 {
    font-size: calc(38px * 0.95);
}.x-welcome-section h3 {
    padding-right: 5%;
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 992px) {.x-welcome-section .X-edu-philosophy {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg) translateZ(10px);
}.x-welcome-section h1 {
    font-size: calc(38px * 0.85);
}.x-welcome-section h3 {
    padding-right: 0;
}
}

@media (max-width: 768px) {.x-welcome-section .X-edu-philosophy {
    transform: perspective(1000px) rotateX(0deg) translateZ(0);
    max-width: 95%;
    padding: 1.8rem;
}.x-welcome-section h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.75);
}.x-welcome-section h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 1rem;
}.x-welcome-section p {
    font-size: calc(16px * 0.95);
}.x-welcome-section:hover .X-edu-philosophy {
    transform: perspective(1000px) rotateX(0deg) translateZ(5px);
}
}

@media (max-width: 576px) {.x-welcome-section .X-edu-philosophy {
    padding: 1.5rem;
}.x-welcome-section h1 {
    font-size: calc(38px * 0.65);
}.x-welcome-section h3 {
    font-size: calc(24px * 0.85);
}.x-welcome-section p {
    padding-left: 15px;
    font-size: calc(16px * 0.9);
}.x-welcome-section p::before {
    width: 8px;
}.x-welcome-section .X-edu-philosophy::before {
    filter: blur(5px);
}}.h-connect-with-us {
    position: relative;
    background: rgb(244,220,204);
    overflow: hidden;
    padding: 90px 0;
}.h-connect-with-us::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(231,183,159), 0.05) 49%, rgba(rgb(231,183,159), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(217,144,112), 0.05) 49%, rgba(rgb(217,144,112), 0.05) 51%, transparent 52%);
    content: "";
}.h-connect-with-us .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.h-connect-with-us h2 {
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 3px solid rgb(231,183,159);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 50px;
    font-size: 34px;
    position: relative;
}.h-connect-with-us .z-support-info {
    display: flex;
    position: relative;
    border-radius: 26px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.h-connect-with-us .H-img-fluid {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    min-height: 550px;
}.h-connect-with-us .q-message-box {
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
}.h-connect-with-us .q-message-box::before {
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-position: 0 0, 15px 15px;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}.h-connect-with-us #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.h-connect-with-us h3 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    color: rgb(231,183,159);
    margin-bottom: 30px;
}.h-connect-with-us input[type="text"] {
    border: none;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    color: #000000;
    border-left: 3px solid rgb(231,183,159);
    width: 100%;
    background: rgb(244,220,204);
    transition: all 0.3s ease;
}.h-connect-with-us input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(217,144,112);
    outline: none;
    background: #ffffff;
}.h-connect-with-us input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.h-connect-with-us .u-inquiry-list {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}.h-connect-with-us .u-inquiry-list input[type="checkbox"] {
    width: 22px;
    transition: all 0.3s ease;
    background: rgb(244,220,204);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    appearance: none;
    height: 22px;
    border: 2px solid rgb(244,220,204);
    margin-top: 3px;
}.h-connect-with-us .u-inquiry-list input[type="checkbox"]:checked {
    border-color: rgb(231,183,159);
    background: rgb(231,183,159);
}.h-connect-with-us .u-inquiry-list input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 50%;
    position: absolute;
    height: 10px;
    width: 5px;
    top: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
}.h-connect-with-us .u-inquiry-list label {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
}.h-connect-with-us .u-inquiry-list a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(231,183,159);
    position: relative;
}.h-connect-with-us .u-inquiry-list a:hover {
    color: rgb(217,144,112);
}.h-connect-with-us .u-inquiry-list a::after {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    background: rgb(231,183,159);
    transition: all 0.3s ease;
    height: 1px;
}.h-connect-with-us .u-inquiry-list a:hover::after {
    height: 2px;
    background: rgb(217,144,112);
}.h-connect-with-us .P-query-grid {
    align-self: flex-start;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    font-size: 19px;
    overflow: hidden;
    padding: 15px 35px;
    background: rgb(231,183,159);
    margin-top: 15px;
    font-weight: 600;
    color: #ffffff;
}.h-connect-with-us .P-query-grid::after {
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    top: 50%;
    left: 50%;
    transition: all 0.6s ease;
    position: absolute;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 50%;
}.h-connect-with-us .P-query-grid:hover {
    background: rgb(217,144,112);
}.h-connect-with-us .P-query-grid:hover::after {
    height: 300%;
    width: 300%;
}.h-connect-with-us svg {
    height: 20px;
    fill: rgb(231,183,159);
    width: 20px;
    transition: all 0.3s ease;
}.h-connect-with-us svg path {
    transition: all 0.3s ease;
    fill: rgb(231,183,159);
}.h-connect-with-us svg:hover {
    fill: rgb(217,144,112);
}.h-connect-with-us svg:hover path {
    fill: rgb(217,144,112);
}

@media (max-width: 992px) {.h-connect-with-us {
    padding: 70px 0;
}.h-connect-with-us .z-support-info {
    flex-direction: column;
}.h-connect-with-us .H-img-fluid {
    min-height: 300px;
    flex: 0 0 auto;
}.h-connect-with-us .q-message-box {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.h-connect-with-us {
    padding: 60px 0;
}.h-connect-with-us h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.h-connect-with-us .q-message-box {
    padding: 35px 25px 45px;
}.h-connect-with-us #contact {
    gap: 20px;
}.h-connect-with-us .H-img-fluid {
    min-height: 250px;
}
}

@media (max-width: 576px) {.h-connect-with-us {
    padding: 50px 0;
}.h-connect-with-us .container {
    padding: 0 15px;
}.h-connect-with-us h2 {
    font-size: calc(34px - 6px);
    margin-bottom: 30px;
}.h-connect-with-us .q-message-box {
    padding: 30px 20px 40px;
}.h-connect-with-us .P-query-grid {
    width: 100%;
}.h-connect-with-us .H-img-fluid {
    min-height: 200px;
}}footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}footer::before {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    animation: gradientShift 15s ease infinite;
    backdrop-filter: blur(8px);
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(231,183,159,0.5) 50%, rgb(217,144,112,0.5) 100%);
    position: absolute;
}.x-honor-cta {
    position: relative;
    padding: 4.5rem 0 2rem;
}.x-honor-cta::before {
    left: 0;
    content: "";
    animation: shimmer 8s linear infinite;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(231,183,159) 25%, 
                #ffffff 50%, 
                rgb(217,144,112) 75%, 
                transparent 100%);
    position: absolute;
    top: 0;
    height: 1px;
    right: 0;
}.x-honor-cta .container {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
}.x-honor-cta .company_holder {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    padding: 1.5rem;
    border-radius: 22px;
    margin-right: 2rem;
}.x-honor-cta .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(231,183,159,0.5);
}.x-honor-cta .company_holder h3 {
    margin-bottom: 1.25rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: calc(28px * 0.85);
    font-weight: 700;
}.x-honor-cta .company_holder h3::after {
    width: 100%;
    transform: scaleX(0.3);
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(231,183,159), rgb(217,144,112));
    transform-origin: left;
    bottom: -8px;
    content: "";
    transition: transform 0.5s ease;
}.x-honor-cta .company_holder:hover h3::after {
    transform: scaleX(1);
}.x-honor-cta .a-quiz-links {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 450px;
    line-height: 1.6;
    margin-top: 1rem;
}.x-honor-cta .o-support-cta {
    position: relative;
    flex: 1 1 450px;
}.x-honor-cta .i-main-skill {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}.x-honor-cta .o-support-cta .i-main-skill {
    justify-content: flex-end;
}.x-honor-cta .F-head-pagebar {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border-radius: 22px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.x-honor-cta .F-head-pagebar h5 {
    display: inline-block;
    font-size: 21px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.25rem;
}.x-honor-cta .F-head-pagebar h5::before {
    transition: width 0.3s ease;
    width: 40px;
    bottom: -6px;
    left: 0;
    background: rgb(231,183,159);
    content: "";
    height: 2px;
    position: absolute;
}.x-honor-cta .F-head-pagebar:hover h5::before {
    width: 100%;
}.x-honor-cta .F-head-pagebar .i-main-skill {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.x-honor-cta .F-head-pagebar a {
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}.x-honor-cta .F-head-pagebar a::before {
    background: linear-gradient(to right, rgb(231,183,159), rgb(217,144,112));
    content: "";
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    position: absolute;
    height: 1px;
}.x-honor-cta .F-head-pagebar a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.x-honor-cta .F-head-pagebar a:hover::before {
    width: 100%;
}.Z-youtube-chan {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
}.Z-youtube-chan::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(217,144,112) 25%, 
                #ffffff 50%, 
                rgb(231,183,159) 75%, 
                transparent 100%);
    left: 0;
    right: 0;
}.Z-youtube-chan .container {
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}.Z-youtube-chan .E-design-res {
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    font-size: 14px;
    position: relative;
}.Z-youtube-chan .E-design-res:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(231,183,159,0.5);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.x-honor-cta {
    padding: 3.5rem 0 2rem;
}.x-honor-cta .container {
    flex-direction: column;
}.x-honor-cta .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.x-honor-cta .o-support-cta {
    flex: 1 1 100%;
}.x-honor-cta .o-support-cta .i-main-skill {
    justify-content: space-between;
}.x-honor-cta .F-head-pagebar {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.x-honor-cta {
    padding: 3rem 0 1.5rem;
}.x-honor-cta::before {
    height: 2px;
}.x-honor-cta .company_holder {
    padding: 1.25rem;
}.x-honor-cta .F-head-pagebar {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.x-honor-cta .o-support-cta .i-main-skill {
    flex-direction: column;
}.Z-youtube-chan {
    padding: 1.25rem 0;
}.Z-youtube-chan::before {
    height: 2px;
}
}

@media (max-width: 576px) {.x-honor-cta {
    padding: 2.5rem 0 1rem;
}.x-honor-cta .company_holder h3 {
    font-size: calc(28px * 0.75);
}.x-honor-cta .a-quiz-links {
    font-size: calc(14px * 0.9);
}.x-honor-cta .F-head-pagebar h5 {
    font-size: calc(21px * 0.9);
}.x-honor-cta .F-head-pagebar a {
    font-size: calc(14px * 0.9);
}.Z-youtube-chan .E-design-res {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.x-honor-cta .i-main-skill a::after {
    left: -10px;
    height: 4px;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    background: rgb(231,183,159);
    width: 4px;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    top: 50%;
}.x-honor-cta .i-main-skill a:hover::after {
    transform: translateY(-50%) scale(1);
}.x-honor-cta .a-quiz-links::before {
    left: -10px;
    top: -10px;
    height: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    position: absolute;
    width: 0;
}.x-honor-cta .a-quiz-links::after {
    position: absolute;
    width: 0;
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    content: "";
    height: 0;
    border: 1px solid transparent;
}.x-honor-cta .company_holder:hover .a-quiz-links::before {
    border-right-color: rgb(231,183,159,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-top-color: rgb(231,183,159,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.x-honor-cta .company_holder:hover .a-quiz-links::after {
    height: calc(100% + 20px);
    border-left-color: rgb(217,144,112,0.5);
    border-bottom-color: rgb(217,144,112,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
}.w-secure-safe {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(245, 245, 250, 0.95) 100%);
    color: #000000;
    overflow: hidden;
    padding: 5rem 2rem;
}.w-secure-safe::before {
    background: linear-gradient(90deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 8px;
    left: 0;
}.w-secure-safe::after {
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background-size: 20px 20px;
    content: "";
}.w-secure-safe .container {
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1140px;
}.w-secure-safe h1 {
    padding-bottom: 1rem;
    transform-style: preserve-3d;
    position: relative;
    color: rgb(231,183,159);
    font-size: calc(45px * 1.2);
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    margin-bottom: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.w-secure-safe h1::after {
    width: 80px;
    height: 4px;
    transition: width 0.4s ease-out;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112,0.5));
    position: absolute;
    transform-origin: left;
}.w-secure-safe h1:hover::after {
    width: 120px;
}.w-secure-safe h2 {
    transition: transform 0.35s ease-out;
    margin: 3rem 0 1.5rem;
    position: relative;
    color: rgb(217,144,112);
    font-size: 33px;
    font-weight: 600;
    padding-left: 1.2rem;
    transform: translateX(0);
}.w-secure-safe h2::before {
    width: 8px;
    left: 0;
    background: rgb(231,183,159,0.5);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    height: 85%;
}.w-secure-safe h2:hover {
    transform: translateX(5px);
}.w-secure-safe h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(33px * 0.85);
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
}.w-secure-safe h3::before {
    background: rgb(217,144,112,0.5);
    height: 70%;
    top: 50%;
    left: 0;
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    content: "";
}.w-secure-safe h4 {
    font-weight: 600;
    color: #000000;
    font-size: calc(20px * 1.1);
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    position: relative;
}.w-secure-safe h4::before {
    left: 0;
    width: 4px;
    content: "";
    position: absolute;
    height: 60%;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(217,144,112,0.5);
}.w-secure-safe p {
    padding: 0.5rem 0;
    transform: translateZ(0);
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.35s ease;
    max-width: 90%;
}.w-secure-safe p strong {
    padding-bottom: 2px;
    color: #000000;
    position: relative;
    display: inline-block;
}.w-secure-safe p strong::after {
    transition: transform 0.35s ease-out;
    background: rgb(231,183,159,0.5);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transform-origin: right;
    height: 1px;
    transform: scaleX(0);
}.w-secure-safe p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}.w-secure-safe ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
}.w-secure-safe ul::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(231,183,159,0.5), transparent);
}.w-secure-safe li {
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: calc(18px * 0.97);
    padding: 0.8rem 0 0.8rem 2rem;
    line-height: 1.7;
    color: #000000;
}.w-secure-safe li::before {
    content: "";
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    top: 1.2rem;
    border: 2px solid rgb(231,183,159);
    width: 10px;
    transition: all 0.3s ease;
    left: 0;
    opacity: 0.8;
}.w-secure-safe li:hover {
    transform: translateX(5px);
}.w-secure-safe li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(231,183,159,0.5);
}.w-secure-safe span {
    border-left: 3px solid rgb(217,144,112);
    transition: all 0.3s ease;
    font-size: calc(18px * 0.95);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    display: block;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
    color: #000000;
}.w-secure-safe span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {.w-secure-safe {
    padding: 7rem 3rem;
}.w-secure-safe h1 {
    font-size: calc(45px * 1.3);
    margin-bottom: 3rem;
}.w-secure-safe p {
    max-width: 80%;
}.w-secure-safe h2 {
    padding-left: 1.5rem;
}.w-secure-safe h2::before {
    width: 10px;
}.w-secure-safe span {
    max-width: calc(100% - 6rem);
    margin-left: 3rem;
}
}

@media (max-width: 991px) {.w-secure-safe h1 {
    font-size: calc(45px * 1.1);
}.w-secure-safe h2 {
    font-size: calc(33px * 0.95);
}.w-secure-safe p, .w-secure-safe span {
    max-width: 100%;
}
}

@media (max-width: 767px) {.w-secure-safe {
    padding: 4rem 1.5rem;
}.w-secure-safe h1 {
    margin-bottom: 2rem;
    font-size: 45px;
}.w-secure-safe h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.w-secure-safe h3, .w-secure-safe h4 {
    padding-left: 0.7rem;
}.w-secure-safe ul {
    padding-left: 0.5rem;
}.w-secure-safe li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.w-secure-safe li::before {
    width: 8px;
    height: 8px;
}.w-secure-safe span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
}
}

@media (max-width: 480px) {.w-secure-safe {
    padding: 3rem 1rem;
}.w-secure-safe h1 {
    font-size: calc(45px * 0.9);
}.w-secure-safe h2 {
    font-size: calc(33px * 0.9);
}.w-secure-safe h3 {
    font-size: calc(20px * 1.1);
}.w-secure-safe h4 {
    font-size: 20px;
}.w-secure-safe p, .w-secure-safe li, .w-secure-safe span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.h-learning-system {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 7rem 2rem;
    position: relative;
    min-height: 80vh;
    background: linear-gradient(45deg, rgb(244,220,204) 0%, rgb(231,183,159,0.5) 100%);
}.h-learning-system::before {
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(225deg, rgb(217,144,112) 0%, rgb(231,183,159,0.5) 70%);
    width: 60%;
    border-radius: 50%;
    height: 60%;
    right: -10%;
    top: -10%;
    content: '';
    position: absolute;
    filter: blur(60px);
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}

.h-learning-system::after {
    bottom: 0;
    position: absolute;
    animation: gridMove 30s linear infinite;
    height: 100%;
    opacity: 0.15;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(231,183,159,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(217,144,112,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
    width: 100%;
    content: '';
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.h-learning-system .B-study-hub {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
}.h-learning-system .O-caption-holder {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 15px 0 15px 15px;
    position: relative;
    transform: translateX(0);
    padding: 4rem;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    width: 55%;
}.h-learning-system .O-caption-holder:hover {
    transform: translateX(-10px);
}.h-learning-system .O-caption-holder::before {
    border-radius: 10px 0 0 0;
    content: '';
    position: absolute;
    width: 30px;
    left: -15px;
    top: -15px;
    height: 30px;
    border-top: 4px solid rgb(231,183,159);
    border-left: 4px solid rgb(231,183,159);
}.h-learning-system .O-caption-holder::after {
    content: '';
    border-bottom: 4px solid rgb(217,144,112);
    width: 30px;
    bottom: -15px;
    height: 30px;
    border-left: 4px solid rgb(217,144,112);
    border-radius: 0 0 0 10px;
    left: -15px;
    position: absolute;
}.h-learning-system h2 {
    margin-bottom: 2rem;
    color: rgb(231,183,159);
    position: relative;
    padding-bottom: 1.5rem;
    font-size: 35px;
    font-weight: 700;
}.h-learning-system h2::after {
    bottom: 0;
    transition: width 0.3s ease;
    height: 4px;
    width: 80px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    content: '';
    left: 0;
}.h-learning-system .O-caption-holder:hover h2::after {
    width: 120px;
}.h-learning-system p {
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
}.h-learning-system .O-caption-holder::before,
.h-learning-system .O-caption-holder::after {
    transition: all 0.3s ease;
}.h-learning-system .O-caption-holder:hover::before {
    transform: translate(-5px, -5px);
}.h-learning-system .O-caption-holder:hover::after {
    transform: translate(-5px, 5px);
}@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

.h-learning-system::before,
.h-learning-system::after {
    animation-play-state: running;
}.h-learning-system:hover::before,
.h-learning-system:hover::after {
    animation-play-state: paused;
}

@media (max-width: 992px) {.h-learning-system {
    padding: 5rem 1.5rem;
}.h-learning-system .O-caption-holder {
    padding: 3rem;
    width: 70%;
}.h-learning-system h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.h-learning-system {
    padding: 4rem 1rem;
}.h-learning-system .B-study-hub {
    justify-content: center;
}.h-learning-system .O-caption-holder {
    padding: 2.5rem;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
}.h-learning-system h2 {
    font-size: calc(35px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.h-learning-system p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.h-learning-system {
    min-height: auto;
    padding: 3rem 1rem;
}.h-learning-system .O-caption-holder {
    padding: 2rem;
}.h-learning-system h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1rem;
}.h-learning-system h2::after {
    height: 3px;
    width: 60px;
}.h-learning-system .O-caption-holder:hover h2::after {
    width: 90px;
}.h-learning-system p {
    font-size: calc(15px * 0.9);
}.h-learning-system .O-caption-holder::before,
    .h-learning-system .O-caption-holder::after {
    height: 20px;
    width: 20px;
}}.k-newsletter-subscription {
    position: relative;
    padding: 5rem 2rem;
    background: rgb(244,220,204);
    overflow: hidden;
}.k-newsletter-subscription::before {
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}.k-newsletter-subscription::after {
    opacity: 0.1;
    height: 40%;
    width: 70%;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(217,144,112,0.5) 5px,
            rgb(217,144,112,0.5) 8px
        );
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    content: "";
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}.k-newsletter-subscription .B-study-hub {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.k-newsletter-subscription .E-inquiry-block {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    border-radius: 29px;
    display: grid;
    position: relative;
}.k-newsletter-subscription .E-inquiry-block::before {
    opacity: 0.3;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(217,144,112,0.5) 50%);
    content: "";
    top: 0;
}.k-newsletter-subscription h3 {
    font-weight: 700;
    grid-column: 1;
    margin: 0;
    z-index: 2;
    padding: 3rem 2rem;
    position: relative;
    font-size: 21px;
    color: #000000;
}.k-newsletter-subscription h3::after {
    left: 2rem;
    height: 4px;
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
    width: 60px;
    transition: transform 0.3s ease;
    background: rgb(231,183,159);
    bottom: 30px;
    position: absolute;
}.k-newsletter-subscription .E-inquiry-block:hover h3::after {
    transform: scaleX(1.5);
}.k-newsletter-subscription .input_holder {
    padding: 2rem;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    z-index: 2;
    grid-column: 2;
    display: flex;
}.k-newsletter-subscription .input_holder::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(231,183,159,0.5) 0%,
            transparent 60%
        );
    left: 0;
    content: "";
    top: 0;
}.k-newsletter-subscription input[type="email"] {
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: transparent;
    color: #000000;
    padding: 1rem 1.5rem;
    font-size: 13px;
}.k-newsletter-subscription input[type="email"]:focus {
    border-color: rgb(231,183,159);
    outline: none;
}.k-newsletter-subscription input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.k-newsletter-subscription input[type="submit"] {
    padding: 1rem 1.5rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgb(231,183,159);
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}.k-newsletter-subscription input[type="submit"]::before {
    z-index: -1;
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    top: 0;
    content: "";
    height: 100%;
    background: rgb(217,144,112);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.k-newsletter-subscription input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.k-newsletter-subscription input[type="submit"]:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.k-newsletter-subscription .E-inquiry-block::after {
    z-index: 2;
    top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: skewX(-10deg);
    width: 40px;
    background: #ffffff;
    left: calc(50% - 20px);
    position: absolute;
    content: "";
    bottom: 0;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.k-newsletter-subscription {
    padding: 4rem 1.5rem;
}.k-newsletter-subscription .E-inquiry-block {
    grid-template-columns: 1fr;
}.k-newsletter-subscription h3 {
    text-align: center;
    padding: 2rem 2rem 1rem;
    grid-column: 1;
}.k-newsletter-subscription h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.k-newsletter-subscription .E-inquiry-block:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.k-newsletter-subscription .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.k-newsletter-subscription .E-inquiry-block::after {
    height: 40px;
    right: 0;
    width: 100%;
    top: calc(33% - 20px);
    left: 0;
    transform: skewY(-10deg);
}
}

@media (max-width: 480px) {.k-newsletter-subscription {
    padding: 3rem 1rem;
}.k-newsletter-subscription .E-inquiry-block {
    width: 100%;
}.k-newsletter-subscription h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: calc(21px * 0.9);
}.k-newsletter-subscription .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.k-newsletter-subscription input[type="email"] {
    padding: 0.8rem 1rem;
}.k-newsletter-subscription input[type="submit"] {
    padding: 0.8rem 1rem;
}}.p-customer-comments {
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(rgb(217,144,112,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.p-customer-comments::before {
    background: radial-gradient(circle at 20% 30%, rgba(rgb(231,183,159,0.5), 0.07) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.p-customer-comments::after {
    right: -5%;
    height: 30%;
    width: 30%;
    z-index: 1;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(rgb(217,144,112,0.5), 0.1) 0%, transparent 70%);
    bottom: -5%;
}.p-customer-comments .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.p-customer-comments h2 {
    text-align: left;
    color: #000000;
    letter-spacing: -0.5px;
    font-size: 29px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    transform: translateX(5px);
}.p-customer-comments h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
    left: 0;
    position: absolute;
    transform-origin: left center;
    animation: pulse 3s infinite alternate;
    bottom: -12px;
    width: 80px;
    height: 3px;
}.p-customer-comments .G-review-highlights {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.p-customer-comments .k-edu-ratings {
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 30px 25px;
    background: #ffffff;
    isolation: isolate;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.p-customer-comments .k-edu-ratings:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.p-customer-comments .k-edu-ratings::before {
    z-index: -1;
    right: 20px;
    color: rgba(rgb(231,183,159,0.5), 0.05);
    position: absolute;
    content: "";
    line-height: 1;
    top: -20px;
    font-family: serif;
    font-size: 150px;
}.p-customer-comments .k-edu-ratings::after {
    height: 4px;
    bottom: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    transition: transform 0.4s ease-out;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
}.p-customer-comments .k-edu-ratings:hover::after {
    transform: scaleX(1);
}.p-customer-comments .k-edu-ratings div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}.p-customer-comments .k-edu-ratings img {
    border-radius: 50%;
    transition: transform 0.3s ease;
    object-fit: cover;
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 60px;
}.p-customer-comments .k-edu-ratings:hover img {
    transform: scale(1.1);
}.p-customer-comments .k-edu-ratings h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 0 15px;
    position: relative;
}.p-customer-comments .k-edu-ratings h4::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -5px;
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    background-color: rgb(217,144,112);
}.p-customer-comments .k-edu-ratings:hover h4::after {
    width: 100%;
}.p-customer-comments .k-edu-ratings .description {
    margin: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.3s ease;
    color: #000000;
}.p-customer-comments .k-edu-ratings:hover .description {
    transform: translateY(-3px);
}.p-customer-comments a {
    background: linear-gradient(135deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
    box-shadow: 0 8px 25px rgba(rgb(231,183,159,0.5), 0.3);
    color: #ffffff;
    padding: 14px 32px;
    display: inline-block;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}.p-customer-comments a::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(217,144,112) 0%, rgb(231,183,159) 100%);
    left: 0;
    content: "";
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
}.p-customer-comments a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(rgb(231,183,159,0.5), 0.4);
}.p-customer-comments a:hover::before {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {.p-customer-comments {
    padding: 100px 0 70px;
}.p-customer-comments .G-review-highlights {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.p-customer-comments {
    padding: 80px 0 60px;
}.p-customer-comments h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.p-customer-comments .G-review-highlights {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.p-customer-comments .k-edu-ratings {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.p-customer-comments {
    padding: 70px 0 50px;
}.p-customer-comments h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.p-customer-comments .G-review-highlights {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.p-customer-comments .k-edu-ratings {
    padding: 20px 18px;
}.p-customer-comments .k-edu-ratings div {
    margin-bottom: 15px;
}.p-customer-comments .k-edu-ratings img {
    width: 50px;
    height: 50px;
}.p-customer-comments a {
    margin-top: 40px;
    padding: 12px 26px;
}
}

@media (max-width: 576px) {.p-customer-comments {
    padding: 60px 0 40px;
}.p-customer-comments h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.p-customer-comments .k-edu-ratings {
    padding: 18px 15px;
}.p-customer-comments .k-edu-ratings img {
    width: 45px;
    height: 45px;
}.p-customer-comments .k-edu-ratings h4 {
    font-size: calc(22px * 0.9);
}.p-customer-comments .k-edu-ratings .description {
    font-size: calc(14px * 0.95);
}.p-customer-comments a {
    padding: 10px 22px;
    font-size: calc(17px * 0.9);
}
}