* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.access_cta_Yi {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1157px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-template_fE {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.header_learn_oy {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_vaulting_gM {
    background: linear-gradient(145deg, rgb(219,210,189) 0%, rgb(219,210,189) 85%, rgb(200,178,132,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    overflow: hidden;
}.privacy_vaulting_gM::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(219,210,189) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(219,210,189) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(219,210,189) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(219,210,189) 75%);
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}.privacy_vaulting_gM::after {
    top: -50%;
    width: 200%;
    opacity: 0.05;
    background: radial-gradient(circle at center, rgb(200,178,132,0.5) 0%, transparent 70%);
    left: -50%;
    transform: scale(1);
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: -1;
    position: absolute;
    content: "";
    height: 200%;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.privacy_vaulting_gM .container {
    max-width: 1200px;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(200,178,132,0.5);
    margin: 0 auto;
    padding: 3rem;
}.privacy_vaulting_gM .container:hover {
    transform: translateY(-5px);
}.privacy_vaulting_gM h1 {
    transition: transform 0.3s ease-out;
    transform: translateX(0);
    font-size: 46px;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    position: relative;
}.privacy_vaulting_gM h1::after {
    width: 60px;
    content: "";
    bottom: 0;
    transform-origin: left;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(200,178,132);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.privacy_vaulting_gM:hover h1::after {
    transform: scaleX(1.5);
}.privacy_vaulting_gM h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    transition: padding 0.3s ease;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}.privacy_vaulting_gM h2::before {
    transform: scaleY(1);
    position: absolute;
    left: 0;
    content: "";
    background: rgb(176,111,79);
    top: 0.25em;
    width: 3px;
    height: 70%;
    transition: transform 0.3s ease;
}.privacy_vaulting_gM h2:hover::before {
    transform: scaleY(1.2);
}.privacy_vaulting_gM h3 {
    position: relative;
    margin: 1.75rem 0 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(20px + 0.1rem);
}.privacy_vaulting_gM h4 {
    font-weight: 600;
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    font-size: 22px;
}.privacy_vaulting_gM p {
    color: #000000;
    margin-bottom: 1.25rem;
    max-width: 90ch;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.privacy_vaulting_gM span {
    color: rgb(200,178,132);
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: color 0.3s ease;
}.privacy_vaulting_gM span:hover {
    color: rgb(176,111,79);
}.privacy_vaulting_gM ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}.privacy_vaulting_gM li {
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0.75rem;
}.privacy_vaulting_gM li::before {
    width: 8px;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 0.7em;
    background: rgb(200,178,132,0.5);
    border-radius: 1px;
    height: 8px;
}.privacy_vaulting_gM li:hover::before {
    transform: rotate(135deg);
    background: rgb(200,178,132);
}.privacy_vaulting_gM li:hover {
    transform: translateX(3px);
}.privacy_vaulting_gM div {
    position: relative;
}

@media (max-width: 992px) {.privacy_vaulting_gM {
    padding: 3rem 1.5rem;
}.privacy_vaulting_gM .container {
    padding: 2.5rem 2rem;
}.privacy_vaulting_gM h1 {
    font-size: calc(46px - 0.2rem);
}.privacy_vaulting_gM h2 {
    font-size: calc(36px - 0.15rem);
}
}

@media (max-width: 768px) {.privacy_vaulting_gM {
    padding: 2.5rem 1rem;
}.privacy_vaulting_gM .container {
    padding: 2rem 1.5rem;
}.privacy_vaulting_gM h1 {
    font-size: calc(46px - 0.4rem);
    margin-bottom: 1.5rem;
}.privacy_vaulting_gM h2 {
    font-size: calc(36px - 0.3rem);
    margin: 2rem 0 1rem;
}.privacy_vaulting_gM h3 {
    font-size: 20px;
    margin: 1.5rem 0 0.75rem;
}.privacy_vaulting_gM p {
    font-size: calc(16px - 0.05rem);
}.privacy_vaulting_gM ul {
    margin-left: 0.5rem;
}.privacy_vaulting_gM li {
    padding-left: 1.25rem;
    font-size: calc(16px - 0.05rem);
}
}

@media (max-width: 576px) {.privacy_vaulting_gM {
    padding: 2rem 0.75rem;
}.privacy_vaulting_gM .container {
    padding: 1.5rem 1.25rem;
}.privacy_vaulting_gM h1 {
    font-size: calc(46px - 0.6rem);
}.privacy_vaulting_gM h2 {
    font-size: calc(36px - 0.4rem);
    padding-left: 0.75rem;
}.privacy_vaulting_gM h2::before {
    width: 2px;
}.privacy_vaulting_gM li::before {
    height: 6px;
    width: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.privacy_vaulting_gM::after {
    animation: none;
}.privacy_vaulting_gM .container,
    .privacy_vaulting_gM li,
    .privacy_vaulting_gM h1::after,
    .privacy_vaulting_gM h2::before {
    transition: none;
}}.landing_page_tW {
    width: 100%;
    overflow: hidden;
    position: relative;
}.landing_page_tW .edu_base_RI {
    box-sizing: border-box;
    align-items: center;
    min-height: 100vh;
    isolation: isolate;
    padding: 6rem 4rem;
    position: relative;
    justify-content: flex-start;
    display: flex;
}.landing_page_tW .edu_base_RI::before {
    top: 0;
    width: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(200,178,132,0.5),
    rgb(176,111,79,0.5),
    rgba(0, 0, 0, 0.65)
  );
    z-index: 1;
    content: "";
}.landing_page_tW .edu_base_RI::after {
    left: -5%;
    background: linear-gradient(
    170deg,
    transparent 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
    backdrop-filter: contrast(1.05) saturate(1.2);
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    width: 110%;
}.landing_page_tW .why_trust_pb {
    max-width: 70%;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-left: 4px solid rgb(176,111,79);
    padding-left: 3rem;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
    z-index: 10;
    position: relative;
}.landing_page_tW .why_trust_pb::before {
    content: "";
    height: 100px;
    z-index: -1;
    border-radius: 10px;
    top: -30px;
    background: linear-gradient(
    45deg,
    rgb(200,178,132),
    rgb(176,111,79)
  );
    animation: floatElement 8s ease-in-out infinite;
    transform: rotate(-15deg);
    position: absolute;
    width: 100px;
    opacity: 0.3;
    left: -120px;
}.landing_page_tW .why_trust_pb::after {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    bottom: -40px;
    opacity: 0.2;
    width: 160px;
    transform: rotate(10deg);
    background: linear-gradient(
    -45deg,
    rgb(176,111,79),
    rgb(200,178,132)
  );
    content: "";
    height: 160px;
    animation: floatElement 10s ease-in-out infinite reverse;
    right: -80px;
}.landing_page_tW h1 {
    margin: 0 0 1.5rem;
    position: relative;
    color: #ffffff;
    transform: translateY(5px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 38px);
}.landing_page_tW h1::after {
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    left: 0;
    width: 3rem;
    height: 4px;
    background: rgb(176,111,79);
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -0.5rem;
}.landing_page_tW h3 {
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 2rem;
    position: relative;
    opacity: 0.92;
    transform: translateX(0) translateY(0);
    animation: slideRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    max-width: 95%;
    font-size: clamp(1.2rem, 2.5vw, 22px);
}.landing_page_tW p {
    -webkit-background-clip: text !important;
    line-height: 1.6;
    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    font-weight: 400;
    letter-spacing: 0.02em;
    transform: translateY(10px);
    opacity: 0.85;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.9)
  );
    background-clip: text !important;
    max-width: 80%;
    font-size: clamp(1rem, 1.5vw, 16px);
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-2%) perspective(1000px) rotateY(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateX(5%) perspective(1000px) rotateY(-3deg);
  }
}

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

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.92;
    transform: translateX(0);
  }
}

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

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


@media screen and (max-width: 1200px) {.landing_page_tW .why_trust_pb {
    padding-left: 2.5rem;
    max-width: 80%;
}
}

@media screen and (max-width: 992px) {.landing_page_tW .edu_base_RI {
    align-items: center;
    padding: 5rem 3rem;
}.landing_page_tW .why_trust_pb {
    max-width: 90%;
    transform: translateX(0) perspective(1000px) rotateY(-2deg);
}.landing_page_tW h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}
}

@media screen and (max-width: 768px) {.landing_page_tW .edu_base_RI {
    padding: 4rem 2rem;
}.landing_page_tW .why_trust_pb {
    transform: none;
    padding-left: 1.5rem;
    max-width: 100%;
}.landing_page_tW .why_trust_pb::before {
    height: 70px;
    top: -20px;
    width: 70px;
    left: -50px;
}.landing_page_tW .why_trust_pb::after {
    bottom: -30px;
    width: 100px;
    right: -40px;
    height: 100px;
}.landing_page_tW h1 {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
}.landing_page_tW h3 {
    max-width: 100%;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
}.landing_page_tW p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    max-width: 100%;
}
}

@media screen and (max-width: 576px) {.landing_page_tW .edu_base_RI {
    padding: 3rem 1.5rem;
    min-height: 80vh;
}.landing_page_tW .why_trust_pb {
    padding-left: 1rem;
    border-left-width: 3px;
}.landing_page_tW h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 1rem;
}.landing_page_tW h1::after {
    width: 2.5rem;
    height: 3px;
}.landing_page_tW h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 4vw, 1.2rem);
}
}

@media (hover: hover) {.landing_page_tW:hover .why_trust_pb {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(5%) perspective(1000px) rotateY(-1deg);
}}footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(210deg, #000000 0%, rgb(200,178,132) 100%);
    left: 0;
}.access_cta_Yi {
    padding: 90px 0 50px;
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
}.access_cta_Yi::before {
    height: 1px;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    width: 100%;
    top: 0;
    left: 0;
}.access_cta_Yi .container {
    display: flex;
    flex-direction: column;
}.access_cta_Yi .company_holder {
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    background-size: 200% 200%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin-top: 70px;
    order: 2;
    animation: shiftGradient 15s ease infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
}.access_cta_Yi .company_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    position: relative;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}.access_cta_Yi .company_holder h3::after {
    content: '';
    margin: 15px auto 0;
    display: block;
    background: rgb(200,178,132);
    width: 60px;
    height: 3px;
    border-radius: 3px;
}.access_cta_Yi .zoom_meet_sI {
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    padding-top: 15px;
    position: relative;
    margin: 0 auto;
    max-width: 80%;
}.access_cta_Yi .play_market_gb {
    order: 1;
    position: relative;
}.access_cta_Yi .top_teach_FM {
    margin-bottom: 30px;
    gap: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.access_cta_Yi .header_mentor_ix {
    border-radius: 10px;
    padding: 20px;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    max-width: calc(50% - 30px);
    overflow: hidden;
    transition: transform 0.3s ease;
    flex: 1;
    position: relative;
    transform: translateZ(0);
}.access_cta_Yi .header_mentor_ix:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.access_cta_Yi .header_mentor_ix:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.access_cta_Yi .header_mentor_ix:hover {
    transform: perspective(1000px) rotateY(0);
}.access_cta_Yi .header_mentor_ix::before {
    inset: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
    border-radius: 10px;
}.access_cta_Yi .header_mentor_ix h5 {
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}.access_cta_Yi .header_mentor_ix h5::before {
    content: '';
    height: 1px;
    left: 0;
    background: rgb(176,111,79);
    width: 50px;
    position: absolute;
    bottom: -1px;
}.access_cta_Yi .header_mentor_ix .top_teach_FM {
    gap: 12px;
    flex-direction: column;
    display: flex;
    margin: 0;
    padding: 0 10px;
}.access_cta_Yi .header_mentor_ix .top_teach_FM a {
    align-items: center;
    color: #ffffff;
    white-space: normal;
    font-size: 13px;
    display: flex;
    word-break: break-word;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
}.access_cta_Yi .header_mentor_ix .top_teach_FM a::before {
    background: rgb(176,111,79);
    content: '';
    transform: scale(0);
    border-radius: 50%;
    margin-right: 10px;
    min-width: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 0;
    height: 6px;
}.access_cta_Yi .header_mentor_ix .top_teach_FM a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}.access_cta_Yi .header_mentor_ix .top_teach_FM a:hover::before {
    transform: scale(1);
    opacity: 1;
}.webinar_cta_Dv {
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
}.webinar_cta_Dv::before {
    position: absolute;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(176,111,79,0.5), transparent);
    width: 100%;
    left: 0;
    content: '';
}.webinar_cta_Dv .container {
    text-align: center;
}.webinar_cta_Dv .equity_info_Kx {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.access_cta_Yi .play_market_gb::before {
    height: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    z-index: -1;
    width: 250px;
    bottom: -10%;
    content: '';
    border-radius: 50%;
    filter: blur(100px);
    left: -5%;
    opacity: 0.1;
    position: absolute;
    background: rgb(176,111,79);
}footer::after {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

@media (max-width: 992px) {.access_cta_Yi {
    padding: 70px 0 40px;
}.access_cta_Yi .top_teach_FM {
    gap: 40px;
}.access_cta_Yi .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.access_cta_Yi {
    padding: 50px 0 30px;
}.access_cta_Yi .top_teach_FM {
    flex-direction: column;
    gap: 30px;
}.access_cta_Yi .header_mentor_ix {
    max-width: 100%;
    min-width: 100%;
}.access_cta_Yi .company_holder {
    padding: 20px;
}.access_cta_Yi .zoom_meet_sI {
    max-width: 100%;
}
}

@media (max-width: 576px) {.access_cta_Yi {
    padding: 40px 0 20px;
}.access_cta_Yi .company_holder h3 {
    font-size: calc(31px * 0.8);
}.access_cta_Yi .header_mentor_ix h5 {
    font-size: calc(24px * 0.9);
}}.leadership_profile_oe {
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.leadership_profile_oe::before {
    top: 0;
    opacity: 0.05;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(200,178,132,0.5) 0px,
        rgb(200,178,132,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
}.leadership_profile_oe::after {
    right: -20%;
    transform: rotate(-15deg);
    content: "";
    top: -50%;
    width: 70%;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    opacity: 0.08;
    height: 200%;
    position: absolute;
    z-index: 0;
}.leadership_profile_oe .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.leadership_profile_oe .success_testimonials_GC {
    position: relative;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    gap: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.leadership_profile_oe .success_testimonials_GC:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_profile_oe .success_testimonials_GC::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    content: "";
    height: 100%;
    transform-origin: left center;
    transition: transform 0.3s ease-out;
    left: 0;
    top: 0;
    transform: scaleY(0.95);
    width: 5px;
}.leadership_profile_oe .success_testimonials_GC:hover::before {
    transform: scaleY(1);
}.leadership_profile_oe .slider_FO {
    transform: translateY(0);
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 120px;
    position: relative;
    margin: 0 auto;
}.leadership_profile_oe .success_testimonials_GC:hover .slider_FO {
    transform: translateY(-5px);
}.leadership_profile_oe .slider_FO::after {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    content: "";
    position: absolute;
    inset: 0;
}.leadership_profile_oe .slider_FO::before {
    top: -10px;
    left: -10px;
    z-index: -1;
    height: calc(100% + 20px);
    content: "";
    transition: all 0.3s ease;
    border-radius: 5px;
    position: absolute;
    transform: scale(0.95);
    width: calc(100% + 20px);
    opacity: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
}.leadership_profile_oe .success_testimonials_GC:hover .slider_FO::before {
    transform: scale(1);
    opacity: 0.5;
}.leadership_profile_oe .name {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    font-size: 22px;
    color: #000000;
}.leadership_profile_oe .success_testimonials_GC:hover .name {
    transform: translateY(-3px);
}.leadership_profile_oe .name::after {
    transition: transform 0.3s ease;
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
    bottom: -6px;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(200,178,132);
    width: 40px;
}.leadership_profile_oe .success_testimonials_GC:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.leadership_profile_oe .success_testimonials_GC > div:nth-child(2) > div {
    opacity: 0.9;
    text-align: center;
    font-size: calc(18px * 0.95);
    transition: color 0.3s ease;
    color: rgb(176,111,79);
    font-style: italic;
}.leadership_profile_oe .success_testimonials_GC:hover > div:nth-child(2) > div {
    color: rgb(200,178,132);
}.leadership_profile_oe .emp_details_Zc {
    position: relative;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    padding: 1rem 0;
}.leadership_profile_oe .emp_details_Zc::before,
.leadership_profile_oe .emp_details_Zc::after {
    content: "";
    opacity: 0.3;
    transition: all 0.3s ease;
    position: absolute;
    line-height: 1;
    font-size: 3rem;
    color: rgb(200,178,132,0.5);
}.leadership_profile_oe .emp_details_Zc::before {
    left: -5px;
    top: -10px;
}.leadership_profile_oe .emp_details_Zc::after {
    right: -5px;
    bottom: -20px;
    transform: rotate(180deg);
}.leadership_profile_oe .success_testimonials_GC:hover .emp_details_Zc::before,
.leadership_profile_oe .success_testimonials_GC:hover .emp_details_Zc::after {
    color: rgb(200,178,132);
    opacity: 0.5;
}

@media (min-width: 768px) {.leadership_profile_oe {
    padding: 7rem 0;
}.leadership_profile_oe .success_testimonials_GC {
    align-items: center;
    padding: 3rem;
    gap: 2.5rem;
    grid-template-columns: auto 1fr 2fr;
}.leadership_profile_oe .slider_FO {
    height: 150px;
    width: 150px;
    margin: 0;
}.leadership_profile_oe .name,
    .leadership_profile_oe .success_testimonials_GC > div:nth-child(2) > div {
    text-align: left;
}.leadership_profile_oe .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.leadership_profile_oe .success_testimonials_GC:hover .name::after {
    transform: translateX(0) scaleX(1);
}.leadership_profile_oe .emp_details_Zc {
    text-align: left;
    padding: 0;
}.leadership_profile_oe .success_testimonials_GC::before {
    width: 8px;
}.leadership_profile_oe::after {
    top: -30%;
    right: -10%;
    width: 50%;
}
}

@media (min-width: 992px) {.leadership_profile_oe .success_testimonials_GC {
    padding: 3.5rem 4rem;
    gap: 3rem;
}.leadership_profile_oe .slider_FO {
    height: 180px;
    width: 180px;
}.leadership_profile_oe .emp_details_Zc {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.leadership_profile_oe .success_testimonials_GC::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.leadership_profile_oe .container {
    padding: 0 2rem;
}.leadership_profile_oe .success_testimonials_GC {
    padding: 4rem 5rem;
    grid-template-columns: auto 1fr 3fr;
}.leadership_profile_oe .slider_FO {
    height: 200px;
    width: 200px;
}.leadership_profile_oe .emp_details_Zc {
    padding-right: 1rem;
}.leadership_profile_oe .success_testimonials_GC > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.leadership_profile_oe .success_testimonials_GC > div:first-child {
    margin-bottom: 1rem;
}.leadership_profile_oe .success_testimonials_GC > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.customer_experience_zK {
    position: relative;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.customer_experience_zK::before {
    height: 300px;
    top: -5%;
    content: "";
    z-index: 0;
    opacity: 0.3;
    width: 300px;
    position: absolute;
    right: -5%;
    background: radial-gradient(circle, rgb(176,111,79,0.5) 0%, transparent 70%);
}.customer_experience_zK::after {
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, rgb(200,178,132,0.5) 0%, transparent 70%);
    content: "";
    left: -5%;
    opacity: 0.2;
    height: 250px;
    bottom: -5%;
    width: 250px;
}.customer_experience_zK .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.customer_experience_zK h2 {
    font-size: 34px;
    text-align: center;
    transform: translateY(20px);
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.customer_experience_zK h2::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    position: absolute;
    bottom: -15px;
}.customer_experience_zK .review_showcase_sl {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
    padding: 0;
}.customer_experience_zK .success_testimonials_GC {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    border-left: 3px solid rgb(200,178,132);
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    padding: 2rem;
    transform: translateY(30px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    animation-delay: calc(0.1s * var(--index, 0));
}.customer_experience_zK .success_testimonials_GC:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.customer_experience_zK .success_testimonials_GC::before {
    opacity: 0.2;
    top: 10px;
    line-height: 1;
    color: rgb(200,178,132,0.5);
    position: absolute;
    font-size: 6rem;
    right: 20px;
    content: "";
    font-family: serif;
}.customer_experience_zK .success_testimonials_GC div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.customer_experience_zK .success_testimonials_GC img {
    height: 60px;
    transform: scale(0.9);
    border: 3px solid white;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 60px;
    transition: transform 0.4s ease;
}.customer_experience_zK .success_testimonials_GC:hover img {
    transform: scale(1);
}.customer_experience_zK .success_testimonials_GC h4 {
    font-weight: 600;
    font-size: calc(24px * 0.9);
    margin-left: 1rem;
    position: relative;
    color: #000000;
}.customer_experience_zK .success_testimonials_GC h4::after {
    left: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    bottom: -5px;
}.customer_experience_zK .success_testimonials_GC:hover h4::after {
    width: 100%;
}.customer_experience_zK .description {
    position: relative;
    line-height: 1.6;
    margin: 0;
    z-index: 1;
    font-size: 18px;
    color: #000000;
}.customer_experience_zK .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(200,178,132);
}.customer_experience_zK a {
    z-index: 1;
    transform: translateX(-50%);
    color: #ffffff;
    left: 50%;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    overflow: hidden;
    position: relative;
    padding: 0.8rem 2rem;
    display: inline-block;
    margin-top: 3rem;
}.customer_experience_zK a::before {
    content: "";
    background: linear-gradient(90deg, rgb(176,111,79), rgb(200,178,132));
    left: -100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    transition: left 0.4s ease;
    width: 100%;
}.customer_experience_zK a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-3px);
}.customer_experience_zK a:hover::before {
    left: 0;
}

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

@media (max-width: 991px) {.customer_experience_zK {
    padding: 4rem 0;
}.customer_experience_zK .review_showcase_sl {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.customer_experience_zK .success_testimonials_GC {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.customer_experience_zK {
    padding: 3rem 0;
}.customer_experience_zK h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.customer_experience_zK .review_showcase_sl {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_experience_zK .success_testimonials_GC {
    padding: 1.5rem;
}.customer_experience_zK .success_testimonials_GC div {
    margin-bottom: 1rem;
}.customer_experience_zK .success_testimonials_GC img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.customer_experience_zK {
    padding: 2.5rem 0;
}.customer_experience_zK h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.5rem;
}.customer_experience_zK .success_testimonials_GC {
    padding: 1.25rem;
}.customer_experience_zK .success_testimonials_GC div {
    margin-bottom: 0.875rem;
}.customer_experience_zK .success_testimonials_GC img {
    height: 45px;
    width: 45px;
}.customer_experience_zK .description {
    font-size: calc(18px * 0.95);
}.customer_experience_zK a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}}.explore_now_eE {
    z-index: 1;
    position: relative;
    margin: 6rem 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    padding: 6rem 2rem;
}.explore_now_eE::before {
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    z-index: -1;
    top: 0;
    opacity: 0.3;
    background-size: 40px 40px;
    transform: skewY(-2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    position: absolute;
    transform-origin: left;
    content: "";
    height: 100%;
    left: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
}.explore_now_eE::after {
    pointer-events: none;
    z-index: -1;
    content: "";
    height: 200%;
    transform: rotate(-30deg);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    top: -15%;
    right: -5%;
    position: absolute;
    width: 30%;
}.explore_now_eE:hover::before {
    transform: skewY(-1deg);
}.explore_now_eE .container {
    display: flex;
    max-width: 1200px;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    gap: 3rem;
    position: relative;
    align-items: center;
}.explore_now_eE h6 {
    font-weight: 600;
    transform: translateY(0);
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(17px * 1.25);
    font-family: Arial, sans-serif;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}.explore_now_eE:hover h6 {
    transform: translateY(-5px);
}.explore_now_eE div span {
    display: inline-block;
    perspective: 800px;
    position: relative;
}.explore_now_eE .support_request_zF {
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    color: rgb(200,178,132);
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
    transform: translateZ(0);
    display: inline-flex;
    letter-spacing: 0.05em;
    backface-visibility: hidden;
    font-size: 15px;
    border-radius: 4px;
    justify-content: center;
    background-color: #ffffff;
    text-decoration: none;
}.explore_now_eE .support_request_zF::before {
    top: 0;
    transition: transform 0.7s ease;
    transform: translateX(-100%);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}.explore_now_eE .support_request_zF span {
    z-index: 2;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.explore_now_eE .support_request_zF:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: translateY(-3px) scale(1.03);
    color: rgb(176,111,79);
}.explore_now_eE .support_request_zF:hover::before {
    transform: translateX(100%);
}.explore_now_eE .support_request_zF:hover span {
    transform: translateX(3px);
}.explore_now_eE .support_request_zF:active {
    transition: all 0.2s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}.explore_now_eE .support_request_zF:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

@media (min-width: 1200px) {.explore_now_eE {
    background: linear-gradient(120deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    margin: 8rem 0;
    padding: 7rem 3rem;
}.explore_now_eE .container {
    padding: 0 3rem;
    flex-direction: row;
    justify-content: space-between;
}.explore_now_eE h6 {
    text-align: left;
    max-width: 60%;
    margin-right: 2rem;
    font-size: calc(17px * 1.4);
}.explore_now_eE::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.explore_now_eE {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.explore_now_eE {
    margin: 5rem 0;
}.explore_now_eE h6 {
    font-size: calc(17px * 1.15);
}.explore_now_eE .support_request_zF {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.explore_now_eE {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.explore_now_eE .container {
    gap: 2.5rem;
}.explore_now_eE h6 {
    font-size: 17px;
}
}

@media (max-width: 576px) {.explore_now_eE {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.explore_now_eE .container {
    gap: 2rem;
}.explore_now_eE h6 {
    font-size: calc(17px * 0.95);
}.explore_now_eE .support_request_zF {
    font-size: calc(15px * 0.9);
    padding: 1rem 1.8rem;
}
}

@media (prefers-reduced-motion: reduce) {.explore_now_eE,
    .explore_now_eE::before,
    .explore_now_eE h6,
    .explore_now_eE .support_request_zF,
    .explore_now_eE .support_request_zF::before,
    .explore_now_eE .support_request_zF span {
    transition: none;
    transform: none;
}.explore_now_eE:hover h6,
    .explore_now_eE .support_request_zF:hover,
    .explore_now_eE .support_request_zF:hover::before,
    .explore_now_eE .support_request_zF:hover span {
    transform: none;
}}.course_overview_wo {
    background: rgb(219,210,189);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.course_overview_wo::before {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(200,178,132,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(176,111,79,0.5) 100%);
    content: "";
    height: 100%;
}.course_overview_wo::after {
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    height: 100%;
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    width: 100%;
}.course_overview_wo .class_track_UQ {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_overview_wo .text_column_wrap_wh {
    border: 1px solid rgba(255, 255, 255, 0.2);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    padding: 4rem 3rem;
    border-radius: 29px;
    position: relative;
    text-align: center;
    z-index: 3;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}.course_overview_wo .text_column_wrap_wh:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}.course_overview_wo h2 {
    display: inline-block;
    margin-bottom: 1.8rem;
    font-size: calc(33px * 1.2);
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #000000;
}.course_overview_wo h2::before {
    transition: all 0.5s ease;
    width: 45px;
    opacity: 0.7;
    position: absolute;
    top: -15px;
    height: 45px;
    border-top: 3px solid rgb(200,178,132);
    border-left: 3px solid rgb(200,178,132);
    left: -15px;
    content: "";
}.course_overview_wo h2::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid rgb(176,111,79);
    right: -15px;
    height: 45px;
    width: 45px;
    bottom: -15px;
    transition: all 0.5s ease;
    opacity: 0.7;
    border-right: 3px solid rgb(176,111,79);
}.course_overview_wo .text_column_wrap_wh:hover h2::before {
    height: 55px;
    width: 55px;
    top: -20px;
    left: -20px;
}.course_overview_wo .text_column_wrap_wh:hover h2::after {
    width: 55px;
    right: -20px;
    height: 55px;
    bottom: -20px;
}.course_overview_wo .description {
    color: #000000;
    position: relative;
    line-height: 1.9;
    margin-right: auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 1.8rem;
    font-size: 13px;
    margin-left: auto;
    max-width: 85%;
}.course_overview_wo .description:last-of-type {
    border-left: 3px solid rgb(200,178,132);
    font-weight: 600;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.5s ease;
    border-right: 3px solid rgb(176,111,79);
    padding: 1.2rem 1.8rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}.course_overview_wo .text_column_wrap_wh:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.course_overview_wo .slider_FO {
    position: absolute;
    top: -10%;
    border-radius: 0;
    transform: none;
    width: 120%;
    height: 120%;
    filter: brightness(0.95) contrast(1.05);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 0;
    left: -10%;
}.course_overview_wo .slider_FO::before {
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.85;
    left: 0;
}.course_overview_wo .slider_FO::after {
    top: -25%;
    left: -25%;
    animation: rotateGradient 20s infinite linear;
    width: 150%;
    position: absolute;
    opacity: 0.3;
    height: 150%;
    content: "";
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(200,178,132,0.5) 70%, 
            rgb(176,111,79,0.5) 100%
        );
    z-index: 2;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_overview_wo .text_column_wrap_wh::before {
    background: rgb(200,178,132,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    right: -5%;
    top: -5%;
    width: 70%;
    content: "";
    position: absolute;
    animation: morph 15s linear infinite alternate;
    opacity: 0.15;
    z-index: -1;
}.course_overview_wo .text_column_wrap_wh::after {
    height: 70%;
    background: rgb(176,111,79,0.5);
    width: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    position: absolute;
    left: -5%;
    bottom: -5%;
    animation: morph 15s linear infinite alternate-reverse;
    z-index: -1;
    opacity: 0.15;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.course_overview_wo .text_column_wrap_wh {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.course_overview_wo .slider_FO {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.course_overview_wo {
    padding: 5rem 0;
}.course_overview_wo .text_column_wrap_wh {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_overview_wo h2 {
    font-size: 33px;
}.course_overview_wo .description {
    line-height: 1.8;
    max-width: 90%;
}.course_overview_wo .slider_FO {
    width: 140%;
    left: -20%;
    top: -20%;
    height: 140%;
}
}

@media (max-width: 768px) {.course_overview_wo {
    padding: 4rem 0;
}.course_overview_wo .text_column_wrap_wh {
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    max-width: 90%;
    padding: 2.5rem 1.5rem;
}.course_overview_wo h2 {
    font-size: calc(33px * 0.95);
}.course_overview_wo h2::before,
    .course_overview_wo h2::after {
    height: 35px;
    top: -10px;
    left: -10px;
    width: 35px;
}.course_overview_wo h2::after {
    bottom: -10px;
    right: -10px;
}.course_overview_wo .text_column_wrap_wh:hover h2::before,
    .course_overview_wo .text_column_wrap_wh:hover h2::after {
    width: 40px;
    height: 40px;
}.course_overview_wo .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    max-width: 95%;
}.course_overview_wo .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.course_overview_wo .slider_FO {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.course_overview_wo {
    padding: 3rem 0;
}.course_overview_wo .text_column_wrap_wh {
    max-width: 95%;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    padding: 2rem 1.2rem;
}.course_overview_wo h2 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.85);
}.course_overview_wo h2::before,
    .course_overview_wo h2::after {
    width: 25px;
    height: 25px;
    top: -8px;
    border-width: 2px;
    left: -8px;
}.course_overview_wo h2::after {
    border-width: 2px;
    bottom: -8px;
    right: -8px;
}.course_overview_wo .text_column_wrap_wh:hover h2::before,
    .course_overview_wo .text_column_wrap_wh:hover h2::after {
    width: 30px;
    height: 30px;
}.course_overview_wo .description {
    max-width: 100%;
    font-size: calc(13px * 0.9);
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.course_overview_wo .description:last-of-type {
    padding: 0.8rem 1.2rem;
    transform: none;
    border-width: 2px;
    max-width: 100%;
}.course_overview_wo .text_column_wrap_wh:hover {
    transform: translateY(-5px);
}.course_overview_wo .text_column_wrap_wh:hover .description:last-of-type {
    transform: none;
}.course_overview_wo .slider_FO {
    height: 160%;
    top: -30%;
    left: -30%;
    width: 160%;
}.course_overview_wo .text_column_wrap_wh::before,
    .course_overview_wo .text_column_wrap_wh::after {
    height: 80%;
    width: 80%;
}}.thxPanel_QP {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(176,111,79,0.5) 100%);
}.thxPanel_QP::before {
    width: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 75% 25%, rgb(200,178,132,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    content: "";
}.thxPanel_QP::after {
    right: -5rem;
    content: "";
    z-index: 0;
    opacity: 0.15;
    position: absolute;
    width: 15rem;
    height: 15rem;
    transform: rotate(-15deg);
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(176,111,79) 0%, transparent 70%);
}.thxPanel_QP .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.thxPanel_QP .path_impact_kD {
    opacity: 0;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    transform: translateX(-20px);
}.thxPanel_QP .path_impact_kD > div:first-child {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
}.thxPanel_QP .path_impact_kD > div:first-child::before {
    height: 50%;
    content: "";
    left: -2rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 0.5rem;
    background: rgb(200,178,132);
}.thxPanel_QP .path_impact_kD > div:last-child {
    transform: translateY(15px);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    opacity: 0;
}.thxPanel_QP .path_impact_kD > div:last-child::after {
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: left;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    height: 4px;
    content: "";
    position: absolute;
}.thxPanel_QP h5 {
    line-height: 1.4;
    color: #000000;
    font-size: 19px;
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 700;
    margin: 0;
    transform: translateY(0);
    padding-left: 1rem;
}.thxPanel_QP p {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    margin: 0;
}.thxPanel_QP a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.thxPanel_QP a:hover {
    transform: translateY(-5px);
}.thxPanel_QP a:hover p {
    color: rgb(200,178,132);
}.thxPanel_QP a:focus {
    box-shadow: 0 0 0 3px rgb(200,178,132,0.5);
    outline: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thxPanel_QP {
    padding: 6rem 0;
}.thxPanel_QP .path_impact_kD {
    gap: 3.5rem;
}.thxPanel_QP .path_impact_kD > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.thxPanel_QP h5 {
    font-size: calc(19px * 1.2);
    padding-left: 1.5rem;
}.thxPanel_QP .path_impact_kD > div:last-child {
    max-width: 90%;
    margin-left: 3rem;
    padding: 3rem;
}
}

@media (min-width: 992px) {.thxPanel_QP {
    padding: 8rem 0;
}.thxPanel_QP .container {
    padding: 0 2rem;
}.thxPanel_QP .path_impact_kD {
    gap: 4rem;
}.thxPanel_QP .path_impact_kD > div:first-child {
    padding-left: 2rem;
}.thxPanel_QP .path_impact_kD > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.thxPanel_QP h5 {
    font-size: calc(19px * 1.4);
    padding-left: 2rem;
}.thxPanel_QP .path_impact_kD > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.thxPanel_QP p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.thxPanel_QP .path_impact_kD > div:last-child {
    padding: 4.5rem;
    max-width: 75%;
    margin-left: 8rem;
}.thxPanel_QP h5 {
    font-size: calc(19px * 1.5);
}
}

@media (max-width: 767px) {.thxPanel_QP {
    padding: 3rem 0;
}.thxPanel_QP .path_impact_kD > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thxPanel_QP h5 {
    padding-left: 0.75rem;
    font-size: calc(19px * 0.9);
}.thxPanel_QP .path_impact_kD > div:last-child {
    padding: 1.75rem;
}}.price_plan_grid_KI {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.price_plan_grid_KI::before {
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}.price_plan_grid_KI .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.price_plan_grid_KI .monthly_plan_cT {
    position: relative;
}.price_plan_grid_KI h2 {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 37px;
    margin-bottom: 20px;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
}.price_plan_grid_KI h2::after {
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    bottom: -15px;
}.price_plan_grid_KI .pricing_deals_GL {
    opacity: 0.9;
    line-height: 1.6;
    font-size: 17px;
    margin: 0 auto 60px;
    text-align: center;
    color: #ffffff;
    max-width: 700px;
}.price_plan_grid_KI .program_fees_uB {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
}.price_plan_grid_KI .program_fees_uB li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_plan_grid_KI .program_fees_uB li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.price_plan_grid_KI .qtr_cost_jm {
    text-decoration: none;
    height: 100%;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}.price_plan_grid_KI .class_rates_wZ {
    border-top: 3px solid rgb(200,178,132);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    padding: 40px 25px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
}.price_plan_grid_KI .qtr_cost_jm:hover .class_rates_wZ {
    border-top-color: rgb(176,111,79);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.price_plan_grid_KI .class_rates_wZ::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    width: 200%;
    transition: opacity 0.5s ease;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
    transform: rotate(45deg);
}.price_plan_grid_KI .qtr_cost_jm:hover .class_rates_wZ::before {
    opacity: 1;
}.price_plan_grid_KI .pricing_rates_ni {
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    flex-direction: column;
}.price_plan_grid_KI .pricing_rates_ni h4 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 15px;
    font-size: 23px;
}.price_plan_grid_KI .pricing_rates_ni h4::after {
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    height: 2px;
    background: rgb(200,178,132);
}.price_plan_grid_KI .qtr_cost_jm:hover .pricing_rates_ni h4::after {
    background: rgb(176,111,79);
    width: 60px;
}.price_plan_grid_KI .pricing_rates_ni p {
    hyphens: auto;
    flex-grow: 1;
    font-size: calc(17px - 2px);
    line-height: 1.7;
    opacity: 0.8;
    white-space: normal;
    color: #ffffff;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}.price_plan_grid_KI .price_tiers_MR {
    background: linear-gradient(135deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    display: inline-block;
    margin-top: auto;
    font-size: calc(23px + 2px);
    padding: 10px 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    align-self: flex-start;
}.price_plan_grid_KI .price_tiers_MR::before {
    bottom: 0;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    top: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
}.price_plan_grid_KI .qtr_cost_jm:hover .price_tiers_MR::before {
    opacity: 1;
}

@media (max-width: 991px) {.price_plan_grid_KI {
    padding: 80px 0;
}.price_plan_grid_KI .program_fees_uB {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_plan_grid_KI .class_rates_wZ {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.price_plan_grid_KI {
    padding: 60px 0;
}.price_plan_grid_KI h2 {
    font-size: calc(37px - 4px);
}.price_plan_grid_KI .pricing_deals_GL {
    margin-bottom: 40px;
    font-size: calc(17px - 1px);
}.price_plan_grid_KI .program_fees_uB {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.price_plan_grid_KI .pricing_rates_ni h4 {
    font-size: calc(23px - 1px);
}.price_plan_grid_KI .pricing_rates_ni p {
    font-size: calc(17px - 3px);
}.price_plan_grid_KI .price_tiers_MR {
    font-size: calc(23px);
}
}

@media (max-width: 480px) {.price_plan_grid_KI {
    padding: 50px 0;
}.price_plan_grid_KI h2 {
    font-size: calc(37px - 6px);
}.price_plan_grid_KI .class_rates_wZ {
    padding: 25px 15px;
}.price_plan_grid_KI .program_fees_uB li:hover {
    transform: translateY(-5px);
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(176,111,79) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}header::before {
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(200,178,132,0.5) 10px,
        rgb(200,178,132,0.5) 11px
    );
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    content: '';
}header .head_class_Ow {
    align-items: center;
    width: 100%;
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .head_class_Ow::after {
    height: 1px;
    width: 90%;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(200,178,132),
        rgb(176,111,79),
        rgb(200,178,132),
        transparent
    );
    left: 5%;
    box-shadow: 0 0 10px rgb(176,111,79), 0 0 20px rgb(176,111,79,0.5);
}header .head_class_Ow .top_header_AC {
    position: relative;
    z-index: 2;
    padding: 5px 10px;
    margin-right: 20px;
}header .head_class_Ow .top_header_AC::before {
    transition: opacity 0.4s ease;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgb(176,111,79,0.5);
    border: 1px solid rgb(176,111,79,0.5);
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
}header .head_class_Ow .top_header_AC:hover::before {
    opacity: 1;
}header .head_class_Ow .top_header_AC .page_header_HL {
    display: block;
    transition: transform 0.3s ease;
}header .head_class_Ow .top_header_AC:hover .page_header_HL {
    transform: scale(1.05);
}header .head_class_Ow .top_header_AC .page_header_HL svg {
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(176,111,79,0.5));
    width: auto;
}header .head_class_Ow .header_mentor_ix {
    border-radius: 10px;
    position: relative;
    justify-content: flex-end;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    padding: 15px 20px;
    list-style: none;
    margin: 0;
}header .head_class_Ow .header_mentor_ix::before {
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    border-radius: 10px;
    top: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(176,111,79,0.5) 0%,
        transparent 70%
    );
}header .head_class_Ow .header_mentor_ix .top_tutor_zf {
    position: relative;
    margin: 0;
}header .head_class_Ow .header_mentor_ix .top_tutor_zf::after {
    content: '';
    background: rgb(200,178,132);
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    box-shadow: 0 0 8px rgb(200,178,132);
    width: 0;
    bottom: -5px;
}header .head_class_Ow .header_mentor_ix .top_tutor_zf:hover::after {
    width: 80%;
    left: 10%;
}header .head_class_Ow .header_mentor_ix .top_tutor_zf a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}header .head_class_Ow .header_mentor_ix .top_tutor_zf:hover a {
    text-shadow: 0 0 5px rgb(200,178,132,0.5);
    color: rgb(200,178,132);
}

@media (max-width: 992px) {header .head_class_Ow {
    flex-direction: column;
}header .head_class_Ow .top_header_AC {
    align-self: center;
    margin: 0 0 15px 0;
}header .head_class_Ow .header_mentor_ix {
    width: 100%;
    justify-content: center;
}header .head_class_Ow .header_mentor_ix .top_tutor_zf a {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
}}.learning_system_mO {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(255, 255, 255, 0.9) 100%);
}.learning_system_mO::before {
    filter: blur(25px);
    right: -5%;
    height: 70%;
    content: "";
    background: linear-gradient(145deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    transform: rotate(-15deg) skewX(-15deg);
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    width: 40%;
    top: -10%;
    animation: floatEffect 15s infinite alternate ease-in-out;
}.learning_system_mO::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    left: -10%;
    width: 60%;
    background: linear-gradient(215deg, rgb(176,111,79,0.5) 0%, rgb(200,178,132,0.5) 100%);
    opacity: 0.4;
    height: 30%;
    filter: blur(20px);
    content: "";
    transform: rotate(8deg) skewX(15deg);
    bottom: -5%;
    position: absolute;
}.learning_system_mO .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.learning_system_mO .path_impact_kD {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}.learning_system_mO .path_impact_kD > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: calc(2.5rem + 2vw) calc(2rem + 2vw);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    backdrop-filter: blur(10px);
}.learning_system_mO .path_impact_kD > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 25px rgba(0, 0, 0, 0.05);
}.learning_system_mO h3 {
    color: #000000;
    letter-spacing: -0.01em;
    font-size: calc(36px * 0.85);
    line-height: 1.3;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.learning_system_mO h3::after {
    bottom: -10px;
    width: 50px;
    height: 3px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    position: absolute;
    transition: width 0.3s ease-out;
}.learning_system_mO .path_impact_kD > div:hover h3::after {
    width: 100px;
}.learning_system_mO p {
    margin-bottom: 0;
    font-weight: 400;
    max-width: 90%;
    line-height: 1.7;
    font-size: calc(16px * 1.05);
    color: #000000;
}.learning_system_mO p span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
}.learning_system_mO .path_impact_kD > div:hover p span {
    transform: scale(1.01);
}

@media (min-width: 768px) {.learning_system_mO {
    padding: 150px 0;
}.learning_system_mO .path_impact_kD > div {
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: calc(3.5rem + 2vw) calc(3rem + 3vw) calc(3.5rem + 2vw) calc(2.5rem + 2vw);
}.learning_system_mO h3 {
    margin-bottom: 2rem;
    font-size: 36px;
}.learning_system_mO p {
    max-width: 85%;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 992px) {.learning_system_mO .path_impact_kD > div {
    padding: calc(4rem + 2vw) calc(4rem + 3vw) calc(4rem + 2vw) calc(3rem + 2vw);
}.learning_system_mO p {
    max-width: 80%;
}.learning_system_mO h3 {
    font-size: calc(36px * 1.1);
}.learning_system_mO::before {
    height: 70%;
    width: 35%;
}.learning_system_mO::after {
    height: 40%;
    width: 50%;
}}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translate(5px, 10px);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(0, 5px);
    }
}.contact_information_ub {
    position: relative;
    padding: 80px 0;
    isolation: isolate;
}.contact_information_ub::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.contact_information_ub .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_information_ub .support_inquiry_qV {
    display: grid;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
    border-radius: 21px;
}.contact_information_ub .reach_box_UJ {
    background: rgb(200,178,132);
    padding: 50px 40px;
    position: relative;
}.contact_information_ub .reach_box_UJ::after {
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    content: '';
    width: 25px;
}.contact_information_ub .reach_box_UJ h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid rgb(176,111,79);
}.contact_information_ub .reach_box_UJ div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}.contact_information_ub .reach_box_UJ div:last-of-type {
    border-bottom: none;
}.contact_information_ub .reach_box_UJ div svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.contact_information_ub .reach_box_UJ div svg path {
    fill: rgb(176,111,79);
}.contact_information_ub .reach_box_UJ div span {
    font-size: 13px;
    color: #ffffff;
}.contact_information_ub .reach_box_UJ div span a {
    color: #ffffff;
    transition: color 0.3s;
    text-decoration: none;
}.contact_information_ub .reach_box_UJ div span a:hover {
    color: rgb(176,111,79);
}.contact_information_ub .request_query_WH {
    background-color: rgb(219,210,189);
    padding: 50px 40px;
}.contact_information_ub .request_query_WH h3 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(200,178,132);
    font-size: 24px;
    font-weight: 600;
}.contact_information_ub form {
    display: flex;
    flex-direction: column;
}.contact_information_ub form input[type="text"],
.contact_information_ub form input[type="email"] {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #ffffff;
}.contact_information_ub form input[type="text"]:focus,
.contact_information_ub form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(200,178,132), 0.1);
    border-color: rgb(200,178,132);
    outline: none;
}.contact_information_ub form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_information_ub .query_map_xt {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_information_ub .query_map_xt input[type="checkbox"] {
    width: 18px;
    border: 2px solid rgb(200,178,132);
    border-radius: 3px;
    margin-top: 4px;
    height: 18px;
    position: relative;
    appearance: none;
    cursor: pointer;
    margin-right: 10px;
}.contact_information_ub .query_map_xt input[type="checkbox"]:checked {
    background-color: rgb(200,178,132);
}.contact_information_ub .query_map_xt input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 5px;
    width: 5px;
    position: absolute;
    transform: rotate(45deg);
    height: 10px;
    top: 1px;
    content: "";
}.contact_information_ub .query_map_xt label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contact_information_ub .query_map_xt label a {
    color: rgb(200,178,132);
    font-weight: 600;
    text-decoration: none;
}.contact_information_ub .query_map_xt label a:hover {
    text-decoration: underline;
}.contact_information_ub form .support_request_zF {
    border: none;
    border-radius: 10px;
    align-self: flex-start;
    transition: background-color 0.3s, transform 0.3s;
    padding: 15px 25px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    background-color: rgb(200,178,132);
}.contact_information_ub form .support_request_zF:hover {
    background-color: rgb(176,111,79);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_information_ub .reach_box_UJ h3 {
    animation: reveal 0.6s ease forwards;
}.contact_information_ub .reach_box_UJ div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.contact_information_ub .reach_box_UJ div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_information_ub .reach_box_UJ div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_information_ub .reach_box_UJ div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_information_ub .reach_box_UJ div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_information_ub .support_inquiry_qV {
    grid-template-columns: 1fr;
}.contact_information_ub .reach_box_UJ {
    padding: 40px 30px;
}.contact_information_ub .request_query_WH {
    padding: 40px 30px;
}.contact_information_ub .reach_box_UJ::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_information_ub {
    padding: 50px 0;
}.contact_information_ub .reach_box_UJ,
    .contact_information_ub .request_query_WH {
    padding: 30px 20px;
}.contact_information_ub .reach_box_UJ h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.contact_information_ub form input[type="text"],
    .contact_information_ub form input[type="email"] {
    padding: 12px;
}.contact_information_ub form .support_request_zF {
    width: 100%;
    padding: 12px;
}}.modalCookieAgreement_vY {
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(200,178,132);
    background: rgb(219,210,189);
    bottom: 0;
    position: fixed;
}#cookieWarningDialog_iY {
    display: none;
}#cookieWarningDialog_iY:checked ~ .modalCookieAgreement_vY {
    visibility: hidden;
    opacity: 0;
}.cookie_review_ta {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.modalCookieAgreement_vY h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.modalCookieAgreement_vY p {
    font-size: 18px;
}.privacy_ack_Tf {
    margin-right: 10px;
    flex-shrink: 0;
}.privacy_ack_Tf svg, .privacy_ack_Tf svg path, .privacy_ack_Tf img {
    width: 100px;
    height: 100px;
    fill: rgb(200,178,132);
}.digital_cookies_Fm {
    min-width: 120px;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid rgb(200,178,132);
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    color: rgb(200,178,132);
    flex-shrink: 0;
    line-height: 35px;
}.modalCookieAgreement_vY p a {
    text-decoration: none;
    color: rgb(200,178,132);
}
@media only screen and (max-width: 1200px) {.modalCookieAgreement_vY {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_ack_Tf {
    display: none;
}.cookie_review_ta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.modalCookieAgreement_vY h5 {
    text-align: center;
}.modalCookieAgreement_vY p {
    text-align: center;
}.track_switch_Ir {
    margin-bottom: 20px;
}body .wrapper-template_fE .digital_cookies_Fm {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-template_fE .modalCookieAgreement_vY {
    box-shadow: rgb(176,111,79,0.5) 0px 0px 10px 10px;
    background: rgb(200,178,132);
}.wrapper-template_fE .cookie_review_ta {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-template_fE .digital_cookies_Fm {
    padding: 10px;
    border: none;
    background: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    color: rgb(200,178,132);
}.wrapper-template_fE .track_switch_Ir {
    color: #ffffff;
    text-align: left;
}.wrapper-template_fE .track_switch_Ir h5 {
    font-weight: 700;
}.wrapper-template_fE .track_switch_Ir h5, .wrapper-template_fE .track_switch_Ir p {
    color: #ffffff;
}.wrapper-template_fE .modalCookieAgreement_vY p a {
    color: rgb(176,111,79);
    text-decoration: underline;
}.company_info_Nv {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,111,79,0.5) 0%, rgb(219,210,189) 50%, rgb(200,178,132,0.5) 100%);
}.company_info_Nv::before {
    background: radial-gradient(circle at 30% 30%, rgb(200,178,132,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    position: absolute;
}.company_info_Nv::after {
    content: "";
    animation: rotate 60s linear infinite;
    height: 300px;
    width: 300px;
    opacity: 0.2;
    top: -100px;
    position: absolute;
    border-radius: 50%;
    right: -100px;
    z-index: 1;
    border: 1px solid rgb(176,111,79,0.5);
}.company_info_Nv .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.company_info_Nv h1 {
    opacity: 0;
    font-weight: 700;
    font-size: 40px;
    animation: slideIn 0.8s ease-out forwards 0.2s;
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
    transform: translateX(calc(100vw * 0.02));
    color: #000000;
}.company_info_Nv h1::after {
    animation: lineGrow 1.2s ease-out forwards 1s;
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
}.company_info_Nv .knowledge_center_EK {
    position: relative;
}.company_info_Nv .knowledge_center_EK ul {
    gap: 3rem;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
}.company_info_Nv .mentor_approach_ZU {
    background: #ffffff;
    transform: translateY(30px);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    padding: 2.5rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.company_info_Nv .mentor_approach_ZU:nth-child(1) {
    animation-delay: 0.4s;
}.company_info_Nv .mentor_approach_ZU:nth-child(2) {
    animation-delay: 0.7s;
}.company_info_Nv .mentor_approach_ZU:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.company_info_Nv .mentor_approach_ZU::before {
    left: 0;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    width: 100%;
    top: 0;
    transition: transform 0.5s ease;
}.company_info_Nv .mentor_approach_ZU:hover::before {
    transform: scaleX(1);
}.company_info_Nv .mentor_approach_ZU h4 {
    margin: 0 0 1.5rem;
    font-size: calc(19px * 1.2);
    animation: slideInRight 0.6s ease-out forwards 1s;
    color: rgb(200,178,132);
    opacity: 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transform: translateX(-10px);
}.company_info_Nv .mentor_approach_ZU:nth-child(2) h4 {
    animation-delay: 1.2s;
}.company_info_Nv .mentor_approach_ZU div {
    animation: fadeUp 0.8s ease-out forwards 1.4s;
    max-height: 300px;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    padding-right: 1rem;
    overflow-y: auto;
    font-size: 16px;
    transform: translateY(20px);
}.company_info_Nv .mentor_approach_ZU:nth-child(2) div {
    animation-delay: 1.6s;
}.company_info_Nv .mentor_approach_ZU div::-webkit-scrollbar {
    width: 4px;
}.company_info_Nv .mentor_approach_ZU div::-webkit-scrollbar-thumb {
    background: rgb(176,111,79,0.5);
    border-radius: 10px;
}

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

@keyframes slideIn {
    0% {
        transform: translateX(calc(100vw * 0.02));
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.company_info_Nv {
    padding: 8rem 0;
}.company_info_Nv h1 {
    margin-bottom: 4rem;
    font-size: calc(40px * 1.2);
}.company_info_Nv .knowledge_center_EK ul {
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
}.company_info_Nv .mentor_approach_ZU {
    padding: 3rem;
    flex-direction: column;
    display: flex;
    height: 100%;
}.company_info_Nv .mentor_approach_ZU div {
    max-height: 450px;
    flex: 1;
}.company_info_Nv .mentor_approach_ZU:nth-child(1) {
    transform: translateY(60px);
}.company_info_Nv .mentor_approach_ZU:nth-child(2) {
    transform: translateY(-30px);
}.company_info_Nv .mentor_approach_ZU:hover:nth-child(1),
    .company_info_Nv .mentor_approach_ZU:hover:nth-child(2) {
    transform: translateY(0);
}
}

@media (min-width: 992px) {.company_info_Nv::before {
    background: radial-gradient(circle at 30% 30%, rgb(200,178,132,0.5) 0%, transparent 70%);
}.company_info_Nv .container {
    padding: 0 3rem;
}.company_info_Nv h1 {
    font-size: calc(40px * 1.4);
    margin-left: 2rem;
}.company_info_Nv .mentor_approach_ZU {
    border-radius: 19px;
    padding: 3.5rem;
}.company_info_Nv .mentor_approach_ZU:nth-child(1) {
    transform: translate(30px, 60px) rotate(-2deg);
}.company_info_Nv .mentor_approach_ZU:nth-child(2) {
    transform: translate(-30px, -30px) rotate(2deg);
}.company_info_Nv .mentor_approach_ZU:hover:nth-child(1),
    .company_info_Nv .mentor_approach_ZU:hover:nth-child(2) {
    transform: translate(0, 0) rotate(0);
}.company_info_Nv .mentor_approach_ZU h4 {
    font-size: calc(19px * 1.4);
    margin-bottom: 2rem;
}
}

@media (min-width: 1200px) {.company_info_Nv {
    padding: 10rem 0;
}.company_info_Nv::after {
    height: 400px;
    right: -150px;
    top: -150px;
    width: 400px;
}.company_info_Nv .knowledge_center_EK::before {
    border: 1px dashed rgb(200,178,132,0.5);
    border-radius: 50%;
    z-index: -1;
    animation: pulseScale 8s ease-in-out infinite alternate;
    bottom: -100px;
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    left: -100px;
}
    
    @keyframes pulseScale {
        0% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1.1);
            opacity: 0.6;
        }
    }
}