﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1128px;
    max-width: 100%;
    margin: auto;
}.diversity-l {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.top-main-v {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapping-container-F {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor-profile-E {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,219,218), rgba(245, 247, 250, 0.9));
    position: relative;
}.instructor-profile-E::before {
    background-image: 
        linear-gradient(30deg, rgb(186,124,122,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(186,124,122,0.5) 2px, transparent 2px);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    top: 0;
    z-index: 0;
    opacity: 0.07;
}.instructor-profile-E::after {
    top: -50%;
    transform: rotate(-15deg);
    content: "";
    z-index: 1;
    position: absolute;
    width: 70%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(186,124,122,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: -20%;
}.instructor-profile-E .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.instructor-profile-E .learner-reflections-Z {
    gap: 30px;
    display: grid;
    padding: 40px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
}.instructor-profile-E .learner-reflections-Z:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.instructor-profile-E .learner-reflections-Z > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.instructor-profile-E .full-image-Y {
    height: 160px;
    transform: rotate(-2deg);
    position: relative;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    width: 160px;
    border-radius: 12px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.instructor-profile-E .learner-reflections-Z:hover .full-image-Y {
    transform: rotate(1deg) scale(1.03);
}.instructor-profile-E .full-image-Y::before {
    right: -15px;
    z-index: -1;
    position: absolute;
    border-radius: 20px;
    bottom: -15px;
    left: -15px;
    opacity: 0.2;
    top: -15px;
    background: linear-gradient(135deg, rgb(186,124,122,0.5), transparent);
    transition: transform 0.8s ease;
    transform: rotate(-3deg);
    content: "";
}.instructor-profile-E .learner-reflections-Z:hover .full-image-Y::before {
    transform: rotate(1deg) scale(1.05);
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2) {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2)::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(186,124,122), transparent);
    left: 50%;
    content: "";
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}.instructor-profile-E .name {
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(213,167,165);
    font-size: calc(20px * 1.1);
    margin: 0 0 10px;
    display: inline-block;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2) > div {
    display: inline-block;
    position: relative;
    letter-spacing: 0.3px;
    font-size: calc(16px * 0.95);
    font-weight: 600;
    color: rgb(186,124,122);
    padding: 5px 15px;
    border-radius: 4px;
    backdrop-filter: blur(2px);
    background: linear-gradient(120deg, rgba(rgb(186,124,122,0.5), 0.05), rgba(rgb(186,124,122,0.5), 0.15));
}.instructor-profile-E .work-card-B {
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 0;
    background: linear-gradient(to right, rgba(rgb(186,124,122,0.5), 0.05), transparent);
    backdrop-filter: blur(3px);
    padding: 10px 20px 10px 30px;
    border-left: 3px solid rgb(186,124,122);
    font-size: 16px;
}.instructor-profile-E .work-card-B::before {
    font-size: 80px;
    position: absolute;
    color: rgb(186,124,122);
    top: -20px;
    left: 10px;
    font-family: serif;
    content: "";
    opacity: 0.1;
}.instructor-profile-E .work-card-B::after {
    color: rgb(186,124,122);
    bottom: -70px;
    font-family: serif;
    position: absolute;
    content: "";
    right: 10px;
    opacity: 0.1;
    font-size: 80px;
}

@media (min-width: 768px) {.instructor-profile-E {
    padding: 100px 0;
}.instructor-profile-E .learner-reflections-Z {
    gap: 40px 50px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo info"
            "quote quote";
    align-items: center;
    padding: 50px;
}.instructor-profile-E .learner-reflections-Z > div:first-child {
    grid-area: photo;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2) {
    text-align: left;
    padding-bottom: 0;
    grid-area: info;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(3) {
    grid-area: quote;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2)::after {
    transform: none;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(186,124,122), transparent);
    bottom: -10px;
}.instructor-profile-E .full-image-Y {
    height: 200px;
    width: 200px;
}.instructor-profile-E .work-card-B {
    padding: 25px 40px 25px 50px;
    margin-top: 20px;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.instructor-profile-E .learner-reflections-Z {
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: 
            "photo info quote";
    gap: 0 50px;
}.instructor-profile-E .full-image-Y {
    transform: rotate(-3deg);
    width: 240px;
    height: 240px;
}.instructor-profile-E .learner-reflections-Z:hover .full-image-Y {
    transform: rotate(0) scale(1.05);
}.instructor-profile-E .work-card-B {
    margin-top: 0;
    background: linear-gradient(135deg, rgba(rgb(186,124,122,0.5), 0.08), transparent);
    position: relative;
    border-left: none;
    padding: 30px;
}.instructor-profile-E .work-card-B::before {
    left: 0;
}.instructor-profile-E .work-card-B::after {
    right: 0;
}.instructor-profile-E .work-card-B:before {
    left: -25px;
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(186,124,122), transparent);
    content: "";
    height: 100%;
    position: absolute;
}
}

@media (max-width: 767px) {.instructor-profile-E {
    padding: 60px 0;
}.instructor-profile-E .learner-reflections-Z {
    padding: 30px 25px;
}.instructor-profile-E .full-image-Y {
    width: 140px;
    height: 140px;
}.instructor-profile-E .name {
    font-size: 20px;
}.instructor-profile-E .learner-reflections-Z > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.instructor-profile-E .work-card-B {
    line-height: 1.6;
    padding: 15px 15px 15px 25px;
    font-size: calc(16px * 0.95);
}}.location-details-P {
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-color: rgb(241,219,218);
}.location-details-P::before {
    position: absolute;
    height: 100%;
    animation: ambientGlow 15s infinite alternate;
    content: "";
    top: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(213,167,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(186,124,122,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
}.location-details-P::after {
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.location-details-P .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.location-details-P .write-form-m {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(0);
    border-radius: 27px;
    padding: 3rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.location-details-P .write-form-m::before {
    height: 200%;
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    width: 200%;
    transition: all 0.7s ease;
    top: -150%;
    left: -50%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    animation: shineEffect 6s infinite;
    content: "";
}.location-details-P .reach-out-s {
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    align-self: center;
    display: inline-block;
    font-size: 34px;
    color: rgb(213,167,165);
    margin-bottom: 2rem;
}.location-details-P .reach-out-s::after {
    width: 100%;
    bottom: -10px;
    position: absolute;
    left: 0;
    animation: headerUnderline 3s infinite;
    background: linear-gradient(90deg, transparent, rgb(213,167,165), transparent);
    content: "";
    height: 3px;
}.location-details-P .full-image-Y {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 2rem;
    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    width: 200px;
}.location-details-P .full-image-Y:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}.location-details-P .full-image-Y::after {
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}.location-details-P .msg-team-Z {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 27px;
    padding: 2rem;
    backdrop-filter: blur(5px);
}.location-details-P .msg-team-Z::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    top: 0;
    content: "";
    width: 5px;
    position: absolute;
    left: 0;
    height: 100%;
}.location-details-P .msg-team-Z p {
    transition: transform 0.3s ease;
    font-size: 12px;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    color: #000000;
    flex-direction: column;
    position: relative;
}.location-details-P .msg-team-Z p:hover {
    transform: translateX(5px);
}.location-details-P .msg-team-Z p:last-child {
    margin-bottom: 0;
}.location-details-P .msg-team-Z p span {
    margin-top: 0.3rem;
    font-weight: 600;
}.location-details-P .msg-team-Z p a {
    color: rgb(213,167,165);
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}.location-details-P .msg-team-Z p a:hover {
    transform: scale(1.03);
    color: rgb(186,124,122);
}.location-details-P .msg-team-Z svg {
    fill: none;
    stroke-width: 2;
    height: 18px;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
    position: absolute;
    top: 5px;
    stroke-linecap: round;
    width: 18px;
    left: 0;
}.location-details-P .msg-team-Z p:hover svg {
    transform: scale(1.1);
}.location-details-P .msg-team-Z svg path {
    stroke: rgb(213,167,165);
    transition: stroke 0.3s ease;
}.location-details-P .msg-team-Z p:hover svg path {
    stroke: rgb(186,124,122);
}.location-details-P .msg-team-Z p:nth-child(1) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dashoffset: 50;
}.location-details-P .msg-team-Z p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.location-details-P .msg-team-Z p:nth-child(3) svg path {
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.location-details-P .msg-team-Z p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}.location-details-P .edu-ask-i {
    margin-top: 2.5rem;
    padding-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.location-details-P .ask-team-o {
    text-align: center;
    margin-bottom: 1.5rem;
    color: rgb(213,167,165);
    position: relative;
    font-weight: 700;
    font-size: 23px;
}.location-details-P .ask-team-o::before,
.location-details-P .ask-team-o::after {
    background: linear-gradient(90deg, transparent, rgb(213,167,165,0.5), transparent);
    width: 30px;
    position: absolute;
    content: "";
    height: 1px;
    top: 50%;
}.location-details-P .ask-team-o::before {
    left: 20%;
}.location-details-P .ask-team-o::after {
    right: 20%;
}.location-details-P .ask-team-o svg {
    vertical-align: middle;
    height: 18px;
    margin-right: 8px;
    animation: pulseAnimation 2s infinite;
    width: 18px;
    fill: none;
    stroke: rgb(213,167,165);
    stroke-width: 2;
}.location-details-P .ask-form-c {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.location-details-P .form-learn-G {
    color: #000000;
    text-align: center;
    font-size: calc(12px - 2px);
    background: rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.location-details-P .form-learn-G:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 123, 255, 0.2);
    background: rgba(0, 123, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.location-details-P .form-learn-G svg {
    fill: none;
    stroke-width: 2;
    stroke: rgb(213,167,165);
    transition: transform 0.3s ease;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}.location-details-P .form-learn-G:hover svg {
    stroke: rgb(186,124,122);
    transform: rotate(15deg);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.location-details-P .write-form-m {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}.location-details-P .reach-out-s {
    width: 100%;
    margin-bottom: 3rem;
}.location-details-P .full-image-Y {
    margin: 0;
    width: 250px;
    flex-shrink: 0;
    height: 250px;
}.location-details-P .msg-team-Z {
    flex: 1;
    margin-left: 2.5rem;
}.location-details-P .msg-team-Z svg {
    width: 20px;
    height: 20px;
}.location-details-P .ask-form-c {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.location-details-P .write-form-m {
    padding: 4rem;
}.location-details-P .full-image-Y {
    height: 300px;
    width: 300px;
}.location-details-P .msg-team-Z {
    padding: 2.5rem;
}.location-details-P .msg-team-Z svg {
    height: 22px;
    width: 22px;
}.location-details-P .ask-form-c {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.location-details-P {
    padding: 3rem 0;
}.location-details-P .write-form-m {
    padding: 2rem;
}.location-details-P .msg-team-Z {
    padding: 1.5rem;
}.location-details-P .reach-out-s {
    font-size: calc(34px - 4px);
}.location-details-P .ask-team-o {
    font-size: calc(23px - 2px);
}.location-details-P .ask-form-c {
    grid-template-columns: 1fr;
    gap: 0.8rem;
}.location-details-P .msg-team-Z svg {
    width: 16px;
    height: 16px;
}}header .top_plank {
    background: rgb(213,167,165);
    color:  #ffffff;
}header .top_plank .best-knowledge-I div svg, header .top_plank .best-knowledge-I div svg path {
    fill: #ffffff;
}header .top_plank .best-knowledge-I div span {
    color: #ffffff;
}header .top_plank .best-knowledge-I {
    font-size: 15px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    line-height: 21px;
    align-items: center;
    display: flex;
}header .top_plank .best-knowledge-I div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .best-knowledge-I div img, header .top_plank .best-knowledge-I div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.course-offering-p {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(241,219,218);
    position: relative;
    perspective: 1000px;
}.course-offering-p::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(213,167,165,0.5) 0,
        rgb(213,167,165,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    height: 100%;
    animation: shiftLines 20s linear infinite;
    top: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-offering-p .container {
    position: relative;
    overflow: visible;
    padding: 0 20px;
    max-width: 1280px;
    z-index: 2;
    margin: 0 auto;
}.course-offering-p .learn-map-I {
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 550px;
    position: relative;
}.course-offering-p .text-box-wrap-a {
    border-radius: 19px;
    background: #ffffff;
    padding: 40px;
    grid-column: 1;
    margin-top: -80px;
    z-index: 5;
    transform: translateZ(0);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    transition: transform 0.5s ease;
    position: relative;
    margin-right: 50px;
    grid-row: 2;
}.course-offering-p .text-box-wrap-a::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    backdrop-filter: blur(10px);
    border-radius: 19px;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
}.course-offering-p .text-box-wrap-a::after {
    content: "";
    width: 100px;
    position: absolute;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(213,167,165) 0%, transparent 70%);
    animation: pulsate 5s ease-in-out infinite;
    right: -20px;
    height: 100px;
    top: -20px;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-offering-p .text-box-wrap-a h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    font-size: 35px;
    z-index: 2;
}.course-offering-p .text-box-wrap-a h2::before {
    width: 40px;
    bottom: -8px;
    position: absolute;
    background: rgb(213,167,165);
    height: 4px;
    left: 0;
    border-radius: 10px;
    content: "";
    transition: width 0.3s ease;
}.course-offering-p .text-box-wrap-a:hover h2::before {
    width: 100%;
}.course-offering-p .text-box-wrap-a .description {
    z-index: 2;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}.course-offering-p .text-box-wrap-a .description:last-child {
    margin-bottom: 0;
}.course-offering-p .full-image-Y {
    grid-column: 1;
    grid-row: 1;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
    z-index: 3;
    height: 450px;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
}.course-offering-p .full-image-Y::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
}.course-offering-p .full-image-Y::after {
    left: 0;
    width: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(213,167,165,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    z-index: 1;
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    height: 100%;
}.course-offering-p:hover .full-image-Y {
    transform: rotateX(2deg) translateY(-10px);
}.course-offering-p:hover .text-box-wrap-a {
    transform: translateY(-10px);
}.course-offering-p .container::before,
.course-offering-p .container::after {
    content: "";
    z-index: 1;
    border-radius: 50%;
    background: rgb(186,124,122,0.5);
    position: absolute;
    opacity: 0.1;
}.course-offering-p .container::before {
    width: 200px;
    height: 200px;
    left: -50px;
    animation: float 20s ease-in-out infinite;
    top: -100px;
}.course-offering-p .container::after {
    bottom: -50px;
    animation: float 15s ease-in-out infinite reverse;
    right: -30px;
    width: 150px;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-offering-p .learn-map-I::after {
    right: 0;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(213,167,165,0.5) 20px,
        rgb(213,167,165,0.5) 21px
    );
    position: absolute;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

@media screen and (max-width: 1024px) {.course-offering-p {
    padding: 80px 0;
}.course-offering-p .learn-map-I {
    min-height: 400px;
}.course-offering-p .full-image-Y {
    height: 350px;
}.course-offering-p .text-box-wrap-a {
    padding: 30px;
    margin-left: 30px;
    margin-top: -60px;
    margin-right: 30px;
}.course-offering-p .container::before {
    width: 150px;
    height: 150px;
}.course-offering-p .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course-offering-p {
    padding: 60px 0;
}.course-offering-p .learn-map-I {
    min-height: auto;
}.course-offering-p .full-image-Y {
    height: 250px;
    transform: none;
}.course-offering-p .text-box-wrap-a {
    margin-top: -40px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 25px;
    transform: none;
}.course-offering-p .text-box-wrap-a h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.course-offering-p .text-box-wrap-a .description {
    font-size: calc(12px * 0.95);
}.course-offering-p:hover .full-image-Y,
    .course-offering-p:hover .text-box-wrap-a {
    transform: none;
}.course-offering-p .container::before,
    .course-offering-p .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-offering-p .full-image-Y {
    animation: slideUp 0.8s ease-out forwards;
}.course-offering-p .text-box-wrap-a {
    animation-fill-mode: forwards;
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
}

@media (prefers-color-scheme: dark) {.course-offering-p {
    background: rgb(213,167,165);
}.course-offering-p .text-box-wrap-a::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-offering-p .text-box-wrap-a h2 {
    color: #ffffff;
}.course-offering-p .text-box-wrap-a .description {
    color: #ffffff;
    opacity: 0.9;
}
}

@media (prefers-contrast: more) {.course-offering-p .text-box-wrap-a {
    background: #ffffff;
}.course-offering-p .text-box-wrap-a h2 {
    color: #000000;
}.course-offering-p .text-box-wrap-a .description {
    color: #000000;
}.course-offering-p .full-image-Y::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-offering-p::before,
    .course-offering-p .container::before,
    .course-offering-p .container::after,
    .course-offering-p .text-box-wrap-a::after,
    .course-offering-p:hover .full-image-Y,
    .course-offering-p:hover .text-box-wrap-a {
    transform: none;
    animation: none;
}.course-offering-p .full-image-Y,
    .course-offering-p .text-box-wrap-a {
    animation: none;
    opacity: 1;
}}

.course-offering-p .full-image-Y,
.course-offering-p .text-box-wrap-a {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-offering-p .text-box-wrap-a:hover h2::before {
    width: 100%;
}.course-offering-p:hover .full-image-Y {
    transform: rotateX(2deg) translateY(-10px);
}.course-offering-p:hover .text-box-wrap-a {
    transform: translateY(-10px);
}}.privacy-cloister-d {
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    padding: 30px;
}.privacy-cloister-d h1 {
    font-family: Arial, sans-serif;
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 39px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(213,167,165);
    color: rgb(213,167,165);
}.privacy-cloister-d h2 {
    margin-top: 25px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(186,124,122);
    text-align: left;
    border-bottom: 1px solid rgb(186,124,122);
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}.privacy-cloister-d h3, .privacy-cloister-d h4, .privacy-cloister-d h5, .privacy-cloister-d h6 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000000;
}.privacy-cloister-d ul, .privacy-cloister-d ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    list-style: none;
}.privacy-cloister-d li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}.privacy-cloister-d li::before {
    color: rgb(213,167,165);
    left: 0;
    content: "•";
    top: 0;
    font-size: 1.2em;
    position: absolute;
    line-height: 1em;
}.privacy-cloister-d section {
    background: none;
}.privacy-cloister-d p, .privacy-cloister-d span, .privacy-cloister-d div {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy-cloister-d {
    padding: 20px 10px;
}.privacy-cloister-d h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(23px - 4px);
}.privacy-cloister-d h2 {
    font-size: calc(23px - 4px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy-cloister-d ul, .privacy-cloister-d ol {
    padding-left: 10px;
}.privacy-cloister-d li {
    padding-left: 15px;
}}.follow-X {
    overflow: hidden;
    isolation: isolate;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgb(213,167,165,0.5) 100%);
}.follow-X::before {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.08;
    height: 140%;
    top: -20%;
    position: absolute;
    content: "";
    background: linear-gradient(160deg, rgb(213,167,165) 0%, rgb(186,124,122) 100%);
    transform: rotate(-15deg) translateZ(0);
    pointer-events: none;
    width: 70%;
    z-index: -1;
    right: -10%;
}.follow-X::after {
    z-index: -1;
    left: -10%;
    width: 60%;
    height: 40%;
    pointer-events: none;
    bottom: -5%;
    position: absolute;
    background: rgb(186,124,122);
    content: "";
    transform: rotate(12deg) translateZ(0);
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 30%, 90% 100%, 0% 100%);
}.follow-X .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.follow-X .study-programs-N {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    z-index: 1;
    padding: 2.5rem;
}.follow-X .study-programs-N:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.follow-X h3 {
    margin-bottom: 2rem;
    transform: translateX(0);
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}.follow-X .study-programs-N:hover h3 {
    transform: translateX(5px);
}.follow-X .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    position: relative;
}.follow-X .input_holder div {
    width: 100%;
    flex-grow: 1;
    position: relative;
}.follow-X .input_holder input[type="email"] {
    transform-origin: left center;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-out;
    font-size: 15px;
    color: #000000;
    width: 100%;
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
}.follow-X .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.follow-X .input_holder input[type="email"]:focus {
    transform: scale(1.01);
    border-color: rgb(213,167,165);
    box-shadow: 0 5px 15px rgba(rgb(213,167,165,0.5), 0.15);
}.follow-X .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(10px);
}.follow-X .email-input-box-f {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.25rem 2.5rem;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.03em;
    transform-origin: right center;
    border: none;
    background: linear-gradient(90deg, rgb(213,167,165) 0%, rgb(186,124,122) 100%);
}.follow-X .email-input-box-f:hover {
    transform: translateY(-3px) scale(1.02);
    letter-spacing: 0.05em;
    box-shadow: 0 10px 20px rgba(rgb(213,167,165,0.5), 0.2);
    background: linear-gradient(90deg, rgb(186,124,122) 0%, rgb(213,167,165) 100%);
}.follow-X .email-input-box-f:active {
    box-shadow: 0 5px 10px rgba(rgb(213,167,165,0.5), 0.1);
    transform: translateY(1px) scale(0.99);
}.follow-X .email-input-box-f::before {
    position: absolute;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.follow-X .email-input-box-f:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.follow-X {
    padding: 6rem 2rem;
}.follow-X .study-programs-N {
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 3.5rem 4rem;
}.follow-X h3 {
    margin-bottom: 0;
    flex-basis: 50%;
}.follow-X .input_holder {
    align-items: stretch;
    flex-basis: 50%;
    flex-direction: row;
}.follow-X .input_holder div {
    flex-grow: 2;
}.follow-X .input_holder input[type="email"] {
    height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.follow-X .email-input-box-f {
    flex-shrink: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}

@media (max-width: 767px) {.follow-X .study-programs-N {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.follow-X h3 {
    margin-bottom: 1.5rem;
}.follow-X .input_holder {
    gap: 1rem;
}.follow-X .input_holder input[type="email"] {
    padding: 1rem;
    font-size: calc(15px * 0.9);
}.follow-X .email-input-box-f {
    font-size: calc(20px * 0.9);
    padding: 1rem 1.5rem;
}
}

@media (max-width: 480px) {.follow-X {
    padding: 3rem 1rem;
}.follow-X .study-programs-N {
    padding: 1.5rem;
}.follow-X h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.follow-X .study-programs-N,
    .follow-X h3,
    .follow-X .input_holder input[type="email"],
    .follow-X .email-input-box-f,
    .follow-X .email-input-box-f::before {
    transform: none;
    transition: none;
}.follow-X .study-programs-N:hover,
    .follow-X .study-programs-N:hover h3,
    .follow-X .email-input-box-f:hover,
    .follow-X .email-input-box-f:hover::before {
    transform: none;
}}header {
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0;
    z-index: 100;
    background: linear-gradient(90deg, rgb(186,124,122) 0%, rgb(213,167,165) 100%);
    overflow: visible;
}header::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}header .head-info-N {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 5;
    padding: 1.2rem 2.5rem;
}header .nav-prime-Y {
    padding: 0.5rem;
    position: relative;
    overflow: visible;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .nav-prime-Y::before {
    transition: all 0.3s ease;
    z-index: -1;
    bottom: -5px;
    content: '';
    position: absolute;
    transform: skew(-5deg);
    top: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid #ffffff;
    opacity: 0.1;
}header .nav-prime-Y::after {
    transition: all 0.3s ease;
    bottom: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    content: '';
    right: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
    border: 2px solid #ffffff;
    top: -5px;
    transform: skew(-5deg);
    opacity: 0;
}header .nav-prime-Y:hover::before {
    opacity: 0;
}header .nav-prime-Y:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head-guide-I {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .head-guide-I:hover {
    transform: scale(1.05);
}header .head-guide-I img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .main-learning-D {
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    position: relative;
}header .nav-wrap-D {
    position: relative;
    margin: 0 0.4rem;
}header .nav-wrap-D a {
    font-size: 13px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: flex;
    transition: all 0.3s ease;
    z-index: 1;
    height: 40px;
    position: relative;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    letter-spacing: 0.5px;
    justify-content: center;
    overflow: hidden;
    padding: 0 1.2rem;
    text-shadow: 0 0 5px #ffffff;
}header .nav-wrap-D a::before {
    background: #ffffff;
    left: -2px;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: -2px;
    z-index: -1;
    position: absolute;
    right: -2px;
    bottom: -2px;
    content: '';
    transform: scale(0.9);
}header .nav-wrap-D a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    text-shadow: none;
    color: rgb(213,167,165);
}header .nav-wrap-D a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav-wrap-D::after {
    height: 5px;
    bottom: -10px;
    width: 80%;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    filter: blur(3px);
    opacity: 0;
    left: 10%;
}header .nav-wrap-D:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .head-info-N::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
}header .head-info-N::after {
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: 0;
    position: absolute;
}header .top-main-v {
    position: relative;
    padding-top: 2rem;
    background: rgb(241,219,218);
    z-index: 1;
}

@media (min-width: 1400px) {header .head-info-N {
    max-width: 1320px;
    margin: 0 auto;
}header .nav-wrap-D {
    margin: 0 0.6rem;
}header .nav-wrap-D a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head-info-N {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-prime-Y {
    margin-right: 0;
    margin-bottom: 0;
}header .main-learning-D {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav-wrap-D a {
    height: 36px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-info-N {
    padding: 0.8rem 1.5rem;
}header .nav-prime-Y {
    max-width: 140px;
}header .nav-prime-Y::before, 
    header .nav-prime-Y::after {
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px;
}header .head-guide-I img {
    max-height: 35px;
}header .main-learning-D {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
}header .main-learning-D::-webkit-scrollbar {
    height: 3px;
}header .main-learning-D::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav-wrap-D {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav-wrap-D a {
    padding: 0 0.8rem;
    font-size: calc(13px - 2px);
    height: 32px;
    white-space: nowrap;
}header .nav-wrap-D::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-info-N {
    padding: 0.7rem 1.2rem;
}header .nav-prime-Y {
    max-width: 120px;
}header .nav-wrap-D a {
    height: 30px;
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    z-index: -2;
    top: 0;
    position: absolute;
    opacity: 0.85;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(120deg, rgb(213,167,165) 0%, rgb(186,124,122) 100%);
}footer::after {
    position: absolute;
    background-size: 20px 20px;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    bottom: 0;
    z-index: -1;
    right: 0;
    top: 0;
}.diversity-l {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.diversity-l::before {
    width: 100%;
    opacity: 0.2;
    background: #ffffff;
    height: 10px;
    position: absolute;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    left: 0;
    content: "";
    top: 0;
}.diversity-l .container {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}.diversity-l .company_holder {
    flex: 1 1 400px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}.diversity-l .company_holder h3 {
    font-size: 34px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0.5rem 2rem;
    margin: 0 0 1.5rem;
}.diversity-l .media-kit-R {
    background: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    color: #ffffff;
    padding: 1.5rem;
    margin: 0 1rem;
}.diversity-l .progress-bar-w {
    flex: 1 1 calc(100% - 480px);
    display: flex;
    flex-direction: column;
    min-width: 400px;
    gap: 2rem;
}.diversity-l .site-info-t {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.diversity-l .main-learning-D {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}.diversity-l .main-learning-D h5 {
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 19px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 0.5rem 1.5rem;
}.diversity-l .main-learning-D .site-info-t {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    padding: 1.5rem;
}.diversity-l .main-learning-D .site-info-t a {
    text-decoration: none;
    color: #ffffff;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 16px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    transition: all 0.3s ease;
    display: block;
}.diversity-l .main-learning-D .site-info-t a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.diversity-l .main-learning-D .site-info-t a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    background: #ffffff;
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
}.diversity-l .main-learning-D .site-info-t a:hover::before {
    opacity: 0.7;
}.mentor-cta-U {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
}.mentor-cta-U .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.mentor-cta-U .event-cal-a {
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 15px;
    position: relative;
    padding: 0.7rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.diversity-l .container {
    gap: 2rem;
}.diversity-l .company_holder {
    flex: 1 1 380px;
}.diversity-l .progress-bar-w {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.diversity-l {
    padding: 3.5rem 0 2rem;
}.diversity-l .container {
    gap: 2.5rem;
    flex-direction: column;
}.diversity-l .company_holder,
    .diversity-l .progress-bar-w {
    flex: 1 1 100%;
    min-width: 100%;
}.diversity-l .main-learning-D {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.diversity-l {
    padding: 3rem 0 1.5rem;
}.diversity-l .company_holder {
    padding: 2rem;
}.diversity-l .company_holder h3 {
    font-size: calc(34px - 2px);
}.diversity-l .site-info-t {
    gap: 1.5rem;
}.mentor-cta-U {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.diversity-l {
    padding: 2.5rem 0 1rem;
}.diversity-l .main-learning-D {
    min-width: 100%;
    flex: 1 1 100%;
}.diversity-l .site-info-t {
    gap: 1rem;
}.mentor-cta-U {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.diversity-l::before {
    height: 5px;
}
}

@media (max-width: 420px) {.diversity-l .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.diversity-l .company_holder h3 {
    padding: 0.4rem 1rem;
}.diversity-l .main-learning-D h5 {
    padding: 0.4rem 1rem;
}.diversity-l .main-learning-D .site-info-t {
    padding: 1rem;
}.diversity-l .main-learning-D .site-info-t a:hover {
    transform: translateX(3px);
}.mentor-cta-U .event-cal-a {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.title-welcome-X {
    display: flex;
    position: relative;
    align-items: center;
    padding: 2rem;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgb(186,124,122,0.5) 100%);
    min-height: 100vh;
}.title-welcome-X::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(186,124,122,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
}.title-welcome-X::after {
    background: linear-gradient(to right, rgb(213,167,165,0.5), rgb(186,124,122));
    transform: rotate(-5deg);
    opacity: 0.3;
    width: 60%;
    content: "";
    filter: blur(15px);
    right: -5px;
    z-index: 0;
    height: 40%;
    bottom: -5px;
    position: absolute;
}.title-welcome-X .page-welcome-U {
    z-index: 2;
    gap: 3rem;
    position: relative;
    display: grid;
    width: 100%;
    max-width: 1300px;
    grid-template-columns: 1fr;
}.title-welcome-X .page-welcome-U > div:first-child {
    opacity: 0;
    position: relative;
    transform: translateY(2rem);
    z-index: 3;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title-welcome-X .page-welcome-U > div:first-child p {
    line-height: 1.5;
    color: #000000;
    position: relative;
    max-width: 90%;
    padding-left: 2rem;
    font-weight: 600;
    font-size: calc(14px * 1.4);
    margin-bottom: 1rem;
}.title-welcome-X .page-welcome-U > div:first-child p::before {
    left: 0;
    transform: scaleY(0);
    content: "";
    position: absolute;
    background: rgb(213,167,165);
    width: 4px;
    transform-origin: top;
    top: 0.5rem;
    height: calc(100% - 1rem);
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title-welcome-X .teach-method-r {
    z-index: 3;
    opacity: 0;
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(3rem);
}.title-welcome-X .teach-method-r > div {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.title-welcome-X .teach-method-r > div:hover {
    transform: translateY(-10px);
}.title-welcome-X .teach-method-r > div::before {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.title-welcome-X .teach-method-r > div::after {
    z-index: 2;
    left: 0;
    width: 100%;
    opacity: 0.2;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: rgb(186,124,122);
}.title-welcome-X .teach-method-r h3 {
    max-width: 90%;
    line-height: 1.4;
    padding: 2.5rem 2rem 1rem;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 3;
}.title-welcome-X .teach-method-r h3::before {
    top: 1.5rem;
    height: 3px;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 2rem;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 60px;
    position: absolute;
    background: rgb(213,167,165);
}.title-welcome-X .teach-method-r h1.title_style_header {
    font-weight: 700;
    font-size: 46px;
    position: relative;
    z-index: 3;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0 2rem 2.5rem;
}.title-welcome-X .teach-method-r > div > div {
    opacity: 0;
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    z-index: 3;
    position: relative;
}.title-welcome-X .teach-method-r > div > div > div {
    display: inline-block;
    position: relative;
}.title-welcome-X .teach-method-r > div > div > div::before {
    position: absolute;
    background: rgb(213,167,165);
    bottom: -10px;
    transform: scaleX(0);
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    left: 2rem;
    transform-origin: left;
    content: "";
    width: calc(100% - 4rem);
}

@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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

@media (min-width: 768px) {.title-welcome-X {
    padding: 3rem;
}.title-welcome-X .page-welcome-U {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.title-welcome-X .page-welcome-U > div:first-child p {
    font-size: calc(14px * 1.6);
    max-width: 100%;
    padding-left: 3rem;
}.title-welcome-X .page-welcome-U > div:first-child p::before {
    width: 6px;
}.title-welcome-X .teach-method-r h3 {
    padding: 3rem 3rem 1.5rem;
    font-size: calc(23px * 1.2);
}.title-welcome-X .teach-method-r h3::before {
    top: 2rem;
    left: 3rem;
    width: 80px;
}.title-welcome-X .teach-method-r h1.title_style_header {
    padding: 0 3rem 3rem;
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 1200px) {.title-welcome-X {
    padding: 4rem;
}.title-welcome-X .page-welcome-U {
    gap: 6rem;
}.title-welcome-X .page-welcome-U > div:first-child p {
    padding-left: 4rem;
    font-size: calc(14px * 1.8);
}.title-welcome-X .page-welcome-U > div:first-child p::before {
    width: 8px;
}.title-welcome-X .teach-method-r h3 {
    font-size: calc(23px * 1.3);
    padding: 4rem 4rem 2rem;
}.title-welcome-X .teach-method-r h3::before {
    top: 2.5rem;
    left: 4rem;
    width: 100px;
}.title-welcome-X .teach-method-r h1.title_style_header {
    padding: 0 4rem 4rem;
    font-size: calc(46px * 1.4);
}.title-welcome-X .teach-method-r > div > div > div::before {
    width: calc(100% - 8rem);
    left: 4rem;
}}.tyBlock-W {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgb(186,124,122,0.5) 100%);
}.tyBlock-W::before {
    opacity: 0.1;
    top: 0;
    transform: perspective(1000px) rotateX(5deg);
    background: repeating-linear-gradient(
        45deg,
        rgb(213,167,165,0.5) 0px,
        rgb(213,167,165,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}.tyBlock-W::after {
    animation: float 15s ease-in-out infinite;
    position: absolute;
    right: -50px;
    width: 300px;
    height: 300px;
    transform: rotate(15deg);
    opacity: 0.1;
    background: rgb(213,167,165);
    bottom: -50px;
    content: "";
    z-index: 0;
    border-radius: 100px;
}.tyBlock-W .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
}.tyBlock-W h2 {
    position: relative;
    transform: translateZ(20px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
    color: #000000;
}.tyBlock-W h2::after {
    background: rgb(213,167,165);
    animation: pulse 3s infinite alternate;
    left: 0;
    content: "";
    bottom: -15px;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: absolute;
    height: 4px;
    transform: translateZ(30px);
}.tyBlock-W .study-programs-N {
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
}.tyBlock-W .study-programs-N::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(213,167,165) 0%, rgb(186,124,122) 100%);
    top: 0;
    content: "";
    left: 0;
    height: 6px;
}.tyBlock-W .study-programs-N:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.tyBlock-W ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tyBlock-W li {
    padding-left: 25px;
    position: relative;
}.tyBlock-W li::before {
    content: "";
    left: 0;
    background: rgb(213,167,165);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    animation: spin 12s linear infinite;
}.tyBlock-W span {
    font-size: 18px;
    z-index: 2;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    color: #000000;
    display: block;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.tyBlock-W {
    padding: 90px 0;
}.tyBlock-W h2 {
    font-size: calc(28px * 0.9);
}.tyBlock-W .study-programs-N {
    padding: 30px;
}
}

@media (max-width: 768px) {.tyBlock-W {
    padding: 70px 0;
}.tyBlock-W h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.tyBlock-W h2::after {
    width: 60px;
}.tyBlock-W .study-programs-N {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.tyBlock-W span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.tyBlock-W {
    padding: 50px 0;
}.tyBlock-W h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.tyBlock-W h2::after {
    height: 3px;
    width: 50px;
}.tyBlock-W .study-programs-N {
    transform: none;
    padding: 20px;
}.tyBlock-W li {
    padding-left: 20px;
}.tyBlock-W span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.connect-with-us-S {
    overflow: hidden;
    padding: 90px 0;
    background: rgb(241,219,218);
    position: relative;
}.connect-with-us-S::before {
    top: -150px;
    content: "";
    z-index: 1;
    right: -150px;
    position: absolute;
    width: 400px;
    background: linear-gradient(45deg, rgb(213,167,165,0.5), rgb(186,124,122,0.5));
    border-radius: 50%;
    height: 400px;
    filter: blur(70px);
}.connect-with-us-S::after {
    content: "";
    width: 300px;
    filter: blur(60px);
    height: 300px;
    left: -100px;
    z-index: 1;
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(186,124,122,0.5), rgb(213,167,165,0.5));
}.connect-with-us-S .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.connect-with-us-S h2 {
    font-size: 30px;
    color: #000000;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}.connect-with-us-S h2::before {
    border-radius: 50%;
    left: calc(50% - 120px);
    height: 50px;
    content: "";
    z-index: -1;
    background: rgb(213,167,165,0.5);
    width: 50px;
    top: -25px;
    position: absolute;
}.connect-with-us-S h2::after {
    background: rgb(186,124,122,0.5);
    border-radius: 50%;
    right: calc(50% - 100px);
    position: absolute;
    z-index: -1;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -15px;
}.connect-with-us-S .support-message-T {
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}.connect-with-us-S .support-message-T::before {
    content: "";
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(213,167,165,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(186,124,122,0.5) 99%
    );
    position: absolute;
    pointer-events: none;
    z-index: 0;
}.connect-with-us-S .full-image-Y {
    min-height: 500px;
    transition: transform 0.5s ease;
    position: relative;
    flex: 0 0 45%;
}.connect-with-us-S .full-image-Y::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.connect-with-us-S .full-image-Y::after {
    z-index: 2;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    left: 20px;
    content: "";
}.connect-with-us-S .request-box-V {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
    padding: 60px;
}.connect-with-us-S form {
    position: relative;
    z-index: 3;
}.connect-with-us-S form h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}.connect-with-us-S form input[type="text"] {
    background: rgb(241,219,218);
    font-size: 15px;
    border: none;
    color: #000000;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
    padding: 18px 25px;
}.connect-with-us-S form input[type="text"]:focus {
    outline: none;
    background: linear-gradient(rgb(241,219,218), rgb(241,219,218)) padding-box,
                linear-gradient(to right, rgb(213,167,165), rgb(186,124,122)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(213,167,165), 0.1);
    border: 1px solid transparent;
}.connect-with-us-S form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect-with-us-S .query-list-y {
    position: relative;
    margin-bottom: 30px;
}.connect-with-us-S .query-list-y input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us-S .query-list-y label {
    cursor: pointer;
    color: #000000;
    position: relative;
    align-items: center;
    font-size: 12px;
    display: flex;
    padding-left: 35px;
}.connect-with-us-S .query-list-y label::before {
    left: 0;
    top: 0;
    width: 22px;
    background: rgb(241,219,218);
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    border-radius: 6px;
}.connect-with-us-S .query-list-y input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(213,167,165), rgb(186,124,122));
}.connect-with-us-S .query-list-y input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    top: 4px;
    width: 6px;
    left: 8px;
    height: 12px;
    content: "";
}.connect-with-us-S .query-list-y label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(213,167,165);
    font-weight: 600;
}.connect-with-us-S .query-list-y label a:hover {
    color: rgb(186,124,122);
}.connect-with-us-S .request-widget-u {
    font-weight: 600;
    position: relative;
    border-radius: 12px;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease;
    border: none;
    font-size: 17px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,167,165), rgb(186,124,122));
    color: #ffffff;
    padding: 20px;
}.connect-with-us-S .request-widget-u::before {
    background: linear-gradient(135deg, rgb(186,124,122), rgb(213,167,165));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: right;
    z-index: -1;
    transition: transform 0.5s ease;
    top: 0;
    transform: scaleX(0);
}.connect-with-us-S .request-widget-u:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect-with-us-S svg {
    transition: all 0.3s ease;
    stroke: rgb(213,167,165);
    height: 24px;
    width: 24px;
    margin-right: 12px;
    fill: none;
}.connect-with-us-S svg path {
    stroke: rgb(213,167,165);
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
}.connect-with-us-S svg:hover,
.connect-with-us-S svg:hover path {
    stroke: rgb(186,124,122);
}

@media (max-width: 1024px) {.connect-with-us-S {
    padding: 70px 0;
}.connect-with-us-S .request-box-V {
    padding: 45px;
}.connect-with-us-S .full-image-Y {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect-with-us-S {
    padding: 60px 0;
}.connect-with-us-S h2 {
    margin-bottom: 40px;
}.connect-with-us-S .support-message-T {
    flex-direction: column;
}.connect-with-us-S .full-image-Y {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.connect-with-us-S .request-box-V {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect-with-us-S form h3 {
    margin-bottom: 25px;
}.connect-with-us-S form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.connect-with-us-S {
    padding: 50px 0;
}.connect-with-us-S h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.connect-with-us-S .full-image-Y {
    min-height: 220px;
}.connect-with-us-S .request-box-V {
    padding: 30px 20px;
}.connect-with-us-S form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.connect-with-us-S form input[type="text"] {
    font-size: calc(15px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.connect-with-us-S .request-widget-u {
    padding: 16px;
}.connect-with-us-S .query-list-y label {
    font-size: calc(12px * 0.95);
}}.cookie-message-banner-C {
    background: rgb(241,219,218);
    position: fixed;
    border-top: 3px solid rgb(213,167,165);
    z-index: 1050;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px;
    bottom: 0;
    overflow: hidden;
}.data-policy-z {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
}.user-tracker-Q {
    flex-shrink: 0;
    margin-right: 20px;
}#trackingAlertPopup-i {
    display: none;
}#trackingAlertPopup-i:checked ~ .cookie-message-banner-C {
    visibility: hidden;
    opacity: 0;
}.user-tracker-Q svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    fill: rgb(213,167,165);
}.data-approve-g {
    flex-grow: 1;
    margin-right: 20px;
}.data-approve-g h5 {
    color: rgb(213,167,165);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}.data-approve-g p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}.track-toggle-f {
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
}.track-toggle-f {
    background-color: rgb(213,167,165);
    border: 1px solid rgb(213,167,165);
    color: #ffffff;
}.track-toggle-f:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie-message-banner-C p a {
    text-decoration: underline;
    color: rgb(213,167,165);
}.cookie-message-banner-C p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.data-approve-g h5 {
    font-size: calc(19px - 2px);
}.data-approve-g p {
    font-size: calc(14px - 2px);
}.track-toggle-f {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.data-policy-z {
    align-items: center;
    flex-direction: column;
}.user-tracker-Q {
    margin-bottom: 15px;
}.data-approve-g {
    text-align: center;
    margin-bottom: 20px;
}.track-toggle-f {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.learning-profits-u {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.learning-profits-u::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(213,167,165,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(186,124,122,0.5) 0%, transparent 60%);
}.learning-profits-u .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.learning-profits-u .full-image-Y {
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.learning-profits-u .full-image-Y:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning-profits-u .study-programs-N {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.learning-profits-u .text-box-wrap-a {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0) translateY(0);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}.learning-profits-u .text-box-wrap-a::before {
    content: "";
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(213,167,165);
    width: 4px;
}.learning-profits-u .text-box-wrap-a:hover::before {
    height: 100%;
}.learning-profits-u h1 {
    position: relative;
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    transform: translateZ(0);
    font-size: calc(36px * 1.1);
    margin-bottom: 1.75rem;
}.learning-profits-u h1::after {
    background: rgb(186,124,122);
    position: absolute;
    left: 0;
    content: "";
    width: 70px;
    bottom: -0.75rem;
    transform: scaleX(0.6);
    height: 3px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-profits-u .text-box-wrap-a:hover h1::after {
    transform: scaleX(1);
}.learning-profits-u ul {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 1.5rem 0 0;
}.learning-profits-u li {
    position: relative;
    transition: transform 0.4s ease;
    padding-left: 2.5rem;
}.learning-profits-u li:hover {
    transform: translateX(8px);
}.learning-profits-u li p {
    margin: 0;
    font-weight: 400;
    align-items: center;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    display: flex;
}.learning-profits-u svg {
    position: absolute;
    height: 24px;
    transform: scale(0.9);
    left: 0;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
}.learning-profits-u li:hover svg {
    transform: scale(1.1);
}.learning-profits-u svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,124,122);
}.learning-profits-u li:hover svg path {
    fill: rgb(213,167,165);
}.learning-profits-u li:nth-child(odd) {
    transform: translateX(0);
}.learning-profits-u li:nth-child(even) {
    transform: translateX(0);
}.learning-profits-u li:nth-child(odd):hover {
    transform: translateX(8px);
}.learning-profits-u li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.learning-profits-u {
    padding: 6rem 0;
}.learning-profits-u .container {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.learning-profits-u h1 {
    margin-bottom: 2rem;
    font-size: 41px;
}.learning-profits-u ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.learning-profits-u .text-box-wrap-a {
    padding: 2.5rem;
    transform: translateX(-20px);
}.learning-profits-u .text-box-wrap-a:hover {
    transform: translateX(0);
}.learning-profits-u .full-image-Y {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.learning-profits-u .container {
    gap: 4rem;
}.learning-profits-u .full-image-Y {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.learning-profits-u h1 {
    font-size: calc(41px * 1.05);
}.learning-profits-u li {
    padding-left: 3rem;
}.learning-profits-u svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.learning-profits-u {
    padding: 3rem 0;
}.learning-profits-u .container {
    gap: 2rem;
}.learning-profits-u h1 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.learning-profits-u li {
    margin-bottom: 1rem;
}.learning-profits-u .full-image-Y {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    max-height: 300px;
}.learning-profits-u ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.learning-profits-u h1 {
    font-size: 36px;
}.learning-profits-u .text-box-wrap-a {
    padding: 1.25rem;
}.learning-profits-u li p {
    font-size: calc(16px * 0.95);
}.learning-profits-u .full-image-Y {
    max-height: 250px;
}}.company-overview-p {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.company-overview-p::before {
    left: 0;
    background: #000000;
    content: "";
    width: 100%;
    opacity: 0.75;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.company-overview-p::after {
    width: 300px;
    filter: blur(40px);
    position: absolute;
    right: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
    height: 300px;
    bottom: -50px;
    content: "";
    background: rgb(213,167,165);
}.company-overview-p .container {
    display: grid;
    padding: 0 20px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.company-overview-p .text-box-wrap-a {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(213,167,165);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    padding: 40px;
}.company-overview-p .text-box-wrap-a:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.company-overview-p h5 {
    display: inline-block;
    transition: transform 0.3s ease-out;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    letter-spacing: 1px;
    color: rgb(213,167,165);
    transform: translateX(0);
}.company-overview-p h5::after {
    background: rgb(213,167,165);
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    height: 3px;
    width: 40%;
    bottom: -8px;
}.company-overview-p .text-box-wrap-a:hover h5 {
    transform: translateX(5px);
}.company-overview-p .text-box-wrap-a:hover h5::after {
    transform: scaleX(1.5);
}.company-overview-p p {
    font-size: calc(16px * 1.2);
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 600;
}.company-overview-p p b {
    position: relative;
    letter-spacing: 1px;
    font-size: calc(16px * 1.4);
    font-weight: 700;
    display: inline-block;
    color: rgb(186,124,122);
    padding-bottom: 5px;
}.company-overview-p p b::before {
    bottom: 0;
    left: 0;
    background: rgb(186,124,122);
    transform-origin: right;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    height: 2px;
    content: "";
    transform: scaleX(0);
}.company-overview-p .text-box-wrap-a:hover p b::before {
    transform-origin: left;
    transform: scaleX(1);
}.company-overview-p ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
}.company-overview-p ol li {
    column-count: 1;
    font-size: 16px;
    column-gap: 40px;
    padding-left: 5px;
    letter-spacing: 0.3px;
    line-height: 1.8;
    color: #ffffff;
    text-align: justify;
    opacity: 0.9;
    font-weight: 400;
    position: relative;
}.company-overview-p ol li::first-line {
    font-weight: 600;
    color: rgb(186,124,122);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.company-overview-p {
    padding: 150px 0 130px;
}.company-overview-p .text-box-wrap-a {
    padding: 60px;
}.company-overview-p ol li {
    column-count: 2;
    column-gap: 50px;
}.company-overview-p::after {
    width: 400px;
    height: 400px;
}
}

@media (min-width: 992px) {.company-overview-p {
    padding: 180px 0 160px;
}.company-overview-p .container {
    grid-template-columns: 1fr 3fr;
}.company-overview-p .text-box-wrap-a {
    grid-column: 2;
    padding: 70px;
}.company-overview-p h5 {
    margin-bottom: 20px;
}.company-overview-p ol li {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.company-overview-p {
    padding: 80px 0 60px;
}.company-overview-p .text-box-wrap-a {
    transform: none;
    padding: 30px;
}.company-overview-p h5 {
    font-size: calc(18px * 0.85);
}.company-overview-p p b {
    font-size: calc(16px * 1.2);
}.company-overview-p ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.pricing-card-list-G {
    background: linear-gradient(135deg, rgb(241,219,218), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-card-list-G::before {
    background: linear-gradient(145deg, rgb(213,167,165,0.5), rgb(186,124,122,0.5));
    position: absolute;
    height: 70%;
    top: -10%;
    content: "";
    z-index: 0;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
    width: 40%;
    right: -5%;
}.pricing-card-list-G::after {
    filter: blur(50px);
    bottom: -10%;
    background: linear-gradient(215deg, rgb(186,124,122,0.5), rgb(213,167,165,0.5));
    position: absolute;
    z-index: 0;
    transform: rotate(12deg) skewX(-10deg);
    content: "";
    width: 35%;
    left: -5%;
    height: 60%;
    opacity: 0.3;
}.pricing-card-list-G .container {
    max-width: 1320px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.pricing-card-list-G .payment-plan-P {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.pricing-card-list-G .price-choices-z {
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
}.pricing-card-list-G .price-choices-z h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    font-size: 29px;
    display: inline-block;
    position: relative;
}.pricing-card-list-G .price-choices-z h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(213,167,165), rgb(186,124,122));
    height: 4px;
    bottom: -12px;
    left: 50%;
    border-radius: 10px;
    content: "";
}.pricing-card-list-G .monthly-rate-I {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    max-width: 680px;
    margin: 20px auto 0;
}.pricing-card-list-G .pricing-card-F {
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    display: grid;
    opacity: 0;
    gap: 30px;
    transform: translateY(40px);
}.pricing-card-list-G .indv-sub-p {
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    text-decoration: none;
}.pricing-card-list-G .access-rates-Y {
    will-change: transform, box-shadow;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}.pricing-card-list-G .indv-sub-p:hover .access-rates-Y {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.pricing-card-list-G .learning-deals-a {
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}.pricing-card-list-G .learning-deals-a h3 {
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    color: #000000;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(19px + 2px);
    overflow-wrap: break-word;
}.pricing-card-list-G .learning-deals-a h3::before {
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}.pricing-card-list-G .enroll-cost-q {
    margin: 5px 0 20px;
    padding: 8px 15px;
    font-size: calc(19px + 4px);
    color: rgb(213,167,165);
    display: inline-block;
    font-weight: 700;
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
}.pricing-card-list-G .learning-deals-a p {
    white-space: normal;
    color: #000000;
    flex-grow: 1;
    font-size: 15px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    margin-top: 5px;
    line-height: 1.6;
    word-break: break-word;
}.pricing-card-list-G .full-image-Y {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 220px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing-card-list-G .full-image-Y::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    top: 0;
    bottom: 0;
}.pricing-card-list-G .indv-sub-p:hover .full-image-Y {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-card-list-G .pricing-card-F {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-list-G .payment-plan-P {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing-card-list-G .payment-plan-P {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing-card-list-G .price-choices-z {
    text-align: left;
    grid-row: 1;
    align-self: center;
    grid-column: 2;
}.pricing-card-list-G .price-choices-z h2 {
    display: inline-block;
}.pricing-card-list-G .price-choices-z h2::after {
    transform: none;
    left: 0;
}.pricing-card-list-G .monthly-rate-I {
    margin: 25px 0 0;
}.pricing-card-list-G .pricing-card-F {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-card-list-G .pricing-card-F {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.pricing-card-list-G .learning-deals-a {
    padding: 40px 35px;
}.pricing-card-list-G .full-image-Y {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-card-list-G {
    padding: 80px 0;
}.pricing-card-list-G .price-choices-z {
    margin-bottom: 20px;
}.pricing-card-list-G .access-rates-Y {
    max-width: 100%;
}.pricing-card-list-G .learning-deals-a {
    padding: 30px 25px;
}.pricing-card-list-G .learning-deals-a h3 {
    font-size: calc(19px + 1px);
}.pricing-card-list-G .enroll-cost-q {
    margin: 0 0 15px;
    font-size: 19px;
}.pricing-card-list-G .full-image-Y {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing-card-list-G {
    padding: 60px 0;
}.pricing-card-list-G .learning-deals-a {
    padding: 25px 20px;
}.pricing-card-list-G .full-image-Y {
    height: 180px;
}
}