* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.main-tutor-DcM {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.teach-supp-jNO {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1157px;
    margin: auto;
}html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.panel-container-hcz {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-benefits-KFI {
    position: relative;
    background: #f7f8fa;
    padding: 100px 0;
    overflow: hidden;
}.course-benefits-KFI::before {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(209,190,169,0.5), 0.05) 0%, rgba(rgb(179,158,135,0.5), 0.02) 100%);
    position: absolute;
}.course-benefits-KFI::after {
    background: linear-gradient(to right, rgba(rgb(209,190,169,0.5), 0.05), rgba(rgb(179,158,135,0.5), 0.08));
    height: 400px;
    width: 400px;
    position: absolute;
    right: -200px;
    filter: blur(40px);
    border-radius: 50%;
    z-index: 0;
    top: -200px;
    content: "";
}.course-benefits-KFI .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course-benefits-KFI .culture-block-ElR {
    padding: 30px;
    border-radius: 16px;
    flex-direction: column-reverse;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
}.course-benefits-KFI .culture-block-ElR:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
}.course-benefits-KFI .desc-block-YIy {
    padding: 20px;
    flex: 1;
}.course-benefits-KFI h4 {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    color: #000000;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(10px);
    opacity: 0;
}.course-benefits-KFI h4::after {
    width: 60px;
    position: absolute;
    box-shadow: 0 2px 4px rgba(rgb(209,190,169,0.5), 0.3);
    left: 0;
    bottom: -10px;
    height: 4px;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
}.course-benefits-KFI .desc-block-YIy > div {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.course-benefits-KFI ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.course-benefits-KFI li {
    animation: fadeSlideUp 0.8s forwards;
    opacity: 0;
    transform: translateY(15px);
    margin-bottom: 16px;
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    position: relative;
}.course-benefits-KFI li:nth-child(1) {
    --li-index: 1;
}.course-benefits-KFI li:nth-child(2) {
    --li-index: 2;
}.course-benefits-KFI li:nth-child(3) {
    --li-index: 3;
}.course-benefits-KFI li p {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
    align-items: flex-start;
    display: flex;
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    transition: all 0.3s ease;
}.course-benefits-KFI li p:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: translateY(-3px);
}.course-benefits-KFI li p span:first-child {
    width: 42px;
    display: flex;
    height: 42px;
    flex-shrink: 0;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
    border-radius: 50%;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}.course-benefits-KFI li p:hover span:first-child {
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: rotate(10deg);
}.course-benefits-KFI li p span:last-child {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}.course-benefits-KFI svg {
    height: 24px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
    width: 24px;
}.course-benefits-KFI li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}.course-benefits-KFI svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}.course-benefits-KFI li p:hover svg path {
    fill: rgb(179,158,135);
}.course-benefits-KFI .photo-grid-LJM {
    transition: all 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    aspect-ratio: 16/9;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: auto;
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
    animation: fadeIn 1s forwards 0.6s;
    opacity: 0;
}.course-benefits-KFI .culture-block-ElR:hover .photo-grid-LJM {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.course-benefits-KFI .culture-block-ElR {
    padding: 40px;
    align-items: center;
    flex-direction: row;
}.course-benefits-KFI .desc-block-YIy {
    padding: 30px 40px 30px 0;
}.course-benefits-KFI h4 {
    margin-bottom: 40px;
    font-size: 32px;
}.course-benefits-KFI .desc-block-YIy > div {
    flex-direction: row;
    gap: 40px;
}.course-benefits-KFI .photo-grid-LJM {
    height: 400px;
    object-position: center;
    width: 45%;
}
}

@media (min-width: 992px) {.course-benefits-KFI {
    padding: 120px 0;
}.course-benefits-KFI .culture-block-ElR {
    padding: 60px;
    gap: 60px;
}.course-benefits-KFI h4 {
    font-size: 36px;
}.course-benefits-KFI li p {
    padding: 20px;
}.course-benefits-KFI .photo-grid-LJM {
    height: 450px;
}
}

@media (max-width: 767px) {.course-benefits-KFI {
    padding: 60px 0;
}.course-benefits-KFI h4 {
    font-size: 24px;
}.course-benefits-KFI .desc-block-YIy > div > ul {
    margin-bottom: 20px;
}.course-benefits-KFI .photo-grid-LJM {
    height: 250px;
}
}

@media (max-width: 480px) {.course-benefits-KFI .culture-block-ElR {
    padding: 20px;
}.course-benefits-KFI .desc-block-YIy {
    padding: 10px;
}.course-benefits-KFI h4 {
    font-size: 22px;
}.course-benefits-KFI li p {
    padding: 12px;
}.course-benefits-KFI svg {
    width: 20px;
    height: 20px;
}.course-benefits-KFI .photo-grid-LJM {
    height: 200px;
}}.contact-form-box-IaV {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: rgb(232,222,203);
}.contact-form-box-IaV::before {
    left: 0;
    opacity: 0.2;
    width: 100%;
    content: '';
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(209,190,169,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(179,158,135,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
}.contact-form-box-IaV::after {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    height: 100%;
}.contact-form-box-IaV .photo-grid-LJM {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    right: 0;
    width: 45%;
    position: absolute;
    border-radius: 100px 0 0 100px;
    z-index: 1;
    top: 2.5%;
    height: 95%;
}.contact-form-box-IaV .photo-grid-LJM::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(209,190,169,0.5), transparent 70%);
    border-radius: 100px 0 0 100px;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
}.contact-form-box-IaV .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.contact-form-box-IaV h3 {
    margin-bottom: 50px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}.contact-form-box-IaV .message-request-jdy {
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    display: flex;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact-form-box-IaV .message-request-jdy::before {
    width: 200px;
    border-radius: 50%;
    height: 200px;
    left: -100px;
    content: '';
    position: absolute;
    background: rgb(209,190,169,0.5);
    top: -100px;
    opacity: 0.05;
}.contact-form-box-IaV .message-request-jdy::after {
    position: absolute;
    right: -75px;
    height: 150px;
    bottom: -75px;
    width: 150px;
    content: '';
    background: rgb(179,158,135,0.5);
    opacity: 0.05;
    border-radius: 50%;
}.contact-form-box-IaV .reach-support-rgw {
    padding: 50px;
    position: relative;
    width: 60%;
}.contact-form-box-IaV form h3 {
    font-size: 22px;
    color: rgb(209,190,169);
    margin-bottom: 30px;
    text-align: left;
}.contact-form-box-IaV form h3::before,
.contact-form-box-IaV form h3::after {
    display: none;
}.contact-form-box-IaV input[type="text"],
.contact-form-box-IaV textarea {
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}.contact-form-box-IaV input[type="text"]:focus,
.contact-form-box-IaV textarea:focus {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(209,190,169,0.5);
    outline: none;
    border-color: rgb(209,190,169,0.5);
}.contact-form-box-IaV textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}.contact-form-box-IaV .query-message-bpm {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-form-box-IaV .query-message-bpm input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box-IaV .query-message-bpm label {
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
}.contact-form-box-IaV .query-message-bpm label::before {
    transition: all 0.3s ease;
    content: '';
    top: 2px;
    border-radius: 50%;
    border: 2px solid rgb(209,190,169,0.5);
    background: #ffffff;
    width: 22px;
    left: 0;
    position: absolute;
    height: 22px;
}.contact-form-box-IaV .query-message-bpm input[type="checkbox"]:checked + label::before {
    background: rgb(209,190,169);
    border-color: rgb(209,190,169);
}.contact-form-box-IaV .query-message-bpm input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 10px;
    top: 6px;
    border: solid #ffffff;
    left: 8px;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
    width: 6px;
}.contact-form-box-IaV .query-message-bpm a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(209,190,169);
}.contact-form-box-IaV .query-message-bpm a:hover {
    color: rgb(179,158,135);
}.contact-form-box-IaV .feedback-inquiry-Qca {
    cursor: pointer;
    z-index: 1;
    padding: 15px 40px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    border: none;
    overflow: hidden;
    background: rgb(209,190,169);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
}.contact-form-box-IaV .feedback-inquiry-Qca::before {
    transition: all 0.5s ease;
    height: 100%;
    border-radius: 50px;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    position: absolute;
    width: 100%;
    top: 0;
    background: rgb(179,158,135);
    content: '';
}.contact-form-box-IaV .feedback-inquiry-Qca:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(209,190,169,0.5);
}.contact-form-box-IaV .feedback-inquiry-Qca:hover::before {
    transform: translateY(0);
}.contact-form-box-IaV .help-form-Boh {
    border-radius: 70px 0 0 70px;
    justify-content: center;
    top: 50%;
    z-index: 3;
    right: 0;
    position: absolute;
    width: 40%;
    flex-direction: column;
    padding: 50px;
    display: flex;
    background: linear-gradient(135deg, rgb(209,190,169), rgb(179,158,135));
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}.contact-form-box-IaV .help-form-Boh::before {
    top: 0;
    border-radius: 70px 0 0 70px;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}.contact-form-box-IaV .help-form-Boh h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}.contact-form-box-IaV .help-form-Boh h4::after {
    left: 0;
    width: 40px;
    border-radius: 3px;
    bottom: -10px;
    content: '';
    height: 3px;
    background: #ffffff;
    position: absolute;
}.contact-form-box-IaV .request-feedback-ZJi {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-form-box-IaV .request-feedback-ZJi li {
    align-items: flex-start;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 5px;
    display: flex;
    border-radius: 10px;
}.contact-form-box-IaV .request-feedback-ZJi li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.contact-form-box-IaV .request-feedback-ZJi svg {
    margin-top: 3px;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    transition: transform 0.3s ease;
}.contact-form-box-IaV .request-feedback-ZJi li:hover svg {
    transform: scale(1.2);
}.contact-form-box-IaV .request-feedback-ZJi svg path {
    fill: #ffffff;
}.contact-form-box-IaV .request-feedback-ZJi span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
}.contact-form-box-IaV .request-feedback-ZJi a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact-form-box-IaV .request-feedback-ZJi a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact-form-box-IaV .message-request-jdy {
    width: 70%;
}.contact-form-box-IaV .help-form-Boh {
    width: 35%;
}
}

@media (max-width: 992px) {.contact-form-box-IaV .photo-grid-LJM {
    display: none;
}.contact-form-box-IaV .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.contact-form-box-IaV .message-request-jdy {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}.contact-form-box-IaV .help-form-Boh {
    right: auto;
    width: 100%;
    position: relative;
    max-width: 600px;
    margin-top: 30px;
    transform: none;
    border-radius: 20px;
    top: auto;
}.contact-form-box-IaV .help-form-Boh::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact-form-box-IaV {
    padding: 70px 0;
}.contact-form-box-IaV h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.contact-form-box-IaV .reach-support-rgw,
    .contact-form-box-IaV .help-form-Boh {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact-form-box-IaV {
    padding: 50px 0;
}.contact-form-box-IaV h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact-form-box-IaV .reach-support-rgw,
    .contact-form-box-IaV .help-form-Boh {
    padding: 25px 20px;
}.contact-form-box-IaV input[type="text"],
    .contact-form-box-IaV textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.contact-form-box-IaV .feedback-inquiry-Qca {
    width: 100%;
    padding: 12px;
}}.teaching-experience-pAG {
    padding: 6rem 0;
    background-color: rgb(232,222,203);
    position: relative;
    overflow: hidden;
}.teaching-experience-pAG::before {
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    top: -5%;
    z-index: 1;
    height: 70%;
    opacity: 0.15;
    right: -10%;
    content: "";
    width: 45%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    filter: blur(25px);
}.teaching-experience-pAG::after {
    opacity: 0.1;
    height: 60%;
    z-index: 1;
    position: absolute;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(179,158,135,0.5), rgb(209,190,169,0.5));
    content: "";
    bottom: -10%;
    width: 35%;
    left: -5%;
    transform: rotate(10deg) skewX(-10deg);
}.teaching-experience-pAG .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.teaching-experience-pAG .learner-reflections-ulp {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    display: grid;
    backdrop-filter: blur(10px);
}.teaching-experience-pAG .learner-reflections-ulp:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.teaching-experience-pAG .learner-reflections-ulp > div:first-child {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}.teaching-experience-pAG .learner-reflections-ulp .photo-grid-LJM {
    position: relative;
    border-radius: 5px;
    width: 100%;
    transform: translateZ(20px);
    padding-bottom: 100%;
    overflow: hidden;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}.teaching-experience-pAG .learner-reflections-ulp .photo-grid-LJM::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(179,158,135,0.5) 100%
    );
    top: 0;
    width: 100%;
    opacity: 0.7;
}.teaching-experience-pAG .learner-reflections-ulp .photo-grid-LJM::after {
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(209,190,169,0.5) 0%,
        transparent 50%
    );
    left: 0;
}.teaching-experience-pAG .learner-reflections-ulp:hover .photo-grid-LJM {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(2) {
    position: relative;
    text-align: center;
}.teaching-experience-pAG .learner-reflections-ulp .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: calc(19px * 1.1);
    color: #000000;
    display: inline-block;
    position: relative;
}.teaching-experience-pAG .learner-reflections-ulp .name::after {
    left: 50%;
    height: 3px;
    border-radius: 10px;
    content: "";
    width: 35%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(179,158,135), rgb(209,190,169));
    transform: translateX(-50%);
    position: absolute;
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(2) > div {
    color: rgb(179,158,135);
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(14px * 0.95);
    margin-top: 0.8rem;
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(3) {
    position: relative;
}.teaching-experience-pAG .learner-reflections-ulp .career-summary-ltd {
    position: relative;
    color: #000000;
    font-size: 14px;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    line-height: 1.7;
    border-left: 3px solid rgb(209,190,169,0.5);
    margin: 0;
}.teaching-experience-pAG .learner-reflections-ulp .career-summary-ltd::before {
    font-family: serif;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    content: "";
    font-size: 5rem;
    top: -20px;
    color: rgb(209,190,169,0.5);
    left: -10px;
}

@media (min-width: 768px) {.teaching-experience-pAG .learner-reflections-ulp {
    grid-template-areas: 
            "photo info"
            "photo quote";
    gap: 2rem 3.5rem;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
}.teaching-experience-pAG .learner-reflections-ulp > div:first-child {
    margin: 0;
    grid-area: photo;
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
    grid-area: info;
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.teaching-experience-pAG .learner-reflections-ulp .name::after {
    width: 50px;
    transform: none;
    left: 0;
}.teaching-experience-pAG .learner-reflections-ulp .photo-grid-LJM {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.teaching-experience-pAG {
    padding: 8rem 0;
}.teaching-experience-pAG .learner-reflections-ulp {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
}.teaching-experience-pAG .learner-reflections-ulp .name {
    font-size: calc(19px * 1.2);
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(2) > div {
    font-size: 14px;
}.teaching-experience-pAG .learner-reflections-ulp .career-summary-ltd {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 576px) {.teaching-experience-pAG {
    padding: 4rem 0;
}.teaching-experience-pAG .learner-reflections-ulp {
    gap: 1.5rem;
    padding: 2rem;
}.teaching-experience-pAG .learner-reflections-ulp .photo-grid-LJM {
    max-width: 220px;
}.teaching-experience-pAG .learner-reflections-ulp .name {
    font-size: 19px;
}.teaching-experience-pAG .learner-reflections-ulp > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.teaching-experience-pAG .learner-reflections-ulp .career-summary-ltd {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1rem;
}}.pricing-row-NJz {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}.pricing-row-NJz::before {
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
    width: 100%;
    position: absolute;
}.pricing-row-NJz::after {
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgba(rgb(209,190,169,0.5), 0.15) 0%, transparent 50%);
    top: 0;
    left: 0;
    position: absolute;
}.pricing-row-NJz .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
}.pricing-row-NJz .fee-plans-cwR {
    position: relative;
}.pricing-row-NJz h2 {
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    font-size: 28px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}.pricing-row-NJz h2::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.pricing-row-NJz .learn-fees-SYn {
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    opacity: 0.9;
    margin: 0 auto 40px;
    font-size: calc(18px + 2px);
    text-align: center;
}.pricing-row-NJz .monthly-plan-wnB {
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.pricing-row-NJz .monthly-plan-wnB li {
    display: flex;
    perspective: 1000px;
}.pricing-row-NJz .learning-deals-pKg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(8px);
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
}.pricing-row-NJz .learning-deals-pKg::before {
    width: 100%;
    opacity: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(209,190,169,0.5), transparent 75%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.5s ease;
}.pricing-row-NJz .learning-deals-pKg:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.pricing-row-NJz .learning-deals-pKg:hover::before {
    opacity: 0.15;
}.pricing-row-NJz .trial-pricing-FJO {
    flex-direction: column;
    padding: 30px;
    display: flex;
    position: relative;
    flex-grow: 1;
}.pricing-row-NJz .pro-rates-drK {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing-row-NJz .pro-rates-drK h4 {
    position: relative;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(22px + 2px);
}.pricing-row-NJz .learning-deals-pKg:hover .pro-rates-drK h4 {
    transform: translateY(-5px);
}.pricing-row-NJz .pro-rates-drK h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(179,158,135);
}.pricing-row-NJz .learning-deals-pKg:hover .pro-rates-drK h4::after {
    width: 60px;
}.pricing-row-NJz .pro-rates-drK p {
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
    flex-grow: 1;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
}.pricing-row-NJz .learn-rates-GXU {
    margin-top: auto;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(209,190,169,0.5), transparent);
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: calc(22px + 4px);
}.pricing-row-NJz .learn-rates-GXU::before {
    content: "";
    transition: left 0.5s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.pricing-row-NJz .learning-deals-pKg:hover .learn-rates-GXU {
    transform: scale(1.05);
}.pricing-row-NJz .learning-deals-pKg:hover .learn-rates-GXU::before {
    left: 100%;
}

@media (max-width: 1200px) {.pricing-row-NJz {
    padding: 80px 0;
}.pricing-row-NJz .monthly-plan-wnB {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-row-NJz h2 {
    font-size: calc(28px - 4px);
}.pricing-row-NJz .learn-fees-SYn {
    font-size: 18px;
    margin-bottom: 30px;
}.pricing-row-NJz .trial-pricing-FJO {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing-row-NJz {
    padding: 60px 0;
}.pricing-row-NJz .monthly-plan-wnB {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-row-NJz .pro-rates-drK h4 {
    font-size: 22px;
}.pricing-row-NJz .learn-rates-GXU {
    font-size: 22px;
}
}

@media (max-width: 576px) {.pricing-row-NJz {
    padding: 50px 0;
}.pricing-row-NJz h2 {
    font-size: calc(28px - 6px);
}.pricing-row-NJz .learn-fees-SYn {
    font-size: calc(18px - 1px);
}.pricing-row-NJz .trial-pricing-FJO {
    padding: 20px;
}.pricing-row-NJz .pro-rates-drK p {
    font-size: calc(18px - 1px);
}}.who-we-are-bBk {
    background: rgb(232,222,203);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.who-we-are-bBk::before {
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    width: 300px;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
    right: -50px;
    filter: blur(15px);
    opacity: 0.3;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    height: 300px;
    content: "";
    top: -50px;
    z-index: 0;
}.who-we-are-bBk::after {
    width: 250px;
    height: 250px;
    background: linear-gradient(225deg, rgb(179,158,135,0.5), rgb(209,190,169,0.5));
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    left: -50px;
    filter: blur(20px);
    position: absolute;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    opacity: 0.2;
}.who-we-are-bBk .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.who-we-are-bBk h1 {
    font-size: 47px;
    font-weight: 700;
    text-align: left;
    transform: translateZ(0);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #000000;
}.who-we-are-bBk h1::after {
    position: absolute;
    content: "";
    height: 4px;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    left: 0;
}.who-we-are-bBk h1:hover::after {
    width: 120px;
}.who-we-are-bBk .learn-way-tJS {
    position: relative;
}.who-we-are-bBk .learn-way-tJS ul {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
}.who-we-are-bBk .knowledge-sessions-NBh {
    border-radius: 2px;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    padding: 30px;
}.who-we-are-bBk .knowledge-sessions-NBh:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
}.who-we-are-bBk .knowledge-sessions-NBh::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
}.who-we-are-bBk .knowledge-sessions-NBh:hover::before {
    height: 100%;
}.who-we-are-bBk .knowledge-sessions-NBh h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}.who-we-are-bBk .knowledge-sessions-NBh:hover h4 {
    color: rgb(209,190,169);
    transform: translateX(5px);
}.who-we-are-bBk .knowledge-sessions-NBh div {
    font-family: Arial, sans-serif;
    color: #000000;
    overflow-y: auto;
    padding-left: 10px;
    position: relative;
    line-height: 1.7;
    padding-right: 10px;
    transition: color 0.3s ease;
    max-height: 250px;
    font-size: 16px;
}.who-we-are-bBk .knowledge-sessions-NBh div::-webkit-scrollbar {
    width: 5px;
}.who-we-are-bBk .knowledge-sessions-NBh div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}.who-we-are-bBk .knowledge-sessions-NBh div::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(209,190,169,0.5), rgb(179,158,135,0.5));
}.who-we-are-bBk .knowledge-sessions-NBh:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.who-we-are-bBk {
    padding: 60px 0;
}.who-we-are-bBk h1 {
    text-align: center;
}.who-we-are-bBk h1::after {
    transform: translateX(-50%);
    left: 50%;
}.who-we-are-bBk .learn-way-tJS ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.who-we-are-bBk {
    padding: 40px 0;
}.who-we-are-bBk .knowledge-sessions-NBh {
    padding: 25px 20px;
}.who-we-are-bBk .knowledge-sessions-NBh div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.who-we-are-bBk h1 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.85);
}.who-we-are-bBk .knowledge-sessions-NBh {
    padding: 20px 15px;
}.who-we-are-bBk .knowledge-sessions-NBh h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.who-we-are-bBk .knowledge-sessions-NBh div {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}}.privacy-shelter-Thz {
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgba(rgb(209,190,169,0.5), 0.03), rgba(rgb(179,158,135,0.5), 0.07));
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    color: #000000;
}.privacy-shelter-Thz::before {
    pointer-events: none;
    transform-style: preserve-3d;
    top: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(rgb(209,190,169,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(209,190,169,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(209,190,169,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(209,190,169,0.5), 0.02) 75%);
    perspective: 1000px;
    animation: backgroundShift 60s linear infinite;
    right: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
}.privacy-shelter-Thz::after {
    width: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    height: 100%;
    content: "";
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
}.privacy-shelter-Thz .container {
    margin: 0 auto;
    max-width: 1140px;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 0 20px;
}.privacy-shelter-Thz h1 {
    border-bottom: 2px solid rgba(rgb(209,190,169,0.5), 0.2);
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateZ(5px);
    color: rgb(209,190,169);
    position: relative;
    font-size: 41px;
    padding-bottom: 1rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.privacy-shelter-Thz h1::after {
    position: absolute;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    height: 3px;
    bottom: -2px;
    transform: scaleX(1);
    width: 60px;
    left: 0;
}.privacy-shelter-Thz h2 {
    animation-delay: 0.2s;
    padding-left: 1rem;
    position: relative;
    transform: translateZ(3px);
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 28px;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(179,158,135);
}.privacy-shelter-Thz h2::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    border-radius: 10px;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
}.privacy-shelter-Thz h3 {
    font-size: calc(28px * 0.85);
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    padding-left: 0.8rem;
    margin: 2rem 0 1.2rem;
    color: rgb(179,158,135);
    position: relative;
    transform: translateZ(2px);
    opacity: 0;
    animation-delay: 0.3s;
}.privacy-shelter-Thz h3::before {
    width: 2px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(179,158,135), rgb(209,190,169));
    content: "";
    border-radius: 10px;
}.privacy-shelter-Thz h4 {
    animation-delay: 0.4s;
    padding-left: 0.6rem;
    transform: translateZ(1px);
    font-size: calc(28px * 0.7);
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(209,190,169);
    font-weight: 400;
    opacity: 0;
    position: relative;
    margin: 1.8rem 0 1rem;
}.privacy-shelter-Thz h4::before {
    content: "";
    border-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: rgb(209,190,169);
    position: absolute;
}.privacy-shelter-Thz p {
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    animation-delay: 0.5s;
    font-size: 18px;
    line-height: 1.7;
    transform: translateZ(0);
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
}.privacy-shelter-Thz p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.privacy-shelter-Thz strong {
    font-weight: 600;
    color: rgb(209,190,169);
}.privacy-shelter-Thz ul {
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.6s;
    padding-left: 1.5rem;
    position: relative;
    opacity: 0;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy-shelter-Thz li {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 1rem;
}.privacy-shelter-Thz li::before {
    animation: pulse 3s infinite alternate;
    content: "";
    transform: rotate(45deg);
    height: 8px;
    background: linear-gradient(135deg, rgb(209,190,169), rgb(179,158,135));
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    top: 0.5rem;
    width: 8px;
    position: absolute;
}.privacy-shelter-Thz span {
    margin-bottom: 1.5rem;
    font-size: 18px;
    display: block;
    opacity: 0;
    background: linear-gradient(to right, rgba(rgb(179,158,135,0.5), 0.05), rgba(rgb(209,190,169,0.5), 0.05));
    color: #000000;
    border-left: 2px solid rgb(179,158,135);
    transform: translateZ(0);
    padding: 1rem;
    line-height: 1.7;
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.7s;
    transition: all 0.3s ease;
}.privacy-shelter-Thz span:hover {
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(179,158,135,0.5), 0.08), rgba(rgb(209,190,169,0.5), 0.08));
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy-shelter-Thz {
    padding: 4rem 0;
}.privacy-shelter-Thz .container {
    padding: 0 15px;
}.privacy-shelter-Thz h1 {
    font-size: calc(41px * 0.9);
}.privacy-shelter-Thz h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.privacy-shelter-Thz {
    padding: 3rem 0;
}.privacy-shelter-Thz h1 {
    font-size: calc(41px * 0.8);
}.privacy-shelter-Thz h2 {
    padding-left: 0.8rem;
    font-size: calc(28px * 0.8);
}.privacy-shelter-Thz h3 {
    font-size: calc(28px * 0.7);
    padding-left: 0.6rem;
}.privacy-shelter-Thz h4 {
    padding-left: 0.5rem;
    font-size: calc(28px * 0.6);
}.privacy-shelter-Thz p, .privacy-shelter-Thz li, .privacy-shelter-Thz span {
    font-size: calc(18px * 0.95);
}.privacy-shelter-Thz ul {
    padding-left: 0.8rem;
}.privacy-shelter-Thz li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy-shelter-Thz {
    padding: 2rem 0;
}.privacy-shelter-Thz h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.privacy-shelter-Thz h2 {
    margin: 2rem 0 1rem;
}.privacy-shelter-Thz p, .privacy-shelter-Thz li, .privacy-shelter-Thz span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.privacy-shelter-Thz span {
    padding: 0.8rem;
}.privacy-shelter-Thz li::before {
    width: 6px;
    height: 6px;
}}.receive-updates-Tsa {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,203), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 4rem 0;
    z-index: 1;
}.receive-updates-Tsa::before {
    z-index: -1;
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(209,190,169,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,158,135,0.5) 0%, transparent 40%);
    transform: translateZ(0);
}.receive-updates-Tsa::after {
    width: 120%;
    filter: blur(15px);
    opacity: 0.1;
    height: 40px;
    transform: rotate(-1deg);
    bottom: -20px;
    position: absolute;
    background: rgb(209,190,169,0.5);
    content: "";
    left: -10%;
}.receive-updates-Tsa .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.receive-updates-Tsa .culture-block-ElR {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    padding: 3rem;
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
    border-radius: 27px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 2px rgba(255,255,255,0.1),
                0 -1px 2px rgba(0,0,0,0.05);
    -webkit-backdrop-filter: blur(8px);
}.receive-updates-Tsa .culture-block-ElR:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15), 
                0 1px 2px rgba(255,255,255,0.15),
                0 -1px 2px rgba(0,0,0,0.08);
}.receive-updates-Tsa h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
}.receive-updates-Tsa h3::after {
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left center;
    height: 3px;
    bottom: -12px;
    transition: width 0.3s ease-out;
    width: 60px;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(209,190,169,0.5));
}.receive-updates-Tsa .culture-block-ElR:hover h3::after {
    width: 80px;
}.receive-updates-Tsa .input_holder {
    display: flex;
    margin-top: 1.5rem;
    gap: 1rem;
    align-items: center;
    position: relative;
    flex-direction: row;
}.receive-updates-Tsa .input_holder div {
    position: relative;
    flex: 1;
    overflow: hidden;
}.receive-updates-Tsa input[type="email"] {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    width: 100%;
    color: #000000;
}.receive-updates-Tsa input[type="email"]:focus {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(209,190,169,0.5);
    transform: translateY(-2px);
}.receive-updates-Tsa input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0,0,0,0.35);
}.receive-updates-Tsa input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.receive-updates-Tsa .join-section-dMb {
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 600;
    border: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(209,190,169), rgb(179,158,135));
    transform: translateZ(0);
    font-size: 16px;
    padding: 1rem 1.8rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}.receive-updates-Tsa .join-section-dMb:hover {
    box-shadow: 0 6px 20px rgba(rgb(209,190,169,0.5), 0.3);
    transform: translateY(-3px);
}.receive-updates-Tsa .join-section-dMb:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(rgb(209,190,169,0.5), 0.2);
}.receive-updates-Tsa .join-section-dMb::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
}.receive-updates-Tsa .join-section-dMb:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.receive-updates-Tsa {
    padding: 3rem 0;
}.receive-updates-Tsa .culture-block-ElR {
    padding: 2.5rem;
}.receive-updates-Tsa h3 {
    max-width: 100%;
    font-size: 22px;
}
}

@media (max-width: 768px) {.receive-updates-Tsa .culture-block-ElR {
    padding: 2rem;
}.receive-updates-Tsa h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
}.receive-updates-Tsa .input_holder {
    gap: 1rem;
    flex-direction: column;
}.receive-updates-Tsa input[type="email"],
    .receive-updates-Tsa .join-section-dMb {
    width: 100%;
}.receive-updates-Tsa .join-section-dMb {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.receive-updates-Tsa {
    padding: 2.5rem 0;
}.receive-updates-Tsa .container {
    padding: 0 1rem;
}.receive-updates-Tsa .culture-block-ElR {
    padding: 1.5rem;
}.receive-updates-Tsa h3 {
    font-size: 20px;
}.receive-updates-Tsa h3::after {
    height: 2px;
    width: 40px;
}.receive-updates-Tsa input[type="email"] {
    padding: 0.9rem 1.2rem;
}.receive-updates-Tsa .join-section-dMb {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.receive-updates-Tsa .culture-block-ElR,
    .receive-updates-Tsa .join-section-dMb,
    .receive-updates-Tsa input[type="email"],
    .receive-updates-Tsa .join-section-dMb::before {
    transition: none;
}
}

@media (hover: none) {.receive-updates-Tsa .culture-block-ElR:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}.receive-updates-Tsa .join-section-dMb:hover {
    transform: none;
}}.data-exploration-rXh {
    overflow: hidden;
    position: relative;
    background: rgb(232,222,203);
    padding: 100px 0;
}.data-exploration-rXh::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(209,190,169,0.5) 0px,
        rgb(209,190,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: '';
}.data-exploration-rXh .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.data-exploration-rXh h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
    border-left: 6px solid rgb(209,190,169);
    text-align: left;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}.data-exploration-rXh h2::after {
    background: linear-gradient(90deg, rgb(209,190,169), transparent);
    content: '';
    height: 2px;
    bottom: -10px;
    position: absolute;
    width: 100%;
    left: 0;
}.data-exploration-rXh ul {
    position: relative;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    gap: 0;
    list-style: none;
}.data-exploration-rXh .top-statistics-PTW {
    flex-direction: column;
    justify-content: center;
    background: transparent;
    position: relative;
    flex: 1;
    align-items: flex-start;
    padding: 40px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    min-width: 200px;
    transition: all 0.4s ease;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.data-exploration-rXh .top-statistics-PTW:hover {
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: scale(1.05);
}.data-exploration-rXh .top-statistics-PTW::before {
    content: '';
    opacity: 0;
    background: rgb(209,190,169);
    position: absolute;
    left: 20px;
    transition: all 0.3s ease;
    width: 10px;
    top: 20px;
    height: 10px;
    border-radius: 50%;
}.data-exploration-rXh .top-statistics-PTW:hover::before {
    opacity: 1;
}.data-exploration-rXh .top-statistics-PTW p {
    margin: 0 0 20px;
    font-size: 60px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    color: rgb(209,190,169);
    line-height: 1;
}.data-exploration-rXh .top-statistics-PTW:hover p {
    transform: translateY(-10px);
}.data-exploration-rXh .top-statistics-PTW span {
    color: #000000;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}.data-exploration-rXh .top-statistics-PTW:hover span {
    font-weight: 600;
    color: #000000;
}.data-exploration-rXh .top-statistics-PTW:nth-child(2n) p {
    color: rgb(179,158,135);
}.data-exploration-rXh .top-statistics-PTW:nth-child(3n) p {
    color: #000000;
}.data-exploration-rXh .top-statistics-PTW:nth-child(4n) p {
    color: rgb(209,190,169);
}.data-exploration-rXh svg {
    top: 20px;
    fill: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 50px;
    transition: all 0.4s ease;
    right: 20px;
    opacity: 0.05;
    height: 50px;
}.data-exploration-rXh svg path {
    fill: rgba(0, 0, 0, 0.5);
}.data-exploration-rXh .top-statistics-PTW:hover svg {
    transform: translateY(-10px);
    opacity: 0.2;
}.data-exploration-rXh::after {
    height: 300px;
    right: 0;
    opacity: 0.2;
    z-index: 0;
    width: 300px;
    bottom: 0;
    content: '';
    background: radial-gradient(circle, rgb(179,158,135,0.5) 0%, transparent 70%);
    animation: pulse 10s infinite alternate;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.data-exploration-rXh ul {
    flex-wrap: wrap;
}.data-exploration-rXh .top-statistics-PTW {
    flex-basis: 50%;
    min-width: 50%;
}.data-exploration-rXh .top-statistics-PTW p {
    font-size: 50px;
}
}

@media (max-width: 767px) {.data-exploration-rXh {
    padding: 60px 0;
}.data-exploration-rXh h2 {
    padding-left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 4px solid rgb(209,190,169);
    display: block;
    padding-bottom: 15px;
    margin-left: 0;
    border-left: none;
}.data-exploration-rXh h2::after {
    display: none;
}.data-exploration-rXh ul {
    display: block;
}.data-exploration-rXh .top-statistics-PTW {
    align-items: center;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    min-width: 100%;
    flex-basis: 100%;
}.data-exploration-rXh .top-statistics-PTW::before {
    transform: translateX(-50%);
    left: 50%;
}.data-exploration-rXh .top-statistics-PTW p {
    font-size: 40px;
}.data-exploration-rXh svg {
    top: auto;
    height: 30px;
    transform: translateX(50%);
    width: 30px;
    bottom: 15px;
    right: 50%;
}.data-exploration-rXh .top-statistics-PTW:hover svg {
    transform: translateX(50%) translateY(-5px);
}}

.data-exploration-rXh .container::before {
    z-index: -1;
    position: absolute;
    border: 2px dashed rgb(209,190,169,0.5);
    animation: rotation 40s linear infinite;
    content: '';
    left: -100px;
    top: -100px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    opacity: 0.1;
}@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.data-exploration-rXh .top-statistics-PTW::after {
    content: '';
    position: absolute;
    border-color: transparent transparent rgb(209,190,169,0.5) transparent;
    transition: opacity 0.3s ease;
    border-width: 0 0 50px 50px;
    opacity: 0;
    border-style: solid;
    bottom: 0;
    height: 0;
    right: 0;
    width: 0;
}.data-exploration-rXh .top-statistics-PTW:hover::after {
    opacity: 0.1;
}.data-exploration-rXh .top-statistics-PTW:nth-child(2n)::after {
    border-color: transparent transparent rgb(179,158,135,0.5) transparent;
}.data-exploration-rXh .top-statistics-PTW:nth-child(3n)::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

@media (min-width: 768px) and (max-width: 991px) {.data-exploration-rXh .top-statistics-PTW {
    padding: 30px 20px;
}.data-exploration-rXh .top-statistics-PTW p {
    font-size: 45px;
}
}

@media (min-width: 992px) {.data-exploration-rXh ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.data-exploration-rXh .top-statistics-PTW {
    height: 200px;
}}

.data-exploration-rXh .top-statistics-PTW p::after {
    opacity: 0.3;
    position: absolute;
    left: 0;
    width: 40px;
    content: '';
    bottom: -10px;
    transition: width 0.3s ease;
    height: 3px;
    background: currentColor;
}.data-exploration-rXh .top-statistics-PTW:hover p::after {
    width: 60px;
}

@media (max-width: 767px) {.data-exploration-rXh .top-statistics-PTW p::after {
    left: 50%;
    transform: translateX(-50%);
}}.ty-message-Ztw {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgb(209,190,169,0.5) 100%);
    position: relative;
}.ty-message-Ztw::before {
    top: -10%;
    right: -5%;
    width: 45%;
    position: absolute;
    content: "";
    opacity: 0.05;
    z-index: 1;
    background: linear-gradient(210deg, rgb(179,158,135) 0%, rgb(209,190,169) 100%);
    height: 70%;
    transform: rotate(15deg) skewX(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
}.ty-message-Ztw::after {
    bottom: -10%;
    opacity: 0.07;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    content: "";
    width: 35%;
    left: -5%;
    background: linear-gradient(45deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
    height: 60%;
    z-index: 1;
    position: absolute;
    transform: rotate(-10deg) skewX(15deg);
}.ty-message-Ztw .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.ty-message-Ztw .culture-block-ElR {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
    gap: 2.5rem;
    transform-style: preserve-3d;
}.ty-message-Ztw .culture-block-ElR > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.ty-message-Ztw .culture-block-ElR > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.ty-message-Ztw .culture-block-ElR > div:first-child::before {
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.ty-message-Ztw .culture-block-ElR > div:last-child {
    transform: translateZ(10px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
}.ty-message-Ztw .culture-block-ElR > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.ty-message-Ztw h5 {
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    margin: 0;
    font-weight: 700;
}.ty-message-Ztw h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(209,190,169), transparent);
    margin-top: 1rem;
    width: 70px;
    height: 3px;
    display: block;
}.ty-message-Ztw a {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.ty-message-Ztw a:hover {
    transform: translateX(5px);
}.ty-message-Ztw p {
    position: relative;
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}.ty-message-Ztw p::first-line {
    font-weight: 600;
    color: rgb(209,190,169);
}

@media (min-width: 768px) {.ty-message-Ztw {
    padding: 8rem 0;
}.ty-message-Ztw .culture-block-ElR {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.ty-message-Ztw .culture-block-ElR > div:first-child {
    padding: 4rem;
}.ty-message-Ztw .culture-block-ElR > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.ty-message-Ztw h5 {
    font-size: calc(24px * 1.2);
}.ty-message-Ztw p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.ty-message-Ztw .culture-block-ElR {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.ty-message-Ztw .culture-block-ElR > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.ty-message-Ztw .culture-block-ElR > div:first-child::after {
    background: rgb(179,158,135);
    position: absolute;
    content: "";
    transform: rotate(15deg);
    top: 2rem;
    width: 3px;
    right: -1.5rem;
    height: 40px;
}.ty-message-Ztw .culture-block-ElR > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.ty-message-Ztw h5 {
    font-size: calc(24px * 1.3);
}.ty-message-Ztw h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.ty-message-Ztw {
    padding: 4rem 0;
}.ty-message-Ztw .culture-block-ElR > div:first-child,
    .ty-message-Ztw .culture-block-ElR > div:last-child {
    padding: 2rem;
}.ty-message-Ztw h5 {
    font-size: 24px;
}.ty-message-Ztw p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.ty-message-Ztw .culture-block-ElR > div:first-child:hover::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
}.ty-message-Ztw .culture-block-ElR > div:last-child:hover::after {
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    content: "";
    position: absolute;
    inset: 0;
}}.course-demographic-VCf {
    background: linear-gradient(45deg, rgb(232,222,203) 0%, rgb(179,158,135,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.course-demographic-VCf::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(209,190,169,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(179,158,135,0.5) 0%, transparent 50%);
    left: 0;
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.5;
}.course-demographic-VCf::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(209,190,169,0.5) 0,
            rgb(209,190,169,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(179,158,135,0.5) 0,
            rgb(179,158,135,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.1;
}.course-demographic-VCf .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.course-demographic-VCf .culture-block-ElR {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    transform: translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.course-demographic-VCf .culture-block-ElR:hover {
    transform: translateY(-10px);
}.course-demographic-VCf h4 {
    background: linear-gradient(120deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
    text-align: center;
    font-weight: 700;
    padding: 35px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    position: relative;
    font-size: 34px;
    margin: 0;
}.course-demographic-VCf h4::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    opacity: 0.5;
}.course-demographic-VCf div {
    padding: 40px;
    background: #ffffff;
}.course-demographic-VCf div p {
    color: #000000;
    font-weight: 400;
    padding: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 17px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}.course-demographic-VCf div p:last-child {
    margin-bottom: 0;
}.course-demographic-VCf div p::before {
    background: linear-gradient(180deg, rgb(209,190,169), rgb(179,158,135));
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 4px;
}.course-demographic-VCf div p::after {
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(209,190,169), 0.05) 0%, 
        rgba(rgb(179,158,135), 0.05) 100%
    );
    z-index: -1;
}.course-demographic-VCf div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.course-demographic-VCf div p:hover::before {
    width: 8px;
}.course-demographic-VCf div p:hover::after {
    opacity: 1;
}.course-demographic-VCf div p svg {
    width: 28px;
    transition: all 0.3s ease;
    min-width: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    margin-right: 18px;
    height: 28px;
}.course-demographic-VCf div p:hover svg {
    transform: scale(1.15);
}.course-demographic-VCf div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}.course-demographic-VCf div p:hover svg path {
    fill: rgb(179,158,135);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.course-demographic-VCf {
    padding: 80px 0;
}.course-demographic-VCf h4 {
    padding: 30px 25px;
    font-size: calc(34px - 2px);
}.course-demographic-VCf div {
    padding: 30px;
}.course-demographic-VCf div p {
    padding: 15px;
    margin-bottom: 15px;
}.course-demographic-VCf div p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.course-demographic-VCf {
    padding: 60px 0;
}.course-demographic-VCf h4 {
    padding: 25px 20px;
    font-size: calc(34px - 4px);
}.course-demographic-VCf div {
    padding: 25px 20px;
}.course-demographic-VCf div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.course-demographic-VCf div p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
}
}

@media (max-width: 479px) {.course-demographic-VCf {
    padding: 40px 0;
}.course-demographic-VCf h4 {
    font-size: calc(34px - 6px);
    padding: 20px 15px;
}.course-demographic-VCf div {
    padding: 20px 15px;
}.course-demographic-VCf div p {
    font-size: calc(17px - 1px);
    padding: 10px 12px;
    margin-bottom: 10px;
}.course-demographic-VCf div p svg {
    margin-right: 10px;
    height: 18px;
    min-width: 18px;
    width: 18px;
}}.program-information-YOl {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.program-information-YOl::before {
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgb(209,190,169,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
}.program-information-YOl::after {
    width: 200px;
    height: 200px;
    top: -50px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    animation: pulse 8s infinite alternate;
    right: -50px;
    background: radial-gradient(circle, rgb(179,158,135,0.5) 0%, transparent 70%);
    content: "";
}.program-information-YOl .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.program-information-YOl .culture-block-ElR {
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 11px;
    border: 1px solid rgb(209,190,169,0.5);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
    align-items: center;
}.program-information-YOl .culture-block-ElR::before {
    left: -100%;
    height: 100%;
    content: "";
    animation: shine 5s infinite;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    position: absolute;
}.program-information-YOl .study-hack-Rbi {
    position: relative;
    flex: 1;
    padding-right: 20px;
}.program-information-YOl .study-hack-Rbi::before {
    z-index: -1;
    top: -30px;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(209,190,169,0.5);
    height: 60px;
    left: -30px;
    width: 60px;
    animation: rotate 25s linear infinite;
}.program-information-YOl .study-hack-Rbi::after {
    width: 40px;
    height: 40px;
    z-index: -1;
    right: 50px;
    border-radius: 10px;
    content: "";
    border: 1px solid rgb(179,158,135,0.5);
    position: absolute;
    animation: float 8s ease-in-out infinite;
    bottom: -20px;
}.program-information-YOl .head-guide-tbF {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 180px;
    transform: translateZ(0);
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, rgb(232,222,203) 100%);
    border-radius: 10px;
    position: relative;
    padding: 10px 15px;
}.program-information-YOl .head-guide-tbF:hover {
    transform: translateY(-5px) translateZ(0);
}.program-information-YOl .head-guide-tbF svg {
    height: 40px;
    max-width: 100%;
    fill: rgb(209,190,169);
    max-height: 100%;
    transition: fill 0.3s ease;
    width: 40px;
}.program-information-YOl .head-guide-tbF svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}.program-information-YOl .head-guide-tbF:hover svg,
.program-information-YOl .head-guide-tbF:hover svg path {
    fill: rgb(179,158,135);
}.program-information-YOl h3 {
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: rgb(209,190,169);
    font-size: 38px;
}.program-information-YOl h3::after {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
}.program-information-YOl p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
}.program-information-YOl .photo-grid-LJM {
    overflow: hidden;
    flex: 1;
    border-radius: 11px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    min-height: 400px;
}.program-information-YOl .photo-grid-LJM::before {
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
}.program-information-YOl .photo-grid-LJM::after {
    animation: shine-effect 6s infinite;
    height: 200%;
    width: 200%;
    top: -50%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
    transform: rotate(25deg);
    z-index: 3;
    content: "";
    position: absolute;
}.program-information-YOl .culture-block-ElR:hover .photo-grid-LJM {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.program-information-YOl {
    padding: 60px 0;
}.program-information-YOl .culture-block-ElR {
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}.program-information-YOl .study-hack-Rbi {
    width: 100%;
    padding-right: 0;
}.program-information-YOl .photo-grid-LJM {
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
}.program-information-YOl h3 {
    font-size: calc(38px - 4px);
}
}

@media screen and (max-width: 767px) {.program-information-YOl {
    padding: 50px 0;
}.program-information-YOl .culture-block-ElR {
    padding: 25px;
}.program-information-YOl .head-guide-tbF {
    height: 50px;
    max-width: 150px;
}.program-information-YOl h3 {
    font-size: calc(38px - 6px);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.program-information-YOl h3::after {
    height: 2px;
    width: 60px;
}.program-information-YOl p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.program-information-YOl .photo-grid-LJM {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.program-information-YOl {
    padding: 40px 0;
}.program-information-YOl .culture-block-ElR {
    padding: 20px;
    gap: 20px;
}.program-information-YOl .head-guide-tbF {
    max-width: 120px;
    margin-bottom: 15px;
    height: 40px;
}.program-information-YOl h3 {
    font-size: calc(38px - 8px);
}.program-information-YOl .photo-grid-LJM {
    min-height: 250px;
}}header {
    padding: 0;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    position: relative;
    background: rgb(232,222,203);
}header::before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(209,190,169), 0.03) 25%, 
        rgba(rgb(209,190,169), 0.05) 50%,
        rgba(rgb(209,190,169), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}header .main-nav-Anm {
    position: relative;
    align-items: center;
    z-index: 2;
    display: flex;
    padding: 1.2rem 2rem;
    justify-content: space-between;
}header .head-guide-tbF {
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    max-width: 180px;
}header .nav-pagebar-voZ {
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}header .nav-pagebar-voZ:hover {
    transform: translateY(-3px);
}header .nav-pagebar-voZ img {
    filter: brightness(1.03);
    display: block;
    max-width: 100%;
    height: auto;
}header .nav-pagebar-voZ::before {
    transform: scaleX(0.7);
    position: absolute;
    background: rgb(209,190,169);
    bottom: -15px;
    content: '';
    width: 100%;
    height: 10px;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
}header .nav-pagebar-voZ:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .main-start-EjM {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}header .main-start-EjM::after {
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(209,190,169,0.5), 
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
}header .site-start-xrL {
    margin: 0;
    position: relative;
}header .site-start-xrL a {
    overflow: hidden;
    color: #000000;
    padding: 1rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}header .site-start-xrL a::before {
    background: rgb(209,190,169);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateX(-100%);
    height: 3px;
    content: '';
    transition: transform 0.3s ease;
    left: 0;
}header .site-start-xrL a:hover {
    color: rgb(209,190,169);
}header .site-start-xrL a:hover::before {
    transform: translateX(0);
}header .site-start-xrL a::after {
    transition: all 0.3s ease;
    transform: scale(0.8);
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 0;
    background: rgb(209,190,169,0.5);
    width: 100%;
    content: '';
    left: 0;
}header .site-start-xrL a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .main-nav-Anm::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    width: 30%;
    top: 0;
    content: '';
    background: linear-gradient(-90deg, rgb(232,222,203), transparent);
}header .main-nav-Anm::after {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(232,222,203), transparent);
    z-index: -1;
    content: '';
    top: 0;
    width: 30%;
}header .main-tutor-DcM {
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
    position: relative;
}

@media (min-width: 1400px) {header .main-nav-Anm {
    margin: 0 auto;
    max-width: 1300px;
}header .site-start-xrL a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main-nav-Anm {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
}header .head-guide-tbF {
    margin-bottom: 0;
    margin-right: 0;
}header .main-start-EjM {
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 0;
    padding-top: 1rem;
}header .site-start-xrL {
    margin-bottom: 0.5rem;
}header .site-start-xrL a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main-nav-Anm {
    padding: 1rem 1.5rem;
}header .head-guide-tbF {
    flex: 0 0 auto;
    max-width: 150px;
}header .main-start-EjM {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .main-start-EjM::-webkit-scrollbar {
    height: 3px;
}header .main-start-EjM::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(209,190,169,0.5);
}header .site-start-xrL {
    flex: 0 0 auto;
}header .site-start-xrL a {
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
}header .main-start-EjM::after {
    bottom: 0;
}header .nav-pagebar-voZ::before {
    display: none;
}}.trackingSettingsBox-tGd {
    padding: 20px 0;
    bottom: 0;
    border-top: 2px solid rgb(209,190,169);
    transition: all 0.3s ease-in-out;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(179,158,135);
    position: fixed;
    width: 100%;
}.cookies-tech-etc {
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
}.trackingSettingsBox-tGd h5 {
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 22px;
}.trackingSettingsBox-tGd p {
    max-width: 500px;
    color: #ffffff;
    font-size: 16px;
}.cookie-menu-GFx {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-menu-GFx svg, .cookie-menu-GFx svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(209,190,169);
    width: 80px;
    height: 80px;
}.cookie-menu-GFx:hover svg {
    transform: rotate(10deg);
}.cookie-gate-nXw {
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: rgb(209,190,169,0.5) 0px 4px 10px 0px;
    background: rgb(209,190,169);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
    border-radius: 11px;
}.cookie_button.cookie-screen-UcK {
    background: rgb(209,190,169);
}.cookie_button.data-consent-GAM {
    background: rgb(179,158,135);
}.cookie-gate-nXw:hover {
    transform: scale(1.05);
    box-shadow: rgb(209,190,169,0.5) 0px 6px 15px 0px;
}.trackingSettingsBox-tGd p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(209,190,169);
    font-weight: 600;
}.trackingSettingsBox-tGd p a:hover {
    color: rgb(179,158,135);
}.panel-container-hcz .trackingSettingsBox-tGd {
    padding: 40px 0;
    background: rgb(179,158,135);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
}.panel-container-hcz .cookie-gate-nXw {
    color: #ffffff;
    padding: 10px;
    background: rgb(209,190,169);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    border-radius: 10px;
    border: none;
}.panel-container-hcz .privacy-ctrl-Jep h5, .panel-container-hcz .privacy-ctrl-Jep p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.trackingSettingsBox-tGd {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-menu-GFx {
    display: none;
}.cookies-tech-etc {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.trackingSettingsBox-tGd h5 {
    text-align: center;
}.trackingSettingsBox-tGd p {
    text-align: center;
}.privacy-ctrl-Jep {
    text-align: center;
    margin-bottom: 20px;
}.cookie-gate-nXw {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
}}
#cookieUsageWindow-gPo {
    display: none;
}#cookieUsageWindow-gPo:checked ~ .trackingSettingsBox-tGd {
    opacity: 0;
    visibility: hidden;
}.title-page-NbC {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    position: relative;
}.title-page-NbC .edu-online-cEV {
    height: 100vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}.title-page-NbC .edu-online-cEV::before {
    left: 0;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    z-index: 1;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
}.title-page-NbC .success-metric-ZqA {
    padding: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    z-index: 2;
    transform: translateY(-20px);
    background: rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.8s ease-out forwards;
    width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    grid-gap: 2.5rem;
    display: grid;
    max-width: 1200px;
    backdrop-filter: blur(10px);
}.title-page-NbC .success-metric-ZqA::before {
    top: -5px;
    background: rgb(179,158,135);
    left: 0;
    height: 5px;
    content: '';
    width: 50%;
    animation: expandWidth 1.2s ease-out forwards 0.2s;
    position: absolute;
}.title-page-NbC .success-metric-ZqA::after {
    animation: expandWidth 1.2s ease-out forwards 0.4s;
    right: 0;
    bottom: -5px;
    position: absolute;
    height: 5px;
    width: 50%;
    background: rgb(209,190,169);
    content: '';
}.title-page-NbC .success-metric-ZqA > div {
    opacity: 0;
    transform: translateY(20px);
}.title-page-NbC .success-metric-ZqA > div:first-child {
    animation: slideUp 0.6s ease-out forwards 0.5s;
}.title-page-NbC .success-metric-ZqA > div:last-child {
    animation: slideUp 0.6s ease-out forwards 0.8s;
}.title-page-NbC .title_style_header {
    line-height: 1.2;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: calc(40px * 1.1);
    font-weight: 700;
    margin: 0 0 1rem 0;
}.title-page-NbC .title_style_header::after {
    left: 0;
    height: 3px;
    position: absolute;
    width: 0;
    content: '';
    background: rgb(179,158,135);
    bottom: -10px;
    animation: expandWidth 1s ease-out forwards 1.2s;
}.title-page-NbC h3 {
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    position: relative;
    color: #ffffff;
    font-size: calc(20px * 1.05);
    line-height: 1.5;
    padding-left: 1rem;
}.title-page-NbC h3::before {
    opacity: 0.7;
    top: 0;
    background: rgb(179,158,135);
    height: 100%;
    content: '';
    width: 3px;
    position: absolute;
    left: 0;
}.title-page-NbC p {
    font-size: calc(14px * 1.1);
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding-left: 1rem;
}.title-page-NbC p::before {
    height: 3px;
    background: rgb(179,158,135);
    content: '';
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 7px;
    opacity: 0.7;
    left: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {.title-page-NbC .success-metric-ZqA {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.title-page-NbC .title_style_header {
    font-size: calc(40px * 1.3);
}.title-page-NbC h3 {
    font-size: calc(20px * 1.1);
}.title-page-NbC p {
    font-size: calc(14px * 1.2);
}
}

@media screen and (min-width: 992px) {.title-page-NbC .success-metric-ZqA {
    transform: translateY(-30px);
}.title-page-NbC .title_style_header {
    font-size: calc(40px * 1.5);
}.title-page-NbC h3 {
    font-size: calc(20px * 1.15);
}.title-page-NbC .success-metric-ZqA > div:first-child {
    padding-right: 2rem;
}.title-page-NbC .success-metric-ZqA > div:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 2rem;
}
}

@media screen and (max-width: 767px) {.title-page-NbC .edu-online-cEV {
    height: auto;
    min-height: 100vh;
    padding: 3rem 0;
}.title-page-NbC .success-metric-ZqA {
    width: 90%;
    padding: 2rem;
}.title-page-NbC .title_style_header {
    font-size: calc(40px * 1);
}.title-page-NbC h3 {
    font-size: 20px;
}.title-page-NbC p {
    font-size: 14px;
}
}

@media screen and (max-width: 480px) {.title-page-NbC .edu-online-cEV {
    padding: 2rem 0;
}.title-page-NbC .success-metric-ZqA {
    grid-gap: 1.5rem;
    padding: 1.5rem;
    width: 95%;
}.title-page-NbC .title_style_header {
    font-size: calc(40px * 0.9);
}.title-page-NbC h3 {
    font-size: calc(20px * 0.95);
    padding-left: 0.75rem;
}.title-page-NbC p {
    font-size: calc(14px * 0.95);
    padding-left: 0.75rem;
}}.teach-supp-jNO {
    background-attachment: fixed;
    color: #ffffff;
    padding: 6rem 0 3rem;
    z-index: 1;
    position: relative;
}.teach-supp-jNO::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(209,190,169,0.5) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
}.teach-supp-jNO::after {
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    pointer-events: none;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.teach-supp-jNO .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.teach-supp-jNO .company_holder {
    margin-bottom: 3rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    position: relative;
}.teach-supp-jNO .company_holder::before,
.teach-supp-jNO .company_holder::after {
    width: 20%;
    animation: slide 3s infinite alternate;
    bottom: -1px;
    content: "";
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(179,158,135), transparent);
}.teach-supp-jNO .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.teach-supp-jNO .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.teach-supp-jNO .company_holder h3 {
    font-size: calc(32px * 1.3);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}.teach-supp-jNO .company_holder h3::after {
    content: "";
    position: absolute;
    background: rgb(179,158,135);
    height: 3px;
    bottom: -10px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.teach-supp-jNO .volunteer-sDO {
    opacity: 0.8;
    line-height: 1.7;
    max-width: 600px;
    color: #ffffff;
    margin: 1.5rem auto 0;
    font-size: 17px;
}.teach-supp-jNO .template-cta-JKN {
    justify-content: center;
    display: flex;
}.teach-supp-jNO .site-top-UWG {
    gap: 6rem;
    position: relative;
    display: flex;
}.teach-supp-jNO .site-top-UWG::before {
    width: 1px;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    position: absolute;
    background: rgb(209,190,169);
}.teach-supp-jNO .main-start-EjM {
    position: relative;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}.teach-supp-jNO .main-start-EjM:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(209,190,169,0.5), 0.1);
    transform: translateY(-5px);
}.teach-supp-jNO .main-start-EjM h5 {
    color: rgb(179,158,135);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 1.5rem;
}.teach-supp-jNO .main-start-EjM .site-top-UWG {
    flex-direction: column;
    position: static;
    gap: 0.8rem;
    display: flex;
}.teach-supp-jNO .main-start-EjM .site-top-UWG a {
    opacity: 0.75;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-align: center;
    text-decoration: none;
    padding: 0.4rem 0;
    position: relative;
    color: #ffffff;
    font-size: 17px;
}.teach-supp-jNO .main-start-EjM .site-top-UWG a::before {
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgb(209,190,169), transparent);
    height: 1px;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    bottom: 0;
    transform: scaleX(0);
}.teach-supp-jNO .main-start-EjM .site-top-UWG a:hover {
    opacity: 1;
    color: rgb(179,158,135);
}.teach-supp-jNO .main-start-EjM .site-top-UWG a:hover::before {
    transform: scaleX(1);
}.fund-cta-sCP {
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}.fund-cta-sCP::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.3;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(209,190,169,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(209,190,169,0.5), 0.05) 50%, rgba(rgb(209,190,169,0.5), 0.05) 75%, transparent 75%, transparent);
    top: 0;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.fund-cta-sCP .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.fund-cta-sCP .recycle-info-cAd {
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    position: relative;
    opacity: 0.8;
}.fund-cta-sCP .recycle-info-cAd::before,
.fund-cta-sCP .recycle-info-cAd::after {
    margin: 0 0.6rem;
    color: rgb(209,190,169);
    content: "•";
}

@media screen and (max-width: 992px) {.teach-supp-jNO {
    padding: 4rem 0 2rem;
}.teach-supp-jNO .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.teach-supp-jNO .company_holder h3 {
    font-size: 32px;
}.teach-supp-jNO .site-top-UWG {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.teach-supp-jNO .template-cta-JKN {
    align-items: center;
    flex-direction: column;
}.teach-supp-jNO .site-top-UWG {
    max-width: 450px;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
}.teach-supp-jNO .main-start-EjM {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.teach-supp-jNO {
    padding: 3rem 0 1.5rem;
}.teach-supp-jNO .company_holder h3 {
    font-size: calc(32px * 0.9);
}.teach-supp-jNO .volunteer-sDO {
    font-size: calc(17px * 0.9);
}.teach-supp-jNO .main-start-EjM {
    padding: 1rem;
}.teach-supp-jNO .main-start-EjM h5 {
    font-size: calc(16px * 0.9);
}.fund-cta-sCP {
    margin-top: 2rem;
    padding: 1rem 0;
}.fund-cta-sCP .recycle-info-cAd {
    font-size: calc(12px * 0.9);
}.fund-cta-sCP .recycle-info-cAd::before,
    .fund-cta-sCP .recycle-info-cAd::after {
    display: none;
}
}