.container {
    margin: auto;
    max-width: 100%;
    width: 1129px;
}

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

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

.k-contest-info {
    flex: 0 0 auto;
}

html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}


.H-cookieNotificationPanel {
    border-top: 3px solid rgb(133,160,157);
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    justify-content: center;
    background: rgb(168,195,193);
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
}

.T-privacy-opt {
    flex-shrink: 0;
    margin-right: 20px;
}

.i-edu-accept {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}

.i-edu-accept p {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
}

.i-edu-accept p a {
    text-decoration: underline;
    color: rgb(133,160,157);
}

.cookie_button.u-cookie-eductrl {
    margin-right: 10px;
}

#A-cookieDialogAlert {
    display: none;
}

#A-cookieDialogAlert:checked ~ .H-cookieNotificationPanel {
    opacity: 0;
    visibility: hidden;
}


footer {
    width: 100%;
    position: relative;
}

footer .k-contest-info::before {
    background: linear-gradient(90deg, rgb(133,160,157) 25%, rgb(98,121,116) 25%, rgb(98,121,116) 50%, rgb(133,160,157) 50%, rgb(133,160,157) 75%, rgb(98,121,116) 75%);
    content: "";
    height: 20px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

footer .info_item {
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex: 1 1 250px;
    transition: all 0.3s ease;
}

footer .info_item::after {
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    height: 3px;
    background-color: rgb(133,160,157);
    bottom: 0;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .t-top-lesson {
    position: relative;
    padding: 0 25px;
}

footer .Q-goal-footer {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    max-width: 350px;
    line-height: 1.6;
}

footer .j-page-head h5 {
    font-size: 23px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #ffffff;
}

footer .R-top-primary {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

footer .R-top-primary a:hover {
    color: #ffffff;
    transform: translateY(-3px);
    background-color: rgb(133,160,157);
}

footer .subscribe_holder {
    padding: 30px 25px;
    position: relative;
    border-radius: 14px;
    background-color: rgb(98,121,116,0.5);
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 25px;
}

footer .input_holder::before {
    opacity: 0.1;
    position: absolute;
    right: -10px;
    content: "";
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: rgb(133,160,157);
    border-radius: 50%;
    top: -10px;
}

footer .input_holder input[type="email"] {
    font-size: 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 10px;
    color: rgb(98,121,116);
    transition: all 0.3s ease;
}

footer .U-sub-verification {
    position: relative;
    padding: 15px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    background-color: rgb(133,160,157);
    overflow: hidden;
    border: none;
}

footer .U-sub-verification:hover {
    background-color: rgb(98,121,116);
}

footer .t-eng-center {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.g-reach-out {
    background: linear-gradient(135deg, rgb(168,195,193) 0%, rgb(168,195,193) 50%, rgb(133,160,157,0.5) 150%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}

.g-reach-out::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(133,160,157) 15%, 
        rgb(98,121,116) 35%, 
        rgb(133,160,157) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
}

.g-reach-out .S-img-zoom-effect::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(133,160,157) 0,
        rgb(133,160,157) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    width: 100%;
    mix-blend-mode: color-burn;
    left: 0;
    height: 100%;
    opacity: 0.03;
    position: absolute;
}

.g-reach-out .D-request-section {
    z-index: 2;
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(168,195,193),
        0 0 30px rgb(133,160,157,0.5);
    border-radius: 10px;
}

.g-reach-out .m-connect-message::after {
    position: absolute;
    height: 40px;
    right: 20px;
    border-right: 2px solid rgb(133,160,157,0.5);
    content: "";
    opacity: 0.5;
    border-top: 2px solid rgb(133,160,157,0.5);
    width: 40px;
    top: 20px;
}

.g-reach-out .m-connect-message h3 {
    border-bottom: 1px solid rgb(168,195,193);
    text-transform: none;
    letter-spacing: normal;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 0 10px 0;
}

.g-reach-out .m-connect-message input[type="text"],
.g-reach-out .m-connect-message textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: rgb(168,195,193);
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #000000;
}

.g-reach-out .m-connect-message input[type="text"]:focus::placeholder,
.g-reach-out .m-connect-message textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry label {
    position: relative;
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    padding-left: 35px;
}

.g-reach-out .m-connect-message .E-inquiry-inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(133,160,157);
    background: rgb(133,160,157);
}

.g-reach-out .m-connect-message .E-inquiry-inquiry a {
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(133,160,157,0.5) 2px
    );
    background-repeat: no-repeat;
    color: rgb(133,160,157);
    text-decoration: none;
    transition: background-size 0.3s ease;
    font-weight: 600;
    background-size: 0% 100%;
    transition: all 0.3s ease;
}

.g-reach-out .m-connect-message .d-request-map::before {
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(98,121,116) 0%,
        rgb(98,121,116) 10%,
        rgb(133,160,157) 10%,
        rgb(133,160,157) 20%
    );
    transition: opacity 0.4s ease;
    opacity: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    background-size: 200% 200%;
}

.g-reach-out .m-connect-message .d-request-map:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}

.g-reach-out .L-query-reach::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(133,160,157,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(133,160,157,0.5) 0%, transparent 10px);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 60px 60px;
    content: "";
    opacity: 0.1;
}

.g-reach-out .L-query-reach h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    color: #000000;
}

.g-reach-out .L-query-reach .k-support-inquiry {
    padding: 0;
    margin: 0;
    list-style: none;
}

.g-reach-out .L-query-reach .k-support-inquiry li::before {
    content: "";
    position: absolute;
    background: rgb(133,160,157);
    width: 3px;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
}

.g-reach-out .L-query-reach .k-support-inquiry li::after {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background: rgb(133,160,157,0.5);
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    opacity: 0;
}

.g-reach-out .L-query-reach .k-support-inquiry li svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 15px;
    z-index: 2;
}

.g-reach-out .L-query-reach .k-support-inquiry li:hover svg path {
    fill: rgb(98,121,116);
}

.g-reach-out .L-query-reach .k-support-inquiry li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}

.g-reach-out .L-query-reach .k-support-inquiry li a:hover {
    color: rgb(133,160,157);
}

.g-reach-out .L-query-reach .k-support-inquiry li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.m-program-structure {
    position: relative;
    background: rgb(168,195,193);
    padding: 90px 0;
    overflow: hidden;
    z-index: 1;
}

.m-program-structure::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(133,160,157,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(98,121,116,0.5) 0%, transparent 40%);
    top: 0;
}

.m-program-structure .e-master-program {
    gap: 40px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.m-program-structure .S-img-zoom-effect:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.m-program-structure .S-img-zoom-effect::before {
    inset: 0;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(133,160,157,0.5) 100%);
    content: "";
    position: absolute;
}

.m-program-structure .O-learn-more {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    position: relative;
    padding: 40px;
    z-index: 1;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.m-program-structure .O-learn-more::before {
    height: 5px;
    content: "";
    border-radius: 25px 25px 0 0;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(133,160,157), 
                rgb(98,121,116));
}

.m-program-structure .t-top-lesson {
    justify-content: center;
    padding: 15px;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: inline-flex;
    background: rgb(168,195,193);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.m-program-structure .t-top-lesson svg {
    height: auto;
    width: 80px;
    transition: transform 0.3s ease;
}

.m-program-structure .t-top-lesson:hover svg path {
    fill: rgb(98,121,116);
}

.m-program-structure .O-learn-more h3::after {
    width: 50px;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    background: rgb(133,160,157);
    left: 0;
    height: 3px;
    bottom: 0;
}

.m-program-structure .O-learn-more p {
    position: relative;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.D-thankYouWeb::before {
    height: 100%;
    pointer-events: none;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
}

.D-thankYouWeb .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    width: 90%;
    position: relative;
}

.D-thankYouWeb .e-master-program::before {
    position: absolute;
    content: "";
    animation: float 8s infinite ease-in-out;
    background: linear-gradient(135deg, 
        rgb(133,160,157,0.5) 0%, 
        transparent 70%);
    top: -10%;
    filter: blur(20px);
    height: 200px;
    width: 200px;
    z-index: -1;
    opacity: 0.7;
    right: -10%;
    border-radius: 50%;
}

.D-thankYouWeb .e-master-program:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}

.D-thankYouWeb h5 {
    color: rgb(133,160,157);
    display: inline-block;
    font-size: 22px;
    margin: 0 0 1rem;
    position: relative;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.D-thankYouWeb a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.D-thankYouWeb a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: rgb(133,160,157);
    transform: translateY(-3px);
}

.D-thankYouWeb p {
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: all 0.4s ease;
}

.f-plan-box .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.e-price-view {
    position: relative;
}

.f-plan-box .Z-cost-breakdown {
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 700px;
    position: relative;
    font-size: 14px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

.f-plan-box .F-premium-grid li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.f-plan-box .P-package-price {
    transform: translateZ(0);
    height: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.f-plan-box .P-package-price:hover .X-pricing-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}

.f-plan-box .X-pricing-card::before {
    position: absolute;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(133,160,157), rgb(98,121,116));
    top: 0;
    left: 0;
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    height: 6px;
}

.f-plan-box .P-package-price:hover .g-fee-package h4 {
    color: rgb(133,160,157);
}

.f-plan-box .g-fee-package h4::after {
    width: 40px;
    left: 0;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    background: rgb(133,160,157);
    height: 3px;
    position: absolute;
}

.f-plan-box .Z-cost-summary {
    font-size: calc(19px * 1.4);
    align-self: flex-start;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    padding: 12px 25px;
}

.f-plan-box .P-package-price:hover .Z-cost-summary::before {
    left: 100%;
}

.R-take-a-spin {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(98,121,116,0.5), rgb(133,160,157,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    z-index: 1;
    margin: 5rem 0;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.R-take-a-spin::after {
    filter: blur(50px);
    transform: translateY(-10%) scale(1.5);
    z-index: -1;
    opacity: 0.4;
    height: 100%;
    right: -10%;
    top: 0;
    position: absolute;
    content: "";
    width: 50%;
    background: radial-gradient(
        circle at center,
        rgb(133,160,157,0.5) 0%,
        transparent 70%
    );
}

.R-take-a-spin h2::after {
    left: 50%;
    background: rgb(133,160,157);
    bottom: -0.75rem;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    height: 3px;
    content: "";
    width: 80px;
    transform-origin: center;
}

.R-take-a-spin .e-master-program {
    gap: 2.5rem;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    align-items: center;
    transform: translateY(0) scale(1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 80%;
    padding: 1.5rem;
}

.R-take-a-spin svg path {
    transition: fill 0.3s ease;
    fill: rgb(133,160,157);
}

.R-take-a-spin .d-request-map {
    transform: translateZ(0);
    padding: 1rem 2.5rem;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 200px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(133,160,157), rgb(98,121,116));
    overflow: hidden;
}

.R-take-a-spin .d-request-map:hover::before {
    transform: translateX(100%);
}



@container (max-width: 500px) {.R-take-a-spin .container {
    padding: 0 1rem;
}}

header::before {
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(133,160,157,0.5) 0%, transparent 50%, rgb(133,160,157,0.5) 100%);
    content: "";
    opacity: 0.15;
    width: 100%;
    top: 0;
    height: 100%;
}

header .Y-header-lead .t-top-lesson {
    position: relative;
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
}

header .Y-header-lead .t-top-lesson::before,
header .Y-header-lead .t-top-lesson::after {
    position: absolute;
    content: "";
    height: 90%;
    width: 90%;
    border-radius: 22px;
}

header .Y-header-lead .t-top-lesson::before {
    transform-origin: top left;
    top: -5px;
    left: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(133,160,157);
    border-top: 2px solid rgb(133,160,157);
}

header .Y-header-lead .t-top-lesson .m-top-guide svg {
    height: 60px;
    width: auto;
}

header .Y-header-lead .j-page-head::before,
header .Y-header-lead .j-page-head::after {
    position: absolute;
    height: 70%;
    width: 2px;
    top: 15%;
    content: "";
    background: rgb(133,160,157,0.5);
}

header .Y-header-lead .j-page-head::before {
    left: 0;
}

header .Y-header-lead .j-page-head::after {
    right: 0;
}

header .Y-header-lead .j-page-head .G-top-pagebar:not(:last-child)::after {
    top: 20%;
    right: 0;
    width: 1px;
    background: rgb(98,121,116,0.5);
    position: absolute;
    content: "";
    height: 60%;
}

header .Y-header-lead .j-page-head .G-top-pagebar a:hover {
    color: rgb(133,160,157);
}

header .Y-header-lead .j-page-head .G-top-pagebar a::before {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: rgb(98,121,116);
    content: "";
    left: 0;
}

.F-company-overview {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}

.F-company-overview::after {
    right: -50%;
    z-index: 2;
    height: 200%;
    content: "";
    width: 100%;
    top: -50%;
    transform: rotate(35deg);
    background: linear-gradient(45deg, 
        rgb(133,160,157,0.5) 0%,
        transparent 60%);
    pointer-events: none;
    position: absolute;
}

.F-company-overview .W-text-box-content {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    grid-template-columns: 1fr;
    position: relative;
    gap: 25px;
    display: grid;
}

.F-company-overview .W-text-box-content > div:first-child::before {
    top: 50%;
    content: "";
    animation: growHeight 0.5s ease-out forwards 0.8s;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(98,121,116);
    left: 0;
    height: 0;
    width: 4px;
}

.F-company-overview p {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(15px * 1.5);
    margin: 0 0 5px;
}

.F-company-overview p b {
    display: inline-block;
    position: relative;
}

.F-company-overview ol {
    margin: 0;
    counter-reset: item;
    padding: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    transform: translateY(30px);
    opacity: 0;
}

.F-company-overview ol li::before {
    pointer-events: none;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
    background: linear-gradient(90deg, 
        rgb(133,160,157,0.5) 0%,
        transparent 20%);
    top: 0;
    position: absolute;
    height: 100%;
}

.F-company-overview ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.R-privacy-chamber {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(168,195,193) 0%, rgba(248, 248, 252, 0.95) 100%);
    padding: 80px 0;
    position: relative;
}

.R-privacy-chamber::after {
    width: 250px;
    bottom: -10%;
    transform: rotate(15deg);
    left: -5%;
    filter: blur(70px);
    background: linear-gradient(to right, rgb(98,121,116,0.5), rgb(133,160,157,0.5));
    z-index: 0;
    height: 250px;
    opacity: 0.3;
    position: absolute;
    content: "";
}

.R-privacy-chamber h1 {
    transform: translateX(-10px);
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    margin-bottom: 30px;
}

.R-privacy-chamber h1::after {
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(133,160,157) 0%, rgb(98,121,116) 100%);
    transform-origin: left;
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    height: 3px;
    transition: transform 0.4s ease-out;
    left: 0;
}

.R-privacy-chamber h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}

.R-privacy-chamber h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    margin-top: 30px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    padding-bottom: 10px;
}

.R-privacy-chamber p {
    margin-bottom: 20px;
    color: #000000;
    max-width: 95%;
    transition: transform 0.3s ease;
    line-height: 1.7;
    font-size: 15px;
}

.R-privacy-chamber p strong::after {
    content: "";
    transform: scaleX(0);
    transition: transform 0.3s ease;
    left: 0;
    height: 2px;
    position: absolute;
    transform-origin: right;
    background: rgb(98,121,116);
    bottom: -2px;
    width: 100%;
}

.R-privacy-chamber span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.R-privacy-chamber ul {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}

.R-privacy-chamber li {
    padding-left: 25px;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(0);
    font-size: 15px;
    margin-bottom: 15px;
}

.R-privacy-chamber li:hover {
    transform: translateX(5px);
}

.R-privacy-chamber li:hover::before {
    transform: scale(1.3);
    background: rgb(98,121,116);
}

.q-customer-comments::before {
    content: "";
    background: rgb(168,195,193);
    top: -50%;
    right: -50%;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.q-customer-comments h2::first-letter {
    font-size: 1.8em;
    color: rgb(133,160,157);
}

.q-customer-comments .J-testimonial-highlights {
    position: relative;
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
    padding: 30px 0;
}

.q-customer-comments .J-testimonial-highlights:nth-child(3n+2) {
    animation-delay: 0.3s;
    margin-top: 80px;
    grid-column: span 4;
}

.q-customer-comments .J-testimonial-highlights::before {
    line-height: 1;
    content: "";
    font-family: Arial, sans-serif;
    color: rgb(133,160,157,0.5);
    position: absolute;
    left: -20px;
    z-index: -1;
    font-size: 120px;
    top: -30px;
}

.q-customer-comments .J-testimonial-highlights:hover img {
    filter: grayscale(0%);
    transform: translateY(-15px);
}

.q-customer-comments .J-testimonial-highlights p {
    margin: 0;
}

.q-customer-comments .J-testimonial-highlights p:first-of-type {
    letter-spacing: 1px;
    bottom: 0;
    white-space: nowrap;
    right: 70px;
    font-weight: 600;
    color: rgb(133,160,157);
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
}

.q-customer-comments .J-testimonial-highlights .description::after {
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.4s ease;
    content: "";
    bottom: -20px;
    left: 0;
    height: 2px;
    background: rgb(98,121,116);
    transform-origin: left;
    width: 40px;
}

.k-leadership-experience::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    animation: ambientLight 20s ease-in-out infinite alternate;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(133,160,157,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(98,121,116,0.5) 0%, transparent 25%);
    filter: blur(60px);
}

.k-leadership-experience .J-testimonial-highlights:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(98,121,116,0.5),
        inset 0 0 50px rgb(133,160,157,0.5);
    transform: rotateX(0) rotateY(0);
}

.k-leadership-experience .S-img-zoom-effect {
    position: absolute;
    border: 3px solid #ffffff;
    top: -90px;
    left: 50%;
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(133,160,157,0.5);
    border-radius: 50%;
    transform: translateX(-50%) translateZ(30px);
    width: 180px;
}

.k-leadership-experience .J-testimonial-highlights span:not(.name) {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    transform: translateZ(15px);
    width: 100%;
    text-transform: uppercase;
    margin-top: 0.5rem;
    color: rgb(98,121,116);
    font-weight: 600;
}

.k-leadership-experience .s-experience-data::before {
    background: linear-gradient(45deg, rgb(133,160,157,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    opacity: 0.1;
    border-radius: 10px;
    position: absolute;
    height: 100%;
}

.H-title-page {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.H-title-page .j-page-primary::before {
    background: linear-gradient(
    135deg,
    rgb(133,160,157,0.5),
    rgb(98,121,116,0.5) 70%,
    rgba(0, 0, 0, 0.5)
  );
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    backdrop-filter: blur(3px) saturate(110%);
    content: "";
    top: 0;
}

.H-title-page .t-corp-values {
    max-width: 900px;
    z-index: 2;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.15)
  );
    width: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}

.H-title-page .t-corp-values h3 {
    margin: 0;
    transform: translateZ(20px);
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.25rem, 2.5vw, 23px);
    line-height: 1.5;
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.4s forwards;
}

.H-title-page .t-corp-values p::before {
    position: absolute;
    animation: growHeight 1.2s ease-out 1s forwards;
    top: 50%;
    background: rgb(133,160,157);
    height: 0;
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 3px;
}



@media (min-width: 768px) {footer .k-contest-info {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .U-sub-verification {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .s-reach-experts {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .k-contest-info {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .j-page-head h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .R-top-primary a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .U-sub-verification {
    padding: 12px;
}}



@media (max-width: 768px) {.g-reach-out {
    padding: 60px 0;
}.g-reach-out h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.85);
}.g-reach-out .m-connect-message h3,
    .g-reach-out .L-query-reach h4 {
    font-size: calc(20px * 0.9);
}.g-reach-out .m-connect-message,
    .g-reach-out .L-query-reach {
    padding: 35px;
}.g-reach-out .m-connect-message::before,
    .g-reach-out .m-connect-message::after {
    height: 30px;
    width: 30px;
}.g-reach-out .m-connect-message input[type="text"],
    .g-reach-out .m-connect-message textarea {
    padding: 14px 16px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.m-program-structure {
    padding: 80px 0;
}.m-program-structure .S-img-zoom-effect {
    height: 400px;
}.m-program-structure .O-learn-more {
    padding: 35px;
}
}



@media (min-width: 768px) and (max-width: 991px) {.m-program-structure {
    padding: 70px 0;
}.m-program-structure .S-img-zoom-effect {
    height: 350px;
}.m-program-structure .O-learn-more {
    padding: 30px;
}.m-program-structure .t-top-lesson {
    padding: 12px;
}.m-program-structure .t-top-lesson svg {
    width: 70px;
}
}



@media (max-width: 576px) {.m-program-structure {
    padding: 50px 0;
}.m-program-structure .e-master-program {
    gap: 25px;
}.m-program-structure .S-img-zoom-effect {
    height: 250px;
}.m-program-structure .O-learn-more {
    padding: 20px;
}.m-program-structure .t-top-lesson {
    padding: 8px;
    margin-bottom: 15px;
}.m-program-structure .t-top-lesson svg {
    width: 50px;
}.m-program-structure .O-learn-more h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: calc(33px * 0.8);
}}



@media (max-width: 767px) {.D-thankYouWeb {
    padding: 4rem 0;
}.D-thankYouWeb .e-master-program {
    padding: 2.5rem 2rem;
    transform: none;
}.D-thankYouWeb .e-master-program::before {
    height: 150px;
    width: 150px;
}.D-thankYouWeb h5 {
    font-size: calc(22px * 0.9);
}.D-thankYouWeb h5::after {
    width: 50%;
}.D-thankYouWeb p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 1200px) {.f-plan-box {
    padding: 100px 0;
}.f-plan-box .F-premium-grid {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 991px) {.f-plan-box {
    padding: 80px 0;
}.f-plan-box h2 {
    font-size: calc(32px * 0.9);
}.f-plan-box .Z-cost-breakdown {
    margin-bottom: 50px;
    font-size: calc(14px * 0.95);
}.f-plan-box .F-premium-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.f-plan-box .g-fee-package {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.f-plan-box {
    padding: 60px 0;
}.f-plan-box h2 {
    font-size: calc(32px * 0.8);
}.f-plan-box .Z-cost-breakdown {
    margin-bottom: 35px;
    font-size: calc(14px * 0.85);
}.f-plan-box .g-fee-package {
    padding: 25px 20px;
}.f-plan-box .g-fee-package h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.f-plan-box .g-fee-package p {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.f-plan-box .Z-cost-summary {
    padding: 8px 18px;
    font-size: calc(19px * 1.2);
}}



@media (max-width: 576px) {.R-take-a-spin {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.R-take-a-spin h2 {
    transform: none;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.7);
}.R-take-a-spin .e-master-program {
    padding: 1rem;
}.R-take-a-spin svg {
    width: 40px;
    height: 40px;
}.R-take-a-spin .d-request-map {
    min-width: auto;
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.5rem;
}
}



@media (hover: none) {.R-take-a-spin .e-master-program {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.R-take-a-spin svg {
    transform: none !important;
}.R-take-a-spin .d-request-map:hover {
    transform: none;
}
}



@media (max-width: 767px) {header .Y-header-lead .j-page-head {
    justify-content: center;
    flex-wrap: wrap;
}header .Y-header-lead .j-page-head .G-top-pagebar {
    margin: 3px 0;
}header .Y-header-lead .j-page-head .G-top-pagebar:not(:last-child)::after {
    display: none;
}}



@media (min-width: 768px) {.F-company-overview {
    padding: 150px 0;
}.F-company-overview .W-text-box-content {
    grid-template-columns: 1fr;
    gap: 40px;
}.F-company-overview h5 {
    font-size: calc(18px * 1.2);
}.F-company-overview p {
    font-size: calc(15px * 1.8);
}.F-company-overview ol li {
    font-size: calc(15px * 1.05);
    padding: 40px;
}
}



@media (max-width: 767px) {.F-company-overview {
    padding: 80px 0;
}.F-company-overview .W-text-box-content {
    gap: 20px;
}.F-company-overview h5 {
    font-size: calc(18px * 0.9);
}.F-company-overview p {
    font-size: calc(15px * 1.3);
}.F-company-overview ol li {
    padding: 20px;
    line-height: 1.6;
    font-size: 15px;
}}



@media (max-width: 767px) {.R-privacy-chamber {
    padding: 40px 0;
}.R-privacy-chamber::before,
    .R-privacy-chamber::after {
    width: 200px;
    height: 200px;
}.R-privacy-chamber .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.R-privacy-chamber h1 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.R-privacy-chamber h1::after {
    width: 60px;
}.R-privacy-chamber h2 {
    padding-left: 12px;
    margin-top: 30px;
    font-size: calc(38px * 0.85);
}.R-privacy-chamber h2::before {
    width: 3px;
}.R-privacy-chamber h3 {
    font-size: calc(38px * 0.75);
}.R-privacy-chamber h4 {
    font-size: calc(38px * 0.7);
}.R-privacy-chamber p, .R-privacy-chamber span, .R-privacy-chamber li {
    font-size: calc(15px * 0.95);
}.R-privacy-chamber ul {
    padding-left: 5px;
}.R-privacy-chamber li {
    padding-left: 20px;
}
}



@media (max-width: 991px) {.q-customer-comments {
    padding: 80px 0;
}.q-customer-comments h2 {
    transform: none;
    margin-bottom: 60px;
}.q-customer-comments .s-alumni-views {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}.q-customer-comments .J-testimonial-highlights:nth-child(3n+1),
    .q-customer-comments .J-testimonial-highlights:nth-child(3n+2),
    .q-customer-comments .J-testimonial-highlights:nth-child(3n+3) {
    grid-column: span 3;
    margin-top: 0;
}.q-customer-comments .J-testimonial-highlights:nth-child(2n) {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.k-leadership-experience {
    padding: 7rem 0 5rem;
}.k-leadership-experience .J-testimonial-highlights {
    padding: 2.5rem 2rem;
}.k-leadership-experience .S-img-zoom-effect {
    height: 150px;
    top: -75px;
    width: 150px;
}.k-leadership-experience .name {
    margin-top: 80px;
}.k-leadership-experience .s-experience-data {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.k-leadership-experience {
    padding: 6rem 0 3rem;
}.k-leadership-experience .container {
    padding: 0 1rem;
}.k-leadership-experience .J-testimonial-highlights {
    padding: 2rem 1.5rem;
    transform: none;
}.k-leadership-experience .S-img-zoom-effect {
    height: 120px;
    top: -60px;
    width: 120px;
}.k-leadership-experience .name {
    margin-top: 70px;
    font-size: calc(36px - 2px);
}.k-leadership-experience .J-testimonial-highlights span:not(.name) {
    font-size: calc(20px - 1px);
}.k-leadership-experience .s-experience-data {
    margin-top: 1.5rem;
    font-size: calc(15px - 1px);
    padding: 1.2rem;
}.k-leadership-experience .J-testimonial-highlights:hover {
    transform: none;
}}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}



@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}



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



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



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



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



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}



@keyframes borderReveal {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate(10px, 10px);
  }
}

