﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 9px;
}::-webkit-scrollbar-button {
    height: 8px;
    background: rgb(175,96,122);
    width: 11px;
}::-webkit-scrollbar-track {
    border-radius: 10%;
    background: linear-gradient(310deg, rgb(255, 255, 255, 0.5) 2%, rgb(175,96,122) 74%, rgb(175,96,122,0.5) 35%, rgb(194,145,137,0.5) 62%, rgb(216,197,187) 41%);
    margin: 2px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(175,96,122);
    border-radius: 19px;
    animation: shift_scrollbar 3s ease-in infinite;
    box-shadow: -3px -3px 1px -1px rgba(0, 0, 0, 0.5);
    border: 1px dotted rgb(175,96,122,0.5);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    box-shadow: -4px -2px 0px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, rgb(175,96,122,0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(175,96,122,0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(175,96,122,0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(175,96,122,0.5) 75%);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1211px;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.access-cta-Bf {
    flex: 0 0 auto;
}.nav-mainbar-fQ {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.segment-wrapper-ry {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    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;
}}
.get-in-touch-mP {
    position: relative;
    background: rgb(216,197,187);
    overflow: hidden;
    padding: 90px 0;
}.get-in-touch-mP::before {
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,96,122,0.5),
        rgb(175,96,122,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    left: 0;
}.get-in-touch-mP .img-thumbnail-OT {
    position: absolute;
    border-radius: 23px 0 0 23px;
    top: 5%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    height: 90%;
    z-index: 1;
    right: 0;
    width: 40%;
}.get-in-touch-mP .img-thumbnail-OT::after {
    content: '';
    width: 100%;
    top: 0;
    border-radius: 23px 0 0 23px;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(194,145,137,0.5), transparent 70%);
}.get-in-touch-mP .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.get-in-touch-mP h3 {
    font-size: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(194,145,137);
}.get-in-touch-mP .support-info-di {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    border-radius: 23px;
}.get-in-touch-mP .inquiry-form-md {
    padding: 50px;
    flex: 1;
    position: relative;
}.get-in-touch-mP form h3 {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    font-size: 23px;
}.get-in-touch-mP input[type="text"],
.get-in-touch-mP textarea {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
    color: #000000;
    background: #ffffff;
}.get-in-touch-mP input[type="text"]:focus,
.get-in-touch-mP textarea:focus {
    border-color: rgb(194,145,137);
    box-shadow: 0 0 0 2px rgb(194,145,137,0.5);
    outline: none;
}.get-in-touch-mP textarea {
    height: 150px;
    resize: none;
}.get-in-touch-mP .message-message-zK {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.get-in-touch-mP .message-message-zK input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch-mP .message-message-zK label {
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    cursor: pointer;
    color: #000000;
}.get-in-touch-mP .message-message-zK label::before {
    position: absolute;
    border: 2px solid rgb(175,96,122);
    height: 18px;
    left: 0;
    top: 2px;
    border-radius: 10px;
    content: '';
    width: 18px;
    transition: all 0.3s ease;
}.get-in-touch-mP .message-message-zK input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,145,137);
    background: rgb(194,145,137);
}.get-in-touch-mP .message-message-zK input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 6px;
    border: solid #ffffff;
    left: 6px;
    content: '';
    height: 10px;
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
}.get-in-touch-mP .message-message-zK a {
    color: rgb(194,145,137);
    transition: all 0.3s ease;
    text-decoration: none;
}.get-in-touch-mP .message-message-zK a:hover {
    text-decoration: underline;
}.get-in-touch-mP .feedback-section-fX {
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    background: rgb(194,145,137);
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}.get-in-touch-mP .feedback-section-fX:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(175,96,122);
}.get-in-touch-mP .contact-query-Uq {
    padding: 50px;
    background: rgb(194,145,137);
    width: 35%;
    position: relative;
}.get-in-touch-mP .contact-query-Uq::before {
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 0;
}.get-in-touch-mP .contact-query-Uq h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    font-size: 23px;
}.get-in-touch-mP .contact-query-Uq h4::after {
    left: 0;
    height: 3px;
    width: 40px;
    bottom: -15px;
    content: '';
    background: #ffffff;
    position: absolute;
}.get-in-touch-mP .message-map-LB {
    margin: 0;
    padding: 0;
    list-style: none;
}.get-in-touch-mP .message-map-LB li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.get-in-touch-mP .message-map-LB svg {
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.get-in-touch-mP .message-map-LB svg path {
    fill: #ffffff;
}.get-in-touch-mP .message-map-LB span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
}.get-in-touch-mP .message-map-LB a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.get-in-touch-mP .message-map-LB a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.get-in-touch-mP .img-thumbnail-OT {
    display: none;
}.get-in-touch-mP .support-info-di {
    flex-direction: column;
}.get-in-touch-mP .inquiry-form-md {
    width: 100%;
}.get-in-touch-mP .contact-query-Uq {
    width: 100%;
}
}

@media (max-width: 768px) {.get-in-touch-mP {
    padding: 60px 0;
}.get-in-touch-mP h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.get-in-touch-mP .inquiry-form-md,
    .get-in-touch-mP .contact-query-Uq {
    padding: 40px;
}
}

@media (max-width: 576px) {.get-in-touch-mP {
    padding: 40px 0;
}.get-in-touch-mP h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.get-in-touch-mP .inquiry-form-md,
    .get-in-touch-mP .contact-query-Uq {
    padding: 30px 20px;
}.get-in-touch-mP form h3,
    .get-in-touch-mP .contact-query-Uq h4 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.get-in-touch-mP input[type="text"],
    .get-in-touch-mP textarea {
    margin-bottom: 15px;
    padding: 12px;
}.get-in-touch-mP textarea {
    height: 120px;
}.get-in-touch-mP .feedback-section-fX {
    padding: 12px;
    width: 100%;
}.get-in-touch-mP .message-map-LB li {
    margin-bottom: 20px;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 0;
}header::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    width: 35%;
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(194,145,137), rgb(175,96,122));
}header .container {
    width: 100%;
    z-index: 1;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}header .main-guide-EQ {
    height: 100%;
    display: flex;
    align-items: stretch;
}header .top-prime-jM {
    width: 35%;
    align-items: center;
    padding: 1.2rem 0;
    display: flex;
    position: relative;
    justify-content: center;
    text-decoration: none;
}header .top-prime-jM svg {
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .top-prime-jM:hover svg {
    transform: scale(1.05);
}header .nav-sitebar-yZ {
    gap: 0.5rem;
    width: 65%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding: 1.2rem 3%;
}header .nav-sitebar-yZ::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(194,145,137,0.5), transparent);
}header .main-base-gC {
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    color: #000000;
    background: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
}header .main-base-gC::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(194,145,137,0.5), rgb(175,96,122,0.5));
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0;
    border-radius: 10px;
    top: 0;
    position: absolute;
}header .main-base-gC:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .main-base-gC:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .top-prime-jM {
    width: 30%;
    padding: 1rem 0;
}header .top-prime-jM svg {
    width: 130px;
}header .nav-sitebar-yZ {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .main-base-gC {
    font-size: calc(20px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(216,197,187);
}header::before {
    top: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
}header .main-guide-EQ {
    flex-direction: column;
    align-items: center;
}header .top-prime-jM {
    padding: 0.8rem 0;
    width: 100%;
}header .top-prime-jM svg {
    width: 120px;
}header .nav-sitebar-yZ {
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    padding: 0.8rem 0;
    gap: 0.6rem;
}header .nav-sitebar-yZ::before {
    top: 0;
    background: linear-gradient(to right, transparent, rgb(194,145,137,0.5), transparent);
    left: 0;
    width: 100%;
    height: 1px;
}header .main-base-gC {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .top-prime-jM {
    padding: 0.7rem 0;
}header .top-prime-jM svg {
    width: 110px;
}header .nav-sitebar-yZ {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
}header .nav-sitebar-yZ::-webkit-scrollbar {
    height: 3px;
}header .nav-sitebar-yZ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194,145,137);
}header .main-base-gC {
    margin-right: 2px;
    flex-shrink: 0;
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
    font-size: calc(20px - 1px);
}}.access-cta-Bf {
    background-color: rgb(175,96,122);
    padding: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.access-cta-Bf .container {
    z-index: 2;
    position: relative;
}.access-cta-Bf .music-edu-QN {
    display: flex;
    flex-direction: column;
}.access-cta-Bf .get-contactpanel-nD {
    grid-template-columns: repeat(4, 1fr);
    background-color: rgb(194,145,137);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -2rem;
    display: grid;
    padding: 3rem 1.5rem 5rem;
    position: relative;
    z-index: 3;
}.access-cta-Bf .get-contactpanel-nD::before {
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    width: 100%;
}.access-cta-Bf .info_item {
    position: relative;
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
}.access-cta-Bf .info_item:hover {
    transform: translateX(10px);
}.access-cta-Bf .info_item p,
.access-cta-Bf .info_item a {
    align-items: center;
    font-size: 16px;
    gap: 0.75rem;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    color: #ffffff;
}.access-cta-Bf .info_item svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: #ffffff;
}.access-cta-Bf .info_item:hover svg {
    transform: scale(1.2);
}.access-cta-Bf .text_main_holder {
    position: relative;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
}.access-cta-Bf .header-learn-IH {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    gap: 1.5rem;
    flex-direction: column;
    z-index: 4;
    background-color: rgb(175,96,122);
    position: relative;
    display: flex;
    padding: 4rem 2rem 3rem;
}.access-cta-Bf .header-learn-IH svg {
    transition: all 0.3s ease;
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
}.access-cta-Bf .header-learn-IH:hover svg {
    transform: scale(1.05);
}.access-cta-Bf .footer-classes-Vk {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}.access-cta-Bf .nav-sitebar-yZ {
    gap: 2rem;
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    flex-direction: column;
    display: flex;
    z-index: 2;
}.access-cta-Bf .nav-sitebar-yZ::before {
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    content: '';
    left: 0;
    position: absolute;
}.access-cta-Bf .nav-sitebar-yZ h5 {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
}.access-cta-Bf .nav-sitebar-yZ h5::after {
    width: 40px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    background-color: rgb(194,145,137);
    bottom: -0.5rem;
}.access-cta-Bf .top-tutor-ib {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.access-cta-Bf .top-tutor-ib:not(:last-child) {
    margin-bottom: 1rem;
}.access-cta-Bf .top-tutor-ib a {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    opacity: 0.8;
    font-size: 16px;
    text-decoration: none;
}.access-cta-Bf .top-tutor-ib a::before {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background-color: rgb(194,145,137);
    transition: width 0.3s ease;
}.access-cta-Bf .top-tutor-ib a:hover {
    opacity: 1;
    padding-left: 10px;
}.access-cta-Bf .top-tutor-ib a:hover::before {
    width: 30px;
}.access-cta-Bf .subscribe_holder {
    display: flex;
    z-index: 3;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    background-color: rgb(175,96,122);
    flex-direction: column;
    position: relative;
}.access-cta-Bf .subscribe_holder::before {
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    top: 0;
    width: 100%;
}.access-cta-Bf .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}.access-cta-Bf .subscribe_holder p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 1rem;
}.access-cta-Bf .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.access-cta-Bf .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.access-cta-Bf .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.access-cta-Bf .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.access-cta-Bf .updates-list-KW {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    overflow: hidden;
    background-color: rgb(194,145,137);
}.access-cta-Bf .updates-list-KW::before {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: left 0.5s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.access-cta-Bf .updates-list-KW:hover {
    background-color: rgb(194,145,137,0.5);
}.access-cta-Bf .updates-list-KW:hover::before {
    left: 100%;
}.access-cta-Bf .cookie-ctrl-bX {
    background-color: rgb(175,96,122);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    text-align: center;
    position: relative;
    margin-top: 0;
    z-index: 1;
}.access-cta-Bf .cookie-ctrl-bX::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.access-cta-Bf .sample-docs-PE {
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1200px) {.access-cta-Bf .get-contactpanel-nD {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.access-cta-Bf .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.access-cta-Bf .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.access-cta-Bf .text_main_holder {
    grid-template-columns: 1fr;
}.access-cta-Bf .header-learn-IH,
    .access-cta-Bf .nav-sitebar-yZ,
    .access-cta-Bf .subscribe_holder {
    clip-path: none;
}.access-cta-Bf .nav-sitebar-yZ {
    padding: 3rem 2rem;
}.access-cta-Bf .header-learn-IH {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.access-cta-Bf .subscribe_holder {
    padding: 3rem 2rem;
}.access-cta-Bf .cookie-ctrl-bX {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.access-cta-Bf .get-contactpanel-nD {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
    margin-bottom: 0;
}.access-cta-Bf .top-tutor-ib {
    grid-template-columns: 1fr;
}.access-cta-Bf .nav-sitebar-yZ h5,
    .access-cta-Bf .subscribe_holder h5 {
    text-align: center;
    display: block;
}.access-cta-Bf .nav-sitebar-yZ h5::after {
    left: 50%;
    transform: translateX(-50%);
}.access-cta-Bf .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.access-cta-Bf .header-learn-IH,
    .access-cta-Bf .nav-sitebar-yZ,
    .access-cta-Bf .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.access-cta-Bf .cookie-ctrl-bX {
    padding: 2.5rem 0 1.5rem;
}.access-cta-Bf .info_item {
    padding: 0.5rem 0;
}.access-cta-Bf .info_item p,
    .access-cta-Bf .info_item a {
    justify-content: center;
}}.course-candidates-cT {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,197,187) 0%, rgb(194,145,137,0.5) 100%);
    position: relative;
}.course-candidates-cT::before {
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    opacity: 0.6;
    position: absolute;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(175,96,122,0.5) 0%, 
            transparent 50%
        );
    top: 0;
    width: 100%;
}.course-candidates-cT::after {
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 200px;
    background: 
        linear-gradient(
            to top,
            rgb(216,197,187) 0%,
            transparent 100%
        );
}.course-candidates-cT .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.course-candidates-cT .skill-growth-gA {
    overflow: visible;
    padding: 0 50px;
    position: relative;
}.course-candidates-cT h4 {
    font-weight: 700;
    max-width: 700px;
    margin-bottom: 80px;
    color: #000000;
    font-size: 38px;
    position: relative;
    line-height: 1.2;
    padding-left: 25px;
}.course-candidates-cT h4::before {
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgb(194,145,137), rgb(175,96,122));
    width: 6px;
    bottom: 15px;
    border-radius: 3px;
    top: 15px;
    position: absolute;
}.course-candidates-cT div {
    position: relative;
    display: flex;
    flex-direction: column;
}.course-candidates-cT div::before {
    height: 100%;
    background: linear-gradient(180deg, rgb(194,145,137,0.5), rgb(175,96,122,0.5));
    content: "";
    top: 0;
    opacity: 0.5;
    width: 2px;
    position: absolute;
    left: 36px;
}.course-candidates-cT div p {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    align-items: flex-start;
    padding-left: 85px;
    display: flex;
    position: relative;
    margin: 0 0 35px 0;
    line-height: 1.6;
}.course-candidates-cT div p:last-child {
    margin-bottom: 0;
}.course-candidates-cT div p:hover {
    transform: translateX(10px);
}.course-candidates-cT div p svg {
    background: #ffffff;
    position: absolute;
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
    padding: 8px;
    border-radius: 50%;
    left: 20px;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.course-candidates-cT div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}.course-candidates-cT div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,145,137);
}.course-candidates-cT div p:hover svg path {
    fill: rgb(175,96,122);
}.course-candidates-cT div p::before {
    top: 16px;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    width: 10px;
    background: rgb(194,145,137);
    left: 75px;
    content: "";
    height: 2px;
}.course-candidates-cT div p:hover::before {
    width: 20px;
    opacity: 1;
}.course-candidates-cT div p::after {
    background: #ffffff;
    opacity: 0;
    content: "";
    width: calc(100% - 60px);
    transform: scale(0.95);
    height: calc(100% + 20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: -1;
    border-radius: 18px;
    transition: all 0.3s ease;
    position: absolute;
    top: -10px;
    left: 60px;
}.course-candidates-cT div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.course-candidates-cT {
    padding: 100px 0;
}.course-candidates-cT .skill-growth-gA {
    padding: 0 30px;
}.course-candidates-cT h4 {
    margin-bottom: 60px;
    font-size: calc(38px - 6px);
}.course-candidates-cT div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.course-candidates-cT div::before {
    left: 31px;
}.course-candidates-cT div p svg {
    left: 17px;
    height: 28px;
    width: 28px;
}.course-candidates-cT div p::before {
    left: 65px;
}.course-candidates-cT div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}

@media (max-width: 767px) {.course-candidates-cT {
    padding: 80px 0;
}.course-candidates-cT .skill-growth-gA {
    padding: 0 20px;
}.course-candidates-cT h4 {
    padding-left: 20px;
    font-size: calc(38px - 12px);
    margin-bottom: 50px;
}.course-candidates-cT h4::before {
    width: 4px;
}.course-candidates-cT div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.course-candidates-cT div::before {
    left: 28px;
}.course-candidates-cT div p svg {
    width: 24px;
    left: 16px;
    height: 24px;
}.course-candidates-cT div p::before {
    top: 14px;
    left: 55px;
}.course-candidates-cT div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}

@media (max-width: 479px) {.course-candidates-cT {
    padding: 60px 0;
}.course-candidates-cT .skill-growth-gA {
    padding: 0 10px;
}.course-candidates-cT h4 {
    margin-bottom: 40px;
    font-size: calc(38px - 18px);
    padding-left: 15px;
}.course-candidates-cT div p {
    padding-left: 55px;
    font-size: calc(16px - 1px);
    margin-bottom: 20px;
}.course-candidates-cT div::before {
    left: 23px;
}.course-candidates-cT div p svg {
    width: 20px;
    padding: 6px;
    left: 13px;
    height: 20px;
}.course-candidates-cT div p::before {
    top: 10px;
    left: 45px;
}.course-candidates-cT div p::after {
    left: 40px;
    width: calc(100% - 40px);
}}.thanks-note-nI {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,197,187) 0%, rgb(175,96,122,0.5) 100%);
    perspective: 1000px;
    padding: 5rem 0;
}.thanks-note-nI::before {
    left: -50%;
    width: 200%;
    pointer-events: none;
    animation: rotate 60s linear infinite;
    position: absolute;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle at center, rgb(194,145,137,0.5) 0%, transparent 70%);
    height: 200%;
    top: -50%;
}.thanks-note-nI::after {
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(175,96,122,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(175,96,122,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(175,96,122,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(175,96,122,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.15;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    background-size: 100px 100px;
}.thanks-note-nI .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.thanks-note-nI .skill-growth-gA {
    transform-style: preserve-3d;
    transform: translateZ(0);
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards;
}.thanks-note-nI .skill-growth-gA > div:first-child {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(45deg, rgb(194,145,137,0.5) 0%, rgb(194,145,137) 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0) rotateX(0deg);
}.thanks-note-nI .skill-growth-gA > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.thanks-note-nI .skill-growth-gA > div:first-child::before {
    left: 50%;
    filter: blur(10px);
    height: 10px;
    background: rgb(194,145,137,0.5);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -10px;
    width: 90%;
    opacity: 0.7;
}.thanks-note-nI h5 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.4;
    font-size: 18px;
}.thanks-note-nI .skill-growth-gA > div:last-child {
    background: #ffffff;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    position: relative;
    border-left: 4px solid rgb(175,96,122);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    transform: translateY(0);
}.thanks-note-nI .skill-growth-gA > div:last-child:hover {
    transform: translateY(-5px);
}.thanks-note-nI .skill-growth-gA > div:last-child::before {
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(175,96,122,0.5) 100%);
}.thanks-note-nI a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.thanks-note-nI a:hover {
    transform: scale(1.01);
}.thanks-note-nI a:focus {
    outline: 2px dashed rgb(175,96,122);
    outline-offset: 4px;
}.thanks-note-nI p {
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

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

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

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

@media (min-width: 768px) {.thanks-note-nI {
    padding: 7rem 0;
}.thanks-note-nI .skill-growth-gA {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 3rem;
}.thanks-note-nI .skill-growth-gA > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateY(0) rotateY(-5deg);
}.thanks-note-nI .skill-growth-gA > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.thanks-note-nI h5 {
    font-size: calc(18px * 1.1);
    text-align: left;
}.thanks-note-nI .skill-growth-gA > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.thanks-note-nI {
    padding: 9rem 0;
}.thanks-note-nI .skill-growth-gA {
    grid-gap: 4rem;
}.thanks-note-nI .skill-growth-gA > div:first-child {
    padding: 4rem;
}.thanks-note-nI h5 {
    font-size: calc(18px * 1.2);
}.thanks-note-nI .skill-growth-gA > div:last-child {
    padding: 4rem;
}.thanks-note-nI p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.thanks-note-nI {
    padding: 4rem 0;
}.thanks-note-nI .skill-growth-gA > div:first-child,
  .thanks-note-nI .skill-growth-gA > div:last-child {
    padding: 2rem;
}.thanks-note-nI h5 {
    font-size: calc(18px * 0.9);
}.thanks-note-nI p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.thanks-note-nI {
    padding: 3rem 0;
}.thanks-note-nI .container {
    padding: 0 1.5rem;
}.thanks-note-nI .skill-growth-gA > div:first-child,
  .thanks-note-nI .skill-growth-gA > div:last-child {
    padding: 1.5rem;
}.thanks-note-nI h5 {
    font-size: calc(18px * 0.85);
}}.teacher-profile-tU {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(216,197,187);
}.teacher-profile-tU::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(194,145,137,0.5) 0,
        rgb(194,145,137,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.05;
}.teacher-profile-tU .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.teacher-profile-tU .learn-ratings-Wx {
    position: relative;
    display: grid;
    margin: 0 auto;
    gap: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    grid-template-columns: 350px 1fr;
    border-radius: 23px;
    max-width: 1000px;
    background: #ffffff;
}.teacher-profile-tU .img-thumbnail-OT {
    overflow: hidden;
    min-height: 400px;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0;
}.teacher-profile-tU .img-thumbnail-OT::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    content: "";
    height: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
}.teacher-profile-tU .img-thumbnail-OT::after {
    background: rgb(194,145,137);
    top: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
}.teacher-profile-tU .img-thumbnail-OT:hover::after {
    opacity: 0;
}.teacher-profile-tU .name {
    transition: transform 0.3s ease;
    bottom: 60px;
    padding-bottom: 0;
    z-index: 2;
    font-weight: 700;
    color: #ffffff;
    left: 30px;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 23px;
    position: absolute;
}.teacher-profile-tU .learn-ratings-Wx span:not(.name) {
    color: #ffffff;
    font-family: Arial, sans-serif;
    bottom: 30px;
    opacity: 0.85;
    font-size: 12px;
    font-weight: 400;
    transition: transform 0.3s ease;
    position: absolute;
    margin: 0;
    z-index: 2;
    left: 30px;
}.teacher-profile-tU .img-thumbnail-OT:hover ~ .name,
.teacher-profile-tU .img-thumbnail-OT:hover ~ span:not(.name) {
    transform: translateX(5px);
}.teacher-profile-tU .job-table-Mw {
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
    display: flex;
    font-size: 12px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 50px 40px;
    margin: 0;
}.teacher-profile-tU .job-table-Mw::before {
    position: absolute;
    content: "";
    top: 40px;
    height: 30px;
    opacity: 0.2;
    width: 40px;
    left: 40px;
    background: linear-gradient(to right bottom, 
        rgb(194,145,137) 0%, 
        rgb(194,145,137) 50%, 
        transparent 50%, 
        transparent 100%);
}.teacher-profile-tU .job-table-Mw::after {
    height: 30px;
    width: 40px;
    content: "";
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(175,96,122) 0%, 
        rgb(175,96,122) 50%, 
        transparent 50%, 
        transparent 100%);
    opacity: 0.2;
    bottom: 40px;
    position: absolute;
}

@media (max-width: 992px) {.teacher-profile-tU {
    padding: 100px 0;
}.teacher-profile-tU .learn-ratings-Wx {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.teacher-profile-tU .img-thumbnail-OT {
    min-height: 350px;
}.teacher-profile-tU .job-table-Mw {
    padding: 40px 30px;
}.teacher-profile-tU .job-table-Mw::before {
    height: 24px;
    top: 30px;
    left: 30px;
    width: 30px;
}.teacher-profile-tU .job-table-Mw::after {
    bottom: 30px;
    height: 24px;
    right: 30px;
    width: 30px;
}
}

@media (max-width: 768px) {.teacher-profile-tU {
    padding: 80px 0;
}.teacher-profile-tU .container {
    padding: 0 20px;
}.teacher-profile-tU .learn-ratings-Wx {
    grid-template-columns: 1fr;
    gap: 0;
}.teacher-profile-tU .img-thumbnail-OT {
    height: 300px;
    min-height: 300px;
}.teacher-profile-tU .job-table-Mw {
    padding: 35px 25px;
}.teacher-profile-tU .name {
    left: 25px;
    bottom: 50px;
    font-size: calc(23px * 0.9);
}.teacher-profile-tU .learn-ratings-Wx span:not(.name) {
    bottom: 25px;
    left: 25px;
    font-size: calc(12px * 0.95);
}.teacher-profile-tU .job-table-Mw::before {
    width: 24px;
    left: 25px;
    height: 20px;
    top: 25px;
}.teacher-profile-tU .job-table-Mw::after {
    width: 24px;
    height: 20px;
    right: 25px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.teacher-profile-tU {
    padding: 60px 0;
}.teacher-profile-tU .img-thumbnail-OT {
    min-height: 250px;
    height: 250px;
}.teacher-profile-tU .job-table-Mw {
    font-size: calc(12px * 0.9);
    padding: 30px 20px;
}.teacher-profile-tU .name {
    font-size: calc(23px * 0.85);
    bottom: 45px;
    left: 20px;
}.teacher-profile-tU .learn-ratings-Wx span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(12px * 0.9);
}.teacher-profile-tU .job-table-Mw::before,
    .teacher-profile-tU .job-table-Mw::after {
    width: 20px;
    height: 16px;
}}.plan-ko {
    padding: 100px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.plan-ko::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.plan-ko .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.plan-ko .rate-panel-xX {
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
}.plan-ko h2 {
    color: #ffffff;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: calc(38px * 1.1);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan-ko h2::after {
    content: "";
    background: rgb(194,145,137);
    width: 80px;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 1px;
    height: 3px;
    left: 50%;
    position: absolute;
}.plan-ko .offer-box-Vv {
    max-width: 80%;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(12px * 1.05);
}.plan-ko .pricing-card-Yb {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
    list-style: none;
    display: grid;
}.plan-ko .pricing-card-Yb li {
    display: flex;
    height: 100%;
}.plan-ko .learn-sub-RK {
    overflow: hidden;
    position: relative;
    display: flex;
    transform: translateY(0) scale(1);
    flex-direction: column;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}.plan-ko .learn-sub-RK::before {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(194,145,137), rgb(175,96,122));
    transform: translateY(-5px);
    left: 0;
    content: "";
}.plan-ko .learn-sub-RK:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.plan-ko .learn-sub-RK:hover::before {
    transform: translateY(0);
}.plan-ko .study-costs-FZ {
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan-ko .fee-schemes-YJ {
    display: flex;
    height: 100%;
    flex-direction: column;
}.plan-ko .learn-sub-RK h4 {
    font-weight: 600;
    transition: color 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.3px;
    position: relative;
    font-size: calc(20px * 1.1);
    padding-bottom: 15px;
    margin: 0 0 20px;
}.plan-ko .learn-sub-RK:hover h4 {
    color: rgb(194,145,137);
}.plan-ko .learn-sub-RK h4::after {
    bottom: 0;
    position: absolute;
    width: 40px;
    content: "";
    transition: width 0.4s ease, background-color 0.4s ease;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
}.plan-ko .learn-sub-RK:hover h4::after {
    width: 60px;
    background-color: rgb(194,145,137);
}.plan-ko .learn-sub-RK p {
    margin: 0 0 30px;
    hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 12px;
    flex-grow: 1;
    font-weight: 300;
}.plan-ko .learning-packages-qN {
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 15px 0 0;
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(194,145,137);
    display: block;
    margin-top: auto;
    font-size: calc(20px * 1.15);
    font-weight: 700;
}.plan-ko .learning-packages-qN::before {
    content: "";
    top: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
    position: absolute;
    opacity: 0.6;
    width: 25px;
    left: 0;
    height: 2px;
    background-color: rgb(194,145,137);
}.plan-ko .learn-sub-RK:hover .learning-packages-qN {
    color: rgb(175,96,122);
    transform: translateY(-3px);
}.plan-ko .learn-sub-RK:hover .learning-packages-qN::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.plan-ko {
    padding: 80px 0;
}.plan-ko .offer-box-Vv {
    max-width: 90%;
}.plan-ko .pricing-card-Yb {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan-ko h2 {
    font-size: 38px;
}.plan-ko .study-costs-FZ {
    padding: 30px 25px;
}.plan-ko .learn-sub-RK h4 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.plan-ko {
    padding: 60px 0;
}.plan-ko h2 {
    font-size: calc(38px * 0.9);
}.plan-ko .offer-box-Vv {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 40px;
}.plan-ko .pricing-card-Yb {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan-ko .learn-sub-RK {
    max-height: none;
}.plan-ko .learn-sub-RK p {
    font-size: calc(12px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.plan-ko {
    padding: 50px 0;
}.plan-ko h2 {
    font-size: calc(38px * 0.85);
}.plan-ko .offer-box-Vv {
    font-size: calc(12px * 0.95);
}.plan-ko .study-costs-FZ {
    padding: 25px 20px;
}.plan-ko .learn-sub-RK h4 {
    font-size: calc(20px * 0.95);
    margin-bottom: 15px;
}.plan-ko .learning-packages-qN {
    font-size: 20px;
}}.title-page-vW {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,197,187), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}.title-page-vW::before {
    content: "";
    z-index: 1;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(175,96,122,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(194,145,137,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.6;
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
}.title-page-vW::after {
    position: absolute;
    filter: blur(60px);
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
    animation: floatEffect 12s infinite alternate ease-in-out;
    height: 40%;
    z-index: 0;
    background: rgb(194,145,137);
    content: "";
    bottom: -5%;
    opacity: 0.07;
    right: -5%;
}.title-page-vW .online-skills-Eb {
    max-width: 1200px;
    transform: translateY(-2%);
    display: grid;
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 2.5rem;
}.title-page-vW .online-skills-Eb > div:first-child {
    backdrop-filter: blur(8px);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-10px);
    position: relative;
    animation: slideIn 0.8s ease-out forwards;
    border-left: 3px solid rgb(194,145,137);
}.title-page-vW .online-skills-Eb > div:first-child::before {
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(194,145,137,0.5), transparent);
    left: 0;
    opacity: 0.1;
}.title-page-vW p {
    color: #ffffff;
    max-width: 600px;
    font-weight: 600;
    font-size: calc(13px * 1.2);
    line-height: 1.6;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    margin: 0;
}.title-page-vW .about-section-Mf {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
    position: relative;
}.title-page-vW .about-section-Mf > div {
    padding: 3.5rem 2.5rem;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    justify-content: space-between;
    min-height: 350px;
}.title-page-vW .about-section-Mf > div::before {
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}.title-page-vW .about-section-Mf > div::after {
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    90deg,
    rgb(194,145,137) 0%,
    transparent 100%
  );
    content: "";
    opacity: 0.2;
    top: 0;
    position: absolute;
    z-index: -1;
}.title-page-vW h3 {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 90%;
    line-height: 1.5;
    font-size: calc(21px * 1.1);
    position: relative;
    margin: 0 0 2rem 0;
}.title-page-vW h3::before {
    transform: scaleX(0);
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    width: 60px;
    transform-origin: left;
    height: 3px;
    content: "";
    top: -15px;
    left: 0;
    background: rgb(194,145,137);
    position: absolute;
}.title-page-vW .title_style_header {
    font-size: 43px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(15px);
    opacity: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
}.title-page-vW .title_style_header::after {
    height: 10px;
    transform: scaleX(0.3);
    bottom: -20px;
    content: "";
    transform-origin: left;
    background: linear-gradient(to right, rgb(194,145,137), transparent);
    left: 0;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0.7;
    width: 100%;
    position: absolute;
}

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

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.title-page-vW .online-skills-Eb {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title-page-vW .online-skills-Eb > div:first-child {
    display: flex;
    align-items: center;
    padding: 3rem;
}.title-page-vW p {
    font-size: calc(13px * 1.4);
}.title-page-vW .about-section-Mf {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.title-page-vW .about-section-Mf > div {
    min-height: 400px;
    padding: 4rem 3rem;
}.title-page-vW h3 {
    max-width: 80%;
    font-size: 21px;
}.title-page-vW .title_style_header {
    font-size: calc(43px * 1.2);
}
}

@media (min-width: 992px) {.title-page-vW {
    height: 100vh;
}.title-page-vW .online-skills-Eb {
    gap: 4rem;
    width: 85%;
}.title-page-vW .online-skills-Eb > div:first-child {
    transform: translateY(2rem);
    padding: 3.5rem;
}.title-page-vW p {
    font-size: calc(13px * 1.5);
}.title-page-vW .about-section-Mf > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.title-page-vW h3 {
    max-width: 70%;
    font-size: calc(21px * 1.1);
}.title-page-vW .title_style_header {
    font-size: calc(43px * 1.4);
}.title-page-vW .title_style_header::after {
    bottom: -24px;
    height: 12px;
}
}

@media (min-width: 1200px) {.title-page-vW .online-skills-Eb {
    width: 80%;
    max-width: 1400px;
}.title-page-vW .about-section-Mf > div {
    min-height: 500px;
}.title-page-vW h3 {
    max-width: 60%;
}.title-page-vW .title_style_header {
    font-size: calc(43px * 1.5);
}
}

@media (max-width: 767px) {.title-page-vW {
    padding: 4rem 0;
}.title-page-vW .about-section-Mf > div {
    padding: 2.5rem 1.5rem;
}.title-page-vW h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
}.title-page-vW .title_style_header {
    font-size: calc(36px * 0.9);
}.title-page-vW .title_style_header::after {
    bottom: -12px;
    height: 6px;
}}.educational-yield-mt {
    padding: 100px 0;
    background: linear-gradient(210deg, #000000 0%, rgb(216,197,187) 100%);
    position: relative;
    overflow: hidden;
}.educational-yield-mt::before {
    transform: rotate(15deg);
    content: '';
    width: 140%;
    animation: gridMove 40s linear infinite;
    opacity: 0.07;
    top: -50%;
    height: 200%;
    left: -20%;
    background: repeating-linear-gradient(
        45deg,
        rgb(194,145,137,0.5),
        rgb(194,145,137,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.educational-yield-mt::after {
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(175,96,122,0.5) 0%, transparent 70%);
    right: -300px;
    height: 600px;
    filter: blur(80px);
    animation: pulse 15s infinite alternate;
    bottom: -300px;
    width: 600px;
    position: absolute;
}.educational-yield-mt .skill-growth-gA {
    z-index: 1;
    padding: 0 20px;
    display: grid;
    gap: 70px;
    max-width: 1280px;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
    position: relative;
}.educational-yield-mt .img-thumbnail-OT {
    transition: transform 0.7s ease;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
}.educational-yield-mt .img-thumbnail-OT::before {
    inset: 0;
    position: absolute;
    z-index: 2;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}.educational-yield-mt .img-thumbnail-OT::after {
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    z-index: 3;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgb(194,145,137,0.5) 100%);
    position: absolute;
}.educational-yield-mt .img-thumbnail-OT:hover {
    transform: perspective(1200px) rotateY(0deg);
}.educational-yield-mt .text-holder-item-xA {
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
}.educational-yield-mt .text-holder-item-xA::before {
    width: 150px;
    opacity: 0.3;
    height: 150px;
    content: '';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    animation: morphing 10s linear infinite;
    top: -30px;
    right: -30px;
    border: 2px solid rgb(194,145,137,0.5);
    z-index: -1;
}.educational-yield-mt h2 {
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #ffffff;
}.educational-yield-mt h2::before {
    content: '';
    height: 2px;
    left: -30px;
    background-color: rgb(194,145,137);
    transform: translateY(-50%);
    width: 20px;
    top: 50%;
    position: absolute;
}.educational-yield-mt .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.educational-yield-mt .text_main_holder > div {
    position: relative;
    gap: 15px;
    backdrop-filter: blur(10px);
    align-items: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.educational-yield-mt .text_main_holder > div::before {
    opacity: 0.8;
    top: 0;
    background: linear-gradient(to bottom, rgb(194,145,137), rgb(175,96,122));
    height: 100%;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    width: 5px;
    position: absolute;
}.educational-yield-mt .text_main_holder > div::after {
    bottom: 0;
    width: 30%;
    height: 1px;
    content: '';
    right: 0;
    background: linear-gradient(to right, transparent, rgb(194,145,137,0.5));
    position: absolute;
}.educational-yield-mt .text_main_holder > div:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}.educational-yield-mt .text_main_holder > div:hover::before {
    width: 10px;
}.educational-yield-mt .text_main_holder svg {
    height: 32px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transform: translateY(-2px);
    width: 32px;
    flex-shrink: 0;
}.educational-yield-mt .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.educational-yield-mt .text_main_holder svg path {
    fill: rgb(175,96,122);
    transition: fill 0.3s ease;
}.educational-yield-mt .text_main_holder > div:hover svg path {
    fill: rgb(194,145,137);
}.educational-yield-mt .text_main_holder p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    z-index: 1;
    margin: 0;
    position: relative;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.educational-yield-mt .skill-growth-gA {
    gap: 50px;
    grid-template-columns: 1fr;
}.educational-yield-mt .img-thumbnail-OT {
    min-height: 450px;
    transform: perspective(1200px) rotateY(0);
}
}

@media (max-width: 768px) {.educational-yield-mt {
    padding: 80px 0;
}.educational-yield-mt .img-thumbnail-OT {
    min-height: 350px;
}.educational-yield-mt h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.educational-yield-mt .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.educational-yield-mt .text_main_holder > div {
    padding: 20px;
}.educational-yield-mt .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.educational-yield-mt {
    padding: 60px 0;
}.educational-yield-mt .skill-growth-gA {
    gap: 40px;
}.educational-yield-mt .img-thumbnail-OT {
    min-height: 280px;
}.educational-yield-mt h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.educational-yield-mt h2::before {
    width: 15px;
    left: -20px;
}.educational-yield-mt .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.educational-yield-mt .text_main_holder svg {
    width: 24px;
    height: 24px;
}}.modalTrackingConsent-ak {
    width: 100%;
    background: rgb(216,197,187);
    border-top: 3px solid rgb(194,145,137);
    z-index: 1050;
    position: fixed;
    font-family: Arial, sans-serif;
    padding: 20px;
    overflow: hidden;
    bottom: 0;
}.cookies-overview-HK {
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}.cookie-tips-AP {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieAlertWindow-Xm {
    display: none;
}#cookieAlertWindow-Xm:checked ~ .modalTrackingConsent-ak {
    opacity: 0;
    visibility: hidden;
}.cookie-tips-AP svg {
    width: 60px;
    fill: rgb(194,145,137);
    height: 60px;
    transition: fill 0.3s ease-in-out;
}.digital-consent-st {
    margin-right: 20px;
    flex-grow: 1;
}.digital-consent-st h5 {
    margin-bottom: 5px;
    color: rgb(194,145,137);
    font-weight: 700;
    font-size: 19px;
}.digital-consent-st p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.consent-ack-sc {
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    font-size: 19px;
    padding: 10px 20px;
}.consent-ack-sc {
    color: #ffffff;
    background-color: rgb(194,145,137);
    border: 1px solid rgb(194,145,137);
}.consent-ack-sc:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.modalTrackingConsent-ak p a {
    text-decoration: underline;
    color: rgb(194,145,137);
}.modalTrackingConsent-ak p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.digital-consent-st h5 {
    font-size: calc(19px - 2px);
}.digital-consent-st p {
    font-size: calc(13px - 2px);
}.consent-ack-sc {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.cookies-overview-HK {
    align-items: center;
    flex-direction: column;
}.cookie-tips-AP {
    margin-bottom: 15px;
}.digital-consent-st {
    margin-bottom: 20px;
    text-align: center;
}.consent-ack-sc {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.company-info-zV {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(216,197,187);
}.company-info-zV::before {
    left: 0;
    z-index: 1;
    animation: bgAnimationPulse 15s infinite alternate;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 10%, rgb(194,145,137,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(175,96,122,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    filter: blur(50px);
    width: 100%;
}@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.company-info-zV::after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    background-image: linear-gradient(45deg, transparent 98%, rgb(194,145,137,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(194,145,137,0.5) 98%);
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: gridPatternMove 40s linear infinite;
}@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.company-info-zV .container {
    z-index: 2;
    position: relative;
}.company-info-zV .skill-growth-gA {
    position: relative;
}.company-info-zV h3 {
    color: #000000;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}.company-info-zV h3::after {
    height: 3px;
    border-radius: 10px;
    content: "";
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,145,137), rgb(175,96,122));
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
}.company-info-zV .master-program-qa {
    position: relative;
    margin-bottom: 100px;
}.company-info-zV .master-program-qa::before {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 1px;
    left: 50%;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(194,145,137,0.5), transparent);
    bottom: -50px;
}.company-info-zV .master-program-qa span {
    display: block;
    font-size: 23px;
    text-align: center;
    padding-bottom: 10px;
    color: rgb(194,145,137);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
}.company-info-zV .master-program-qa span::after {
    transform: translateX(-50%);
    background: rgb(194,145,137);
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
}.company-info-zV .master-program-qa .img-thumbnail-OT {
    border-radius: 0 30px 30px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    height: 450px;
    width: 50%;
    left: 0;
}.company-info-zV .master-program-qa .img-thumbnail-OT::before {
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
}.company-info-zV .master-program-qa p {
    padding: 50px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    z-index: 2;
    width: 60%;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    position: relative;
}.company-info-zV .skill-lab-EV {
    position: relative;
    flex-direction: column;
    display: flex;
}.company-info-zV .skill-lab-EV p {
    color: #000000;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    line-height: 1.8;
    font-size: 16px;
    width: 60%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.company-info-zV .skill-lab-EV .how-grow-YK {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    width: 50%;
    z-index: 1;
    height: 450px;
    border-radius: 30px 0 0 30px;
}.company-info-zV .skill-lab-EV .how-grow-YK::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}.company-info-zV .master-program-qa .img-thumbnail-OT::after,
.company-info-zV .skill-lab-EV .how-grow-YK::after {
    opacity: 0.5;
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    width: 200%;
    background-size: 15px 15px;
    z-index: 1;
    left: -50%;
    top: -50%;
    animation: patternRotate 30s linear infinite;
    content: "";
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company-info-zV .master-program-qa p::before,
.company-info-zV .skill-lab-EV p::before {
    z-index: -1;
    filter: blur(60px);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    content: "";
    opacity: 0.1;
    position: absolute;
}.company-info-zV .master-program-qa p::before {
    background: rgb(194,145,137);
    top: -30px;
    right: -30px;
}.company-info-zV .skill-lab-EV p::before {
    left: -30px;
    bottom: -30px;
    background: rgb(175,96,122);
}.company-info-zV .master-program-qa::after,
.company-info-zV .skill-lab-EV::after {
    animation: rotateFade 10s infinite linear;
    border: 1px solid rgb(194,145,137,0.5);
    width: 40px;
    z-index: 3;
    content: "";
    height: 40px;
    position: absolute;
}@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

.company-info-zV .master-program-qa::after {
    border-color: rgb(194,145,137,0.5);
    bottom: 30px;
    right: 20%;
}.company-info-zV .skill-lab-EV::after {
    top: 30px;
    border-color: rgb(175,96,122,0.5);
    left: 20%;
}

@media screen and (max-width: 1199px) {.company-info-zV {
    padding: 100px 0;
}.company-info-zV h3 {
    font-size: calc(30px - 0.2rem);
    margin-bottom: 50px;
}.company-info-zV .master-program-qa {
    margin-bottom: 80px;
}.company-info-zV .master-program-qa span {
    font-size: calc(23px - 0.1rem);
}.company-info-zV .master-program-qa .img-thumbnail-OT,
    .company-info-zV .skill-lab-EV .how-grow-YK {
    height: 400px;
}.company-info-zV .master-program-qa p,
    .company-info-zV .skill-lab-EV p {
    padding: 40px;
    width: 65%;
}
}

@media screen and (max-width: 991px) {.company-info-zV {
    padding: 80px 0;
}.company-info-zV h3 {
    font-size: calc(30px - 0.4rem);
    margin-bottom: 40px;
}.company-info-zV .master-program-qa {
    margin-bottom: 60px;
}.company-info-zV .master-program-qa span {
    font-size: calc(23px - 0.2rem);
}.company-info-zV .master-program-qa .img-thumbnail-OT,
    .company-info-zV .skill-lab-EV .how-grow-YK {
    height: 350px;
    width: 45%;
}.company-info-zV .master-program-qa p,
    .company-info-zV .skill-lab-EV p {
    width: 70%;
    padding: 30px;
    font-size: calc(16px - 0.1rem);
}
}

@media screen and (max-width: 767px) {.company-info-zV {
    padding: 60px 0;
}.company-info-zV h3 {
    font-size: calc(30px - 0.6rem);
    margin-bottom: 40px;
}.company-info-zV h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}.company-info-zV .master-program-qa {
    padding-top: 250px;
    margin-bottom: 60px;
}.company-info-zV .master-program-qa::before {
    width: 80%;
    bottom: -30px;
}.company-info-zV .master-program-qa span {
    font-size: calc(23px - 0.3rem);
    margin-bottom: 230px;
}.company-info-zV .master-program-qa .img-thumbnail-OT {
    width: 100%;
    border-radius: 30px;
    left: 0;
    top: 60px;
    height: 220px;
    position: absolute;
    transform: none;
}.company-info-zV .master-program-qa p {
    width: 100%;
    padding: 25px;
}.company-info-zV .skill-lab-EV {
    padding-bottom: 250px;
}.company-info-zV .skill-lab-EV .how-grow-YK {
    transform: none;
    right: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
    border-radius: 30px;
    top: auto;
    position: absolute;
}.company-info-zV .skill-lab-EV p {
    width: 100%;
    padding: 25px;
}
}

@media screen and (max-width: 575px) {.company-info-zV {
    padding: 50px 0;
}.company-info-zV h3 {
    font-size: calc(30px - 0.8rem);
    margin-bottom: 30px;
}.company-info-zV .master-program-qa {
    margin-bottom: 50px;
    padding-top: 220px;
}.company-info-zV .master-program-qa span {
    margin-bottom: 200px;
    font-size: calc(23px - 0.4rem);
}.company-info-zV .master-program-qa .img-thumbnail-OT,
    .company-info-zV .skill-lab-EV .how-grow-YK {
    height: 200px;
}.company-info-zV .master-program-qa p,
    .company-info-zV .skill-lab-EV p {
    padding: 20px;
    font-size: calc(16px - 0.2rem);
}.company-info-zV .skill-lab-EV {
    padding-bottom: 220px;
}.company-info-zV .master-program-qa::after,
    .company-info-zV .skill-lab-EV::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1600px) {.company-info-zV .master-program-qa .img-thumbnail-OT,
    .company-info-zV .skill-lab-EV .how-grow-YK {
    height: 500px;
}.company-info-zV .master-program-qa p,
    .company-info-zV .skill-lab-EV p {
    width: 55%;
    padding: 60px;
}}.client-feedback-FE {
    position: relative;
    background: linear-gradient(to right, rgb(216,197,187), #ffffff);
    padding: 100px 0 120px;
    overflow: hidden;
}.client-feedback-FE::before {
    opacity: 0.2;
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,145,137,0.5) 0,
        rgb(194,145,137,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
}.client-feedback-FE .skill-growth-gA {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 1;
}.client-feedback-FE h4 {
    transform: skewY(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 38px;
}.client-feedback-FE h4::after {
    content: "";
    width: 120%;
    height: 10px;
    bottom: -20px;
    transform: skewX(0);
    left: -10%;
    background: rgb(194,145,137);
    position: absolute;
}.client-feedback-FE .testimonials-hub-je {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.client-feedback-FE .learn-ratings-Wx {
    padding: 30px 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.333% - 40px);
    margin: 0 20px 40px;
    transform: translateY(0);
    display: flex;
    position: relative;
    flex-direction: column;
}.client-feedback-FE .learn-ratings-Wx:hover {
    transform: translateY(-15px);
}.client-feedback-FE .learn-ratings-Wx::before {
    height: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: height 0.5s ease;
    width: 2px;
    top: 0;
    background: rgb(194,145,137);
}.client-feedback-FE .learn-ratings-Wx:hover::before {
    height: 100%;
}.client-feedback-FE .learn-ratings-Wx::after {
    content: "";
    width: 0;
    transition: width 0.5s ease 0.2s;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(194,145,137);
    height: 2px;
}.client-feedback-FE .learn-ratings-Wx:hover::after {
    width: 100%;
}.client-feedback-FE .img-thumbnail-OT {
    box-shadow: 5px 5px 0 rgb(175,96,122,0.5);
    transform: rotate(-3deg);
    margin-bottom: 20px;
    height: 80px;
    border-radius: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 80px;
    position: relative;
}.client-feedback-FE .learn-ratings-Wx:hover .img-thumbnail-OT {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(175,96,122,0.5);
}.client-feedback-FE .learn-ratings-Wx span {
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    transition: transform 0.3s ease;
    margin: 10px 0;
    transform: translateX(0);
    font-size: calc(13px * 1.1);
    color: #000000;
}.client-feedback-FE .learn-ratings-Wx:hover span {
    color: rgb(194,145,137);
    transform: translateX(10px);
}.client-feedback-FE .learn-ratings-Wx p {
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 13px;
    padding-left: 15px;
    margin-top: 15px;
    transition: border-left-color 0.3s ease;
    border-left: 1px dashed rgb(175,96,122,0.5);
}.client-feedback-FE .learn-ratings-Wx:hover p {
    border-left-color: rgb(194,145,137);
}.client-feedback-FE .learn-ratings-Wx:nth-child(3n+1) {
    transform: translateY(20px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(3n+2) {
    transform: translateY(40px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(3n+1):hover {
    transform: translateY(5px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.client-feedback-FE .learn-ratings-Wx {
    width: calc(50% - 40px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(2n+1) {
    transform: translateY(20px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(2n+2) {
    transform: translateY(40px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(2n+1):hover {
    transform: translateY(5px);
}.client-feedback-FE .learn-ratings-Wx:nth-child(2n+2):hover {
    transform: translateY(25px);
}.client-feedback-FE h4 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.client-feedback-FE {
    padding: 70px 0 90px;
}.client-feedback-FE .learn-ratings-Wx {
    transform: translateY(0) !important;
    margin: 0 0 50px;
    width: 100%;
}.client-feedback-FE .learn-ratings-Wx:hover {
    transform: translateY(-10px) !important;
}.client-feedback-FE h4 {
    font-size: calc(38px * 0.8);
}.client-feedback-FE h4::after {
    transform: skewX(0);
    width: 80%;
    left: 10%;
}}.receive-updates-ks {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,197,187) 0%, rgb(175,96,122,0.5) 100%);
}.receive-updates-ks::before {
    animation: rotateBg 30s linear infinite;
    top: -50%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(194,145,137,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(175,96,122,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    left: -50%;
    width: 200%;
    content: "";
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.receive-updates-ks .skill-growth-gA {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.receive-updates-ks .support-message-Hz {
    margin-left: 5%;
    max-width: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80%;
}.receive-updates-ks h3 {
    background: #ffffff;
    margin-bottom: 0;
    transform: translateX(-5%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding: 1.5rem 2rem;
    position: relative;
    color: #000000;
    z-index: 3;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
}.receive-updates-ks h3::after {
    background: rgb(194,145,137);
    content: "";
    bottom: -15px;
    width: 30px;
    height: 30px;
    z-index: -1;
    right: -15px;
    transform: rotate(45deg);
    position: absolute;
}.receive-updates-ks .input_holder {
    padding: 2.5rem 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    transform: translateX(5%);
    display: flex;
    position: relative;
    z-index: 2;
}.receive-updates-ks input[type="email"] {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    position: relative;
    flex: 1 1 250px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    font-size: 13px;
    padding: 1rem 1.5rem;
    background: rgb(216,197,187);
}.receive-updates-ks input[type="email"]:focus {
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px rgb(194,145,137);
    outline: none;
}.receive-updates-ks input[type="submit"] {
    background: rgb(194,145,137);
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    padding: 1rem 2rem;
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.receive-updates-ks input[type="submit"]::before {
    background: rgb(175,96,122);
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    z-index: -1;
}.receive-updates-ks input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.receive-updates-ks input[type="submit"]:hover::before {
    left: 0;
}.receive-updates-ks::after {
    position: absolute;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(194,145,137) 49.5%, rgb(194,145,137) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(194,145,137) 49.5%, rgb(194,145,137) 50.5%, transparent 50.5%);
    right: -10%;
    height: 70%;
    opacity: 0.1;
    animation: patternMove 15s linear infinite;
    width: 40%;
    z-index: 1;
    pointer-events: none;
    content: "";
    top: 15%;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.receive-updates-ks .input_holder::before {
    right: -50px;
    content: "";
    height: 100px;
    width: 100px;
    top: -30px;
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid rgb(175,96,122,0.5);
    position: absolute;
    opacity: 0.3;
}.receive-updates-ks .input_holder::after {
    transform: rotate(180deg);
    content: "";
    background: rgb(194,145,137,0.5);
    position: absolute;
    left: 10%;
    height: 50px;
    width: 50px;
    opacity: 0.5;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -25px;
}

@media (max-width: 992px) {.receive-updates-ks .support-message-Hz {
    width: 90%;
    margin: 0 auto;
}.receive-updates-ks h3 {
    transform: translateX(0);
}.receive-updates-ks .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.receive-updates-ks {
    padding: 4rem 1.5rem;
}.receive-updates-ks .support-message-Hz {
    width: 100%;
}.receive-updates-ks h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(24px * 0.9);
}.receive-updates-ks .input_holder {
    padding: 2rem;
}.receive-updates-ks input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.receive-updates-ks input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.receive-updates-ks {
    padding: 3rem 1rem;
}.receive-updates-ks h3 {
    font-size: calc(24px * 0.8);
    padding: 1rem 1.2rem;
}.receive-updates-ks .input_holder {
    padding: 1.5rem;
}.receive-updates-ks input[type="email"] {
    padding: 0.8rem 1rem;
}.receive-updates-ks input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.receive-updates-ks .input_holder::before,
    .receive-updates-ks .input_holder::after {
    display: none;
}}.course-features-nc {
    min-height: 600px;
    max-height: 900px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: #ffffff;
}.course-features-nc::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    width: 70%;
    pointer-events: none;
}.course-features-nc .training-guide-Vj {
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    height: 100%;
}.course-features-nc .training-flow-Yq {
    animation: carousel-slide 30s infinite linear;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    width: 500%;
}.course-features-nc .training-guide-Vj:hover .training-flow-Yq {
    animation-play-state: paused;
}.course-features-nc .job-training-lZ {
    overflow: hidden;
    width: 20%;
    height: 100%;
}.course-features-nc .job-training-lZ img {
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.1);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1s ease;
}.course-features-nc .job-training-lZ:hover img {
    transform: scale(1.2);
}.course-features-nc .container {
    align-items: center;
    width: 65%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    padding-left: 0;
    position: relative;
}.course-features-nc .skill-growth-gA {
    max-width: 750px;
    padding-left: 3%;
    width: 100%;
}.course-features-nc .learn-network-EK {
    backdrop-filter: blur(5px);
    position: relative;
    border-top: 4px solid rgb(194,145,137);
    border-radius: 15px;
    background-color: #ffffff;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.course-features-nc .learn-network-EK h3 {
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 1.5rem;
}.course-features-nc .learn-network-EK p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 2rem;
    line-height: 1.7;
}.course-features-nc .learn-network-EK .feedback-section-fX {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(194,145,137), rgb(175,96,122));
    font-weight: 600;
    z-index: 1;
}.course-features-nc .learn-network-EK .feedback-section-fX::before {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(to right, rgb(175,96,122), rgb(194,145,137));
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
}.course-features-nc .learn-network-EK .feedback-section-fX:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course-features-nc .learn-network-EK .feedback-section-fX:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course-features-nc .container {
    width: 70%;
}.course-features-nc::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course-features-nc {
    max-height: none;
    display: flex;
    min-height: 0;
    height: auto;
    flex-direction: column;
}.course-features-nc::before {
    background: linear-gradient(180deg, rgb(216,197,187) 0%, transparent 50%);
}.course-features-nc .training-guide-Vj {
    order: 2;
    width: 100%;
    position: relative;
    height: 400px;
}.course-features-nc .container {
    order: 1;
    width: 100%;
    padding: 4rem 2rem;
}.course-features-nc .skill-growth-gA {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {.course-features-nc .training-guide-Vj {
    height: 350px;
}.course-features-nc .container {
    padding: 3rem 1.5rem;
}.course-features-nc .learn-network-EK {
    padding: 2rem;
}.course-features-nc .learn-network-EK h3 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 576px) {.course-features-nc .training-guide-Vj {
    height: 250px;
}.course-features-nc .container {
    padding: 2.5rem 1rem;
}.course-features-nc .learn-network-EK {
    padding: 1.5rem;
}.course-features-nc .learn-network-EK h3 {
    font-size: calc(36px * 0.8);
}.course-features-nc .learn-network-EK p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.course-features-nc .learn-network-EK .feedback-section-fX {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.secure-harbor-Hu {
    background: linear-gradient(135deg, rgb(216,197,187), rgba(245, 245, 250, 0.98));
    overflow: hidden;
    position: relative;
    padding: 4rem 1.5rem;
}.secure-harbor-Hu::before {
    height: 100%;
    opacity: 0.15;
    z-index: 0;
    background: radial-gradient(circle at 90% 10%, rgb(194,145,137,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(175,96,122,0.5), transparent 60%);
    width: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.secure-harbor-Hu::after {
    pointer-events: none;
    background: radial-gradient(circle, rgb(194,145,137,0.5) 10%, transparent 70%);
    top: -20px;
    right: -20px;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    width: 200px;
    content: "";
    transform: rotate(-15deg);
    height: 200px;
}.secure-harbor-Hu .container {
    position: relative;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    z-index: 1;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(194,145,137,0.5), 0.03);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.secure-harbor-Hu .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(194,145,137,0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.secure-harbor-Hu h1 {
    border-bottom: 2px solid rgba(rgb(194,145,137,0.5), 0.1);
    font-size: 38px;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-weight: 700;
    color: rgb(194,145,137);
}.secure-harbor-Hu h1::after {
    background: rgb(194,145,137);
    height: 2px;
    left: 0;
    content: "";
    bottom: -2px;
    transition: width 0.5s ease;
    width: 70px;
    position: absolute;
}.secure-harbor-Hu h2 {
    border-left: 3px solid rgb(175,96,122);
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    position: relative;
    font-size: 32px;
    margin: 2.5rem 0 1rem;
}.secure-harbor-Hu h3 {
    color: #000000;
    position: relative;
    font-size: calc(32px * 0.8);
    margin: 2rem 0 1rem;
    border-left: 2px solid rgb(175,96,122,0.5);
    padding-left: 12px;
    font-weight: 600;
}.secure-harbor-Hu h4 {
    border-left: 1px solid rgb(175,96,122,0.5);
    font-weight: 600;
    margin: 1.75rem 0 0.75rem;
    font-size: calc(32px * 0.65);
    color: #000000;
    padding-left: 10px;
    position: relative;
}.secure-harbor-Hu p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    max-width: 95%;
    font-size: 15px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
}.secure-harbor-Hu p:hover {
    transform: translateX(5px);
}.secure-harbor-Hu p strong {
    font-weight: 600;
    color: rgb(194,145,137);
    position: relative;
    display: inline-block;
}.secure-harbor-Hu p strong::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    left: 0;
    background: rgb(194,145,137,0.5);
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    content: "";
    bottom: -2px;
}.secure-harbor-Hu p:hover strong::after {
    transform: scaleX(1);
}.secure-harbor-Hu ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.secure-harbor-Hu ul::before {
    top: 0;
    width: 2px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(175,96,122,0.5), rgba(rgb(175,96,122,0.5), 0.2));
}.secure-harbor-Hu li {
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 1.7;
}.secure-harbor-Hu li:hover {
    transform: translateX(5px);
}.secure-harbor-Hu li::before {
    position: absolute;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    top: 10px;
    left: 0;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(175,96,122);
}.secure-harbor-Hu li:hover::before {
    background: rgb(194,145,137);
    transform: scale(1.3);
}.secure-harbor-Hu span {
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 1.8;
    border-left: 1px dashed rgb(175,96,122,0.5);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    transition: all 0.3s ease;
}.secure-harbor-Hu span:hover {
    border-left-color: rgb(194,145,137);
    background: linear-gradient(to right, rgba(rgb(194,145,137,0.5), 0.05), transparent);
    transform: translateX(5px);
}

@media (max-width: 1200px) {.secure-harbor-Hu .container {
    max-width: 960px;
    padding: 2.5rem;
}.secure-harbor-Hu h1 {
    font-size: calc(38px * 0.9);
}.secure-harbor-Hu h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 992px) {.secure-harbor-Hu {
    padding: 3rem 1.25rem;
}.secure-harbor-Hu .container {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    max-width: 720px;
}.secure-harbor-Hu h1 {
    margin-bottom: 1.25rem;
}.secure-harbor-Hu p, 
  .secure-harbor-Hu li, 
  .secure-harbor-Hu span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.secure-harbor-Hu {
    padding: 2.5rem 1rem;
}.secure-harbor-Hu .container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
    max-width: 540px;
}.secure-harbor-Hu h1 {
    transform: translateX(0);
    font-size: calc(38px * 0.8);
}.secure-harbor-Hu h2 {
    font-size: calc(32px * 0.85);
    margin: 2rem 0 0.75rem;
}.secure-harbor-Hu h3 {
    font-size: calc(32px * 0.7);
}.secure-harbor-Hu h4 {
    font-size: calc(32px * 0.6);
}.secure-harbor-Hu p, 
  .secure-harbor-Hu li {
    max-width: 100%;
}.secure-harbor-Hu p:hover,
  .secure-harbor-Hu li:hover,
  .secure-harbor-Hu span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.secure-harbor-Hu {
    padding: 2rem 0.75rem;
}.secure-harbor-Hu .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.secure-harbor-Hu h1 {
    padding-bottom: 0.75rem;
    font-size: calc(38px * 0.7);
}.secure-harbor-Hu h2 {
    font-size: calc(32px * 0.75);
    padding-left: 10px;
}.secure-harbor-Hu h3 {
    padding-left: 8px;
    font-size: calc(32px * 0.65);
}.secure-harbor-Hu h4 {
    padding-left: 6px;
    font-size: calc(32px * 0.55);
}.secure-harbor-Hu ul {
    padding-left: 0.75rem;
}.secure-harbor-Hu li {
    padding-left: 1.25rem;
}.secure-harbor-Hu p, 
  .secure-harbor-Hu li, 
  .secure-harbor-Hu span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.secure-harbor-Hu span {
    padding-left: 0.75rem;
}}.register-now-KG {
    overflow: hidden;
    background: linear-gradient(110deg, rgb(194,145,137) 55%, rgb(216,197,187) 45%);
    position: relative;
    padding: 120px 0;
}.register-now-KG::before {
    position: absolute;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}.register-now-KG .skill-growth-gA {
    position: relative;
    display: flex;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}.register-now-KG .container p {
    font-size: 28px;
    color: #ffffff;
    z-index: 5;
    width: 60%;
    line-height: 1.4;
    font-weight: 700;
    padding-right: 30px;
    position: relative;
    margin: 0;
}.register-now-KG .feedback-section-fX {
    transition: all 0.4s ease;
    z-index: 5;
    display: flex;
    background: rgb(194,145,137);
    justify-content: center;
    transform: skewX(-10deg);
    height: 100px;
    text-decoration: none;
    font-weight: 600;
    width: 35%;
    font-size: 17px;
    border-radius: 23px;
    position: relative;
    align-items: center;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    overflow: hidden;
}.register-now-KG .feedback-section-fX::before {
    transform: rotate(35deg) translateY(-50px);
    left: -50px;
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    content: '';
    height: 150%;
    position: absolute;
    transition: all 0.6s ease;
}.register-now-KG .feedback-section-fX:hover {
    background: rgb(175,96,122);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
}.register-now-KG .feedback-section-fX:hover::before {
    left: 120%;
}.register-now-KG .container::after {
    z-index: -1;
    filter: blur(60px);
    content: '';
    border-radius: 50%;
    width: 200px;
    background: rgb(194,145,137,0.5);
    animation: pulse 8s infinite alternate;
    position: absolute;
    height: 200px;
    right: -50px;
    top: -50px;
}.register-now-KG .container::before {
    filter: blur(50px);
    height: 150px;
    animation: pulse 8s infinite alternate-reverse;
    background: rgb(175,96,122,0.5);
    width: 150px;
    z-index: -1;
    position: absolute;
    left: -50px;
    bottom: -50px;
    content: '';
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.register-now-KG {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(216,197,187) 55%);
}.register-now-KG .container p {
    font-size: calc(24px * 1.3);
}.register-now-KG .feedback-section-fX {
    height: 80px;
}
}

@media (max-width: 767px) {.register-now-KG {
    padding: 70px 0;
    background: #000000;
}.register-now-KG .skill-growth-gA {
    gap: 30px;
    flex-direction: column;
}.register-now-KG .container p {
    padding-right: 0;
    width: 100%;
    font-size: 24px;
    text-align: center;
}.register-now-KG .feedback-section-fX {
    transform: skewX(0);
    width: 80%;
    height: 70px;
}.register-now-KG .feedback-section-fX:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.register-now-KG {
    padding: 50px 0;
}.register-now-KG .container p {
    font-size: calc(18px * 1.2);
}.register-now-KG .feedback-section-fX {
    font-size: calc(17px * 0.9);
    height: 60px;
    width: 100%;
}}.education-framework-ze {
    background: linear-gradient(140deg, rgb(216,197,187) 0%, rgb(194,145,137,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.education-framework-ze::before {
    transform: rotate(45deg);
    background: rgb(194,145,137);
    animation: float 12s infinite ease-in-out;
    z-index: -1;
    position: absolute;
    width: 250px;
    opacity: 0.1;
    height: 250px;
    top: -50px;
    content: "";
    right: -50px;
}.education-framework-ze::after {
    left: -80px;
    width: 300px;
    height: 300px;
    content: "";
    opacity: 0.05;
    z-index: -1;
    bottom: -80px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(175,96,122);
}.education-framework-ze .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.education-framework-ze .skill-growth-gA {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    position: relative;
    flex-direction: column;
}.education-framework-ze .skill-growth-gA:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-framework-ze .skill-growth-gA > div {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    position: relative;
    transform: translateX(0);
    border-left: 5px solid rgb(194,145,137);
    padding: 3.5rem 3rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.education-framework-ze .skill-growth-gA > div:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
}.education-framework-ze .skill-growth-gA > div::before {
    z-index: -1;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(194,145,137,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    height: 100%;
}.education-framework-ze .skill-growth-gA > div:hover::before {
    opacity: 0.3;
}.education-framework-ze h3 {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
    color: rgb(194,145,137);
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateX(0);
}.education-framework-ze .skill-growth-gA > div:hover h3 {
    transform: translateX(5px);
}.education-framework-ze h3::after {
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
    left: 0;
    background: rgb(194,145,137);
    bottom: -10px;
    width: 60px;
}.education-framework-ze .skill-growth-gA > div:hover h3::after {
    width: 100px;
}.education-framework-ze p {
    margin: 0;
    transform: translateY(0);
    position: relative;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.education-framework-ze .skill-growth-gA > div:hover p {
    transform: translateY(3px);
}.education-framework-ze p span {
    border-left: 2px solid rgba(rgb(194,145,137,0.5), 0.2);
    display: block;
    padding-left: 1rem;
    position: relative;
}

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

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

@media (min-width: 768px) {.education-framework-ze {
    padding: 8rem 0;
}.education-framework-ze .skill-growth-gA > div {
    padding: 4rem 5rem;
    transform: translateX(0) skewX(-2deg);
}.education-framework-ze .skill-growth-gA > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.education-framework-ze h3 {
    font-size: 28px;
}.education-framework-ze p span {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.education-framework-ze {
    padding: 10rem 0;
}.education-framework-ze .skill-growth-gA {
    transform: perspective(1000px) rotateY(3deg);
}.education-framework-ze .skill-growth-gA > div {
    padding: 5rem 6rem;
}.education-framework-ze h3 {
    margin-bottom: 2.5rem;
}.education-framework-ze p {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education-framework-ze {
    padding: 5rem 0;
}.education-framework-ze .skill-growth-gA > div {
    padding: 2.5rem 1.5rem;
}.education-framework-ze h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.education-framework-ze p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.education-framework-ze p span {
    padding-left: 0.75rem;
}
}