﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1253px;
    max-width: 100%;
}.first-section {
    flex: 1 0 auto;
}.math-tools {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-padding {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.math-tools {
    padding: 5rem 0 3rem;
    position: relative;
    color: #ffffff;
    z-index: 1;
    background-position: center center;
}.math-tools::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}.math-tools::after {
    height: 100%;
    left: 0;
    opacity: 0.5;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}.math-tools .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.math-tools .container::before {
    width: 100%;
    top: -80px;
    content: "";
    left: 0;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    position: absolute;
    background: linear-gradient(0deg, rgb(178,158,136) 0%, transparent 100%);
    opacity: 0.3;
    height: 80px;
}.math-tools .company_holder {
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border: 1px solid rgba(rgb(178,158,136), 0.3);
    background: rgba(0, 0, 0, 0.4);
}.math-tools .company_holder::before {
    top: -5px;
    filter: blur(5px);
    content: "";
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    z-index: -1;
    height: calc(100% + 10px);
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(178,158,136), transparent 70%);
    width: calc(100% + 10px);
    left: -5px;
}.math-tools .company_holder h3 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(178,158,136), 0 0 20px rgb(178,158,136), 0 0 30px rgb(178,158,136);
    font-weight: 700;
    display: inline-block;
}.math-tools .company_holder h3::before {
    color: rgb(178,158,136);
    top: 2px;
    filter: blur(1px);
    left: 2px;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    content: attr(data-text);
}.math-tools .webinar-cta {
    font-size: 14px;
    border-left: 2px solid rgb(178,158,136);
    opacity: 0.8;
    padding-left: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
    color: #ffffff;
}.math-tools .digital-res {
    position: relative;
    display: flex;
    justify-content: space-between;
}.math-tools .digital-res::before {
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    top: -20px;
    width: 100%;
    position: absolute;
}.math-tools .header-wrap {
    gap: 2rem;
    justify-content: space-between;
    display: flex;
    width: 100%;
}.math-tools .top-bar {
    transition: all 0.3s ease;
    padding: 1.5rem;
    position: relative;
    border-left: 2px solid rgb(178,158,136);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgb(178,158,136);
    flex: 1;
}.math-tools .top-bar:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(178,158,136,0.5), 0.1);
    transform: translateY(-5px);
}.math-tools .top-bar h5 {
    letter-spacing: 2px;
    font-weight: 600;
    color: rgb(143,122,107);
    font-size: 18px;
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}.math-tools .top-bar h5::after {
    bottom: -8px;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(178,158,136);
    content: "";
    box-shadow: 0 0 10px rgb(178,158,136);
    left: 0;
}.math-tools .top-bar .header-wrap {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.math-tools .top-bar .header-wrap a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    transition: all 0.3s ease;
}.math-tools .top-bar .header-wrap a::before {
    color: rgb(178,158,136);
    left: 0;
    content: "//";
    transition: all 0.3s ease;
    position: absolute;
    font-size: 0.8em;
}.math-tools .top-bar .header-wrap a:hover {
    opacity: 1;
    color: rgb(178,158,136);
    text-shadow: 0 0 5px rgb(178,158,136);
}.math-tools .top-bar .header-wrap a:hover::before {
    color: rgb(143,122,107);
}.study-bottom {
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 3rem;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}.study-bottom::before {
    position: absolute;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    height: 1px;
    content: "";
    top: 0;
}.study-bottom .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.study-bottom .flag-content {
    text-align: center;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
}.study-bottom .flag-content::before,
.study-bottom .flag-content::after {
    color: rgb(178,158,136);
    margin: 0 10px;
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(178,158,136), 0 0 20px rgb(178,158,136);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.math-tools .digital-res {
    flex-direction: column;
}.math-tools .header-wrap {
    flex-direction: column;
}.math-tools .top-bar {
    margin-bottom: 1rem;
    width: 100%;
}.study-bottom {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.math-tools {
    padding: 4rem 0 2rem;
}.math-tools .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.math-tools .company_holder h3 {
    font-size: 32px;
}.math-tools .top-bar h5 {
    font-size: calc(18px * 0.9);
}.study-bottom {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.math-tools {
    padding: 3rem 0 2rem;
}.math-tools .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.math-tools .company_holder h3 {
    font-size: calc(32px * 0.85);
    letter-spacing: 1px;
}.math-tools .webinar-cta {
    font-size: calc(14px * 0.9);
}.math-tools .top-bar {
    padding: 1rem;
}.math-tools .top-bar .header-wrap a {
    font-size: calc(14px * 0.9);
}.study-bottom {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.study-bottom .flag-content::before,
    .study-bottom .flag-content::after {
    display: none;
}}.trackingNoticeDialog {
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(143,122,107);
    background: rgb(143,122,107);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    width: 100%;
    z-index: 90;
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.cookie-notice {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
    display: flex;
}.trackingNoticeDialog h5 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}.trackingNoticeDialog p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.data-accept {
    justify-content: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(178,158,136));
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}.data-accept svg {
    fill: rgb(178,158,136);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.data-accept:hover svg {
    transform: scale(1.1);
}.learn-consent {
    border-radius: 27px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    color: #000000;
    box-shadow: 0 0 15px rgb(178,158,136);
    line-height: 40px;
    flex-shrink: 0;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107));
    cursor: pointer;
    min-width: 140px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}.learn-consent:hover {
    box-shadow: 0 0 20px rgb(143,122,107);
}.cookie_button.cookie-hide:hover {
    box-shadow: 0 0 15px rgb(143,122,107);
}.trackingNoticeDialog p a {
    transition: color 0.3s ease;
    color: rgb(178,158,136);
    text-decoration: none;
}.trackingNoticeDialog p a:hover {
    color: rgb(143,122,107);
}#privacyAlertPopup {
    display: none;
}#privacyAlertPopup:checked ~ .trackingNoticeDialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingNoticeDialog {
    padding: 15px 0;
}.cookie-notice {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-accept {
    display: none;
}.cookie-notice {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.trackingNoticeDialog h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.track-manage {
    margin-bottom: 15px;
}.learn-consent {
    min-width: 100%;
    margin: 10px 0;
}}
.future-attendees {
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    background-color: rgb(213,193,166);
    overflow: hidden;
}.future-attendees::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
}.future-attendees::after {
    z-index: -1;
    animation: cloudMove 25s infinite alternate ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(178,158,136,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(143,122,107,0.5), 0.1) 0%, transparent 40%);
    top: 0;
    content: "";
}.future-attendees .learn-studio {
    padding: 0 2rem;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1100px;
    position: relative;
    align-items: center;
    display: flex;
}.future-attendees h3 {
    margin-bottom: 4rem;
    opacity: 0.9;
    letter-spacing: 1px;
    position: relative;
    color: rgb(178,158,136);
    font-size: 48px;
    text-align: center;
    font-weight: 600;
}.future-attendees h3::after {
    content: "";
    transform: translateX(-50%);
    background: rgb(178,158,136);
    left: 50%;
    bottom: -15px;
    height: 2px;
    width: 50px;
    opacity: 0.6;
    position: absolute;
}.future-attendees ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
}.future-attendees li {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: flex;
    background: rgba(#ffffff, 0.08);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    padding: 2rem;
    align-items: center;
    border: 1px solid rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
}.future-attendees li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
}.future-attendees li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
    border-color: rgba(rgb(178,158,136,0.5), 0.2);
}.future-attendees li:hover::after {
    height: 4px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(178,158,136) 0%,
        rgb(143,122,107) 100%
    );
    bottom: 0;
}.future-attendees li svg {
    opacity: 0.9;
    height: 50px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    fill: rgb(143,122,107);
    width: 50px;
}.future-attendees li svg path {
    transition: fill 0.5s ease;
    fill: rgb(143,122,107);
}.future-attendees li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.future-attendees li:hover svg path {
    fill: rgb(178,158,136);
}.future-attendees li {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.future-attendees ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.future-attendees {
    padding: 5rem 0;
}.future-attendees h3 {
    font-size: calc(48px * 0.9);
    margin-bottom: 3.5rem;
}
}

@media (max-width: 768px) {.future-attendees {
    padding: 4rem 0;
}.future-attendees .learn-studio {
    padding: 0 1.5rem;
}.future-attendees h3 {
    font-size: calc(48px * 0.8);
    margin-bottom: 3rem;
}.future-attendees ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future-attendees li {
    padding: 1.5rem;
}.future-attendees li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.future-attendees {
    padding: 3rem 0;
}.future-attendees .learn-studio {
    padding: 0 1rem;
}.future-attendees h3 {
    margin-bottom: 2.5rem;
    font-size: calc(48px * 0.7);
}.future-attendees li {
    padding: 1.25rem;
}.future-attendees li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}.mentorship-profile {
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: rgb(213,193,166);
}.mentorship-profile::before {
    left: 0;
    filter: blur(60px);
    z-index: 1;
    height: 100%;
    position: absolute;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(143,122,107,0.5) 0deg,
        rgb(178,158,136,0.5) 90deg,
        rgb(213,193,166) 180deg,
        rgb(178,158,136,0.5) 270deg,
        rgb(143,122,107,0.5) 360deg
    );
    top: 0;
    content: "";
    opacity: 0.4;
    width: 100%;
}.mentorship-profile .student-voices {
    z-index: 2;
    gap: 0;
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    transform-style: preserve-3d;
    align-items: center;
}.mentorship-profile .thumbnail-img {
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 28px;
    filter: saturate(0.8);
    position: relative;
    width: 40%;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.mentorship-profile .thumbnail-img::after {
    top: 0;
    height: 100%;
    position: absolute;
    border-radius: 28px;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(178,158,136,0.5) 100%
    );
    transition: opacity 0.6s ease;
}.mentorship-profile .thumbnail-img:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.mentorship-profile .thumbnail-img:hover::after {
    opacity: 0;
}.mentorship-profile .job-skills {
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    position: relative;
    background: #ffffff;
    width: 60%;
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(30px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
}.mentorship-profile .job-skills::before {
    opacity: 0.1;
    transition: transform 0.8s ease;
    transform: scale(0);
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(143,122,107,0.5) 0%,
        transparent 70%
    );
    content: "";
}.mentorship-profile .job-skills:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.mentorship-profile .job-skills:hover::before {
    transform: scale(1);
}.mentorship-profile .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 38px;
    color: rgb(178,158,136);
    display: inline-block;
}.mentorship-profile .name::after {
    transition: width 0.4s ease-in-out;
    content: "";
    background: rgb(143,122,107);
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    position: absolute;
}.mentorship-profile .job-skills:hover .name::after {
    width: 100%;
}.mentorship-profile .job-skills > div:nth-child(2) {
    letter-spacing: 1px;
    color: rgb(143,122,107);
    opacity: 0.9;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2rem;
}.mentorship-profile .exp-progress {
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    font-size: 16px;
    font-style: italic;
    color: #000000;
    padding-left: 2rem;
    border-left: 3px solid rgb(178,158,136,0.5);
}.mentorship-profile .exp-progress::before {
    left: -10px;
    opacity: 0.3;
    content: "";
    font-family: serif;
    position: absolute;
    top: -20px;
    color: rgb(143,122,107,0.5);
    font-size: 5rem;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(178,158,136,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.mentorship-profile .thumbnail-img:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.mentorship-profile .student-voices {
    flex-direction: column;
}.mentorship-profile .thumbnail-img,
    .mentorship-profile .job-skills {
    transform: none;
    width: 100%;
}.mentorship-profile .thumbnail-img {
    height: 300px;
    margin-bottom: 2rem;
}.mentorship-profile .thumbnail-img:hover,
    .mentorship-profile .job-skills:hover {
    transform: translateY(-10px);
}}.contact {
    position: relative;
    background: rgb(213,193,166);
    padding: 100px 0;
    overflow: hidden;
}.contact::before {
    content: "";
    z-index: 1;
    width: 100%;
    background: rgb(213,193,166);
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,158,136,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(143,122,107,0.5) 0%, transparent 30%);
    position: absolute;
}.contact::after {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    opacity: 0.2;
    background-image: 
        repeating-linear-gradient(45deg, rgb(178,158,136,0.5) 0, rgb(178,158,136,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(143,122,107,0.5) 0, rgb(143,122,107,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(178,158,136,0.5), transparent 70%),
        linear-gradient(180deg, rgb(143,122,107,0.5), transparent 70%);
    animation: backgroundMove 30s infinite linear;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.contact h2 {
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}.contact h2::before {
    box-shadow: 
        0 0 5px rgb(178,158,136),
        0 0 10px rgb(178,158,136),
        0 0 15px rgb(178,158,136);
    left: calc(50% - 50px);
    bottom: -15px;
    content: "";
    position: absolute;
    background: rgb(178,158,136);
    width: 100px;
    height: 2px;
}.contact .feedback-help {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(178,158,136,0.5);
}.contact .feedback-help::before {
    pointer-events: none;
    opacity: 0.2;
    inset: 0;
    z-index: 3;
    content: "";
    border: 1px solid rgb(178,158,136);
    border-radius: 12px;
    position: absolute;
}.contact .thumbnail-img {
    flex: 0 0 45%;
    min-height: 550px;
    overflow: hidden;
    position: relative;
}.contact .thumbnail-img::before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}.contact .thumbnail-img::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(178,158,136,0.5) 100%);
    inset: 0;
    z-index: 2;
    content: "";
    opacity: 0.7;
    position: absolute;
}.contact .help-card {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}.contact .help-card::before {
    content: "";
    filter: blur(100px);
    opacity: 0.3;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgb(178,158,136,0.5);
    position: absolute;
    top: -100px;
    z-index: 0;
}.contact .help-card::after {
    position: absolute;
    z-index: 0;
    background: rgb(143,122,107,0.5);
    opacity: 0.3;
    bottom: -75px;
    width: 150px;
    filter: blur(80px);
    left: -75px;
    height: 150px;
    content: "";
}.contact form {
    z-index: 2;
    position: relative;
}.contact form h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}.contact form h3::after {
    bottom: -15px;
    height: 2px;
    width: 40px;
    position: absolute;
    background: rgb(178,158,136);
    content: "";
    box-shadow: 
        0 0 5px rgb(178,158,136,0.5),
        0 0 10px rgb(178,158,136,0.5);
    left: 0;
}.contact form input[type="text"] {
    color: #000000;
    font-size: 17px;
    background: rgb(213,193,166);
    border: 1px solid rgb(178,158,136,0.5);
    margin-bottom: 25px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 25px;
}.contact form input[type="text"]:focus {
    border-color: rgb(178,158,136);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(178,158,136),
        0 0 5px rgb(178,158,136,0.5);
}.contact form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact .support-info {
    position: relative;
    margin-bottom: 35px;
}.contact .support-info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact .support-info label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
}.contact .support-info label::before {
    transition: all 0.3s ease;
    background: rgb(213,193,166);
    border: 1px solid rgb(178,158,136,0.5);
    border-radius: 4px;
    height: 22px;
    top: 0;
    width: 22px;
    left: 0;
    content: "";
    position: absolute;
}.contact .support-info input[type="checkbox"]:checked + label::before {
    background: rgb(178,158,136);
    box-shadow: 0 0 5px rgb(178,158,136,0.5);
    border-color: rgb(178,158,136);
}.contact .support-info input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    content: "";
    top: 4px;
    left: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
}.contact .support-info label a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(178,158,136);
    position: relative;
}.contact .support-info label a::after {
    background: rgb(178,158,136);
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    bottom: -1px;
    left: 0;
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}.contact .support-info label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact .request-query {
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    border-radius: 8px;
    box-shadow: 
        0 5px 15px rgb(178,158,136,0.5),
        0 0 0 1px rgb(178,158,136);
    padding: 18px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
    background: rgb(178,158,136);
    color: #ffffff;
    font-weight: 700;
}.contact .request-query::before {
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(143,122,107);
    content: "";
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}.contact .request-query:hover {
    box-shadow: 
        0 5px 20px rgb(143,122,107,0.5),
        0 0 0 1px rgb(143,122,107);
}.contact .request-query:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact svg {
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(178,158,136,0.5));
    fill: rgb(178,158,136);
    transition: all 0.3s ease;
    height: 22px;
}.contact svg path {
    fill: rgb(178,158,136);
    transition: all 0.3s ease;
}.contact svg:hover,
.contact svg:hover path {
    filter: drop-shadow(0 0 3px rgb(143,122,107,0.5));
    transform: translateY(-2px);
    fill: rgb(143,122,107);
}

@media (max-width: 1024px) {.contact {
    padding: 80px 0;
}.contact .thumbnail-img {
    min-height: 500px;
}.contact .help-card {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.8);
}.contact .feedback-help {
    flex-direction: column;
}.contact .thumbnail-img {
    min-height: 300px;
    width: 100%;
}.contact .help-card {
    padding: 40px 30px;
    width: 100%;
}.contact form h3 {
    margin-bottom: 30px;
}.contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact .support-info {
    margin-bottom: 25px;
}.contact .request-query {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.contact .thumbnail-img {
    min-height: 200px;
}.contact .help-card {
    padding: 30px 20px;
}.contact form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact .support-info {
    margin-bottom: 20px;
}.contact .support-info label {
    font-size: calc(15px * 0.9);
}.contact .request-query {
    padding: 12px 20px;
}}.tariff-list {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.tariff-list::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    left: 0;
    width: 100%;
    position: absolute;
}.tariff-list .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.basic-rates {
    position: relative;
}.tariff-list h2 {
    position: relative;
    background: linear-gradient(90deg, rgb(143,122,107) 0%, rgb(178,158,136) 100%);
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: 37px;
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    color: transparent;
    background-clip: text !important;
}.tariff-list h2::after {
    background: linear-gradient(90deg, rgb(143,122,107), rgb(178,158,136));
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
}.tariff-list .premium-grid {
    text-align: center;
    font-size: calc(18px + 2px);
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 700px;
    color: #ffffff;
}.tariff-list .fee-package {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
    list-style: none;
    padding: 0;
}.tariff-list .fee-package li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.tariff-list .fee-package li:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff-list .plan-fees {
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.tariff-list .plan-fees::before {
    top: 0;
    background: linear-gradient(135deg, rgb(143,122,107,0.5), rgb(178,158,136,0.5));
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
    height: 100%;
}.tariff-list .plan-fees:hover::before {
    opacity: 0.15;
}.tariff-list .plan-fees::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    pointer-events: none;
    left: -50%;
    height: 200%;
    transform: scale(0.5);
    content: "";
    width: 200%;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.tariff-list .plan-fees:hover::after {
    transform: scale(1);
    opacity: 1;
}.tariff-list .pricing-deals {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 500px;
}.tariff-list .bundle-price {
    z-index: 2;
    position: relative;
}.tariff-list .bundle-price h4 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
    transform-origin: left center;
    margin-bottom: 20px;
}.tariff-list .plan-fees:hover .bundle-price h4 {
    color: rgb(143,122,107);
    transform: translateX(5px);
}.tariff-list .bundle-price h4::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: rgb(143,122,107);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 0;
}.tariff-list .plan-fees:hover .bundle-price h4::after {
    width: 50px;
}.tariff-list .bundle-price p {
    scrollbar-color: rgb(143,122,107) rgba(255, 255, 255, 0.1);
    hyphens: auto;
    max-height: 250px;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 1.7;
    overflow: auto;
    margin-bottom: 25px;
    scrollbar-width: thin;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}.tariff-list .bundle-price p::-webkit-scrollbar {
    width: 4px;
}.tariff-list .bundle-price p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.tariff-list .bundle-price p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(143,122,107);
}.tariff-list .plan-deals {
    background-clip: text !important;
    color: #ffffff;
    font-size: calc(22px + 6px);
    color: transparent;
    position: relative;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(143,122,107) 0%, rgb(178,158,136) 100%);
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}.tariff-list .plan-fees:hover .plan-deals {
    transform: scale(1.05);
}.tariff-list .plan-deals::before {
    height: 2px;
    bottom: -8px;
    width: 100%;
    background: linear-gradient(90deg, rgb(143,122,107), transparent);
    content: "";
    position: absolute;
    left: 0;
}

@media (max-width: 1200px) {.tariff-list {
    padding: 100px 0;
}.tariff-list .fee-package {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}.tariff-list .pricing-deals {
    padding: 30px 25px;
    min-height: 450px;
}.tariff-list .plan-deals {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 991px) {.tariff-list {
    padding: 80px 0;
}.tariff-list h2 {
    font-size: calc(37px - 4px);
}.tariff-list .premium-grid {
    margin-bottom: 40px;
    font-size: 18px;
}.tariff-list .fee-package {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
}

@media (max-width: 767px) {.tariff-list {
    padding: 60px 0;
}.tariff-list h2 {
    font-size: calc(37px - 6px);
}.tariff-list .fee-package {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff-list .pricing-deals {
    padding: 25px 20px;
    min-height: auto;
}.tariff-list .bundle-price p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.tariff-list {
    padding: 50px 0;
}.tariff-list h2 {
    font-size: calc(37px - 8px);
}.tariff-list .premium-grid {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.tariff-list .bundle-price h4 {
    font-size: 22px;
}.tariff-list .bundle-price p {
    font-size: calc(18px - 1px);
}.tariff-list .plan-deals {
    font-size: calc(22px + 2px);
}}.appWrap {
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(178,158,136,0.5) 100%);
    position: relative;
    padding: 6rem 1.5rem;
    overflow: hidden;
}.appWrap::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
}.appWrap::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 20rem;
    opacity: 0.15;
    content: "";
    background: linear-gradient(225deg, rgb(178,158,136) 0%, transparent 70%);
    position: absolute;
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    height: 20rem;
    transform: rotate(15deg);
    right: -5rem;
    bottom: -5rem;
}.appWrap .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    gap: 3rem;
    display: flex;
}.appWrap h2 {
    font-weight: 700;
    font-size: 30px;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: translateY(-10px);
    line-height: 1.3;
    color: rgb(178,158,136);
    font-family: Arial, sans-serif;
    max-width: 90%;
    position: relative;
    margin: 0;
}.appWrap h2::after {
    bottom: -1rem;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    transform: scaleX(0);
    position: absolute;
    width: 6rem;
    content: "";
    height: 3px;
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
}.appWrap .learn-studio {
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    background: #ffffff;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
}.appWrap .learn-studio::before {
    background: linear-gradient(135deg, transparent 0%, rgb(178,158,136,0.5) 300%);
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.04;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
}.appWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appWrap li {
    position: relative;
    padding-left: 2.5rem;
}.appWrap li::before {
    top: 0.5rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 10px;
    content: "";
    opacity: 0.2;
    position: absolute;
    animation: pulse 4s ease-in-out infinite;
    background: rgb(178,158,136,0.5);
    transform: rotate(45deg);
}.appWrap li::after {
    content: "✓";
    top: 0.4rem;
    font-size: 1rem;
    left: 0.45rem;
    font-weight: 700;
    color: rgb(178,158,136);
    position: absolute;
}.appWrap span {
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

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

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

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

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

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

@media (max-width: 992px) {.appWrap {
    padding: 5rem 1.25rem;
}.appWrap h2 {
    font-size: calc(30px - 0.25rem);
    max-width: 100%;
}.appWrap .learn-studio {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appWrap {
    padding: 4rem 1.25rem;
}.appWrap h2 {
    font-size: calc(30px - 0.5rem);
}.appWrap .learn-studio {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.appWrap li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.appWrap {
    padding: 3rem 1rem;
}.appWrap h2 {
    font-size: calc(30px - 0.75rem);
}.appWrap .learn-studio {
    padding: 1.5rem;
}.appWrap h2::after {
    width: 4rem;
}.appWrap li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3rem;
}.appWrap li::after {
    top: 0.25rem;
    font-size: 0.9rem;
    left: 0.35rem;
}.appWrap span {
    font-size: calc(16px - 0.1rem);
}}header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    z-index: 1000;
    position: relative;
    background-color: rgb(213,193,166);
    padding: 1.2rem 0;
}header::before {
    animation: gridMove 40s linear infinite;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(178,158,136,0.5) 49.5%, rgb(178,158,136,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(143,122,107,0.5) 49.5%, rgb(143,122,107,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    height: 100%;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}header::after {
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(178,158,136) 0%, 
        rgb(143,122,107) 50%, 
        rgb(178,158,136) 100%);
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    height: 4px;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .head-tutor {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .top-bar {
    border-radius: 28px;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 5px;
}header .head-class {
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    font-weight: 400;
}header .head-class::before {
    top: -2px;
    right: -2px;
    transition: all 0.3s ease;
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, rgb(178,158,136), rgb(143,122,107));
    bottom: -2px;
    transform: scale(0.95);
    opacity: 0;
    position: absolute;
    border-radius: calc(10px + 2px);
    left: -2px;
}header .head-class::after {
    background: rgb(178,158,136);
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
}header .head-class:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .head-class:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav-pagebar {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
}header .nav-pagebar::before {
    top: 0;
    width: 100%;
    position: absolute;
    transition: 0.5s;
    left: -100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .nav-pagebar:hover::before {
    left: 100%;
}header .nav-pagebar svg {
    height: auto;
    position: relative;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top-bar {
    gap: 0.3rem;
}header .head-class {
    font-size: calc(18px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav-pagebar svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .head-tutor {
    flex-direction: column;
}header .top-bar {
    margin-top: 1rem;
    padding: 10px;
    justify-content: center;
    order: 2;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
}header .head-class {
    padding: 0.5rem 0.7rem;
    font-size: calc(18px - 2px);
}header .nav-pagebar {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav-pagebar svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .top-bar::-webkit-scrollbar {
    height: 3px;
}header .top-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(178,158,136);
}header .head-class {
    white-space: nowrap;
}header .nav-pagebar svg {
    width: 110px;
}}.privacy-fortress {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    color: #ffffff;
    position: relative;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}.privacy-fortress::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
    content: '';
    position: absolute;
    right: 10px;
}.privacy-fortress h1 {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 43px;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(178,158,136);
    border-bottom: 2px solid rgb(178,158,136);
    font-weight: 700;
}.privacy-fortress h2 {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    border-left: 4px solid rgb(143,122,107);
    margin-bottom: 15px;
    font-size: 30px;
    color: rgb(143,122,107);
    margin-top: 25px;
}.privacy-fortress h3, .privacy-fortress h4, .privacy-fortress h5, .privacy-fortress h6 {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 400;
    color: rgb(178,158,136);
}.privacy-fortress ul, .privacy-fortress ol {
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 15px 0;
    margin: 0;
    color: #ffffff;
}.privacy-fortress li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}.privacy-fortress li::before {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: rgb(178,158,136);
    line-height: 1em;
    content: ">";
}.privacy-fortress section {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(143,122,107,0.5);
    background: #000000;
    border-radius: 10px;
}.privacy-fortress p, .privacy-fortress span, .privacy-fortress div {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-left: 3px solid rgb(178,158,136);
    padding-left: 15px;
}

@media only screen and (max-width: 800px) {.privacy-fortress {
    width: 95%;
    padding: 20px;
}.privacy-fortress h1 {
    font-size: calc(23px - 6px);
    margin-bottom: 15px;
    margin-top: 20px;
}.privacy-fortress h2 {
    margin-top: 20px;
    font-size: calc(23px - 6px);
    margin-bottom: 10px;
}.privacy-fortress ul, .privacy-fortress ol {
    padding-left: 15px;
}.privacy-fortress li {
    padding-left: 20px;
}.privacy-fortress p, .privacy-fortress span, .privacy-fortress div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.our-background {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 150px 0;
    background-color: rgb(213,193,166);
}.our-background::before {
    inset: 0;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(178,158,136,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(143,122,107,0.5) 0%, transparent 25%);
    content: "";
    opacity: 0.8;
    z-index: -2;
    position: absolute;
}.our-background::after {
    position: absolute;
    top: 0;
    pointer-events: none;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.03;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
}.our-background .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    position: relative;
}.our-background .container::before {
    background-repeat: no-repeat;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    opacity: 0.3;
    background-size: 200px 200px;
    content: "";
    right: -100px;
    position: absolute;
    background: 
        radial-gradient(circle, transparent 30%, rgb(178,158,136,0.5) 30%, rgb(178,158,136,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(178,158,136,0.5) 36%, rgb(178,158,136,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(178,158,136,0.5) 43%, rgb(178,158,136,0.5) 45%, transparent 45%);
    height: 200px;
    width: 200px;
    top: -120px;
    z-index: -1;
}.our-background .container::after {
    left: -70px;
    position: absolute;
    opacity: 0.3;
    background-size: 150px 150px;
    bottom: -100px;
    z-index: -1;
    background: 
        radial-gradient(circle, transparent 30%, rgb(143,122,107,0.5) 30%, rgb(143,122,107,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(143,122,107,0.5) 36%, rgb(143,122,107,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(143,122,107,0.5) 43%, rgb(143,122,107,0.5) 45%, transparent 45%);
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    content: "";
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.our-background .learn-studio {
    overflow: hidden;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
}.our-background .learn-studio::before,
.our-background .learn-studio::after {
    z-index: 0;
    content: "";
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(178,158,136,0.5) 40deg,
        rgb(178,158,136,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(143,122,107,0.5) 130deg,
        rgb(143,122,107,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(178,158,136,0.5) 220deg,
        rgb(178,158,136,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(143,122,107,0.5) 310deg,
        rgb(143,122,107,0.5) 330deg,
        transparent 340deg
    );
    width: 500px;
    opacity: 0.05;
    height: 500px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    left: 50%;
}.our-background .learn-studio::before {
    animation: rotateConic 60s linear infinite;
}.our-background .learn-studio::after {
    animation: rotateConic 40s linear infinite reverse;
    filter: blur(5px);
    opacity: 0.03;
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.our-background .virtual-academy {
    padding: 60px 0;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    align-items: center;
    z-index: 2;
    display: flex;
    width: 35%;
}.our-background .virtual-academy::before {
    border-left: 2px solid rgb(178,158,136,0.5);
    top: 30px;
    left: 30px;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    border-top: 2px solid rgb(178,158,136,0.5);
    content: "";
    width: 60px;
    height: 60px;
}.our-background .virtual-academy::after {
    bottom: 30px;
    opacity: 0.6;
    right: 30px;
    position: absolute;
    z-index: 1;
    content: "";
    border-right: 2px solid rgb(178,158,136,0.5);
    border-bottom: 2px solid rgb(178,158,136,0.5);
    height: 60px;
    width: 60px;
}.our-background .virtual-academy .thumbnail-img {
    z-index: 2;
    overflow: hidden;
    transform: perspective(1000px) rotateY(5deg);
    height: 320px;
    border-radius: 30px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 240px;
}.our-background .virtual-academy .thumbnail-img::before {
    content: "";
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    position: absolute;
    inset: 0;
}.our-background .virtual-academy .thumbnail-img::after {
    top: -100%;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    z-index: 2;
    transform: rotate(30deg);
    height: 200%;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    left: -20%;
    width: 40%;
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.our-background .virtual-academy:hover .thumbnail-img {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.our-background .learn-legacy {
    background: rgb(178,158,136);
    z-index: 3;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    color: #ffffff;
    transform: translateY(-30px) translateX(40px);
}.our-background .learn-legacy::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: rgb(143,122,107);
    opacity: 0.8;
    width: 4px;
}.our-background .learn-legacy::after {
    bottom: 0;
    opacity: 0.8;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
    width: 30%;
    background: rgb(143,122,107);
}.our-background .virtual-academy:hover .learn-legacy {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}.our-background .virtual-academy:hover .learn-legacy::after {
    width: 70%;
}.our-background .study-tracks {
    font-size: 21px;
    margin: 0 0 8px 0;
    font-weight: 700;
    position: relative;
}.our-background .expert-guides {
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
}.our-background .word-wrapper {
    width: 65%;
    padding: 60px;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    position: relative;
    z-index: 2;
}.our-background .word-wrapper::before {
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(178,158,136,0.5),
        rgb(143,122,107,0.5),
        transparent
    );
    top: 0;
    width: 1px;
    opacity: 0.4;
    left: 0;
}.our-background .word-wrapper::after {
    width: 80%;
    content: "";
    background: linear-gradient(
        to right,
        transparent,
        rgb(143,122,107,0.5) 50%,
        transparent
    );
    height: 1px;
    opacity: 0.2;
    transform: translateY(120px);
    position: absolute;
    right: 0;
    top: 50%;
}.our-background .learn-expert {
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    position: relative;
}.our-background .learn-expert::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgb(178,158,136,0.5),
        transparent 80%
    );
    bottom: -12px;
    opacity: 0.3;
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
}.our-background .learn-expert svg {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    fill: rgb(178,158,136);
    position: relative;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    width: 45px;
    height: 45px;
    margin-right: 15px;
}.our-background .learn-expert svg::before {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0.8);
    inset: -5px;
    content: "";
    border: 1px dashed rgb(178,158,136,0.5);
}.our-background .learn-expert:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.our-background .learn-expert svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,158,136);
}.our-background .learn-expert:hover svg path {
    fill: rgb(143,122,107);
}.our-background h2 {
    font-weight: 700;
    margin: 0 0 30px 0;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-size: 37px;
}.our-background h2::before {
    bottom: 0;
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(178,158,136,0.5) 0%,
        transparent 80%
    );
    position: absolute;
    left: 0;
}.our-background h2::after {
    width: 60px;
    left: 0;
    border-radius: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(178,158,136) 0%,
        rgb(143,122,107) 100%
    );
}.our-background .word-wrapper:hover h2::after {
    width: 100px;
}.our-background p {
    padding-left: 20px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
}.our-background p::before {
    left: 0;
    position: absolute;
    width: 2px;
    content: "";
    opacity: 0.3;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(178,158,136,0.5),
        rgb(143,122,107,0.5)
    );
    top: 0;
}.our-background p::after {
    content: "";
    opacity: 0.1;
    position: absolute;
    bottom: 10px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(143,122,107,0.5)
    );
    right: 0;
    width: 30%;
    height: 1px;
}

@media (max-width: 1024px) {.our-background {
    padding: 100px 0;
}.our-background .learn-studio {
    flex-direction: column;
}.our-background .virtual-academy,
    .our-background .word-wrapper {
    padding: 40px;
    width: 100%;
}.our-background .virtual-academy {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    gap: 30px;
    justify-content: center;
    flex-direction: row;
}.our-background .virtual-academy .thumbnail-img {
    width: 180px;
    margin-bottom: 0;
    height: 240px;
}.our-background .learn-legacy {
    flex: 1;
    transform: translateY(0) translateX(0);
}.our-background .virtual-academy:hover .learn-legacy {
    transform: translateY(0) translateX(0);
}.our-background .word-wrapper::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(
            to right,
            transparent,
            rgb(178,158,136,0.5),
            rgb(143,122,107,0.5),
            transparent
        );
}
}

@media (max-width: 768px) {.our-background {
    padding: 80px 0;
}.our-background .virtual-academy {
    padding-bottom: 60px;
    flex-direction: column;
    padding: 30px;
}.our-background .virtual-academy .thumbnail-img {
    margin-bottom: 20px;
    width: 200px;
    height: 270px;
}.our-background .learn-legacy {
    width: 90%;
    text-align: center;
}.our-background .learn-legacy::before {
    width: 100%;
    height: 4px;
}.our-background .learn-legacy::after {
    transform: translateX(-50%);
    left: 50%;
}.our-background .word-wrapper {
    padding: 30px;
}.our-background h2 {
    text-align: center;
}.our-background h2::after {
    left: 50%;
    transform: translateX(-50%);
}.our-background .word-wrapper:hover h2::after {
    width: 80px;
}.our-background p {
    text-align: center;
    padding-left: 0;
}.our-background p::before {
    display: none;
}
}

@media (max-width: 480px) {.our-background {
    padding: 60px 0;
}.our-background .container {
    padding: 0 20px;
}.our-background .virtual-academy {
    padding: 25px;
    padding-bottom: 50px;
}.our-background .virtual-academy .thumbnail-img {
    width: 160px;
    height: 220px;
}.our-background .learn-legacy {
    padding: 15px 20px;
    width: 100%;
}.our-background .word-wrapper {
    padding: 25px 20px;
}.our-background h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.85);
}.our-background .learn-expert {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}.our-background .learn-expert svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.course-program {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    background-color: rgb(213,193,166);
}.course-program::before {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    height: 100%;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
}.course-program .career-challenge {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.course-program .next-skill {
    height: 100%;
    display: flex;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: calc(100% * 5);
}.course-program .career-challenge:hover .next-skill {
    animation-play-state: paused;
}.course-program .fast-development {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
}.course-program .fast-development img {
    filter: brightness(0.7);
    object-fit: cover;
    height: 100%;
    width: 100%;
}.course-program .container {
    z-index: 3;
    margin-top: auto;
    position: relative;
    padding-bottom: 80px;
}.course-program .learn-studio {
    justify-content: center;
    display: flex;
}.course-program .learn-career {
    max-width: 800px;
    border-top: 4px solid rgb(178,158,136);
    animation: float-up 1s forwards;
    backdrop-filter: blur(8px);
    border-radius: 0;
    transform: translateY(30px);
    overflow: hidden;
    padding: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.course-program .learn-career::before,
.course-program .learn-career::after {
    content: "";
    background: rgb(178,158,136);
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
}.course-program .learn-career::before {
    height: 300px;
    right: -150px;
    width: 300px;
    top: -150px;
}.course-program .learn-career::after {
    bottom: -100px;
    width: 200px;
    left: -100px;
    height: 200px;
}.course-program .learn-career h3 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 39px;
}.course-program .learn-career p {
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
    margin-bottom: 30px;
}.course-program .learn-career .request-query {
    overflow: hidden;
    text-decoration: none;
    width: 200px;
    padding: 15px 0;
    font-weight: 600;
    background: rgb(178,158,136);
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    font-size: 15px;
}.course-program .learn-career .request-query::before {
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(143,122,107);
    height: 100%;
}.course-program .learn-career .request-query:hover {
    color: #ffffff;
}.course-program .learn-career .request-query:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.course-program {
    min-height: 100vh;
}.course-program .container {
    padding-bottom: 60px;
}.course-program .learn-career {
    padding: 40px 30px;
}.course-program .learn-career h3 {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 768px) {.course-program {
    height: auto;
    min-height: auto;
    padding-top: 50vh;
}.course-program::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course-program .career-challenge {
    height: 50vh;
    top: 0;
    position: fixed;
}.course-program .container {
    padding-bottom: 50px;
    margin-top: 0;
}.course-program .learn-career {
    padding: 30px 25px;
}.course-program .learn-career h3 {
    font-size: 32px;
}.course-program .learn-career .request-query {
    width: 100%;
}
}

@media (max-width: 576px) {.course-program {
    padding-top: 45vh;
}.course-program .career-challenge {
    height: 45vh;
}.course-program .container {
    padding-bottom: 40px;
}.course-program .learn-career {
    padding: 25px 20px;
}.course-program .learn-career h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
}.course-program .learn-career p {
    margin-bottom: 25px;
}.course-program .learn-career .request-query {
    padding: 12px 0;
}}.data-analysis {
    padding: 100px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff;
}.data-analysis::before {
    backdrop-filter: blur(8px);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: '';
    z-index: -1;
}.data-analysis::after {
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
}.data-analysis .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
}.data-analysis .benefits-track {
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
}.data-analysis .class-gains {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}.data-analysis .class-gains svg {
    width: 60px;
    fill: rgb(178,158,136);
    filter: drop-shadow(0 0 8px rgb(178,158,136,0.5));
    height: 60px;
}.data-analysis .class-gains svg path {
    fill: rgb(178,158,136);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data-analysis .pro-gains {
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    color: #ffffff;
}.data-analysis .gain-statistics {
    color: #ffffff;
    opacity: 0.9;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 17px;
}.data-analysis .gain-study {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    width: 100%;
    gap: 15px;
    display: grid;
}.data-analysis .statistics-expertise {
    display: flex;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 25px 10px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}.data-analysis .statistics-expertise:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
}.data-analysis .pro-extra {
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
}.data-analysis .pro-extra svg {
    fill: rgb(178,158,136);
    height: 30px;
    width: 30px;
}.data-analysis .pro-extra svg path {
    fill: rgb(178,158,136);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data-analysis .statistics-expertise span {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}.data-analysis .statistics-expertise p {
    color: #ffffff;
    line-height: 1.3;
    opacity: 0.9;
    margin: 0;
    font-size: calc(17px * 0.8);
}.data-analysis .statistics-expertise::before {
    background: linear-gradient(to right, transparent, rgb(178,158,136), transparent);
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    left: 0;
}.data-analysis .statistics-expertise:hover::before {
    transform: scaleX(1);
}.data-analysis .gain-study:has(.statistics-expertise:only-child) {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(4):last-child) {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(5):last-child) {
    grid-template-columns: repeat(5, 1fr);
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+6):nth-child(-n+8):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+9):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

@media screen and (max-width: 1200px) {.data-analysis .gain-study {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}.data-analysis .statistics-expertise {
    padding: 20px 15px;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+6):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}

@media screen and (max-width: 992px) {.data-analysis .gain-study {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+5):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
}

@media screen and (max-width: 768px) {.data-analysis .gain-study {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}.data-analysis .pro-gains {
    font-size: calc(30px * 0.8);
}.data-analysis .gain-statistics {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.data-analysis .statistics-expertise span {
    font-size: 22px;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+3):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}

@media screen and (max-width: 576px) {.data-analysis {
    padding: 60px 0;
}.data-analysis .gain-study {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}.data-analysis .statistics-expertise {
    padding: 20px;
}.data-analysis .pro-extra {
    height: 35px;
}.data-analysis .pro-extra svg {
    width: 25px;
    height: 25px;
}.data-analysis .statistics-expertise span {
    font-size: 22px;
}.data-analysis .statistics-expertise p {
    font-size: 17px;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+3):last-child) {
    grid-template-columns: 1fr 1fr;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+5):last-child) {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 400px) {.data-analysis .gain-study {
    grid-template-columns: 1fr;
}.data-analysis .gain-study:has(.statistics-expertise:nth-child(n+2):last-child) {
    grid-template-columns: 1fr;
}}

.data-analysis .benefits-track {
    position: relative;
}.data-analysis .benefits-track::before,
.data-analysis .benefits-track::after {
    position: absolute;
    background: radial-gradient(circle, rgb(143,122,107,0.5) 0%, transparent 70%);
    width: 200px;
    content: '';
    border-radius: 50%;
    height: 200px;
    z-index: -1;
}.data-analysis .benefits-track::before {
    left: -50px;
    animation: float 15s infinite alternate ease-in-out;
    top: -50px;
}.data-analysis .benefits-track::after {
    animation: float 15s infinite alternate-reverse ease-in-out;
    right: -50px;
    bottom: -50px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 15px);
    }
    100% {
        transform: translate(-15px, 30px);
    }
}

.data-analysis .gain-study::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    top: -20px;
}.data-analysis .statistics-expertise span::after {
    height: 2px;
    margin: 8px auto 0;
    width: 20px;
    display: block;
    background-color: rgb(143,122,107);
    content: '';
}.title-intro {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(143,122,107,0.5), rgb(178,158,136));
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
}.title-intro::before {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
}.title-intro::after {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
    height: 100%;
    width: 100%;
    content: "";
}.title-intro > div {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 60px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    display: grid;
}.title-intro .tech-track {
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    animation: slideInTitle 0.8s ease-out;
    margin-bottom: 24px;
    font-size: 45px;
    transform: translateY(0);
}.title-intro .tech-track::after {
    background: rgb(143,122,107);
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 0;
    transform-origin: left;
    animation: growLine 1s ease-out 0.6s forwards;
    content: "";
    width: 80px;
}.title-intro p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 40px;
    font-size: calc(13px + 2px);
    position: relative;
    font-weight: 400;
    max-width: 600px;
    animation: fadeIn 0.8s ease-out forwards 0.4s;
}.title-intro .study-tools {
    opacity: 0;
    width: 100%;
    position: relative;
    animation: slideUpFade 0.8s ease-out forwards 0.6s;
    transform: translateY(20px);
}.title-intro .success-story {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 280px;
    backdrop-filter: blur(8px);
}.title-intro .success-story::before {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, transparent 100%);
    top: 0;
}.title-intro .success-story span {
    padding: 25px;
    border-left: 4px solid rgb(143,122,107);
    z-index: 2;
    position: relative;
    display: block;
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.75);
    transition: transform 0.5s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateX(0);
}.title-intro .success-story:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 20px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}.title-intro .success-story:hover span {
    transform: translateX(10px);
}.title-intro .success-story h3 {
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    font-size: calc(20px - 2px);
    color: #ffffff;
}

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

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

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

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

@media (min-width: 768px) {.title-intro {
    padding: 160px 0;
}.title-intro > div {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-intro .tech-track {
    font-size: calc(45px + 10px);
}.title-intro .success-story {
    min-height: 380px;
}.title-intro .success-story h3 {
    font-size: 20px;
}
}

@media (min-width: 992px) {.title-intro {
    padding: 0;
    height: 100vh;
}.title-intro > div {
    gap: 100px;
}.title-intro .tech-track::after {
    width: 120px;
}.title-intro .success-story {
    min-height: 420px;
}
}

@media (max-width: 767px) {.title-intro {
    padding: 100px 0 80px;
}.title-intro > div {
    gap: 40px;
}.title-intro .tech-track {
    font-size: calc(45px - 4px);
}.title-intro p {
    font-size: 13px;
    margin-bottom: 30px;
}.title-intro .success-story {
    min-height: 240px;
    padding: 20px;
}.title-intro .success-story span {
    padding: 15px;
}.title-intro .success-story h3 {
    font-size: calc(20px - 4px);
}}.help-desk-info {
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(178,158,136,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.help-desk-info::before {
    content: '';
    width: 60%;
    opacity: 0.05;
    height: 120%;
    top: -10%;
    background: linear-gradient(45deg, rgb(178,158,136) 0%, transparent 60%);
    position: absolute;
    left: -10%;
    z-index: 0;
    transform: rotate(-15deg);
}.help-desk-info::after {
    opacity: 0.05;
    content: '';
    z-index: 0;
    bottom: -10%;
    transform: rotate(15deg);
    width: 60%;
    position: absolute;
    right: -10%;
    height: 120%;
    background: linear-gradient(225deg, rgb(143,122,107) 0%, transparent 60%);
}.help-desk-info .container {
    z-index: 1;
    position: relative;
}.help-desk-info .send-query {
    grid-auto-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    display: grid;
}.help-desk-info .talk-team {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.help-desk-info .talk-team:nth-child(1) {
    grid-row: 1 / 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    grid-column: 1 / 3;
    position: relative;
    padding: 50px;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
}.help-desk-info .talk-team:nth-child(1)::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    height: 8px;
    width: 100%;
    content: '';
    position: absolute;
}.help-desk-info .talk-team:nth-child(2) {
    min-height: 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    grid-column: 3 / 4;
    border-radius: 12px;
    transform: translateY(0);
    grid-row: 1 / 3;
}.help-desk-info .talk-team:nth-child(3) {
    z-index: 1;
    grid-column: 1 / 3;
    background: rgb(178,158,136);
    border-radius: 12px;
    transform: translateY(-20px);
    grid-row: 2 / 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.help-desk-info .talk-team h2 {
    color: rgb(178,158,136);
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
}.help-desk-info .quick-answers {
    font-size: calc(17px * 1.2);
    border-bottom: 1px solid rgb(143,122,107,0.5);
    color: rgb(143,122,107);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}.help-desk-info .edu-chat {
    margin-bottom: 30px;
    color: #000000;
    max-width: 90%;
    line-height: 1.7;
}.help-desk-info .talk-team > p {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    color: #000000;
}.help-desk-info .talk-team > p svg {
    width: 22px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 22px;
    top: 50%;
}.help-desk-info .talk-team > p svg path {
    fill: rgb(178,158,136);
}.help-desk-info .talk-team > p span {
    color: rgb(178,158,136);
    font-weight: 600;
    margin-left: 5px;
}.help-desk-info .contact-support {
    margin-top: 40px;
    border-radius: 10px;
    background: rgb(213,193,166);
    padding: 30px;
    position: relative;
}.help-desk-info .contact-support h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(178,158,136);
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}.help-desk-info .contact-support h3::before {
    left: 0;
    width: 10px;
    border-radius: 50%;
    background: rgb(143,122,107);
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    position: absolute;
}.help-desk-info .start-chat {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}.help-desk-info .start-chat span {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 400;
    border-left: 3px solid transparent;
    color: #000000;
    padding: 12px 20px;
    background: #ffffff;
    font-size: 17px;
}.help-desk-info .start-chat span:hover {
    border-left: 3px solid rgb(143,122,107);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.help-desk-info .talk-team .thumbnail-img {
    transition: all 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}.help-desk-info .talk-team:hover .thumbnail-img {
    transform: scale(1.05);
}.help-desk-info .contact-ask {
    flex-direction: column;
    gap: 30px;
    display: flex;
    justify-content: center;
}.help-desk-info .contact-ask a {
    padding-left: 45px;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}.help-desk-info .contact-ask a:hover {
    transform: translateX(10px);
}.help-desk-info .contact-ask svg {
    position: absolute;
    width: 28px;
    left: 0;
    transition: all 0.3s ease;
    top: 0px;
    height: 28px;
}.help-desk-info .contact-ask a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.help-desk-info .contact-ask svg path {
    fill: #ffffff;
}.help-desk-info .contact-ask a span {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px * 0.85);
    display: block;
}.help-desk-info .contact-ask a p {
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    font-weight: 600;
}.help-desk-info .contact-ask a p::after {
    transition: width 0.3s ease;
    background: #ffffff;
    content: '';
    bottom: -5px;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
}.help-desk-info .contact-ask a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.help-desk-info {
    padding: 100px 0;
}.help-desk-info .talk-team:nth-child(1) {
    padding: 40px;
}.help-desk-info .talk-team:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.help-desk-info {
    padding: 80px 0;
}.help-desk-info .send-query {
    grid-template-columns: 1fr;
}.help-desk-info .talk-team:nth-child(1) {
    grid-row: 2 / 3;
    transform: translateY(0);
    grid-column: 1 / -1;
}.help-desk-info .talk-team:nth-child(2) {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    transform: translateY(0);
}.help-desk-info .talk-team:nth-child(3) {
    transform: translateY(0);
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}.help-desk-info .edu-chat {
    max-width: 100%;
}
}

@media (max-width: 768px) {.help-desk-info {
    padding: 60px 0;
}.help-desk-info .talk-team:nth-child(1) {
    padding: 30px;
}.help-desk-info .talk-team:nth-child(3) {
    padding: 25px;
}.help-desk-info .contact-support {
    margin-top: 30px;
    padding: 25px;
}.help-desk-info .contact-ask {
    gap: 25px;
}
}

@media (max-width: 576px) {.help-desk-info {
    padding: 40px 0;
}.help-desk-info .talk-team:nth-child(1) {
    padding: 25px;
}.help-desk-info .talk-team h2 {
    font-size: calc(38px * 0.9);
}.help-desk-info .contact-support {
    padding: 20px;
}.help-desk-info .start-chat {
    flex-direction: column;
}.help-desk-info .start-chat span {
    width: 100%;
}.help-desk-info .contact-ask a {
    padding-left: 40px;
}.help-desk-info .contact-ask svg {
    width: 24px;
    height: 24px;
}
}