* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.site-head-xNJU {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.grid-container-fqQd {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.container {
    margin: auto;
    width: 1114px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.carbon-cta-jtPJ {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    position: relative;
    z-index: 100;
    padding: 0;
    background: linear-gradient(120deg, rgb(196,182,171) 0%, rgb(171,144,119) 100%);
}header::before {
    bottom: 2px;
    z-index: -1;
    content: '';
    left: 2px;
    position: absolute;
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header .top-header-oJPn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    padding: 1.2rem 3rem;
}header .main-site-HKWz {
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}header .main-site-HKWz::before {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    bottom: 3px;
    z-index: -1;
    position: absolute;
    right: 3px;
    left: 3px;
    content: '';
    top: 3px;
}header .main-site-HKWz:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .first-class-WroL {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .first-class-WroL img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .head-mentor-jJsi {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 2;
    display: flex;
}header .main-guide-iRow {
    position: relative;
    margin: 0 0.5rem;
}header .main-guide-iRow a {
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 1.2rem;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    height: 40px;
    text-decoration: none;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    display: flex;
    border: 1px solid transparent;
    font-size: 14px;
    position: relative;
    align-items: center;
}header .main-guide-iRow a::before {
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
}header .main-guide-iRow a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .main-guide-iRow a:hover::before {
    left: 100%;
}header .main-guide-iRow::after {
    left: 50%;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    bottom: -5px;
    content: '';
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
}header .main-guide-iRow:hover::after {
    width: 80%;
}header .top-header-oJPn::before {
    width: 40px;
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    height: 40px;
    position: absolute;
    content: '';
    right: 10px;
    top: 10px;
    border-right: none;
}header .top-header-oJPn::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    border-left: none;
    content: '';
    bottom: 10px;
    width: 40px;
    left: 10px;
    opacity: 0.5;
    position: absolute;
    height: 40px;
}header .site-head-xNJU {
    padding-top: 2rem;
    margin-top: -15px;
    position: relative;
    background: rgb(234,232,229);
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    height: 8px;
    animation: pulse 2s infinite;
    content: '';
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    width: 8px;
    top: 15px;
    position: absolute;
    background: #ffffff;
}

@media (min-width: 1400px) {header .top-header-oJPn {
    margin: 0 auto;
    max-width: 1320px;
}header .main-guide-iRow {
    margin: 0 0.7rem;
}header .main-guide-iRow a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top-header-oJPn {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main-site-HKWz {
    margin-right: 0;
    margin-bottom: 0;
}header .head-mentor-jJsi {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .main-guide-iRow a {
    height: 35px;
    font-size: calc(14px - 1px);
    padding: 0 1rem;
}header .top-header-oJPn::before,
    header .top-header-oJPn::after {
    display: none;
}.site-head-xNJU {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .top-header-oJPn {
    padding: 0.8rem 1.5rem;
}header .main-site-HKWz {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .first-class-WroL img {
    max-height: 35px;
}header .head-mentor-jJsi {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .head-mentor-jJsi::-webkit-scrollbar {
    height: 3px;
}header .head-mentor-jJsi::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main-guide-iRow {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .main-guide-iRow a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
    height: 32px;
}header .main-guide-iRow::after {
    display: none;
}header::after {
    right: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
}.site-head-xNJU {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .top-header-oJPn {
    padding: 0.7rem 1.2rem;
}header .main-site-HKWz {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .main-guide-iRow a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(14px - 3px);
}}.contact-panel-Sqtr {
    position: relative;
    background: rgb(234,232,229);
    padding: 120px 0;
    overflow: hidden;
}.contact-panel-Sqtr::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(196,182,171), rgb(171,144,119));
    height: 5px;
    content: "";
    top: 0;
}.contact-panel-Sqtr .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.contact-panel-Sqtr h2 {
    font-size: 29px;
    margin-bottom: 60px;
    display: inline-block;
    padding-left: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    position: relative;
}.contact-panel-Sqtr h2::before {
    left: 0;
    position: absolute;
    background: rgb(196,182,171);
    top: 0;
    border-radius: 10px;
    height: 100%;
    width: 5px;
    content: "";
}.contact-panel-Sqtr .reach-query-RWZn {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    display: grid;
}.contact-panel-Sqtr .img-expand-RpzV {
    border-radius: 12px;
    order: 2;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(196,182,171,0.5);
}.contact-panel-Sqtr .inquiry-section-Pahu {
    order: 1;
}.contact-panel-Sqtr form {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 12px;
}.contact-panel-Sqtr form h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 35px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.contact-panel-Sqtr form input[type="text"] {
    border: none;
    color: #000000;
    font-size: 17px;
    padding: 18px 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgb(234,232,229);
    width: 100%;
    transition: all 0.3s ease;
}.contact-panel-Sqtr form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(196,182,171,0.5);
    background: #ffffff;
    outline: none;
}.contact-panel-Sqtr form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact-panel-Sqtr .query-feedback-jhqA {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact-panel-Sqtr .query-feedback-jhqA input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-panel-Sqtr .query-feedback-jhqA label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}.contact-panel-Sqtr .query-feedback-jhqA label::before {
    height: 22px;
    background: rgb(234,232,229);
    top: 2px;
    width: 22px;
    border-radius: 10px;
    position: absolute;
    content: "";
    transition: all 0.2s ease;
    left: 0;
}.contact-panel-Sqtr .query-feedback-jhqA input[type="checkbox"]:checked + label::before {
    background: rgb(196,182,171);
}.contact-panel-Sqtr .query-feedback-jhqA input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    left: 8px;
    top: 6px;
    height: 10px;
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
}.contact-panel-Sqtr .query-feedback-jhqA label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(196,182,171);
    font-weight: 600;
}.contact-panel-Sqtr .query-feedback-jhqA label a:hover {
    color: rgb(171,144,119);
}.contact-panel-Sqtr form .inquiry-reach-VouY {
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 18px 40px;
    position: relative;
    background: #000000;
}.contact-panel-Sqtr form .inquiry-reach-VouY:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(196,182,171);
}.contact-panel-Sqtr svg {
    width: 20px;
    height: 20px;
    fill: rgb(196,182,171);
}.contact-panel-Sqtr svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,182,171);
}

@media screen and (max-width: 991px) {.contact-panel-Sqtr {
    padding: 90px 0;
}.contact-panel-Sqtr .reach-query-RWZn {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-panel-Sqtr .img-expand-RpzV {
    order: 1;
    max-width: 600px;
    min-height: 400px;
    margin: 0 auto;
}.contact-panel-Sqtr .inquiry-section-Pahu {
    order: 2;
}.contact-panel-Sqtr form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact-panel-Sqtr {
    padding: 70px 0;
}.contact-panel-Sqtr h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.contact-panel-Sqtr .img-expand-RpzV {
    box-shadow: -10px 10px 0 rgb(196,182,171,0.5);
    width: 100%;
    min-height: 300px;
}.contact-panel-Sqtr form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-panel-Sqtr {
    padding: 50px 0;
}.contact-panel-Sqtr h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.contact-panel-Sqtr .img-expand-RpzV {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(196,182,171,0.5);
}.contact-panel-Sqtr form {
    padding: 30px 20px;
}.contact-panel-Sqtr form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact-panel-Sqtr form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-panel-Sqtr form .inquiry-reach-VouY {
    width: 100%;
    padding: 15px 20px;
}}.membership-plan-gPhO {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.membership-plan-gPhO::before {
    left: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    backdrop-filter: blur(4px);
}.membership-plan-gPhO .container {
    max-width: 1320px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.membership-plan-gPhO .pro-rates-VriK {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}.membership-plan-gPhO h2 {
    opacity: 0;
    text-align: center;
    animation: fadeSlideUp 0.7s ease forwards;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    transform: translateY(20px);
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
}.membership-plan-gPhO .pricing-card-bpeU {
    line-height: 1.6;
    text-align: center;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    margin-bottom: 50px;
    color: #ffffff;
    opacity: 0;
    max-width: 700px;
    transform: translateY(20px);
    font-size: 17px;
}.membership-plan-gPhO .discount-tier-zYgs {
    display: grid;
    padding: 0;
    width: 100%;
    list-style: none;
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.membership-plan-gPhO .discount-tier-zYgs li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
}.membership-plan-gPhO .discount-tier-zYgs li:nth-child(1) {
    --li-index: 1;
}.membership-plan-gPhO .discount-tier-zYgs li:nth-child(2) {
    --li-index: 2;
}.membership-plan-gPhO .discount-tier-zYgs li:nth-child(3) {
    --li-index: 3;
}.membership-plan-gPhO .discount-tier-zYgs li:nth-child(4) {
    --li-index: 4;
}.membership-plan-gPhO .pricing-block-knSl {
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.membership-plan-gPhO .pricing-block-knSl::before {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(196,182,171), rgb(171,144,119));
    left: 0;
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 100%;
}.membership-plan-gPhO .pricing-block-knSl:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.membership-plan-gPhO .pricing-block-knSl:hover::before {
    transform: scaleX(1);
}.membership-plan-gPhO .annual-fee-aBez {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 30px;
}.membership-plan-gPhO .cost-summary-PcYH {
    height: 100%;
    display: flex;
    flex-direction: column;
}.membership-plan-gPhO .cost-summary-PcYH h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}.membership-plan-gPhO .cost-summary-PcYH h4::after {
    bottom: 0;
    background: rgb(171,144,119);
    content: "";
    left: 0;
    height: 2px;
    width: 40px;
    position: absolute;
}.membership-plan-gPhO .cost-summary-PcYH p {
    word-break: break-word;
    margin-bottom: 25px;
    font-size: calc(17px - 2px);
    flex-grow: 1;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    overflow-wrap: break-word;
}.membership-plan-gPhO .member-plans-fGCv {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(196,182,171,0.5), rgb(171,144,119,0.5));
    font-size: calc(23px + 4px);
    position: relative;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 10px;
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
}.membership-plan-gPhO .pricing-block-knSl:hover .member-plans-fGCv {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.membership-plan-gPhO {
    padding: 80px 0;
}.membership-plan-gPhO h2 {
    font-size: calc(36px - 4px);
}.membership-plan-gPhO .discount-tier-zYgs {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.membership-plan-gPhO .annual-fee-aBez {
    padding: 25px;
}.membership-plan-gPhO .member-plans-fGCv {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 768px) {.membership-plan-gPhO {
    padding: 60px 0;
}.membership-plan-gPhO h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 15px;
}.membership-plan-gPhO .pricing-card-bpeU {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.membership-plan-gPhO .discount-tier-zYgs {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.membership-plan-gPhO .cost-summary-PcYH p {
    font-size: calc(17px - 3px);
}
}

@media (max-width: 480px) {.membership-plan-gPhO {
    padding: 50px 0;
}.membership-plan-gPhO .annual-fee-aBez {
    padding: 20px;
}.membership-plan-gPhO .cost-summary-PcYH h4 {
    font-size: calc(23px - 2px);
}.membership-plan-gPhO .member-plans-fGCv {
    padding: 8px 15px;
    font-size: 23px;
}}.learning-process-wJCB {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,232,229) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 6rem 0;
    position: relative;
}.learning-process-wJCB::before {
    top: -100px;
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
    right: -100px;
    border-radius: 50%;
    width: 300px;
    position: absolute;
    filter: blur(60px);
    content: "";
    background: linear-gradient(45deg, rgb(196,182,171,0.5) 0%, rgb(171,144,119,0.5) 100%);
    z-index: -1;
    height: 300px;
}.learning-process-wJCB::after {
    z-index: -1;
    left: -50px;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(171,144,119,0.5) 0%, rgb(196,182,171,0.5) 100%);
    width: 200px;
    height: 200px;
    animation: morph 20s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    position: absolute;
    bottom: -50px;
    content: "";
}.learning-process-wJCB .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.learning-process-wJCB .corp-culture-qGnI {
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    display: flex;
}.learning-process-wJCB .corp-culture-qGnI > div {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    max-width: 850px;
    transform: translateY(0) rotateX(0);
    background: #ffffff;
    padding: 3.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    border-left: 4px solid rgb(196,182,171);
    width: 100%;
    position: relative;
}.learning-process-wJCB .corp-culture-qGnI > div:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) rotateX(2deg);
}.learning-process-wJCB .corp-culture-qGnI > div::before {
    top: 20px;
    left: -20px;
    width: 40px;
    content: "";
    opacity: 0.9;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    height: 40px;
    background: rgb(196,182,171);
}.learning-process-wJCB .corp-culture-qGnI > div:hover::before {
    transform: scale(1);
}.learning-process-wJCB h3 {
    padding-bottom: 0.75rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    font-size: calc(34px * 0.85);
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}.learning-process-wJCB h3::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
    bottom: 0;
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(196,182,171) 0%, rgb(171,144,119) 100%);
    left: 0;
    position: absolute;
    transform: scaleX(1);
    height: 3px;
}.learning-process-wJCB .corp-culture-qGnI > div:hover h3::after {
    transform: scaleX(1.5);
}.learning-process-wJCB p {
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
}.learning-process-wJCB p span {
    opacity: 0.95;
    transition: opacity 0.3s ease;
    position: relative;
    display: inline-block;
}.learning-process-wJCB p span::before {
    background: linear-gradient(90deg, transparent, rgb(171,144,119,0.5), transparent);
    width: 100%;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    transform: scaleX(0);
    opacity: 0;
    bottom: -3px;
    height: 1px;
    transform-origin: left;
    content: "";
}.learning-process-wJCB .corp-culture-qGnI > div:hover p span::before {
    opacity: 0.7;
    transform: scaleX(1);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

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

@media (max-width: 992px) {.learning-process-wJCB {
    padding: 5rem 0;
}.learning-process-wJCB .corp-culture-qGnI > div {
    padding: 2.5rem;
}.learning-process-wJCB h3 {
    font-size: calc(34px * 0.75);
}
}

@media (max-width: 768px) {.learning-process-wJCB {
    padding: 4rem 0;
}.learning-process-wJCB .corp-culture-qGnI > div {
    padding: 2rem;
    border-left-width: 3px;
}.learning-process-wJCB h3 {
    padding-bottom: 0.65rem;
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.7);
}.learning-process-wJCB h3::after {
    width: 50px;
    height: 2px;
}.learning-process-wJCB p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.learning-process-wJCB {
    padding: 3rem 0;
}.learning-process-wJCB .corp-culture-qGnI > div {
    padding: 1.75rem;
    border-left-width: 2px;
}.learning-process-wJCB h3 {
    font-size: calc(34px * 0.65);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}.learning-process-wJCB h3::after {
    width: 40px;
}.learning-process-wJCB p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.learning-process-wJCB .corp-culture-qGnI > div::before {
    width: 30px;
    top: 15px;
    left: -15px;
    height: 30px;
}}.cookieWarningContainer-iwKd {
    bottom: 0;
    width: 100%;
    background: rgb(234,232,229);
    position: fixed;
    border-top: 2px solid rgb(196,182,171);
    z-index: 90;
}.cookie-none-WNvc {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}#cookieWarningAlert-PJRA {
    display: none;
}#cookieWarningAlert-PJRA:checked ~ .cookieWarningContainer-iwKd {
    opacity: 0;
    visibility: hidden;
}.cookieWarningContainer-iwKd h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieWarningContainer-iwKd p {
    font-size: 18px;
}.cookie-frame-mDKO {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-frame-mDKO svg, .cookie-frame-mDKO svg path, .cookie-frame-mDKO img {
    fill: rgb(196,182,171);
    width: 100px;
    height: 100px;
}.data-notice-hcTj {
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
    color: rgb(196,182,171);
    line-height: 35px;
    border-bottom: 2px solid rgb(196,182,171);
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
}.cookieWarningContainer-iwKd p a {
    text-decoration: none;
    color: rgb(196,182,171);
}
@media only screen and (max-width: 1200px) {.cookieWarningContainer-iwKd {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-frame-mDKO {
    display: none;
}.cookie-none-WNvc {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieWarningContainer-iwKd h5 {
    text-align: center;
}.cookieWarningContainer-iwKd p {
    text-align: center;
}.edu-cookies-Zkaw {
    margin-bottom: 20px;
}body .grid-container-fqQd .data-notice-hcTj {
    margin-left: 0;
    margin-bottom: 10px;
}}
.grid-container-fqQd .cookieWarningContainer-iwKd {
    box-shadow: rgb(196,182,171,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.grid-container-fqQd .data-notice-hcTj {
    border: none;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
    font-weight: 400;
    background: rgb(196,182,171);
}.grid-container-fqQd .cookie-frame-mDKO {
    height: 80px;
    background:rgb(196,182,171);
    border-radius: 50%;
    align-items: center;
    width: 80px;
    justify-content: center;
    display: flex;
}.grid-container-fqQd .cookie-frame-mDKO svg, .grid-container-fqQd .cookie-frame-mDKO svg path, .grid-container-fqQd .cookie-frame-mDKO img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.grid-container-fqQd .edu-cookies-Zkaw h5, .grid-container-fqQd .edu-cookies-Zkaw p {
    color: #000000;
}
@media only screen and (max-width: 800px){.grid-container-fqQd .cookie-frame-mDKO {
    margin: 0;
    margin-bottom: 14px;
}}.educational-yield-vWpg {
    background: linear-gradient(135deg, rgb(234,232,229) 0%, rgba(255,255,255,0.98) 70%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
}.educational-yield-vWpg::before {
    background: linear-gradient(220deg, rgb(196,182,171,0.5) 10%, transparent 70%);
    opacity: 0.2;
    animation: float 18s infinite ease-in-out;
    border-radius: 40% 60% 70% 30%;
    filter: blur(30px);
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    height: 25rem;
    z-index: 0;
    width: 25rem;
    position: absolute;
    top: -10%;
}.educational-yield-vWpg::after {
    transform: rotate(25deg);
    filter: blur(35px);
    left: -5%;
    z-index: 0;
    bottom: -15%;
    opacity: 0.15;
    content: "";
    border-radius: 60% 40% 30% 70%;
    position: absolute;
    animation: float 15s infinite ease-in-out reverse;
    height: 20rem;
    width: 20rem;
    background: linear-gradient(40deg, rgb(171,144,119,0.5) 15%, transparent 75%);
}.educational-yield-vWpg h5 {
    font-size: 24px;
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
    text-align: center;
    font-weight: 600;
}.educational-yield-vWpg h5::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 4rem;
    bottom: -0.8rem;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(196,182,171), transparent);
}.educational-yield-vWpg .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.educational-yield-vWpg .corp-culture-qGnI {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem 1.5rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
}.educational-yield-vWpg .corp-culture-qGnI:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
}.educational-yield-vWpg .img-expand-RpzV {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    height: auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 3px;
    object-fit: cover;
    max-width: 480px;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
}.educational-yield-vWpg .corp-culture-qGnI:hover .img-expand-RpzV {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0);
}.educational-yield-vWpg .text-content-GMhz {
    width: 100%;
}.educational-yield-vWpg ul {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 1.25rem;
}.educational-yield-vWpg li {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    position: relative;
    transform: translateX(0);
    border-left: 2px solid rgb(196,182,171,0.5);
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    padding: 0.8rem 1rem 0.8rem 3.2rem;
}.educational-yield-vWpg li:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
    border-left: 2px solid rgb(196,182,171);
    transform: translateX(5px);
}.educational-yield-vWpg li:nth-child(odd) {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
    border-left: 2px solid rgb(171,144,119,0.5);
}.educational-yield-vWpg li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(171,144,119);
}.educational-yield-vWpg li div,
.educational-yield-vWpg li p {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 17px;
    line-height: 1.5;
}.educational-yield-vWpg li svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    position: absolute;
    top: 0;
    left: -2.3rem;
}.educational-yield-vWpg li:hover svg {
    transform: translateY(-3px);
}.educational-yield-vWpg svg path {
    fill: rgb(196,182,171);
    transition: fill 0.3s ease;
}.educational-yield-vWpg li:nth-child(odd) svg path {
    fill: rgb(171,144,119);
}.educational-yield-vWpg li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.educational-yield-vWpg li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational-yield-vWpg li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational-yield-vWpg li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational-yield-vWpg li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(0deg);
    }
    75% {
        transform: translate(20px, 15px) rotate(-10deg);
    }
}

@media (min-width: 768px) {.educational-yield-vWpg {
    padding: 6rem 2rem;
}.educational-yield-vWpg h5 {
    margin-bottom: 4rem;
    font-size: calc(24px * 1.1);
}.educational-yield-vWpg .corp-culture-qGnI {
    gap: 3rem;
    padding: 3rem;
    flex-direction: row;
}.educational-yield-vWpg ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational-yield-vWpg {
    padding: 8rem 3rem;
}.educational-yield-vWpg .corp-culture-qGnI {
    gap: 4rem;
}.educational-yield-vWpg .img-expand-RpzV {
    max-width: 45%;
}.educational-yield-vWpg .text-content-GMhz {
    max-width: 55%;
}.educational-yield-vWpg h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.educational-yield-vWpg li p {
    font-size: calc(17px * 0.95);
}.educational-yield-vWpg h5 {
    font-size: calc(24px * 0.9);
    padding: 0 1rem;
}.educational-yield-vWpg li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.title-greeting-syNX {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,232,229) 0%, rgb(196,182,171,0.5) 100%);
    min-height: 100vh;
    position: relative;
}.title-greeting-syNX::before {
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.6;
    left: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(196,182,171,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(171,144,119,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
}.title-greeting-syNX::after {
    bottom: -5px;
    position: absolute;
    animation: shimmer 4s infinite linear;
    height: 10px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(196,182,171) 0%, 
    rgb(171,144,119) 50%, 
    rgb(196,182,171) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    width: 100%;
    z-index: 2;
}.title-greeting-syNX .learning-open-WDhL {
    align-items: center;
    position: relative;
    width: 90%;
    padding: 6rem 0;
    justify-content: center;
    display: flex;
    max-width: 1280px;
    z-index: 3;
    margin: 0 auto;
    min-height: 100vh;
}.title-greeting-syNX .learning-open-WDhL > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.title-greeting-syNX .learning-open-WDhL > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-greeting-syNX .learning-open-WDhL > div > div:first-child {
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards 0.2s ease-out;
    margin-bottom: 2.5rem;
    opacity: 0;
}.title-greeting-syNX h3 {
    margin: 0 auto;
    position: relative;
    max-width: 90%;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(196,182,171);
    color: #000000;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    font-weight: 600;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(5px);
    line-height: 1.5;
    text-align: center;
    font-size: calc(24px * 1.05);
    letter-spacing: 0.01em;
    padding: 1.5rem 2rem;
}.title-greeting-syNX h3::before {
    width: 100%;
    transform: skewX(-3deg);
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    background: rgb(196,182,171,0.5);
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.title-greeting-syNX .knowledge-classes-wyrT {
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    opacity: 0;
    position: relative;
    isolation: isolate;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(20px);
}.title-greeting-syNX .knowledge-classes-wyrT::before {
    left: 0;
    mix-blend-mode: color-burn;
    position: absolute;
    background: linear-gradient(
    135deg, 
    rgb(196,182,171,0.5) 0%,
    transparent 50%,
    rgb(171,144,119,0.5) 100%
  );
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.title-greeting-syNX .knowledge-classes-wyrT::after {
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    z-index: 2;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.title-greeting-syNX .knowledge-classes-wyrT > div {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
    padding: 5rem 2rem;
    position: relative;
    align-items: center;
    z-index: 3;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    justify-content: center;
}.title-greeting-syNX .knowledge-classes-wyrT p {
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    transform: translateY(15px);
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    opacity: 0;
    padding: 0.8rem 0;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 80%;
}.title-greeting-syNX .knowledge-classes-wyrT p::after {
    width: 80px;
    height: 2px;
    background: rgb(171,144,119);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
}.title-greeting-syNX .title_style_header {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    letter-spacing: 0.03em;
    opacity: 0;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.5rem 0 0;
    position: relative;
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    text-align: center;
    transform: translateY(15px);
    color: #ffffff;
    font-size: 43px;
}.title-greeting-syNX .title_style_header::before,
.title-greeting-syNX .title_style_header::after {
    content: "";
    background: rgb(171,144,119);
    width: 80px;
    height: 3px;
    position: absolute;
    border-radius: 2px;
}.title-greeting-syNX .title_style_header::before {
    transform-origin: right;
    top: 50%;
    left: -100px;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform: translateY(-50%) scaleX(0);
}.title-greeting-syNX .title_style_header::after {
    transform: translateY(-50%) scaleX(0);
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    right: -100px;
    transform-origin: left;
    top: 50%;
}

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

@keyframes scaleIn {
  0% {
    transform: translateY(-50%) scaleX(0);
  }
  100% {
    transform: translateY(-50%) scaleX(1);
  }
}

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

@media (max-width: 992px) {.title-greeting-syNX .learning-open-WDhL {
    padding: 4rem 0;
}.title-greeting-syNX h3 {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 1.5rem;
}.title-greeting-syNX .title_style_header {
    font-size: calc(36px * 1.05);
}.title-greeting-syNX .title_style_header::before {
    left: -60px;
    width: 60px;
}.title-greeting-syNX .title_style_header::after {
    width: 60px;
    right: -60px;
}
}

@media (max-width: 768px) {.title-greeting-syNX .learning-open-WDhL {
    width: 95%;
    padding: 3.5rem 0;
}.title-greeting-syNX h3 {
    padding: 1rem;
    font-size: 20px;
    max-width: 100%;
}.title-greeting-syNX .knowledge-classes-wyrT > div {
    min-height: 40vh;
    padding: 4rem 1rem;
}.title-greeting-syNX .knowledge-classes-wyrT p {
    max-width: 100%;
    font-size: 16px;
}.title-greeting-syNX .title_style_header {
    font-size: 36px;
}.title-greeting-syNX .title_style_header::before,
  .title-greeting-syNX .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.title-greeting-syNX {
    min-height: 80vh;
}.title-greeting-syNX .learning-open-WDhL {
    padding: 2rem 0;
    min-height: 80vh;
}.title-greeting-syNX .learning-open-WDhL > div > div:first-child {
    margin-bottom: 1.5rem;
}.title-greeting-syNX h3 {
    font-size: calc(16px * 1.1);
    padding: 0.8rem;
    border-left-width: 3px;
}.title-greeting-syNX .knowledge-classes-wyrT > div {
    padding: 3rem 1rem;
    min-height: 30vh;
}.title-greeting-syNX .knowledge-classes-wyrT p {
    margin-bottom: 1rem;
    font-size: calc(16px * 0.95);
}.title-greeting-syNX .knowledge-classes-wyrT p::after {
    height: 1px;
    width: 50px;
}.title-greeting-syNX .title_style_header {
    font-size: calc(36px * 0.85);
    margin-top: 0.8rem;
}}.our-team-XHTW {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}.our-team-XHTW::before {
    background: linear-gradient(135deg, rgb(171,144,119,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.our-team-XHTW::after {
    background: rgb(196,182,171);
    right: -50px;
    height: 300px;
    content: "";
    z-index: -1;
    bottom: -50px;
    filter: blur(30px);
    position: absolute;
    width: 300px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: float 15s infinite ease-in-out;
}.our-team-XHTW .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.our-team-XHTW h2 {
    color: #ffffff;
    letter-spacing: 1.5px;
    transform: translateX(-10px);
    display: inline-block;
    padding-bottom: 12px;
    font-size: 35px;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}.our-team-XHTW h2::after {
    bottom: 0;
    content: "";
    background: rgb(196,182,171);
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    width: 80px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our-team-XHTW h2:hover::after {
    transform: scaleX(1.5);
}.our-team-XHTW .text-content-GMhz {
    max-width: 900px;
    position: relative;
    padding: 50px;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.our-team-XHTW .text-content-GMhz:hover {
    transform: translateY(-5px);
}.our-team-XHTW .text-content-GMhz::before {
    position: absolute;
    width: 180px;
    opacity: 0.15;
    border-radius: 50%;
    z-index: -1;
    content: "";
    height: 180px;
    left: -90px;
    top: -90px;
    border: 3px solid rgb(171,144,119);
}.our-team-XHTW .text-content-GMhz > div {
    position: relative;
}.our-team-XHTW .text-content-GMhz p {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 20px;
    padding-right: 50px;
    font-size: calc(21px * 1.1);
    color: rgb(196,182,171);
    font-weight: 600;
}.our-team-XHTW .text-content-GMhz p::after {
    transform: translateY(-50%);
    background: rgb(196,182,171);
    right: 0;
    top: 50%;
    transition: width 0.3s ease;
    content: "";
    width: 40px;
    position: absolute;
    height: 2px;
}.our-team-XHTW .text-content-GMhz div > div {
    column-count: 1;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    column-gap: 40px;
    color: #000000;
    hyphens: auto;
    opacity: 0.9;
}.our-team-XHTW .text-content-GMhz div > div::first-letter {
    line-height: 1;
    float: left;
    padding: 5px 10px 0 0;
    font-size: 1.8em;
    color: rgb(196,182,171);
    font-weight: 700;
}

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

@media (min-width: 768px) {.our-team-XHTW {
    padding: 150px 0 130px;
}.our-team-XHTW .text-content-GMhz {
    padding: 60px 70px;
}.our-team-XHTW .text-content-GMhz div > div {
    column-count: 2;
}.our-team-XHTW h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}

@media (min-width: 992px) {.our-team-XHTW::before {
    background: linear-gradient(135deg, rgb(171,144,119,0.5), transparent 90%);
}.our-team-XHTW .container {
    padding: 0 50px;
}.our-team-XHTW .text-content-GMhz {
    width: 85%;
    margin-left: 15%;
    padding: 70px 80px;
}.our-team-XHTW h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 70px;
}.our-team-XHTW .text-content-GMhz::before {
    top: -125px;
    width: 250px;
    height: 250px;
    left: -125px;
}
}

@media (max-width: 767px) {.our-team-XHTW {
    padding: 80px 0 60px;
}.our-team-XHTW .text-content-GMhz {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.our-team-XHTW h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.our-team-XHTW .text-content-GMhz p {
    padding-right: 30px;
    font-size: calc(21px * 0.9);
}.our-team-XHTW .text-content-GMhz p::after {
    width: 25px;
}
}

@media (hover: hover) {.our-team-XHTW .text-content-GMhz:hover p {
    color: rgb(171,144,119);
}.our-team-XHTW .text-content-GMhz:hover p::after {
    width: 60px;
    background: rgb(171,144,119);
}
}

@media (prefers-reduced-motion) {.our-team-XHTW::after {
    animation: none;
}.our-team-XHTW .text-content-GMhz:hover {
    transform: none;
}.our-team-XHTW h2:hover::after {
    transform: scaleX(1);
}}.locate-qCvt {
    background: linear-gradient(
        135deg, 
        rgb(196,182,171,0.5) 0%, 
        rgb(171,144,119,0.5) 50%, 
        rgb(196,182,171,0.5) 100%
    );
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.locate-qCvt::before {
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    height: 200%;
    opacity: 0.5;
    width: 200%;
    content: '';
    position: absolute;
    animation: techBackground 15s linear infinite;
    z-index: 1;
    left: -50%;
    top: -50%;
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.locate-qCvt .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 4rem 15px;
}.locate-qCvt .edu-query-QfDl {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    border-radius: 11px;
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(196,182,171), 0.2);
    padding: 3rem;
}.locate-qCvt .contact-list-lgNn {
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    background: linear-gradient(
        90deg, 
        rgb(196,182,171), 
        rgb(171,144,119)
    );
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}.locate-qCvt .img-expand-RpzV {
    border: 4px solid rgb(171,144,119);
    width: 250px;
    height: 250px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    border-radius: 50%;
    margin: 0 auto 2rem;
}.locate-qCvt .img-expand-RpzV:hover {
    transform: scale(1.05);
}.locate-qCvt .contact-card-LjvJ {
    color: #ffffff;
    text-align: center;
}.locate-qCvt .contact-card-LjvJ p {
    align-items: center;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    font-size: 16px;
    position: relative;
}.locate-qCvt .contact-card-LjvJ p svg {
    width: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 0.8;
    margin: 0 8px;
    height: 24px;
}.locate-qCvt .contact-card-LjvJ p svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.locate-qCvt .contact-card-LjvJ p:hover {
    transform: translateX(10px);
}.locate-qCvt .contact-card-LjvJ p:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.locate-qCvt .contact-card-LjvJ p:hover svg path {
    fill: rgb(171,144,119);
}.locate-qCvt .contact-card-LjvJ a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}.locate-qCvt .contact-card-LjvJ a:hover {
    color: rgb(171,144,119);
}.locate-qCvt .contact-help-BIAb {
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    margin-top: 2rem;
}.locate-qCvt .reach-team-YbdC {
    text-align: center;
    margin-bottom: 1rem;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    display: flex;
}.locate-qCvt .reach-team-YbdC svg {
    height: 22px;
    transition: all 0.3s ease;
    margin-right: 10px;
    opacity: 0.8;
    width: 22px;
}.locate-qCvt .reach-team-YbdC svg path {
    fill: #ffffff;
}.locate-qCvt .contact-help-BIAb:hover .reach-team-YbdC svg {
    opacity: 1;
    transform: rotate(15deg);
}.locate-qCvt .contact-help-BIAb:hover .reach-team-YbdC svg path {
    fill: rgb(171,144,119);
}.locate-qCvt .assist-grid-IAbw {
    gap: 0.5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}.locate-qCvt .msg-form-CbAF {
    background: rgba(255,255,255,0.1);
    align-items: center;
    border-radius: 10px;
    position: relative;
    display: flex;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}.locate-qCvt .msg-form-CbAF svg {
    transform: translateX(-10px);
    height: 16px;
    transition: all 0.3s ease;
    width: 0;
    margin-right: 0;
    opacity: 0;
}.locate-qCvt .msg-form-CbAF svg path {
    fill: rgb(171,144,119);
}.locate-qCvt .msg-form-CbAF:hover {
    padding-right: 1.2rem;
    background: rgba(255,255,255,0.2);
    padding-left: 0.8rem;
}.locate-qCvt .msg-form-CbAF:hover svg {
    margin-right: 6px;
    opacity: 1;
    transform: translateX(0);
    width: 16px;
}

@media (max-width: 1024px) {.locate-qCvt .container {
    padding: 2rem 15px;
}.locate-qCvt .edu-query-QfDl {
    padding: 2rem;
}.locate-qCvt .img-expand-RpzV {
    height: 200px;
    width: 200px;
}.locate-qCvt .contact-card-LjvJ p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.locate-qCvt .reach-team-YbdC svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 768px) {.locate-qCvt .edu-query-QfDl {
    padding: 1.5rem;
}.locate-qCvt .img-expand-RpzV {
    width: 150px;
    height: 150px;
}.locate-qCvt .assist-grid-IAbw {
    flex-direction: column;
    align-items: center;
}.locate-qCvt .contact-card-LjvJ p svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.locate-qCvt .reach-team-YbdC svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
}
}

@media (max-width: 480px) {.locate-qCvt .container {
    padding: 1rem 15px;
}.locate-qCvt .edu-query-QfDl {
    padding: 1rem;
}.locate-qCvt .img-expand-RpzV {
    width: 120px;
    height: 120px;
}.locate-qCvt .contact-card-LjvJ p svg {
    margin-right: 5px;
    height: 14px;
    width: 14px;
}.locate-qCvt .reach-team-YbdC svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}}.privacy-hold-xrPi {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(234,232,229) 0%, rgba(245, 245, 250, 0.97) 100%);
    position: relative;
    overflow: hidden;
}.privacy-hold-xrPi::before {
    left: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(196,182,171,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(171,144,119,0.5), 0.04) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}.privacy-hold-xrPi .container {
    z-index: 2;
    padding: 0 2rem;
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
}.privacy-hold-xrPi h1 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.01em;
    transform: translateX(-5px);
    font-size: 42px;
    color: #000000;
}.privacy-hold-xrPi h1::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(196,182,171) 0%, rgb(171,144,119) 100%);
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 80px;
    content: "";
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    animation-delay: 0.2s;
    opacity: 0;
}.privacy-hold-xrPi h2 {
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    font-size: 32px;
    border-left: 3px solid rgb(196,182,171);
    position: relative;
}.privacy-hold-xrPi h3 {
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    border-left: 2px solid rgb(171,144,119);
    font-size: calc(32px * 0.85);
    color: #000000;
}.privacy-hold-xrPi h4 {
    position: relative;
    font-size: calc(32px * 0.75);
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(171,144,119);
}.privacy-hold-xrPi p {
    max-width: 90ch;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy-hold-xrPi p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy-hold-xrPi span {
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}.privacy-hold-xrPi ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.privacy-hold-xrPi li {
    line-height: 1.7;
    color: #000000;
    padding-left: 1.8rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 18px;
}.privacy-hold-xrPi li::before {
    width: 6px;
    left: 0;
    content: "";
    height: 6px;
    position: absolute;
    top: 0.8rem;
    transform: translateY(-50%);
    background-color: rgb(196,182,171);
    border-radius: 50%;
}.privacy-hold-xrPi li:nth-child(2n)::before {
    background-color: rgb(171,144,119);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy-hold-xrPi h2:hover,
.privacy-hold-xrPi h3:hover,
.privacy-hold-xrPi h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.privacy-hold-xrPi {
    padding: 4rem 0;
}.privacy-hold-xrPi h1 {
    font-size: calc(42px * 0.9);
}.privacy-hold-xrPi h2 {
    font-size: calc(32px * 0.9);
}.privacy-hold-xrPi h3 {
    font-size: calc(32px * 0.8);
}.privacy-hold-xrPi h4 {
    font-size: calc(32px * 0.7);
}
}

@media (max-width: 768px) {.privacy-hold-xrPi {
    padding: 3rem 0;
}.privacy-hold-xrPi .container {
    padding: 0 1.5rem;
}.privacy-hold-xrPi h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 2rem;
}.privacy-hold-xrPi h1::after {
    width: 60px;
}.privacy-hold-xrPi h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy-hold-xrPi h3 {
    margin: 2rem 0 1rem;
}.privacy-hold-xrPi li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy-hold-xrPi {
    padding: 2.5rem 0;
}.privacy-hold-xrPi .container {
    padding: 0 1.25rem;
}.privacy-hold-xrPi h1 {
    font-size: calc(42px * 0.75);
    transform: translateX(0);
}.privacy-hold-xrPi h2 {
    font-size: calc(32px * 0.8);
    padding-left: 0.75rem;
}.privacy-hold-xrPi h3 {
    font-size: calc(32px * 0.7);
    padding-left: 0.75rem;
}.privacy-hold-xrPi h4 {
    font-size: calc(32px * 0.6);
    padding-left: 0.75rem;
}.privacy-hold-xrPi p,
    .privacy-hold-xrPi span {
    font-size: calc(18px * 0.95);
}.privacy-hold-xrPi ul {
    margin-left: 0.5rem;
}.privacy-hold-xrPi li {
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: calc(18px * 0.95);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgb(196,182,171,0.5) 0%, rgb(171,144,119,0.5) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0.92;
    top: 0;
    left: 0;
    bottom: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.carbon-cta-jtPJ {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}.carbon-cta-jtPJ::before {
    width: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    background: rgb(196,182,171);
    height: 15px;
    content: "";
    top: 0;
    left: 0;
}.carbon-cta-jtPJ .container {
    display: flex;
    gap: 0;
    position: relative;
    flex-wrap: wrap;
}.carbon-cta-jtPJ .company_holder {
    position: relative;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
}.carbon-cta-jtPJ .company_holder::after {
    right: 1.5rem;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    width: 1px;
    opacity: 0.3;
    content: "";
}.carbon-cta-jtPJ .company_holder h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 700;
    transform: skewX(-10deg);
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}.carbon-cta-jtPJ .company_holder h3::after {
    content: "";
    background: rgb(196,182,171);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px rgb(196,182,171);
    bottom: 0;
}.carbon-cta-jtPJ .ssl-info-WTdE {
    border-left: 3px solid rgb(196,182,171);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
    transform-origin: left top;
    padding: 1.5rem;
    font-size: 13px;
    transform: skewX(-5deg);
}.carbon-cta-jtPJ .goal-footer-uqYO {
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
}.carbon-cta-jtPJ .top-pagewrap-ZDhX {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
}.carbon-cta-jtPJ .head-mentor-jJsi {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}.carbon-cta-jtPJ .head-mentor-jJsi h5 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    position: relative;
    transform: skewX(-5deg);
    color: #ffffff;
    font-size: 23px;
    padding-left: 1rem;
}.carbon-cta-jtPJ .head-mentor-jJsi h5::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    transform: skewX(5deg);
    background: rgb(196,182,171);
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a {
    color: #ffffff;
    padding: 0.7rem 1rem;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-5deg);
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a::before {
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.5s ease;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a:hover::before {
    left: 100%;
}.app-store-qvbF {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
}.app-store-qvbF .container {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}.app-store-qvbF .med-guides-TYEp {
    font-size: 12px;
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
    color: #ffffff;
}

@media (max-width: 1200px) {.carbon-cta-jtPJ .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.carbon-cta-jtPJ .goal-footer-uqYO {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.carbon-cta-jtPJ {
    padding: 4rem 0 2rem;
}.carbon-cta-jtPJ .container {
    flex-direction: column;
}.carbon-cta-jtPJ .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.carbon-cta-jtPJ .company_holder::after {
    display: none;
}.carbon-cta-jtPJ .goal-footer-uqYO {
    flex: 0 0 100%;
}.carbon-cta-jtPJ .head-mentor-jJsi {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.carbon-cta-jtPJ {
    padding: 3.5rem 0 1.5rem;
}.carbon-cta-jtPJ::before {
    height: 10px;
}.carbon-cta-jtPJ .company_holder h3 {
    font-size: calc(32px - 2px);
}.carbon-cta-jtPJ .ssl-info-WTdE {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.carbon-cta-jtPJ .head-mentor-jJsi h5, 
    .carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a {
    transform: skewX(-3deg);
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a:hover {
    transform: skewX(-3deg) translateX(5px);
}.app-store-qvbF {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.app-store-qvbF .med-guides-TYEp {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.carbon-cta-jtPJ {
    padding: 3rem 0 1rem;
}.carbon-cta-jtPJ::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.carbon-cta-jtPJ .head-mentor-jJsi {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.carbon-cta-jtPJ .company_holder {
    margin-bottom: 2rem;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a {
    padding: 0.6rem 0.8rem;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a:hover {
    padding-left: 1.2rem;
}.app-store-qvbF {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.carbon-cta-jtPJ .company_holder h3 {
    transform: skewX(-5deg);
}.carbon-cta-jtPJ .company_holder h3::after {
    width: 60px;
}.carbon-cta-jtPJ .ssl-info-WTdE {
    transform: none;
}.carbon-cta-jtPJ .head-mentor-jJsi h5 {
    transform: none;
}.carbon-cta-jtPJ .head-mentor-jJsi h5::before {
    transform: none;
}.carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a,
    .carbon-cta-jtPJ .head-mentor-jJsi .top-pagewrap-ZDhX a:hover,
    .app-store-qvbF .med-guides-TYEp {
    transform: none;
}}.user-testimonials-JvuO {
    background: rgb(234,232,229);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.user-testimonials-JvuO::before {
    height: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
    position: absolute;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    z-index: 1;
    background-image: 
        linear-gradient(30deg, rgb(196,182,171,0.5) 12%, transparent 12.5%, transparent 87%, rgb(196,182,171,0.5) 87.5%, rgb(196,182,171,0.5)),
        linear-gradient(150deg, rgb(196,182,171,0.5) 12%, transparent 12.5%, transparent 87%, rgb(196,182,171,0.5) 87.5%, rgb(196,182,171,0.5)),
        linear-gradient(30deg, rgb(196,182,171,0.5) 12%, transparent 12.5%, transparent 87%, rgb(196,182,171,0.5) 87.5%, rgb(196,182,171,0.5)),
        linear-gradient(150deg, rgb(196,182,171,0.5) 12%, transparent 12.5%, transparent 87%, rgb(196,182,171,0.5) 87.5%, rgb(196,182,171,0.5)),
        linear-gradient(60deg, rgb(171,144,119,0.5) 25%, transparent 25.5%, transparent 75%, rgb(171,144,119,0.5) 75%, rgb(171,144,119,0.5)),
        linear-gradient(60deg, rgb(171,144,119,0.5) 25%, transparent 25.5%, transparent 75%, rgb(171,144,119,0.5) 75%, rgb(171,144,119,0.5));
    background-size: 50px 50px;
    width: 100%;
    left: 0;
}.user-testimonials-JvuO .corp-culture-qGnI {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.user-testimonials-JvuO h4 {
    font-size: 28px;
    transform: skew(-5deg);
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.user-testimonials-JvuO h4::before {
    left: -50px;
    bottom: -5px;
    height: 10px;
    background: rgb(171,144,119,0.5);
    z-index: -1;
    width: 200%;
    content: "";
    transform: skew(15deg);
    position: absolute;
}.user-testimonials-JvuO h4::after {
    right: -40px;
    height: 30px;
    top: -15px;
    position: absolute;
    width: 30px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(196,182,171,0.5);
    animation: rotate 6s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-testimonials-JvuO .opinion-showcase-bQMf {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    z-index: 2;
    display: grid;
    position: relative;
    gap: 40px;
}.user-testimonials-JvuO .feedback-story-YnwB {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 40px 30px;
    position: relative;
}.user-testimonials-JvuO .feedback-story-YnwB::before {
    content: "";
    background: linear-gradient(135deg, rgb(196,182,171,0.5), rgb(171,144,119,0.5));
    inset: 0;
    position: absolute;
    clip-path: inherit;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(8px, 8px);
    z-index: -1;
}.user-testimonials-JvuO .feedback-story-YnwB::after {
    content: "";
    z-index: -2;
    bottom: 0;
    right: 15%;
    position: absolute;
    transform: rotate(45deg) translateY(25px);
    height: 50px;
    background: rgb(234,232,229);
    width: 50px;
}.user-testimonials-JvuO .feedback-story-YnwB:nth-child(odd)::after {
    background: rgb(196,182,171,0.5);
}.user-testimonials-JvuO .feedback-story-YnwB:nth-child(even)::after {
    background: rgb(171,144,119,0.5);
}.user-testimonials-JvuO .feedback-story-YnwB:hover {
    transform: translateY(-15px);
}.user-testimonials-JvuO .feedback-story-YnwB:hover::before {
    transform: translate(4px, 4px);
}.user-testimonials-JvuO .img-expand-RpzV {
    height: 80px;
    top: -20px;
    position: absolute;
    transition: all 0.4s ease;
    width: 80px;
    z-index: 3;
    right: 20px;
    border: 3px solid #ffffff;
}.user-testimonials-JvuO .feedback-story-YnwB:nth-child(odd) .img-expand-RpzV {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.user-testimonials-JvuO .feedback-story-YnwB:nth-child(even) .img-expand-RpzV {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.user-testimonials-JvuO .feedback-story-YnwB:hover .img-expand-RpzV {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}.user-testimonials-JvuO .feedback-story-YnwB span {
    color: #000000;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgb(196,182,171,0.5);
    font-size: 21px;
    display: block;
}.user-testimonials-JvuO .feedback-story-YnwB p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
}.user-testimonials-JvuO .feedback-story-YnwB p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(196,182,171);
}.user-testimonials-JvuO .opinion-showcase-bQMf::before {
    border-radius: 50%;
    z-index: -1;
    left: 10%;
    width: 100px;
    top: -50px;
    position: absolute;
    border: 10px solid rgb(171,144,119,0.5);
    content: "";
    height: 100px;
}.user-testimonials-JvuO .opinion-showcase-bQMf::after {
    right: 10%;
    background: rgb(196,182,171,0.5);
    height: 150px;
    position: absolute;
    width: 150px;
    content: "";
    bottom: -75px;
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.2;
}

@media (max-width: 767px) {.user-testimonials-JvuO {
    padding: 70px 0;
}.user-testimonials-JvuO h4 {
    transform: none;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    font-size: calc(28px * 0.85);
}.user-testimonials-JvuO h4::before {
    width: 100%;
    left: 0;
    transform: none;
}.user-testimonials-JvuO .opinion-showcase-bQMf {
    gap: 50px;
    grid-template-columns: 1fr;
}.user-testimonials-JvuO .feedback-story-YnwB {
    padding: 30px 25px;
}.user-testimonials-JvuO .img-expand-RpzV {
    width: 70px;
    right: 15px;
    height: 70px;
    top: -15px;
}.user-testimonials-JvuO .feedback-story-YnwB span {
    font-size: calc(21px * 0.9);
}.user-testimonials-JvuO .feedback-story-YnwB p {
    font-size: calc(14px * 0.9);
}}.education-history-uVip {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,232,229) 0%, #ffffff 100%);
}.education-history-uVip::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,182,171,0.5) 0px,
        rgb(196,182,171,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.education-history-uVip::after {
    top: -50%;
    z-index: 0;
    height: 200%;
    width: 70%;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.08;
    position: absolute;
    background: linear-gradient(135deg, rgb(196,182,171,0.5) 0%, rgb(171,144,119,0.5) 100%);
    right: -20%;
}.education-history-uVip .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.education-history-uVip .feedback-story-YnwB {
    grid-template-columns: 1fr;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    display: grid;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.education-history-uVip .feedback-story-YnwB:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-history-uVip .feedback-story-YnwB::before {
    width: 5px;
    transform-origin: left center;
    height: 100%;
    transform: scaleY(0.95);
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.3s ease-out;
    top: 0;
    background: linear-gradient(to bottom, rgb(196,182,171) 0%, rgb(171,144,119) 100%);
}.education-history-uVip .feedback-story-YnwB:hover::before {
    transform: scaleY(1);
}.education-history-uVip .img-expand-RpzV {
    transform: translateY(0);
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 120px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 120px;
}.education-history-uVip .feedback-story-YnwB:hover .img-expand-RpzV {
    transform: translateY(-5px);
}.education-history-uVip .img-expand-RpzV::after {
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    inset: 0;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
}.education-history-uVip .img-expand-RpzV::before {
    height: calc(100% + 20px);
    transform: scale(0.95);
    content: "";
    z-index: -1;
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    background: linear-gradient(135deg, rgb(196,182,171,0.5) 0%, rgb(171,144,119,0.5) 100%);
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
    left: -10px;
}.education-history-uVip .feedback-story-YnwB:hover .img-expand-RpzV::before {
    transform: scale(1);
    opacity: 0.5;
}.education-history-uVip .name {
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 20px;
    margin-bottom: 0.5rem;
    color: #000000;
}.education-history-uVip .feedback-story-YnwB:hover .name {
    transform: translateY(-3px);
}.education-history-uVip .name::after {
    width: 40px;
    bottom: -6px;
    background: rgb(196,182,171);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.education-history-uVip .feedback-story-YnwB:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education-history-uVip .feedback-story-YnwB > div:nth-child(2) > div {
    opacity: 0.9;
    color: rgb(171,144,119);
    font-size: calc(17px * 0.95);
    text-align: center;
    font-style: italic;
    transition: color 0.3s ease;
}.education-history-uVip .feedback-story-YnwB:hover > div:nth-child(2) > div {
    color: rgb(196,182,171);
}.education-history-uVip .exp-card-ptfZ {
    position: relative;
    padding: 1rem 0;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
    text-align: center;
}.education-history-uVip .exp-card-ptfZ::before,
.education-history-uVip .exp-card-ptfZ::after {
    opacity: 0.3;
    transition: all 0.3s ease;
    content: "";
    font-size: 3rem;
    position: absolute;
    line-height: 1;
    color: rgb(196,182,171,0.5);
}.education-history-uVip .exp-card-ptfZ::before {
    left: -5px;
    top: -10px;
}.education-history-uVip .exp-card-ptfZ::after {
    transform: rotate(180deg);
    right: -5px;
    bottom: -20px;
}.education-history-uVip .feedback-story-YnwB:hover .exp-card-ptfZ::before,
.education-history-uVip .feedback-story-YnwB:hover .exp-card-ptfZ::after {
    opacity: 0.5;
    color: rgb(196,182,171);
}

@media (min-width: 768px) {.education-history-uVip {
    padding: 7rem 0;
}.education-history-uVip .feedback-story-YnwB {
    gap: 2.5rem;
    padding: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.education-history-uVip .img-expand-RpzV {
    width: 150px;
    margin: 0;
    height: 150px;
}.education-history-uVip .name,
    .education-history-uVip .feedback-story-YnwB > div:nth-child(2) > div {
    text-align: left;
}.education-history-uVip .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.education-history-uVip .feedback-story-YnwB:hover .name::after {
    transform: translateX(0) scaleX(1);
}.education-history-uVip .exp-card-ptfZ {
    padding: 0;
    text-align: left;
}.education-history-uVip .feedback-story-YnwB::before {
    width: 8px;
}.education-history-uVip::after {
    right: -10%;
    top: -30%;
    width: 50%;
}
}

@media (min-width: 992px) {.education-history-uVip .feedback-story-YnwB {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.education-history-uVip .img-expand-RpzV {
    height: 180px;
    width: 180px;
}.education-history-uVip .exp-card-ptfZ {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.education-history-uVip .feedback-story-YnwB::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.education-history-uVip .container {
    padding: 0 2rem;
}.education-history-uVip .feedback-story-YnwB {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.education-history-uVip .img-expand-RpzV {
    width: 200px;
    height: 200px;
}.education-history-uVip .exp-card-ptfZ {
    padding-right: 1rem;
}.education-history-uVip .feedback-story-YnwB > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.education-history-uVip .feedback-story-YnwB > div:first-child {
    margin-bottom: 1rem;
}.education-history-uVip .feedback-story-YnwB > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.gratitudeWeb-Nfvl {
    background: linear-gradient(135deg, rgb(234,232,229) 0%, rgb(196,182,171,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.gratitudeWeb-Nfvl::before {
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    filter: blur(60px);
    width: 200px;
    position: absolute;
    content: "";
    height: 200px;
    border-radius: 50%;
    background: rgb(171,144,119,0.5);
    right: -50px;
    top: -50px;
}.gratitudeWeb-Nfvl::after {
    height: 5px;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(196,182,171), transparent);
    position: absolute;
    bottom: 0;
}.gratitudeWeb-Nfvl .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.gratitudeWeb-Nfvl h2 {
    max-width: 800px;
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    animation: slideInUp 0.8s ease-out forwards;
    opacity: 1;
    transform: translateY(0);
    color: #000000;
}.gratitudeWeb-Nfvl h2::after {
    background: rgb(196,182,171);
    transform-origin: left;
    transform: scaleX(1);
    width: 60px;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 3px;
    left: 0;
    transition: transform 0.5s ease;
}.gratitudeWeb-Nfvl .corp-culture-qGnI {
    background: #ffffff;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    border-left: 4px solid rgb(196,182,171);
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    padding: 40px;
    position: relative;
    opacity: 0;
}.gratitudeWeb-Nfvl .corp-culture-qGnI::before {
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 49.5%, rgb(171,144,119,0.5) 49.5%, rgb(171,144,119,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    opacity: 0.05;
}.gratitudeWeb-Nfvl ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratitudeWeb-Nfvl li {
    position: relative;
    padding-left: 25px;
}.gratitudeWeb-Nfvl li::before {
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    background: rgb(196,182,171);
    transition: transform 0.3s ease;
    content: "";
}.gratitudeWeb-Nfvl li:hover::before {
    transform: rotate(225deg);
}.gratitudeWeb-Nfvl span {
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    display: block;
}

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

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

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

@media (max-width: 991px) {.gratitudeWeb-Nfvl {
    padding: 80px 0;
}.gratitudeWeb-Nfvl h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.gratitudeWeb-Nfvl .corp-culture-qGnI {
    padding: 30px;
}
}

@media (max-width: 767px) {.gratitudeWeb-Nfvl {
    padding: 60px 0;
}.gratitudeWeb-Nfvl h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.gratitudeWeb-Nfvl h2::after {
    width: 40px;
}.gratitudeWeb-Nfvl .corp-culture-qGnI {
    padding: 25px 20px;
}.gratitudeWeb-Nfvl span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.gratitudeWeb-Nfvl {
    padding: 40px 0;
}.gratitudeWeb-Nfvl h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.gratitudeWeb-Nfvl .corp-culture-qGnI {
    border-left-width: 3px;
    padding: 20px 15px;
}.gratitudeWeb-Nfvl li {
    padding-left: 20px;
}.gratitudeWeb-Nfvl li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.gratitudeWeb-Nfvl span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.program-structure-oETZ {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(234,232,229) 0%, #ffffff 100%);
    overflow: hidden;
}.program-structure-oETZ::before {
    opacity: 0.7;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    filter: blur(30px);
    content: "";
    height: 80%;
    z-index: 0;
    position: absolute;
    right: -5%;
    background: linear-gradient(145deg, rgb(196,182,171,0.5) 0%, transparent 80%);
    top: -10%;
}.program-structure-oETZ::after {
    content: "";
    bottom: -5%;
    background: linear-gradient(225deg, rgb(171,144,119,0.5) 0%, transparent 85%);
    filter: blur(20px);
    width: 30%;
    opacity: 0.6;
    height: 60%;
    transform: rotate(25deg) skewX(-15deg);
    left: -5%;
    position: absolute;
    z-index: 0;
}.program-structure-oETZ .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;
    z-index: 2;
    position: relative;
}.program-structure-oETZ h2 {
    transform: translateX(-5px);
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(28px * 1.1);
    line-height: 1.3;
    margin-bottom: 50px;
}.program-structure-oETZ h2::before {
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(196,182,171) 0%, rgb(171,144,119) 100%);
    left: 0;
    transform-origin: left center;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    bottom: -15px;
}.program-structure-oETZ h2:hover::before {
    transform: scaleX(1.5);
}.program-structure-oETZ .knowledge-path-xbSO {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.program-structure-oETZ .img-expand-RpzV {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    height: 300px;
}.program-structure-oETZ .img-expand-RpzV::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    width: 100%;
}.program-structure-oETZ .img-expand-RpzV::after {
    top: -100%;
    position: absolute;
    left: -100%;
    height: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    width: 200%;
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.program-structure-oETZ .text-content-GMhz {
    padding: 20px 0;
    position: relative;
}.program-structure-oETZ .description {
    padding-right: 15px;
    max-height: 300px;
    margin-bottom: 20px;
    transform: translateY(0);
    font-size: 15px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    line-height: 1.7;
    color: #000000;
    overflow-y: auto;
}.program-structure-oETZ .description:first-of-type {
    position: relative;
}.program-structure-oETZ .description:first-of-type::after {
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(171,144,119,0.5) 0%, transparent 100%);
    content: "";
}.program-structure-oETZ .text-content-GMhz::before {
    transform: scaleY(0.7);
    left: -20px;
    height: 70%;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(196,182,171), transparent);
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 4px;
    position: absolute;
    top: 0;
}.program-structure-oETZ .text-content-GMhz:hover::before {
    transform: scaleY(1);
}.program-structure-oETZ .description::-webkit-scrollbar {
    width: 4px;
}.program-structure-oETZ .description::-webkit-scrollbar-track {
    background: #ffffff;
}.program-structure-oETZ .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,144,119,0.5);
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program-structure-oETZ {
    padding: 150px 0;
}.program-structure-oETZ h2 {
    font-size: calc(28px * 1.2);
    max-width: 80%;
    margin-left: 60px;
}.program-structure-oETZ h2::before {
    bottom: 50%;
    width: 100px;
    left: -60px;
}.program-structure-oETZ .knowledge-path-xbSO {
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.program-structure-oETZ .img-expand-RpzV {
    height: 450px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}.program-structure-oETZ .text-content-GMhz {
    padding: 0 30px;
}.program-structure-oETZ .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.program-structure-oETZ .container {
    padding: 0 50px;
}.program-structure-oETZ h2 {
    margin-left: 80px;
    margin-bottom: 70px;
    font-size: calc(28px * 1.3);
}.program-structure-oETZ h2::before {
    left: -80px;
    height: 5px;
    width: 120px;
}.program-structure-oETZ .img-expand-RpzV {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.program-structure-oETZ .img-expand-RpzV:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.program-structure-oETZ .text-content-GMhz {
    padding: 0 50px 0 20px;
}.program-structure-oETZ .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.program-structure-oETZ h2 {
    margin-left: 100px;
    font-size: calc(28px * 1.4);
}.program-structure-oETZ h2::before {
    left: -100px;
    width: 150px;
}.program-structure-oETZ .knowledge-path-xbSO {
    grid-template-columns: 1fr 1.7fr;
    gap: 70px;
}.program-structure-oETZ .img-expand-RpzV {
    height: 550px;
}.program-structure-oETZ .description {
    max-height: 550px;
    margin-bottom: 25px;
}
}