* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.n-main-mainbar {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1279px;
}svg {
    width: 30px;
    height: 30px;
}.X-discord-cta {
    flex: 0 0 auto;
}.k-wrap-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.g-company-overview {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.g-company-overview::before {
    height: 100%;
    content: "";
    backdrop-filter: blur(5px) saturate(120%);
    left: 0;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.g-company-overview::after {
    top: -50%;
    right: -50%;
    width: 100%;
    position: absolute;
    animation: orbitGlow 15s infinite linear;
    background: radial-gradient(circle, 
        rgb(211,188,164,0.5) 0%, 
        transparent 70%);
    content: "";
    z-index: 2;
    height: 100%;
}.g-company-overview .container {
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.g-company-overview .T-article-wrap {
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    max-width: 950px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    padding: 45px 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border-left: 4px solid rgb(211,188,164);
}.g-company-overview .T-article-wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.g-company-overview .T-article-wrap > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.g-company-overview .T-article-wrap > div:first-child::before {
    position: absolute;
    animation: pulsate 4s infinite ease-in-out;
    border: 2px solid rgb(211,188,164,0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    top: -25px;
    left: -35px;
    content: "";
}.g-company-overview .T-article-wrap > div:first-child::after {
    background: linear-gradient(to right, rgb(211,188,164), transparent);
    height: 2px;
    width: 100px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
}.g-company-overview h5 {
    text-transform: uppercase;
    color: rgb(211,188,164);
    margin: 0;
    font-weight: 700;
    position: relative;
    font-size: 21px;
    display: inline-block;
    letter-spacing: 2px;
}.g-company-overview h5::after {
    animation: orbit 10s infinite linear;
    height: 30px;
    content: "";
    right: -40px;
    border: 2px solid rgb(186,155,119,0.5);
    width: 30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}.g-company-overview p {
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(15px * 1.2);
}.g-company-overview p b {
    color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    background: linear-gradient(120deg, #ffffff, rgb(186,155,119));
    position: relative;
    font-size: calc(18px * 1.1);
}.g-company-overview p b::after {
    left: 0;
    background: linear-gradient(90deg, rgb(211,188,164), transparent);
    width: 100%;
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
}.g-company-overview ol {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    counter-reset: custom-counter;
}.g-company-overview li {
    position: relative;
    letter-spacing: 0.3px;
    line-height: 1.8;
    text-align: justify;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
}.g-company-overview li::before {
    display: none;
}.g-company-overview li::after {
    border-radius: 50%;
    content: "";
    background-color: rgb(211,188,164);
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    height: 8px;
    position: absolute;
    top: 12px;
    width: 8px;
}.g-company-overview .T-article-wrap:hover li::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

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

@media (max-width: 992px) {.g-company-overview {
    padding: 80px 0;
}.g-company-overview .T-article-wrap {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 30px;
}.g-company-overview h5 {
    font-size: calc(21px * 0.9);
}.g-company-overview p {
    font-size: 15px;
}.g-company-overview p b {
    font-size: 18px;
}
}

@media (max-width: 768px) {.g-company-overview {
    padding: 60px 0;
}.g-company-overview .T-article-wrap {
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    transform: none;
    padding: 25px 20px;
}.g-company-overview .T-article-wrap > div:first-child::before {
    height: 40px;
    width: 40px;
    left: -10px;
    top: -15px;
}.g-company-overview h5::after {
    right: -25px;
    top: -10px;
    width: 20px;
    height: 20px;
}.g-company-overview h5 {
    letter-spacing: 1px;
}.g-company-overview li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.g-company-overview {
    padding: 50px 0;
}.g-company-overview .container {
    padding: 0 15px;
}.g-company-overview .T-article-wrap {
    padding: 20px 15px;
    border-left-width: 3px;
}.g-company-overview h5 {
    font-size: calc(21px * 0.85);
}.g-company-overview p b {
    font-size: calc(18px * 0.9);
}.g-company-overview li {
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.g-company-overview .T-article-wrap > div:first-child::after {
    width: 70px;
}}.X-discord-cta {
    background: linear-gradient(45deg, #000000 0%, rgb(186,155,119,0.5) 100%);
    position: relative;
    padding: 6rem 0 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.X-discord-cta::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(211,188,164,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(186,155,119,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.15;
}.X-discord-cta::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    top: 0;
    z-index: 2;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
}.X-discord-cta .container {
    position: relative;
    z-index: 3;
}.X-discord-cta .Z-campus-links {
    position: relative;
    display: flex;
    flex-direction: column;
}.X-discord-cta .e-contact-links {
    display: flex;
    padding: 1.25rem 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    background-color: #ffffff;
    gap: 1.5rem;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    z-index: 10;
    transform: translateY(-3.5rem);
    justify-content: space-between;
}.X-discord-cta .e-contact-links::before {
    border-radius: 19px;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.08;
    background: linear-gradient(135deg, transparent 20%, rgb(211,188,164,0.5) 140%);
    content: '';
    left: 0;
    z-index: -1;
    height: 100%;
}.X-discord-cta .info_item {
    flex: 1;
    max-width: 300px;
    min-width: 200px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.X-discord-cta .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(186,155,119,0.5), transparent);
    content: '';
    right: -0.75rem;
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    position: absolute;
    height: 70%;
}.X-discord-cta .info_item p,
.X-discord-cta .info_item a {
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    gap: 0.875rem;
    color: #000000;
    display: flex;
}.X-discord-cta .info_item:hover {
    transform: translateY(-5px);
}.X-discord-cta .info_item:hover p,
.X-discord-cta .info_item:hover a {
    color: rgb(211,188,164);
}.X-discord-cta .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(211,188,164);
    transition: transform 0.3s ease;
}.X-discord-cta .info_item:hover svg {
    transform: scale(1.15);
}.X-discord-cta .text_main_holder {
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
}.X-discord-cta .u-top-base {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.X-discord-cta .u-top-base svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
    height: auto;
}.X-discord-cta .u-top-base:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(211,188,164,0.5));
    transform: scale(1.03);
}.X-discord-cta .i-patent-info {
    opacity: 0.8;
    font-size: calc(15px + 1px);
    line-height: 1.6;
}.X-discord-cta .o-top-bar {
    display: flex;
    flex-direction: column;
    position: relative;
}.X-discord-cta .o-top-bar::before {
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(186,155,119,0.5) 30%, rgb(186,155,119,0.5) 70%, transparent);
    left: -2rem;
}.X-discord-cta .o-top-bar::after {
    right: -2rem;
    bottom: 0;
    width: 1px;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(186,155,119,0.5) 30%, rgb(186,155,119,0.5) 70%, transparent);
}.X-discord-cta .o-top-bar h5 {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 1.75rem;
}.X-discord-cta .o-top-bar h5::after {
    height: 2px;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(211,188,164), transparent);
    width: 60px;
}.X-discord-cta .d-nav-know {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.X-discord-cta .d-nav-know:first-child {
    margin-bottom: 2rem;
}.X-discord-cta .d-nav-know a {
    opacity: 0.85;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
    transform-origin: left;
    font-size: 13px;
}.X-discord-cta .d-nav-know a::before {
    width: 0;
    left: 0;
    height: 1px;
    content: '';
    bottom: 0;
    background-color: rgb(211,188,164);
    transition: width 0.3s ease;
    position: absolute;
}.X-discord-cta .d-nav-know a:hover {
    transform: translateX(8px);
    color: rgb(211,188,164);
    opacity: 1;
}.X-discord-cta .d-nav-know a:hover::before {
    width: 20px;
}.X-discord-cta .subscribe_holder {
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 19px;
}.X-discord-cta .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(211,188,164,0.5), transparent 70%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    content: '';
    z-index: -1;
    top: 0;
}.X-discord-cta .subscribe_holder::after {
    z-index: -1;
    position: absolute;
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    width: 150px;
    background: radial-gradient(circle, rgb(211,188,164,0.5) 0%, transparent 70%);
    content: '';
    bottom: 0;
    right: 0;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.X-discord-cta .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}.X-discord-cta .subscribe_holder h5::after {
    bottom: 0;
    position: absolute;
    height: 2px;
    background: rgb(211,188,164);
    content: '';
    left: 0;
    width: 40px;
}.X-discord-cta .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
}.X-discord-cta .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}.X-discord-cta .input_holder::before {
    background: 
        radial-gradient(circle at bottom right, rgb(211,188,164,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(186,155,119,0.5) 0%, transparent 70%);
    height: calc(100% + 20px);
    position: absolute;
    content: '';
    animation: subtleRotate 15s linear infinite;
    z-index: -1;
    opacity: 0.1;
    top: -10px;
    width: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    left: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.X-discord-cta .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}.X-discord-cta .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 0 0 3px rgb(211,188,164,0.5);
    border-color: rgb(211,188,164,0.5);
}.X-discord-cta .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.X-discord-cta .M-updates-popup {
    font-size: 18px;
    border: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgb(211,188,164);
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}.X-discord-cta .M-updates-popup::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    z-index: -1;
    width: 100%;
    content: '';
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
}.X-discord-cta .M-updates-popup::after {
    background: rgb(186,155,119);
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    z-index: -2;
    transition: opacity 0.3s ease;
    height: 100%;
}.X-discord-cta .M-updates-popup:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.X-discord-cta .M-updates-popup:hover::before {
    left: 100%;
}.X-discord-cta .M-updates-popup:hover::after {
    opacity: 1;
}.X-discord-cta .c-grant-cta {
    margin-top: 4rem;
    position: relative;
    padding-top: 2rem;
    text-align: center;
}.X-discord-cta .c-grant-cta::before {
    background: linear-gradient(to right, transparent, rgb(186,155,119,0.5), transparent);
    width: 60%;
    position: absolute;
    left: 20%;
    height: 1px;
    top: 0;
    content: '';
}.X-discord-cta .l-student-aid {
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 1200px) {.X-discord-cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.X-discord-cta .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.X-discord-cta .o-top-bar::after {
    display: none;
}
}

@media (max-width: 991px) {.X-discord-cta {
    padding: 5rem 0 2rem;
}.X-discord-cta .e-contact-links {
    flex-wrap: wrap;
    justify-content: center;
}.X-discord-cta .info_item {
    width: calc(50% - 2rem);
    max-width: none;
    flex: 0 0 auto;
}.X-discord-cta .info_item:not(:last-child)::after {
    display: none;
}.X-discord-cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.X-discord-cta .o-top-bar::before, 
    .X-discord-cta .o-top-bar::after {
    display: none;
}.X-discord-cta .u-top-base {
    text-align: center;
    align-items: center;
}.X-discord-cta .o-top-bar h5, 
    .X-discord-cta .subscribe_holder h5 {
    text-align: center;
}.X-discord-cta .o-top-bar h5::after, 
    .X-discord-cta .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.X-discord-cta .d-nav-know {
    grid-template-columns: repeat(3, 1fr);
}.X-discord-cta .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.X-discord-cta {
    padding: 4rem 0 2rem;
}.X-discord-cta .e-contact-links {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.X-discord-cta .info_item {
    max-width: none;
    width: 100%;
}.X-discord-cta .d-nav-know {
    grid-template-columns: repeat(2, 1fr);
}.X-discord-cta .c-grant-cta {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.X-discord-cta {
    padding: 3rem 0 1.5rem;
}.X-discord-cta .e-contact-links {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.X-discord-cta .info_item p,
    .X-discord-cta .info_item a {
    font-size: calc(13px - 1px);
}.X-discord-cta .d-nav-know {
    text-align: center;
    grid-template-columns: 1fr;
}.X-discord-cta .d-nav-know a:hover {
    transform: none;
}.X-discord-cta .d-nav-know a::before {
    transform: translateX(-50%);
    left: 50%;
}.X-discord-cta .d-nav-know a:hover::before {
    width: 30px;
}.X-discord-cta .input_holder {
    width: 100%;
}}.L-opening-page {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5rem 2rem;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    background: linear-gradient(145deg, rgb(233,223,209), rgb(211,188,164,0.5));
}.L-opening-page > div {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    position: relative;
}.L-opening-page .a-edu-heritage {
    transform: translateX(-5%);
    position: relative;
    animation: slideInLeft 0.8s forwards 0.2s ease-out;
    margin-bottom: 2rem;
    opacity: 0;
}.L-opening-page .P-main-front {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(211,188,164);
    margin: 0;
    font-size: 48px;
}.L-opening-page .P-main-front::after {
    background: linear-gradient(90deg, rgb(186,155,119), transparent);
    bottom: -12px;
    content: "";
    position: absolute;
    left: 0;
    animation: expandLine 0.6s forwards 1s ease-out;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    width: 70%;
}.L-opening-page .s-learning-page {
    overflow: hidden;
    transform: translateY(20px);
    border-radius: 10px;
    position: relative;
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.L-opening-page .s-learning-page::before {
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 1;
    bottom: 0;
    top: 0;
}.L-opening-page .s-learning-page > div {
    position: relative;
    color: #ffffff;
    display: flex;
    padding: 4rem 3rem;
    gap: 2rem;
    z-index: 2;
    flex-direction: column;
}.L-opening-page .s-learning-page p {
    transform: translateX(-20px);
    font-size: calc(12px * 1.2);
    max-width: 80%;
    animation: slideInRight 0.8s forwards 0.6s ease-out;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    margin: 0;
    opacity: 0;
}.L-opening-page .s-learning-page p::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: rgb(186,155,119);
    width: 4px;
    left: 0;
}.L-opening-page .s-learning-page h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    position: relative;
    border-left: 4px solid rgb(211,188,164);
    font-weight: 600;
    transform: translateY(20px);
    padding-left: 20px;
    animation: fadeUp 0.8s forwards 0.8s ease-out;
    opacity: 0;
}@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

.L-opening-page .s-learning-page:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: transform 0.4s ease;
}.L-opening-page .a-edu-heritage:hover .P-main-front {
    color: rgb(186,155,119);
    transition: color 0.3s ease;
}.L-opening-page .s-learning-page:hover h3 {
    border-left-color: rgb(186,155,119);
    transition: border-left-color 0.3s ease;
}

@media (max-width: 992px) {.L-opening-page {
    padding: 4rem 1.5rem;
}.L-opening-page .P-main-front {
    font-size: calc(48px * 0.85);
}.L-opening-page .s-learning-page > div {
    padding: 3rem 2rem;
}.L-opening-page .s-learning-page p {
    max-width: 100%;
    font-size: 12px;
}
}

@media (max-width: 768px) {.L-opening-page {
    padding: 3rem 1rem;
}.L-opening-page .P-main-front {
    font-size: calc(48px * 0.7);
}.L-opening-page .s-learning-page > div {
    padding: 2.5rem 1.5rem;
}.L-opening-page .s-learning-page h3 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.L-opening-page {
    padding: 2rem 1rem;
    min-height: auto;
}.L-opening-page .P-main-front {
    font-size: calc(48px * 0.6);
}.L-opening-page .s-learning-page > div {
    padding: 2rem 1rem;
    gap: 1.5rem;
}.L-opening-page .s-learning-page p {
    font-size: calc(12px * 0.9);
}.L-opening-page .s-learning-page h3 {
    font-size: calc(18px * 0.8);
}}.D-training-structure {
    background: rgb(233,223,209);
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
}.D-training-structure::before {
    height: 100%;
    opacity: 0.1;
    animation: moveGrid 60s linear infinite;
    left: 0;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(211,188,164,0.5) 25px, rgb(211,188,164,0.5) 26px, transparent 27px, transparent 49px, rgb(211,188,164,0.5) 50px, rgb(211,188,164,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(211,188,164,0.5) 25px, rgb(211,188,164,0.5) 26px, transparent 27px, transparent 49px, rgb(211,188,164,0.5) 50px, rgb(211,188,164,0.5) 51px, transparent 52px);
    top: 0;
    width: 100%;
    background-size: 50px 50px;
    position: absolute;
}.D-training-structure::after {
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(186,155,119,0.5) 0%, transparent 60%);
    bottom: -50%;
    left: -50%;
    opacity: 0.15;
    animation: pulse 20s infinite alternate;
    width: 200%;
    height: 200%;
    z-index: 0;
}.D-training-structure .f-master-track {
    margin: 0 auto;
    align-items: center;
    z-index: 2;
    gap: 3rem;
    position: relative;
    max-width: 1000px;
    flex-direction: column;
    display: flex;
}.D-training-structure h3 {
    position: relative;
    border-image: linear-gradient(45deg, rgb(211,188,164), rgb(186,155,119)) 1;
    background: #ffffff;
    max-width: 700px;
    color: rgb(211,188,164);
    font-size: 33px;
    transform: scale(0);
    padding: 2rem;
    animation: pixelateIn 1s ease-out forwards;
    border: 8px solid transparent;
    font-weight: 700;
    width: 100%;
    text-align: center;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}.D-training-structure h3::before,
.D-training-structure h3::after {
    height: 0;
    position: absolute;
    width: 0;
    background: rgb(186,155,119,0.5);
    content: "";
}.D-training-structure h3::before {
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
    top: 0;
    left: 0;
}.D-training-structure h3::after {
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
    bottom: 0;
    right: 0;
}.D-training-structure span {
    width: 100%;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    background: #ffffff;
    color: #000000;
    text-align: center;
    transform: scale(0);
    max-width: 700px;
    border-image: linear-gradient(-45deg, rgb(186,155,119), rgb(211,188,164)) 1;
    font-size: 18px;
    border: 8px solid transparent;
    line-height: 1.8;
    opacity: 0;
    padding: 2rem;
    position: relative;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
}.D-training-structure span::before,
.D-training-structure span::after {
    width: 0;
    background: rgb(211,188,164,0.5);
    content: "";
    position: absolute;
    height: 0;
}.D-training-structure span::before {
    right: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    top: 0;
}.D-training-structure span::after {
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.D-training-structure {
    padding: 6rem 1.5rem;
}.D-training-structure h3 {
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
    padding: 1.8rem;
    font-size: calc(33px * 0.9);
}.D-training-structure span {
    padding: 1.8rem;
    border-width: 6px;
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.D-training-structure {
    padding: 5rem 1rem;
}.D-training-structure h3 {
    padding: 1.5rem;
    font-size: calc(33px * 0.8);
    border-width: 4px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}.D-training-structure span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 4px;
}.D-training-structure .f-master-track {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}.E-privacy-folio {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,223,209) 0%, rgba(255,255,255,0.96) 100%);
    padding: 5rem 2rem;
}.E-privacy-folio::before {
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 100% 0%, rgb(211,188,164,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(186,155,119,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}.E-privacy-folio .container {
    max-width: 1140px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    z-index: 1;
    margin: 0 auto;
    border-left: 4px solid rgb(211,188,164);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    transform: translateZ(0);
    position: relative;
    padding: 3rem;
}.E-privacy-folio h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
    font-size: 45px;
    margin-bottom: 2rem;
    transform: translateX(0);
}.E-privacy-folio h1::after {
    bottom: 0;
    height: 3px;
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(211,188,164), rgb(186,155,119));
    position: absolute;
    content: "";
    transition: width 0.5s ease-out;
}.E-privacy-folio h1:hover {
    transform: translateX(5px);
}.E-privacy-folio h1:hover::after {
    width: 120px;
}.E-privacy-folio h2 {
    border-left: 3px solid rgb(186,155,119);
    position: relative;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 37px;
}.E-privacy-folio h3 {
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    border-left: 2px solid rgb(186,155,119,0.5);
    color: #000000;
    font-size: calc(37px * 0.8);
    margin: 2rem 0 1rem;
}.E-privacy-folio h4 {
    font-size: calc(37px * 0.7);
    color: #000000;
    position: relative;
    margin: 1.5rem 0 1rem;
    padding-left: 0.75rem;
    font-weight: 600;
    border-left: 1px solid rgb(186,155,119,0.5);
}.E-privacy-folio p {
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    transition: transform 0.4s ease;
    color: #000000;
    font-size: 13px;
    padding-right: 1rem;
    font-family: Arial, sans-serif;
}.E-privacy-folio p:hover {
    transform: translateX(5px);
}.E-privacy-folio strong {
    position: relative;
    color: rgb(211,188,164);
    font-weight: 700;
}.E-privacy-folio strong::after {
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
    background: rgb(211,188,164);
    content: "";
    position: absolute;
}.E-privacy-folio p:hover strong::after {
    width: 100%;
}.E-privacy-folio ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.E-privacy-folio li {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
}.E-privacy-folio li::before {
    height: 8px;
    background: linear-gradient(135deg, rgb(211,188,164), rgb(186,155,119));
    top: 0.6rem;
    position: absolute;
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    content: "";
    transition: transform 0.3s ease;
}.E-privacy-folio li:hover {
    transform: translateX(8px);
}.E-privacy-folio li:hover::before {
    transform: rotate(225deg);
}.E-privacy-folio span {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgba(rgb(233,223,209), 0.3), transparent);
    font-size: calc(13px * 0.95);
    color: #000000;
    display: block;
    padding: 0.75rem 1rem;
    border-left: 2px solid rgb(186,155,119,0.5);
    transition: transform 0.3s ease-out, background 0.3s ease;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(0);
    line-height: 1.7;
}.E-privacy-folio span:hover {
    background: linear-gradient(to right, rgba(rgb(233,223,209), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

@media (max-width: 991px) {.E-privacy-folio {
    padding: 4rem 1.5rem;
}.E-privacy-folio .container {
    padding: 2.5rem 2rem;
}.E-privacy-folio h1 {
    font-size: calc(45px * 0.9);
}.E-privacy-folio h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 767px) {.E-privacy-folio {
    padding: 3rem 1rem;
}.E-privacy-folio .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.E-privacy-folio h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.E-privacy-folio h2 {
    font-size: calc(37px * 0.8);
    margin: 2rem 0 1rem;
}.E-privacy-folio h3 {
    font-size: calc(37px * 0.7);
}.E-privacy-folio h4 {
    font-size: calc(37px * 0.6);
}.E-privacy-folio ul {
    margin-left: 0.5rem;
}.E-privacy-folio li {
    padding-left: 1.25rem;
}.E-privacy-folio p, .E-privacy-folio span, .E-privacy-folio li {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.E-privacy-folio {
    padding: 2rem 0.75rem;
}.E-privacy-folio .container {
    padding: 1.5rem 1rem;
}.E-privacy-folio h1 {
    font-size: calc(45px * 0.7);
}.E-privacy-folio h2 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.7);
}.E-privacy-folio h3, .E-privacy-folio h4 {
    padding-left: 0.5rem;
}.E-privacy-folio p, .E-privacy-folio span, .E-privacy-folio li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.E-privacy-folio li {
    padding-left: 1rem;
}.E-privacy-folio li::before {
    width: 6px;
    height: 6px;
}}.X-cookie-popup-display {
    border-radius: 30px;
    left: 50%;
    z-index: 1050;
    position: fixed;
    background: rgb(233,223,209);
    font-family: Arial, sans-serif;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    display: flex;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    overflow: hidden;
    flex-direction: column;
    max-width: 600px;
    padding: 20px;
}.p-cookie-compl {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.C-cookie-panel {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.C-cookie-panel svg, .C-cookie-panel svg path, .C-cookie-panel img {
    height: 80px;
    width: 80px;
    fill: rgb(211,188,164);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.X-cookie-popup-display h5 {
    color: rgb(211,188,164);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}.X-cookie-popup-display p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
}.A-cookie-screen {
    background: rgb(211,188,164);
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    width: calc(50% - 10px);
    border-radius: 10px;
    margin: 5px;
}.A-cookie-screen:hover {
    transform: translateY(-3px);
    background: rgb(186,155,119);
}.cookie_button.i-consent-track {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.i-consent-track:hover {
    background: rgb(186,155,119,0.5);
}.X-cookie-popup-display p a {
    color: rgb(211,188,164);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.X-cookie-popup-display p a:hover {
    color: rgb(186,155,119);
}
@media only screen and (max-width: 600px) {.X-cookie-popup-display {
    transform: none;
    border-radius: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}.p-cookie-compl {
    padding: 15px;
}.C-cookie-panel svg {
    height: 50px;
    width: 50px;
}.X-cookie-popup-display h5 {
    font-size: calc(18px - 2px);
}.X-cookie-popup-display p {
    font-size: calc(13px - 2px);
}.A-cookie-screen {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}}
#e-cookieModalWindow {
    display: none;
}#e-cookieModalWindow:checked ~ .X-cookie-popup-display {
    visibility: hidden;
    opacity: 0;
}.l-client-comments {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(233,223,209) 100%);
}.l-client-comments::before {
    top: 0;
    opacity: 0.2;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(211,188,164,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(186,155,119,0.5) 0%, transparent 30%);
    left: 0;
}.l-client-comments .container {
    z-index: 2;
    position: relative;
}.l-client-comments h2 {
    font-size: 32px;
    transform: translateX(-50%);
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    left: 50%;
    text-transform: uppercase;
    padding: 0 2rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4rem;
}.l-client-comments h2::after {
    height: 2px;
    position: absolute;
    left: 0;
    animation: glow 2s infinite;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(211,188,164), transparent);
    width: 100%;
    bottom: -15px;
}.l-client-comments .Y-rating-insights {
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
    justify-content: center;
}.l-client-comments .U-testimonial-sharing {
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 0 0 calc(33.333% - 2rem);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    margin: 1rem;
}.l-client-comments .U-testimonial-sharing::before {
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(211,188,164), rgb(186,155,119)) border-box;
    border: 2px solid transparent;
    opacity: 0.7;
    border-radius: 10px;
    inset: 0;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    position: absolute;
}.l-client-comments .U-testimonial-sharing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(211,188,164,0.5), 
                0 0 30px rgb(186,155,119,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.l-client-comments .U-testimonial-sharing:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.l-client-comments .U-testimonial-sharing img {
    object-fit: cover;
    border-bottom: 1px solid rgb(233,223,209);
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    width: 100%;
    height: 180px;
}.l-client-comments .U-testimonial-sharing:hover img {
    filter: grayscale(0%);
}.l-client-comments .U-testimonial-sharing p {
    color: #000000;
    font-size: calc(16px + 0.1rem);
    position: relative;
    font-weight: 600;
    margin: 0;
    padding: 1rem 1.5rem 0;
}.l-client-comments .U-testimonial-sharing p::after {
    left: 1.5rem;
    bottom: -5px;
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(211,188,164);
}.l-client-comments .U-testimonial-sharing .description {
    color: #000000;
    font-weight: 400;
    padding: 1rem 1.5rem 1.5rem;
    position: relative;
    line-height: 1.6;
    font-size: 16px;
}.l-client-comments .U-testimonial-sharing:nth-child(3n+1) {
    transform: translateZ(20px);
}.l-client-comments .U-testimonial-sharing:nth-child(3n+2) {
    transform: translateZ(10px);
}.l-client-comments .U-testimonial-sharing:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(211,188,164), 0 0 10px rgb(211,188,164,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(211,188,164), 0 0 20px rgb(211,188,164);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.l-client-comments .U-testimonial-sharing {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.l-client-comments {
    padding: 4rem 0;
}.l-client-comments h2 {
    font-size: calc(32px - 0.3rem);
    margin-bottom: 2.5rem;
}.l-client-comments .U-testimonial-sharing {
    margin: 1rem 0;
    flex: 0 0 100%;
    transform: none !important;
}.l-client-comments .U-testimonial-sharing:hover {
    transform: translateY(-10px) !important;
}}.K-course-instructor {
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(233,223,209) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
}.K-course-instructor::before {
    background: 
        radial-gradient(circle at 80% 20%, rgb(211,188,164,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(186,155,119,0.5) 0%, transparent 35%);
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    filter: blur(70px);
    content: "";
    opacity: 0.4;
}.K-course-instructor .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.K-course-instructor .U-testimonial-sharing {
    position: relative;
    backdrop-filter: blur(15px);
    gap: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    min-height: 580px;
    grid-template-rows: auto 1fr;
}.K-course-instructor .U-testimonial-sharing::before {
    background-size: 200% 200%;
    position: absolute;
    left: 0;
    content: "";
    animation: shimmerEffect 10s ease-in-out infinite;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgb(211,188,164,0.5), transparent);
    height: 100%;
    width: 100%;
}.K-course-instructor .d-img-float {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 1 / span 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    grid-column: 2;
    border-radius: 15px;
    z-index: 3;
    transform: scale(1) rotate(0deg);
    position: relative;
}.K-course-instructor .U-testimonial-sharing:hover .d-img-float {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.K-course-instructor .d-img-float::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    box-sizing: border-box;
}.K-course-instructor .name {
    transform: translateX(0);
    margin: 0;
    font-size: 29px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    grid-column: 1;
    font-weight: 700;
    z-index: 4;
}.K-course-instructor .U-testimonial-sharing:hover .name {
    transform: translateX(10px);
}.K-course-instructor .name::after {
    height: 3px;
    content: "";
    bottom: -10px;
    width: 0;
    transition: width 0.6s ease;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(211,188,164), rgb(186,155,119));
}.K-course-instructor .U-testimonial-sharing:hover .name::after {
    width: 120px;
}.K-course-instructor .U-testimonial-sharing span:not(.name) {
    transform: translateX(0);
    width: max-content;
    grid-column: 1;
    grid-row: 1;
    color: rgb(186,155,119);
    font-size: 21px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 10px;
    margin-top: 4rem;
    font-weight: 600;
    z-index: 3;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
}.K-course-instructor .U-testimonial-sharing:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.K-course-instructor .G-emp-back {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 12px;
    color: #ffffff;
    z-index: 2;
    grid-column: 1;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    position: relative;
    border-radius: 15px;
    grid-row: 2;
    overflow: hidden;
    border-left: 4px solid rgb(186,155,119);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
}.K-course-instructor .U-testimonial-sharing:hover .G-emp-back {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.K-course-instructor .G-emp-back::before {
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    background-size: 200% 200%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}.K-course-instructor .container::after {
    left: -200px;
    content: "";
    opacity: 0.2;
    width: 400px;
    z-index: -1;
    filter: blur(80px);
    bottom: -200px;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(211,188,164,0.5) 0%, rgb(186,155,119,0.5) 50%, rgb(211,188,164,0.5) 100%);
    position: absolute;
    animation: rotateGlow 25s linear infinite;
    height: 400px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.K-course-instructor .U-testimonial-sharing {
    gap: 20px;
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.K-course-instructor .d-img-float {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.K-course-instructor .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.K-course-instructor .U-testimonial-sharing span:not(.name) {
    grid-row: 2;
    margin-top: 3.5rem;
    grid-column: 1;
}.K-course-instructor .G-emp-back {
    grid-row: 3;
    grid-column: 1;
}.K-course-instructor .U-testimonial-sharing:hover .name,
    .K-course-instructor .U-testimonial-sharing:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.K-course-instructor {
    padding: 5rem 0;
}.K-course-instructor .U-testimonial-sharing {
    padding: 1.5rem;
}.K-course-instructor .d-img-float {
    height: 250px;
}.K-course-instructor .name {
    font-size: 21px;
}.K-course-instructor .U-testimonial-sharing span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 12px;
    margin-top: 3rem;
}.K-course-instructor .G-emp-back {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
}}.p-attempt-now {
    background: linear-gradient(135deg, rgb(211,188,164) 0%, rgb(186,155,119) 100%);
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}.p-attempt-now::before {
    background: 
        linear-gradient(45deg, rgb(186,155,119,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(186,155,119,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(186,155,119,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(186,155,119,0.5) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    height: 100%;
    z-index: -1;
    background-size: 20px 20px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
}.p-attempt-now::after {
    opacity: 0.1;
    right: -50%;
    bottom: -50%;
    position: absolute;
    top: -50%;
    left: -50%;
    content: '';
    background: radial-gradient(circle, #ffffff 0%, transparent 60%);
    animation: rotateRadial 30s linear infinite;
    z-index: -1;
}.p-attempt-now .f-master-track {
    max-width: 1000px;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 2;
}.p-attempt-now .f-master-track::before {
    z-index: -1;
    opacity: 0.1;
    border: 2px solid #ffffff;
    clip-path: polygon(
        0% 15%, 
        15% 15%, 
        15% 0%, 
        85% 0%, 
        85% 15%, 
        100% 15%, 
        100% 85%, 
        85% 85%, 
        85% 100%, 
        15% 100%, 
        15% 85%, 
        0% 85%
    );
    content: '';
    position: absolute;
    animation: clipFrameAnimate 10s ease-in-out infinite alternate;
    height: 100%;
    width: 100%;
}.p-attempt-now .f-master-track::after {
    animation: pulseSpots 6s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 30% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 10%);
    left: -10%;
    top: -10%;
    position: absolute;
    z-index: -1;
    content: '';
    height: 120%;
    opacity: 0.1;
    width: 120%;
}.p-attempt-now h3 {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    text-align: center;
    font-size: 28px;
    animation: pulseText 4s ease-in-out infinite alternate;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.p-attempt-now h3::before {
    height: 2px;
    transform: translateX(-50%);
    content: '';
    box-shadow: 0 0 10px #ffffff;
    background-color: #ffffff;
    bottom: -15px;
    width: 60px;
    position: absolute;
    left: 50%;
}.p-attempt-now h3::after {
    box-shadow: 0 0 10px #ffffff;
    width: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    content: '';
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -19px;
}.p-attempt-now .X-msg-team {
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    padding: 18px 45px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 0 20px #ffffff;
}.p-attempt-now .X-msg-team::before {
    opacity: 0.2;
    background-color: #ffffff;
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
}.p-attempt-now .X-msg-team::after {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    z-index: -1;
    transition: all 0.6s ease;
    left: -100%;
    content: '';
    height: 100%;
}.p-attempt-now .X-msg-team:hover {
    color: rgb(211,188,164);
    box-shadow: 0 10px 25px rgba(255,255,255,0.2);
    transform: translateY(-5px);
}.p-attempt-now .X-msg-team:hover::before {
    opacity: 0.9;
}.p-attempt-now .X-msg-team:hover::after {
    left: 100%;
}

@media screen and (max-width: 992px) {.p-attempt-now {
    padding: 80px 0;
}.p-attempt-now h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.p-attempt-now .X-msg-team {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.p-attempt-now {
    padding: 70px 0;
}.p-attempt-now h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
    letter-spacing: 2px;
}.p-attempt-now .X-msg-team {
    padding: 14px 35px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.p-attempt-now {
    padding: 60px 0;
}.p-attempt-now h3 {
    letter-spacing: 1px;
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.p-attempt-now .X-msg-team {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clipFrameAnimate {
    0% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
    50% {
        clip-path: polygon(
            0% 10%, 
            10% 10%, 
            10% 0%, 
            90% 0%, 
            90% 10%, 
            100% 10%, 
            100% 90%, 
            90% 90%, 
            90% 100%, 
            10% 100%, 
            10% 90%, 
            0% 90%
        );
    }
    100% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
}

@keyframes pulseSpots {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}.R-tyFrame {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,223,209) 0%, rgb(211,188,164,0.5) 100%);
}.R-tyFrame::before {
    right: -10%;
    background: linear-gradient(225deg, rgb(186,155,119) 0%, transparent 70%);
    z-index: 1;
    height: 60%;
    top: -5%;
    opacity: 0.1;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    width: 40%;
    pointer-events: none;
}.R-tyFrame::after {
    content: "";
    width: 45%;
    bottom: -5%;
    pointer-events: none;
    left: -10%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(211,188,164) 0%, transparent 80%);
    height: 65%;
    position: absolute;
    z-index: 1;
    transform: rotate(12deg) skew(-5deg);
}.R-tyFrame .container {
    z-index: 5;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.R-tyFrame h2 {
    transform: translateX(-5%);
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    color: rgb(211,188,164);
    margin-bottom: 35px;
    font-size: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 90%;
}.R-tyFrame h2::after {
    height: 3px;
    bottom: -12px;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
    width: 85px;
    transform-origin: left center;
    content: "";
    background: rgb(186,155,119);
}.R-tyFrame .f-master-track {
    padding: 50px 40px 50px 60px;
    background-color: #ffffff;
    transform: translateX(5%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
}.R-tyFrame .f-master-track::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(211,188,164) 0%, rgb(186,155,119) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
}.R-tyFrame .f-master-track::after {
    opacity: 0.3;
    content: "";
    right: 20px;
    width: 100px;
    position: absolute;
    z-index: -1;
    top: 20px;
    background: radial-gradient(circle, rgb(186,155,119,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 100px;
}.R-tyFrame ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.R-tyFrame li {
    position: relative;
    z-index: 2;
}.R-tyFrame li::before {
    opacity: 0.1;
    font-family: serif;
    font-size: 120px;
    color: rgb(211,188,164);
    position: absolute;
    top: -40px;
    left: -20px;
    content: "";
    line-height: 1;
    z-index: -1;
}.R-tyFrame li span {
    color: #000000;
    display: block;
    line-height: 1.7;
    font-weight: 400;
    max-width: 95%;
    position: relative;
    font-size: calc(15px + 0.1rem);
}.R-tyFrame:hover .f-master-track {
    transform: translateX(5%) translateY(-5px);
}.R-tyFrame:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.R-tyFrame {
    padding: 90px 0;
}.R-tyFrame h2 {
    font-size: calc(29px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.R-tyFrame .f-master-track {
    transform: translateX(0);
    padding: 40px 30px 40px 45px;
}.R-tyFrame:hover .f-master-track {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.R-tyFrame {
    padding: 70px 0;
}.R-tyFrame::before,
    .R-tyFrame::after {
    width: 70%;
    height: 50%;
}.R-tyFrame h2 {
    font-size: calc(29px - 0.4rem);
    margin-bottom: 30px;
    line-height: 1.35;
}.R-tyFrame .f-master-track {
    padding: 35px 25px 35px 35px;
}.R-tyFrame li::before {
    left: -15px;
    top: -25px;
    font-size: 90px;
}.R-tyFrame li span {
    font-size: 15px;
}
}

@media (max-width: 575px) {.R-tyFrame {
    padding: 60px 0;
}.R-tyFrame .container {
    transform: perspective(1000px) rotateX(1deg);
}.R-tyFrame h2 {
    font-size: calc(29px - 0.5rem);
    margin-bottom: 25px;
}.R-tyFrame h2::after {
    height: 2px;
    width: 60px;
}.R-tyFrame .f-master-track {
    padding: 25px 20px 25px 25px;
}.R-tyFrame .f-master-track::before {
    width: 4px;
}.R-tyFrame li::before {
    font-size: 70px;
    left: -10px;
    top: -20px;
}.R-tyFrame li span {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}}.a-contact-form-section {
    padding: 100px 0;
    position: relative;
}.a-contact-form-section::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    background-color: rgb(211,188,164,0.5);
    content: "";
    right: 0;
}.a-contact-form-section .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
}.a-contact-form-section .y-connect-list {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    border-radius: 13px;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
}.a-contact-form-section .S-query-section {
    transform: rotateY(5deg);
    transform-origin: left center;
    width: 40%;
    transition: transform 0.5s ease;
    padding: 60px 40px;
    z-index: 3;
    position: relative;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    background-color: rgb(233,223,209);
}.a-contact-form-section .y-connect-list:hover .S-query-section {
    transform: rotateY(0deg);
}.a-contact-form-section .S-query-section h3 {
    color: #000000;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 50px;
}.a-contact-form-section .S-query-section h3::before {
    top: 0;
    content: "";
    left: 0;
    border-radius: 10px;
    height: 100%;
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(211,188,164), rgb(186,155,119));
}.a-contact-form-section .S-query-section div {
    align-items: center;
    transform: translateZ(0);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 25px;
}.a-contact-form-section .S-query-section div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}.a-contact-form-section .S-query-section div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.a-contact-form-section .S-query-section div svg path {
    fill: rgb(211,188,164);
}.a-contact-form-section .S-query-section div span {
    font-size: 17px;
    color: #000000;
}.a-contact-form-section .S-query-section div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.a-contact-form-section .S-query-section div span a:hover {
    color: rgb(211,188,164);
}.a-contact-form-section .v-help-help {
    background: linear-gradient(135deg, rgb(186,155,119), rgb(211,188,164));
    width: 60%;
    padding: 60px 40px;
    transform-origin: right center;
    justify-content: center;
    transition: transform 0.5s ease;
    flex-direction: column;
    z-index: 2;
    display: flex;
    transform: rotateY(-5deg);
}.a-contact-form-section .y-connect-list:hover .v-help-help {
    transform: rotateY(0deg);
}.a-contact-form-section .v-help-help h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #ffffff;
}.a-contact-form-section form {
    display: flex;
    flex-direction: column;
    width: 100%;
}.a-contact-form-section form input[type="text"],
.a-contact-form-section form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 18px 25px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}.a-contact-form-section form input[type="text"]:focus,
.a-contact-form-section form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}.a-contact-form-section form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.a-contact-form-section .b-contact-request {
    margin-bottom: 30px;
    position: relative;
}.a-contact-form-section .b-contact-request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.a-contact-form-section .b-contact-request label {
    line-height: 1.6;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}.a-contact-form-section .b-contact-request label::before {
    transition: all 0.3s ease;
    width: 20px;
    top: 2px;
    content: "";
    position: absolute;
    height: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    left: 0;
}.a-contact-form-section .b-contact-request input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}.a-contact-form-section .b-contact-request input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
    border: solid rgb(211,188,164);
    top: 4px;
    content: "";
}.a-contact-form-section .b-contact-request label a {
    transition: all 0.3s ease;
    text-decoration: underline;
    color: #ffffff;
}.a-contact-form-section .b-contact-request label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.a-contact-form-section form .h-inquiry-widget {
    font-weight: 700;
    z-index: 1;
    color: rgb(211,188,164);
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    padding: 18px 35px;
    background-color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.a-contact-form-section form .h-inquiry-widget::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(186,155,119), rgb(211,188,164));
    height: 100%;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
    transform: translateY(100%);
}.a-contact-form-section form .h-inquiry-widget:hover {
    color: #ffffff;
}.a-contact-form-section form .h-inquiry-widget:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.a-contact-form-section .S-query-section div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.a-contact-form-section .S-query-section div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.a-contact-form-section .S-query-section div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.a-contact-form-section .S-query-section div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.a-contact-form-section .container {
    width: 90%;
}.a-contact-form-section .y-connect-list,
    .a-contact-form-section .S-query-section,
    .a-contact-form-section .v-help-help {
    transform: none;
}.a-contact-form-section .S-query-section,
    .a-contact-form-section .v-help-help {
    width: 100%;
}.a-contact-form-section .S-query-section {
    padding: 40px 30px;
}.a-contact-form-section .v-help-help {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.a-contact-form-section {
    padding: 60px 0;
}.a-contact-form-section .S-query-section,
    .a-contact-form-section .v-help-help {
    padding: 30px 20px;
}.a-contact-form-section .S-query-section h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.a-contact-form-section form input[type="text"],
    .a-contact-form-section form input[type="email"] {
    padding: 15px 20px;
}.a-contact-form-section form .h-inquiry-widget {
    width: 100%;
    padding: 15px 20px;
}}.B-pricing-group {
    background-color: rgb(233,223,209);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.B-pricing-group::before {
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(186,155,119,0.5), 0.05) 0%, rgba(rgb(211,188,164,0.5), 0.08) 100%);
}.B-pricing-group .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.B-pricing-group .l-deal-opts {
    display: flex;
    flex-direction: column;
}.B-pricing-group .l-plan-deals {
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}.B-pricing-group .l-plan-deals h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.2;
    display: inline-block;
}.B-pricing-group .l-plan-deals h2::after {
    height: 4px;
    left: 0;
    border-radius: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(186,155,119), rgb(211,188,164));
    width: 80px;
    position: absolute;
    bottom: -10px;
}.B-pricing-group .A-price-deals {
    max-width: 800px;
    margin-top: 25px;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.B-pricing-group .x-study-cost {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    margin-top: 20px;
}.B-pricing-group .N-pricing-rates {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    perspective: 1000px;
    transform: translateY(30px);
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    display: block;
}.B-pricing-group .N-pricing-rates:nth-child(1) {
    --i: 1;
}.B-pricing-group .N-pricing-rates:nth-child(2) {
    --i: 2;
}.B-pricing-group .N-pricing-rates:nth-child(3) {
    --i: 3;
}.B-pricing-group .N-pricing-rates:nth-child(4) {
    --i: 4;
}.B-pricing-group .I-fee-chart {
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    background-color: #ffffff;
    overflow: hidden;
}.B-pricing-group .N-pricing-rates:hover .I-fee-chart {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(211,188,164,0.5), 0.1);
}.B-pricing-group .W-fee-choices {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    min-height: 250px;
    padding: 35px 30px;
}.B-pricing-group .W-fee-choices h3 {
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    color: #000000;
}.B-pricing-group .N-pricing-rates:hover .W-fee-choices h3 {
    color: rgb(211,188,164);
    transform: translateX(5px);
}.B-pricing-group .U-access-cost {
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: calc(18px + 4px);
    margin: 20px 0;
    display: block;
    position: relative;
    color: rgb(186,155,119);
}.B-pricing-group .U-access-cost::before {
    border-radius: 2px;
    top: -10px;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(186,155,119), transparent);
    left: 0;
    width: 40px;
}.B-pricing-group .N-pricing-rates:hover .U-access-cost {
    color: rgb(211,188,164);
    transform: scale(1.05);
}.B-pricing-group .W-fee-choices p {
    hyphens: auto;
    margin-top: 15px;
    word-break: normal;
    line-height: 1.6;
    word-wrap: break-word;
    transition: color 0.3s ease;
    font-size: 17px;
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000;
}.B-pricing-group .d-img-float {
    height: 200px;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}.B-pricing-group .d-img-float::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    opacity: 0.6;
    transition: opacity 0.4s ease;
    z-index: 1;
    left: 0;
}.B-pricing-group .N-pricing-rates:hover .d-img-float {
    transform: scale(1.05);
}.B-pricing-group .N-pricing-rates:hover .d-img-float::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.B-pricing-group .l-deal-opts {
    flex-direction: row-reverse;
}.B-pricing-group .l-plan-deals {
    padding-left: 50px;
    width: 30%;
    margin-bottom: 0;
}.B-pricing-group .x-study-cost {
    width: 70%;
}.B-pricing-group .l-plan-deals h2 {
    font-size: calc(32px + 4px);
}
}

@media (max-width: 1199px) {.B-pricing-group {
    padding: 80px 0;
}.B-pricing-group .l-plan-deals {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.B-pricing-group .l-plan-deals h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.B-pricing-group {
    padding: 60px 0;
}.B-pricing-group .x-study-cost {
    grid-template-columns: 1fr;
    gap: 20px;
}.B-pricing-group .W-fee-choices {
    padding: 25px 20px;
}.B-pricing-group .d-img-float {
    height: 180px;
}.B-pricing-group .l-plan-deals h2 {
    font-size: calc(32px - 2px);
}.B-pricing-group .A-price-deals {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.B-pricing-group .N-pricing-rates:hover .I-fee-chart {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.B-pricing-group .N-pricing-rates:hover .W-fee-choices h3 {
    transform: none;
}.B-pricing-group .N-pricing-rates:hover .U-access-cost {
    transform: none;
}.B-pricing-group .N-pricing-rates:hover .d-img-float {
    transform: none;
}}.Y-course-highlights {
    background-color: #000000;
    display: flex;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}.Y-course-highlights .e-learn-professional {
    z-index: 0;
    overflow: hidden;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.Y-course-highlights .B-learn-challenge {
    height: 100%;
    animation: split-carousel 40s linear infinite;
    width: 500%;
    display: flex;
}.Y-course-highlights .e-learn-professional:hover .B-learn-challenge {
    animation-play-state: paused;
}.Y-course-highlights .K-study-route {
    flex: 1;
    overflow: hidden;
    position: relative;
}.Y-course-highlights .K-study-route:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.Y-course-highlights .K-study-route:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.Y-course-highlights .K-study-route img {
    object-fit: cover;
    transform: scale(1.1);
    transition: all 0.7s ease;
    filter: grayscale(0.3) contrast(1.2);
    width: 100%;
    height: 100%;
}.Y-course-highlights .K-study-route:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.Y-course-highlights .container {
    position: relative;
    padding: 0 1rem;
    width: 100%;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
}.Y-course-highlights .f-master-track {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}.Y-course-highlights .A-education-path {
    text-align: center;
    border-radius: 29px;
    border: 1px solid rgb(211,188,164,0.5);
    position: relative;
    padding: 3rem;
    max-width: 550px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    backdrop-filter: blur(10px);
}.Y-course-highlights .A-education-path::before {
    content: "";
    opacity: 0.1;
    left: -50%;
    top: -50%;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(211,188,164,0.5) 90deg,
        transparent 180deg,
        rgb(186,155,119,0.5) 270deg,
        transparent 360deg
    );
    height: 200%;
    animation: rotate-background 20s linear infinite;
    width: 200%;
    z-index: -1;
}.Y-course-highlights .A-education-path h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.Y-course-highlights .A-education-path h3::after {
    transform: translateX(-50%);
    background: rgb(211,188,164);
    bottom: -10px;
    left: 50%;
    height: 2px;
    position: absolute;
    content: "";
    width: 80px;
}.Y-course-highlights .A-education-path p {
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 2.5rem;
}.Y-course-highlights .A-education-path .h-inquiry-widget {
    text-decoration: none;
    padding: 0.9rem 2.5rem;
    transition: all 0.4s ease;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    border: 2px solid rgb(211,188,164);
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    background-color: transparent;
    position: relative;
}.Y-course-highlights .A-education-path .h-inquiry-widget::before {
    left: 50%;
    content: "";
    background-color: rgb(211,188,164);
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    position: absolute;
}.Y-course-highlights .A-education-path .h-inquiry-widget:hover {
    color: #000000;
}.Y-course-highlights .A-education-path .h-inquiry-widget:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.Y-course-highlights .A-education-path {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.Y-course-highlights {
    min-height: 100vh;
}.Y-course-highlights .B-learn-challenge {
    animation-duration: 30s;
}.Y-course-highlights .A-education-path {
    max-width: 90%;
    padding: 2rem;
}.Y-course-highlights .A-education-path h3 {
    font-size: calc(30px * 0.85);
}.Y-course-highlights .K-study-route::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.Y-course-highlights .container {
    padding: 0 1rem;
}.Y-course-highlights .A-education-path {
    padding: 1.5rem;
    max-width: 100%;
}.Y-course-highlights .A-education-path h3 {
    font-size: calc(30px * 0.7);
}.Y-course-highlights .A-education-path .h-inquiry-widget {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.Y-course-highlights .K-study-route img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.Y-course-highlights .A-education-path {
    padding: 3.5rem;
    max-width: 650px;
}.Y-course-highlights .A-education-path h3 {
    font-size: calc(30px * 1.2);
}.Y-course-highlights .A-education-path p {
    font-size: calc(13px * 1.1);
}.Y-course-highlights .A-education-path .h-inquiry-widget {
    padding: 1rem 3rem;
}}header {
    overflow: visible;
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    position: relative;
    margin-top: 0;
    background: linear-gradient(120deg, rgb(211,188,164) 0%, rgb(186,155,119) 100%);
}header::before {
    position: absolute;
    top: 2px;
    right: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    bottom: 2px;
    content: '';
}header .l-head-expert {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 1.2rem 3rem;
    z-index: 5;
}header .u-top-base {
    position: relative;
    margin-right: 2rem;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    flex: 0 0 auto;
}header .u-top-base::before {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    content: '';
    position: absolute;
    bottom: 3px;
    z-index: -1;
    right: 3px;
    top: 3px;
}header .u-top-base:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .a-header-start {
    transition: all 0.3s ease;
    display: block;
    position: relative;
    z-index: 1;
}header .a-header-start img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .o-top-bar {
    margin: 0;
    position: relative;
    display: flex;
    padding: 0;
    z-index: 2;
    list-style: none;
}header .A-nav-sitebar {
    position: relative;
    margin: 0 0.5rem;
}header .A-nav-sitebar a {
    height: 40px;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    overflow: hidden;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
}header .A-nav-sitebar a::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s ease;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}header .A-nav-sitebar a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .A-nav-sitebar a:hover::before {
    left: 100%;
}header .A-nav-sitebar::after {
    background: #ffffff;
    bottom: -5px;
    width: 0;
    content: '';
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
}header .A-nav-sitebar:hover::after {
    width: 80%;
}header .l-head-expert::before {
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    opacity: 0.5;
    content: '';
    width: 40px;
    border-bottom: none;
    position: absolute;
    border-right: none;
    top: 10px;
    height: 40px;
}header .l-head-expert::after {
    opacity: 0.5;
    content: '';
    bottom: 10px;
    width: 40px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    border-left: none;
    left: 10px;
    border-top: none;
}header .n-main-mainbar {
    background: rgb(233,223,209);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    box-shadow: 0 0 10px #ffffff;
    background: #ffffff;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    animation: pulse 2s infinite;
    content: '';
    right: 15px;
    top: 15px;
}

@media (min-width: 1400px) {header .l-head-expert {
    margin: 0 auto;
    max-width: 1320px;
}header .A-nav-sitebar {
    margin: 0 0.7rem;
}header .A-nav-sitebar a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .l-head-expert {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .u-top-base {
    margin-bottom: 0;
    margin-right: 0;
}header .o-top-bar {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .A-nav-sitebar a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(14px - 1px);
}header .l-head-expert::before,
    header .l-head-expert::after {
    display: none;
}.n-main-mainbar {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .l-head-expert {
    padding: 0.8rem 1.5rem;
}header .u-top-base {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .a-header-start img {
    max-height: 35px;
}header .o-top-bar {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .o-top-bar::-webkit-scrollbar {
    height: 3px;
}header .o-top-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .A-nav-sitebar {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .A-nav-sitebar a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(14px - 2px);
}header .A-nav-sitebar::after {
    display: none;
}header::after {
    right: 10px;
    top: 10px;
    height: 5px;
    width: 5px;
}.n-main-mainbar {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .l-head-expert {
    padding: 0.7rem 1.2rem;
}header .u-top-base {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .A-nav-sitebar a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}
}