* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1193px;
}.diploma-cta {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.head-mentor {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 0px;
    width: 0.5em;
}::-webkit-scrollbar-track {
    background: rgb(171,164,176,0.5);
    border: 1px solid rgb(235,233,237);
    border-radius: 6.1vw;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom right, #ffffff 25%, rgb(255, 255, 255, 0.5) 78%, rgb(171,164,176) 25%, rgb(171,164,176,0.5) 10%, rgb(207,202,210) 2%, rgb(207,202,210,0.5) 73%);
    border-radius: 17.8em;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 3px 13px 4px rgba(0, 0, 0, 0.5);
    background: rgb(171,164,176);
    transform: scale(0.95);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}* {
    scrollbar-color: rgb(207,202,210) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(171,164,176);
}}

.wrap-structure {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.confidential-zone {
    position: relative;
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 5rem 0;
}.confidential-zone::before {
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
}.confidential-zone::after {
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    width: 40%;
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    height: 70%;
    position: absolute;
    content: "";
    right: -5%;
}.confidential-zone .container {
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.confidential-zone h1 {
    letter-spacing: -0.02em;
    transform: translateX(-10px);
    color: var(--dark-color, #252525);
    position: relative;
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
    margin-bottom: 2rem;
}.confidential-zone h1::after {
    width: 80px;
    position: absolute;
    transform-origin: left center;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    left: 0;
    animation: scaleWidth 0.8s ease-out forwards;
    bottom: -12px;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.confidential-zone h2 {
    font-size: var(--h2-font-size, 1.8rem);
    font-weight: var(--font-weight-semibold, 600);
    margin: 3rem 0 1.5rem;
    color: var(--dark-color, #252525);
    border-left: 3px solid var(--primary-color, #4154f1);
    padding-left: 16px;
    position: relative;
}.confidential-zone h3 {
    color: var(--dark-color, #252525);
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    font-weight: var(--font-weight-semibold, 600);
    border-left: 2px solid var(--secondary-color, #4655fa);
    padding-left: 14px;
}.confidential-zone h4 {
    border-left: 1px solid var(--secondary-color, #4655fa);
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 12px;
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    position: relative;
}.confidential-zone p {
    position: relative;
    color: var(--p-color, #444444);
    font-size: var(--p-font-size, 1rem);
    margin-bottom: 1.5rem;
    max-width: 90%;
    transform: translateZ(0);
    line-height: 1.7;
}.confidential-zone strong {
    font-weight: var(--font-weight-semibold, 600);
    display: inline-block;
    position: relative;
    color: var(--dark-color, #252525);
}.confidential-zone strong::after {
    left: 0;
    height: 2px;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
}.confidential-zone ul {
    margin: 1.5rem 0 2rem 1rem;
    position: relative;
    padding-left: 20px;
}.confidential-zone ul::before {
    content: "";
    left: -20px;
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
    height: 100%;
    position: absolute;
    width: 3px;
    border-radius: var(--border-radius-small, 3px);
    top: 0;
}.confidential-zone li {
    position: relative;
    margin-bottom: 1rem;
    color: var(--p-color, #444444);
    font-size: var(--p-font-size, 1rem);
    padding-left: 8px;
    line-height: 1.6;
}.confidential-zone li::before {
    top: 0.7em;
    position: absolute;
    left: -18px;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    border-radius: 1px;
    background-color: var(--primary-color, #4154f1);
    height: 8px;
}.confidential-zone span {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    color: var(--p-color, #444444);
    transform: translateX(8px);
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    padding: 0.5rem 0 1.5rem;
    margin-bottom: 1.5rem;
    display: block;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    padding: 1.5rem;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
}

@media (min-width: 992px) {.confidential-zone {
    padding: 6rem 0;
}.confidential-zone .container {
    padding: 0 40px;
}.confidential-zone h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.confidential-zone h1::after {
    bottom: -15px;
    width: 120px;
    height: 5px;
}.confidential-zone h2 {
    padding-left: 20px;
    margin: 4rem 0 2rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
}.confidential-zone p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    max-width: 85%;
    line-height: 1.75;
}.confidential-zone ul {
    margin: 2rem 0 2.5rem 2rem;
}.confidential-zone li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.confidential-zone span {
    padding: 2rem;
    transition: transform 0.3s ease;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    transform: translateX(15px);
}.confidential-zone span:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
}

@media (max-width: 767px) {.confidential-zone {
    padding: 3rem 0;
}.confidential-zone::after {
    right: -25%;
    top: -5%;
    width: 70%;
    height: 40%;
}.confidential-zone .container {
    padding: 0 15px;
}.confidential-zone h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
}.confidential-zone h1::after {
    width: 60px;
}.confidential-zone h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
}.confidential-zone h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.confidential-zone h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.confidential-zone p {
    max-width: 100%;
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.confidential-zone ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.confidential-zone li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.confidential-zone span {
    transform: translateX(0);
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    padding: 1rem;
}
}

@media (max-width: 480px) {.confidential-zone {
    padding: 2rem 0;
}.confidential-zone h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.confidential-zone h2 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.confidential-zone h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
    padding-left: 10px;
}.confidential-zone h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
    padding-left: 8px;
}.confidential-zone p, .confidential-zone li, .confidential-zone span {
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
    line-height: 1.6;
}.confidential-zone span {
    padding: 0.875rem;
}}footer {
    width: 100%;
    position: relative;
}.diploma-cta {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
    overflow: hidden;
}footer .reward-sys {
    z-index: 1;
    position: relative;
}footer .ask-form {
    padding: 40px 20px;
    display: flex;
    background-color: rgb(171,164,176);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    color: #ffffff;
    margin-bottom: 70px;
    justify-content: center;
}footer .ask-form::after {
    pointer-events: none;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 20px;
    align-items: center;
    transition: all 0.3s ease;
    max-width: 300px;
    flex: 1 1 200px;
    display: flex;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: -30px;
    position: relative;
}footer .text_main_holder::before {
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: #ffffff;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}footer .top-teach {
    padding-top: 60px;
    text-align: center;
}footer .top-teach svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .license-cta {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    max-width: 350px;
    color: #000000;
    line-height: 1.6;
}footer .head-sitewrap {
    background-color: rgb(235,233,237);
    position: relative;
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
}footer .head-sitewrap h5 {
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}footer .head-sitewrap h5::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(207,202,210), transparent);
    width: 100%;
    bottom: -8px;
    content: "";
}footer .main-teach {
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px 30px;
    display: flex;
}footer .main-teach a {
    flex: 1 0 calc(50% - 30px);
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}footer .main-teach a::after {
    height: 1px;
    background-color: rgb(207,202,210);
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
}footer .main-teach a:hover {
    padding-left: 5px;
    color: rgb(207,202,210);
}footer .main-teach a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    margin: 0 20px;
    position: relative;
    color: #ffffff;
    padding: 30px;
    background-color: rgb(207,202,210);
}footer .subscribe_holder::before {
    top: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    left: 0;
}footer .subscribe_holder h5 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .updates-widget {
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    font-size: 14px;
    color: #ffffff;
    padding: 15px;
    background-color: #000000;
    cursor: pointer;
    border-radius: 10px;
}footer .updates-widget:hover {
    background-color: rgb(171,164,176);
}footer .tutor-match {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .assign-help {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates-widget {
    white-space: nowrap;
}footer .top-teach {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .ask-form {
    padding: 30px 15px 50px;
}footer .head-sitewrap, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .tutor-match {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .ask-form {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head-sitewrap h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .main-teach a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates-widget {
    padding: 12px;
}}.developer-experience {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(235,233,237);
}.developer-experience::before {
    height: 70%;
    background: linear-gradient(135deg, rgb(207,202,210,0.5), rgb(171,164,176,0.5));
    position: absolute;
    top: -10%;
    content: "";
    filter: blur(50px);
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg);
    width: 45%;
}.developer-experience::after {
    content: "";
    z-index: 0;
    filter: blur(40px);
    height: 60%;
    position: absolute;
    transform: rotate(15deg);
    left: -10%;
    bottom: -10%;
    width: 50%;
    background: linear-gradient(225deg, rgb(171,164,176,0.5), rgb(207,202,210,0.5));
}.developer-experience .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.developer-experience .opinion-showcase {
    position: relative;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(207,202,210);
}.developer-experience .opinion-showcase > div:nth-child(1) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(-1rem);
}.developer-experience .opinion-showcase > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.developer-experience .opinion-showcase .img-icon {
    width: 100%;
    height: 300px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
}.developer-experience .opinion-showcase .img-icon:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.developer-experience .opinion-showcase .img-icon::after {
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(207,202,210,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
}.developer-experience .opinion-showcase > div:nth-child(2) {
    border-left: 2px solid rgb(171,164,176);
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    align-self: flex-start;
    transform: translateY(1rem);
    padding-left: 1rem;
}.developer-experience .opinion-showcase .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.2);
    color: rgb(207,202,210);
    font-weight: 700;
}.developer-experience .opinion-showcase .name::after {
    content: "";
    background-color: rgb(171,164,176);
    width: 0;
    transition: width 0.4s ease;
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
}.developer-experience .opinion-showcase .name:hover::after {
    width: 100%;
}.developer-experience .opinion-showcase > div:nth-child(2) > div {
    padding-left: 0.5rem;
    font-style: italic;
    margin-top: 0.5rem;
    position: relative;
    font-size: calc(14px * 0.95);
    color: rgb(171,164,176);
    font-weight: 600;
}.developer-experience .opinion-showcase > div:nth-child(2) > div::before {
    content: "★";
    position: absolute;
    left: -10px;
    color: rgb(207,202,210);
    opacity: 0.7;
}.developer-experience .opinion-showcase > div:nth-child(3) {
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(1rem);
    position: relative;
}.developer-experience .opinion-showcase .exp-timeline {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    position: relative;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    font-size: 14px;
    color: #000000;
}.developer-experience .opinion-showcase .exp-timeline::before {
    font-family: Georgia, serif;
    z-index: -1;
    content: "";
    color: rgb(207,202,210,0.5);
    position: absolute;
    top: -20px;
    font-size: 6rem;
    left: -20px;
}.developer-experience .opinion-showcase .exp-timeline::after {
    content: "";
    font-family: Georgia, serif;
    right: -20px;
    z-index: -1;
    position: absolute;
    bottom: -60px;
    font-size: 6rem;
    color: rgb(207,202,210,0.5);
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.developer-experience .opinion-showcase {
    grid-template-columns: 300px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.developer-experience .opinion-showcase > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.developer-experience .opinion-showcase > div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: flex-end;
}.developer-experience .opinion-showcase > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.developer-experience .opinion-showcase .img-icon {
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
    min-height: 400px;
}.developer-experience .opinion-showcase .img-icon:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.developer-experience .opinion-showcase .name {
    font-size: calc(21px * 1.5);
}.developer-experience .opinion-showcase .exp-timeline {
    font-size: calc(14px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.developer-experience {
    padding: 8rem 0;
}.developer-experience .opinion-showcase {
    grid-template-columns: 400px 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    margin: 0 2rem;
}.developer-experience .opinion-showcase:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.developer-experience .opinion-showcase .img-icon {
    min-height: 500px;
}.developer-experience .opinion-showcase > div:nth-child(2) {
    padding-left: 1.5rem;
}.developer-experience .opinion-showcase .name {
    margin-bottom: 1rem;
    font-size: calc(21px * 1.7);
}.developer-experience .opinion-showcase > div:nth-child(2) > div {
    font-size: calc(14px * 1.1);
}.developer-experience .opinion-showcase .exp-timeline {
    line-height: 1.9;
    padding: 2.5rem;
    font-size: calc(14px * 1.1);
}}.ty-section {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(255,255,255,0.95) 100%);
}.ty-section::before {
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: patternShift 60s linear infinite;
    z-index: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(rgb(207,202,210,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(207,202,210,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(207,202,210,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(207,202,210,0.5), 0.05) 75%);
    content: "";
    left: 0;
    top: 0;
}.ty-section::after {
    position: absolute;
    opacity: 0.25;
    animation: floatGlow 15s ease-in-out infinite alternate;
    z-index: 0;
    width: 30%;
    top: -10%;
    height: 50%;
    filter: blur(70px);
    content: "";
    background: linear-gradient(145deg, rgb(207,202,210,0.5), rgb(171,164,176,0.5));
    right: -5%;
}.ty-section .container {
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.ty-section h2 {
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 32px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
}.ty-section h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -1rem;
    position: absolute;
    width: 6rem;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176));
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    box-shadow: 0 2px 10px rgba(rgb(207,202,210,0.5), 0.2);
    height: 3px;
}.ty-section:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.ty-section .pro-classes {
    transform: translateY(0);
    padding: 3rem 2.5rem;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
}.ty-section .pro-classes::before {
    right: -2px;
    position: absolute;
    content: "";
    z-index: 1;
    animation: gradientMove 6s linear infinite;
    left: -2px;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176), rgb(207,202,210));
    top: -2px;
    height: 5px;
    background-size: 200% 100%;
}.ty-section .pro-classes::after {
    background: linear-gradient(180deg, transparent, rgba(rgb(235,233,237), 0.05));
    height: 30%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}.ty-section:hover .pro-classes {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.ty-section ul {
    list-style: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}.ty-section li {
    position: relative;
    z-index: 2;
}.ty-section li::before {
    background-image: radial-gradient(circle, rgb(171,164,176,0.5) 0%, transparent 70%);
    transition: transform 0.6s ease, opacity 0.6s ease;
    top: -0.5rem;
    transform: scale(0.8);
    opacity: 0.3;
    width: 2rem;
    left: -1rem;
    z-index: -1;
    content: "";
    position: absolute;
    height: 2rem;
}.ty-section:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.ty-section span {
    color: #000000;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    line-height: 1.7;
    display: block;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.ty-section span::first-letter {
    color: rgb(207,202,210);
    font-weight: 600;
    font-size: 1.5em;
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.ty-section {
    padding: 4rem 0;
}.ty-section h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.ty-section .pro-classes {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.ty-section {
    padding: 3.5rem 0;
}.ty-section h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.ty-section h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.ty-section .pro-classes {
    padding: 2rem 1.5rem;
}.ty-section span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.ty-section {
    padding: 3rem 0;
}.ty-section h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.ty-section h2::after {
    width: 4rem;
}.ty-section .pro-classes {
    padding: 1.5rem 1.25rem;
}.ty-section span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.ty-section li::before {
    top: -0.3rem;
    width: 1.5rem;
    height: 1.5rem;
    left: -0.5rem;
}}.attempt-now {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(171,164,176,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
}.attempt-now::before {
    opacity: 0.1;
    z-index: 1;
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
    content: '';
    background: rgb(207,202,210,0.5);
    height: 200%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 80%;
    right: -20%;
}.attempt-now::after {
    left: -10%;
    transform: rotate(15deg);
    content: '';
    position: absolute;
    background: rgb(171,164,176,0.5);
    opacity: 0.1;
    height: 150%;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    bottom: -30%;
    width: 60%;
    z-index: 1;
}.attempt-now .pro-classes {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
}.attempt-now .container p {
    max-width: 800px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
    position: relative;
    background: #ffffff;
    color: #000000;
    font-size: 30px;
    z-index: 5;
    text-align: center;
    font-weight: 700;
    padding: 40px 60px;
    margin: 0 0 60px 0;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
}.attempt-now .help-help {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176));
    z-index: 5;
    font-weight: 600;
    border-radius: 30px;
    padding: 20px 50px;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
}.attempt-now .help-help::before {
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgb(171,164,176), rgb(207,202,210));
    width: 100%;
}.attempt-now .help-help:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.attempt-now .help-help:hover::before {
    opacity: 1;
}.attempt-now .container p::before {
    animation: morph 8s ease-in-out infinite;
    z-index: -1;
    background: #ffffff;
    position: absolute;
    top: -10%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    content: '';
    height: 120%;
    opacity: 0.4;
    width: 140%;
    left: -20%;
}.attempt-now .help-help::after {
    animation: shine 6s infinite;
    top: 0;
    transform: skewX(-15deg);
    height: 100%;
    left: -100px;
    width: 30px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    content: '';
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.attempt-now {
    padding: 90px 0;
}.attempt-now .container p {
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
    margin-bottom: 50px;
}.attempt-now .help-help {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.attempt-now {
    padding: 70px 0;
}.attempt-now .container p {
    margin-bottom: 40px;
    font-size: 18px;
    padding: 30px 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
}.attempt-now .help-help {
    padding: 15px 35px;
}.attempt-now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.attempt-now {
    padding: 50px 0;
}.attempt-now .container p {
    border-radius: 30px;
    font-size: calc(14px * 1.2);
    padding: 25px 30px;
    margin-bottom: 30px;
}.attempt-now .help-help {
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
}}.subscribe-to-newsletter {
    position: relative;
    background: linear-gradient(135deg, rgb(171,164,176) 0%, rgb(207,202,210) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}.subscribe-to-newsletter::before {
    top: -5%;
    right: -5%;
    content: "";
    height: 250px;
    width: 250px;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    opacity: 0.1;
    transform: rotate(-15deg);
}.subscribe-to-newsletter::after {
    content: "";
    background: radial-gradient(circle, rgb(171,164,176,0.5) 0%, transparent 70%);
    height: 200px;
    left: -5%;
    opacity: 0.2;
    transform: rotate(25deg);
    position: absolute;
    width: 200px;
    bottom: -5%;
}.subscribe-to-newsletter .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.subscribe-to-newsletter .pro-classes {
    border-left: 4px solid rgb(207,202,210);
    grid-template-columns: 1fr;
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
}.subscribe-to-newsletter h3 {
    font-family: Arial, sans-serif;
    transform: translateY(-5px);
    animation: fadeSlideDown 0.8s ease-out forwards;
    color: #000000;
    font-size: calc(22px * 1.1);
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
}.subscribe-to-newsletter .input_holder {
    transform: translateY(5px);
    animation: fadeSlideUp 0.8s ease-out forwards;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}.subscribe-to-newsletter .input_holder div {
    position: relative;
    flex: 1;
}.subscribe-to-newsletter .input_holder div::before {
    content: "";
    position: absolute;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: linear-gradient(90deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    left: 0;
    z-index: 1;
    height: 2px;
    bottom: -2px;
}.subscribe-to-newsletter .input_holder div:focus-within::before {
    width: 100%;
}.subscribe-to-newsletter input[type="email"] {
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    padding: 1rem 1.2rem;
    background: transparent;
    outline: none;
    transition: all 0.3s ease;
}.subscribe-to-newsletter input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}.subscribe-to-newsletter input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(171,164,176,0.5);
}.subscribe-to-newsletter input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(5px);
}.subscribe-to-newsletter .updates-widget {
    align-self: flex-start;
    position: relative;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    padding: 1rem 2rem;
    cursor: pointer;
    border: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    font-size: 15px;
    overflow: hidden;
}.subscribe-to-newsletter .updates-widget::before {
    top: 0;
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
}.subscribe-to-newsletter .updates-widget:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px) translateZ(0);
}.subscribe-to-newsletter .updates-widget:hover::before {
    left: 100%;
}.subscribe-to-newsletter .updates-widget:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.subscribe-to-newsletter {
    padding: 5rem 3rem;
}.subscribe-to-newsletter .pro-classes {
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.subscribe-to-newsletter h3 {
    margin: 0;
    font-size: 30px;
}.subscribe-to-newsletter .input_holder {
    flex-direction: row;
    gap: 1.5rem;
    align-items: stretch;
}.subscribe-to-newsletter input[type="email"] {
    padding: 1.2rem 1.5rem;
}.subscribe-to-newsletter .updates-widget {
    white-space: nowrap;
    align-self: stretch;
}
}

@media (min-width: 1024px) {.subscribe-to-newsletter {
    padding: 6rem 2rem;
}.subscribe-to-newsletter .pro-classes {
    padding: 4.5rem 5rem;
    gap: 4rem;
    margin: 0 auto;
    max-width: 1000px;
}.subscribe-to-newsletter::before {
    width: 350px;
    height: 350px;
}.subscribe-to-newsletter::after {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 767px) {.subscribe-to-newsletter h3 {
    text-align: center;
}.subscribe-to-newsletter .updates-widget {
    width: 100%;
    text-align: center;
}}.program-information {
    overflow: hidden;
    background-color: rgb(171,164,176);
    padding: 120px 0;
    position: relative;
}.program-information::before {
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(ellipse at bottom right, rgb(207,202,210,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(171,164,176,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    position: absolute;
}.program-information::after {
    content: "";
    width: 100%;
    background-size: 50px 50px;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    top: 0;
    left: 0;
}.program-information .container {
    position: relative;
    z-index: 2;
}.program-information .lesson-plan {
    gap: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}.program-information .text-section {
    gap: 30px;
    position: relative;
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.program-information .text-section h2 {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    font-size: 43px;
    grid-column: 1 / -1;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
}.program-information .text-section h2::after {
    background: linear-gradient(90deg, rgb(207,202,210), rgb(171,164,176));
    bottom: 0;
    position: absolute;
    width: 100px;
    border-radius: 10px;
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}.program-information .text-section .description {
    margin: 0;
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 11px;
    padding: 25px;
    font-size: 12px;
    position: relative;
}.program-information .text-section .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program-information .text-section .description::before {
    left: 0;
    height: 4px;
    background: rgb(207,202,210);
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}.program-information .text-section .description:last-of-type::before {
    background: rgb(171,164,176);
}.program-information .text-section .description::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    position: absolute;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}.program-information .img-icon {
    border-radius: 11px;
    overflow: hidden;
    height: 400px;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}.program-information .img-icon::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.program-information .lesson-plan {
    gap: 80px;
}.program-information .img-icon {
    height: 500px;
}
}

@media (max-width: 991px) {.program-information {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information .text-section {
    grid-template-columns: 1fr;
}.program-information .text-section h2 {
    font-size: calc(43px * 0.9);
}.program-information .img-icon {
    height: 350px;
}
}

@media (max-width: 480px) {.program-information {
    padding: 40px 0;
}.program-information .lesson-plan {
    gap: 40px;
}.program-information .text-section h2 {
    font-size: calc(43px * 0.8);
    padding-bottom: 15px;
}.program-information .text-section h2::after {
    width: 80px;
}.program-information .text-section .description {
    padding: 20px;
}.program-information .img-icon {
    height: 250px;
}}.contact-us {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgb(207,202,210,0.5) 100%);
}.contact-us::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,164,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(207,202,210,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    animation: pulse 15s infinite alternate;
    height: 100%;
    z-index: 0;
}.contact-us::after {
    background-size: 200px 200px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(207,202,210,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(207,202,210,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(207,202,210,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(207,202,210,0.5) 75%);
    content: '';
    left: 0;
    z-index: 1;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    opacity: 0.05;
}.contact-us .img-icon {
    filter: grayscale(40%) contrast(120%);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}.contact-us .container {
    padding: 0 20px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.contact-us h3 {
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
}.contact-us h3::after {
    bottom: -10px;
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: rgb(207,202,210);
    border-radius: 10px;
    height: 4px;
}.contact-us .support-query {
    position: relative;
    background: #ffffff;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.contact-us .support-query::before {
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    bottom: -5px;
    content: '';
    animation: border-glow 5s infinite linear;
    border-radius: calc(24px + 5px);
    left: -5px;
    background: linear-gradient(45deg, rgb(171,164,176), rgb(207,202,210), rgb(171,164,176));
}.contact-us .request-map {
    overflow: hidden;
    flex: 1 1 60%;
    position: relative;
    padding: 40px;
}.contact-us .request-map::before {
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    z-index: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    height: 100%;
    top: 0;
    opacity: 0.3;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    content: '';
}.contact-us .request-map #contact {
    z-index: 1;
    position: relative;
}.contact-us .request-map h3 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}.contact-us .request-map h3::after {
    left: 0;
    width: 60px;
    transform: none;
}.contact-us .request-map input[type="text"],
.contact-us .request-map textarea {
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
}.contact-us .request-map input[type="text"]:focus,
.contact-us .request-map textarea:focus {
    outline: none;
    background-color: #ffffff;
    border-color: rgb(207,202,210);
    box-shadow: 0 0 0 3px rgb(207,202,210,0.5);
}.contact-us .request-map textarea {
    resize: vertical;
    height: 120px;
}.contact-us .request-map .connect-reach {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-us .request-map .connect-reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-us .request-map .connect-reach label {
    font-size: calc(12px - 2px);
    padding-left: 35px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
}.contact-us .request-map .connect-reach label::before {
    left: 0;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
    border-radius: 10px;
    width: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: '';
}.contact-us .request-map .connect-reach input[type="checkbox"]:checked + label::before {
    background-color: rgb(207,202,210);
    border-color: rgb(207,202,210);
}.contact-us .request-map .connect-reach input[type="checkbox"]:checked + label::after {
    width: 8px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    left: 7px;
    content: '';
    height: 4px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 9px;
}.contact-us .request-map .connect-reach a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(207,202,210);
    text-decoration: none;
}.contact-us .request-map .connect-reach a:hover {
    color: rgb(171,164,176);
    text-decoration: underline;
}.contact-us .request-map .help-help {
    padding: 15px 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1px;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(207,202,210) 0%, rgb(171,164,176) 100%);
    border-radius: 24px;
}.contact-us .request-map .help-help::before {
    height: 100%;
    transition: all 0.5s ease;
    left: -100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
}.contact-us .request-map .help-help:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-us .request-map .help-help:hover::before {
    left: 100%;
}.contact-us .help-support {
    flex: 1 1 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(171,164,176) 0%, rgb(207,202,210) 100%);
    overflow: hidden;
    position: relative;
}.contact-us .help-support::before {
    top: 0;
    content: '';
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    opacity: 0.6;
    left: 0;
}.contact-us .help-support h4 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    position: relative;
}.contact-us .help-support h4::after {
    background: #ffffff;
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -10px;
    left: 0;
}.contact-us .help-support .feedback-help {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-us .help-support .feedback-help li {
    margin-bottom: 25px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact-us .help-support .feedback-help li svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.contact-us .help-support .feedback-help li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-us .help-support .feedback-help li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact-us .help-support .feedback-help li span {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
}.contact-us .help-support .feedback-help li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact-us .help-support .feedback-help li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact-us {
    padding: 60px 0;
}.contact-us .container {
    padding: 0 15px;
}.contact-us .support-query {
    flex-direction: column;
}.contact-us .request-map,
    .contact-us .help-support {
    flex: 1 1 100%;
}.contact-us .request-map {
    padding: 30px;
}.contact-us .help-support {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact-us {
    padding: 40px 0;
}.contact-us h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 30px;
}.contact-us .request-map h3,
    .contact-us .help-support h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}.contact-us .request-map input[type="text"],
    .contact-us .request-map textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-us .request-map textarea {
    height: 100px;
}.contact-us .request-map .help-help {
    padding: 12px 25px;
    font-size: calc(20px - 1px);
}.contact-us .help-support .feedback-help li {
    margin-bottom: 20px;
}.contact-us .help-support .feedback-help li svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.contact-us {
    padding: 30px 0;
}.contact-us .request-map,
    .contact-us .help-support {
    padding: 20px;
}.contact-us h3 {
    font-size: calc(37px - 6px);
}.contact-us .request-map .connect-reach label {
    font-size: calc(12px - 3px);
}}.program-results {
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 100px 0;
}.program-results::before {
    width: 100%;
    pointer-events: none;
    opacity: 0.07;
    content: "";
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(207,202,210,0.5) 49%, transparent 51%) 0 0 / 40px 40px,
        linear-gradient(-45deg, transparent 48%, rgb(171,164,176,0.5) 49%, transparent 51%) 0 0 / 60px 60px;
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
}.program-results .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.program-results .pro-classes {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    position: relative;
    transform-style: preserve-3d;
}.program-results .text-section {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    flex: 1;
    position: relative;
    padding: 40px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.program-results .text-section::before {
    transform: translateZ(-5px);
    bottom: 40px;
    border-left: 2px solid rgb(207,202,210);
    opacity: 0.3;
    transition: all 0.3s ease-out;
    top: -10px;
    right: 40px;
    border-top: 2px solid rgb(207,202,210);
    content: "";
    position: absolute;
    pointer-events: none;
    left: -10px;
}.program-results .text-section::after {
    z-index: -1;
    content: "";
    filter: blur(1px);
    right: -15px;
    width: 60%;
    opacity: 0.2;
    position: absolute;
    transition: all 0.3s ease-out;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(171,164,176,0.5) 0,
            rgb(171,164,176,0.5) 2px,
            transparent 2px,
            transparent 8px
        );
    transform: translateZ(-10px);
    bottom: -15px;
    height: 60%;
}.program-results .text-section h4 {
    letter-spacing: -0.01em;
    position: relative;
    color: #000000;
    transform: translateZ(5px);
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-size: calc(19px * 1.1);
}.program-results .text-section h4::after {
    transform: translateZ(5px);
    bottom: -12px;
    background: linear-gradient(90deg, rgb(207,202,210), transparent);
    left: 0;
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
}.program-results .text-section > div {
    flex-direction: column;
    gap: 10px;
    display: flex;
}.program-results .text-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.program-results .text-section li {
    margin-bottom: 14px;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
}.program-results .text-section li:hover {
    transform: translateZ(15px) translateX(5px);
}.program-results .text-section li p {
    display: flex;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    align-items: flex-start;
    gap: 15px;
}.program-results .text-section li p span:first-child {
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    width: 44px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5));
    justify-content: center;
    position: relative;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.1),
        -1px -1px 4px rgba(255, 255, 255, 0.8);
    height: 44px;
}.program-results .text-section li:hover p span:first-child {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.15),
        -2px -2px 6px rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.7));
}.program-results svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}.program-results li:hover svg {
    transform: scale(1.1);
}.program-results svg path {
    transition: all 0.3s ease;
    fill: rgb(207,202,210);
}.program-results li:hover svg path {
    fill: rgb(171,164,176);
}.program-results .text-section li p span:last-child {
    padding-bottom: 4px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}.program-results .text-section li p span:last-child::after {
    content: "";
    background: rgb(207,202,210,0.5);
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}.program-results .text-section li:hover p span:last-child::after {
    width: 100%;
}.program-results .img-icon {
    filter: saturate(0.95) contrast(1.05);
    height: auto;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    object-fit: cover;
    transform: translateZ(40px) rotate(-1deg);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program-results .img-icon:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.18),
        -5px -5px 15px rgba(255, 255, 255, 0.9);
    filter: saturate(1.1) contrast(1.1);
    transform: translateZ(45px) rotate(0deg);
}.program-results .img-icon::before {
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(207,202,210,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(171,164,176,0.5) 100%
    );
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    border-radius: 10px;
}.program-results .img-icon:hover::before {
    opacity: 0.3;
}

@media (min-width: 768px) {.program-results {
    padding: 120px 0;
}.program-results .pro-classes {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.program-results .text-section {
    padding: 50px;
    flex: 3;
}.program-results .img-icon {
    max-width: 450px;
    flex: 2;
}.program-results .text-section > div {
    gap: 30px;
    flex-direction: row;
}.program-results .text-section > div > ul {
    flex: 1;
}.program-results .text-section h4 {
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.program-results {
    padding: 140px 0;
}.program-results .pro-classes {
    gap: 80px;
}.program-results .text-section {
    padding: 60px;
}.program-results .text-section h4 {
    margin-bottom: 40px;
    font-size: calc(19px * 1.3);
}.program-results .text-section h4::after {
    width: 100px;
}.program-results .text-section li {
    margin-bottom: 20px;
}.program-results .img-icon {
    transform: translateZ(50px) rotate(-2deg);
}.program-results .img-icon:hover {
    transform: translateZ(60px) rotate(0deg);
}
}

@media (max-width: 767px) {.program-results {
    padding: 80px 0;
}.program-results .text-section {
    padding: 30px;
}.program-results .text-section h4 {
    margin-bottom: 25px;
    font-size: 19px;
}.program-results .text-section li p {
    gap: 10px;
}.program-results .text-section li p span:first-child {
    height: 36px;
    width: 36px;
}.program-results svg {
    height: 16px;
    width: 16px;
}.program-results .img-icon {
    transform: translateZ(30px) rotate(-1deg);
}
}

@media (max-width: 480px) {.program-results {
    padding: 60px 0;
}.program-results .text-section {
    padding: 25px;
}.program-results .text-section h4 {
    font-size: calc(19px * 0.9);
}.program-results .text-section li p span:first-child {
    height: 32px;
    width: 32px;
}.program-results svg {
    height: 14px;
    width: 14px;
}.program-results .img-icon {
    transform: translateZ(20px) rotate(-1deg);
}}.homepage {
    justify-content: center;
    background-color: rgb(207,202,210,0.5);
    align-items: center;
    display: flex;
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}.homepage .img-icon {
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: scale(1.1);
    transition: transform 8s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    filter: brightness(0.85) saturate(1.2);
    left: 0;
    height: 100%;
    top: 0;
}.homepage:hover .img-icon {
    transform: scale(1.2);
}.homepage::before {
    left: 0;
    content: '';
    background: linear-gradient(135deg, 
        rgba(rgb(207,202,210), 0.9), 
        rgba(rgb(207,202,210), 0.7) 40%, 
        rgba(rgb(171,164,176), 0.7) 70%, 
        rgba(rgb(171,164,176), 0.85));
    mix-blend-mode: multiply;
    z-index: 2;
    backdrop-filter: blur(4px);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.homepage::after {
    width: 40%;
    content: '';
    right: 0;
    height: 100%;
    position: absolute;
    transform: skewX(-15deg) translateX(10%);
    z-index: 3;
    top: 0;
    background: linear-gradient(to left, 
        rgba(#000000, 0.6), 
        transparent);
}.homepage .pro-classes {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    border-left: 3px solid rgba(rgb(171,164,176), 0.7);
    margin-top: -2rem;
    width: 85%;
    box-shadow: 
        -15px 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 0 60px rgba(255, 255, 255, 0.05);
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(160deg, 
        rgba(255, 255, 255, 0.08), 
        rgba(255, 255, 255, 0.02));
    padding: 3rem;
    max-width: 1200px;
    position: relative;
    backdrop-filter: blur(10px);
}.homepage .pro-classes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepage h1 {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    font-size: calc(44px * 1.2);
    position: relative;
    color: #ffffff;
    transform: translateY(-20px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}.homepage h1::after {
    animation: lineExpand 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(171,164,176), transparent);
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
    width: 80px;
}.homepage .text-section {
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    opacity: 0;
    position: relative;
}.homepage p {
    max-width: 520px;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
}.homepage .learn-title {
    transform: translateY(15px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    opacity: 0;
    justify-content: center;
    display: flex;
    margin: 2rem 0;
}.homepage svg {
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.3));
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 120px;
}.homepage svg:hover {
    transform: scale(1.05) rotate(5deg);
}.homepage svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.homepage svg:hover path {
    fill: rgb(114, 190, 188);
}.homepage svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.homepage svg:hover text {
    fill: rgb(114, 190, 188);
}.homepage h6 {
    opacity: 0;
    margin-top: 2rem;
    transform: translateY(25px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.9s;
}.homepage .help-help {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 0.9rem 2.2rem;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(171,164,176), rgb(114, 190, 188));
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
    border-radius: 10px;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
}.homepage .help-help::before {
    position: absolute;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    z-index: -1;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.homepage .help-help:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.5);
}.homepage .help-help:hover::before {
    left: 100%;
}

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

@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 1024px) {.homepage .pro-classes {
    grid-template-columns: 1fr;
    width: 90%;
    transform: perspective(1000px) rotateY(0);
}.homepage h1 {
    font-size: calc(44px * 1.1);
}.homepage::after {
    width: 30%;
}
}

@media (max-width: 768px) {.homepage {
    min-height: 100vh;
    height: auto;
}.homepage .pro-classes {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 95%;
    padding: 2rem;
}.homepage h1 {
    font-size: 44px;
}.homepage p {
    font-size: 18px;
}.homepage::after {
    display: none;
}.homepage .img-icon {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 100%);
}.homepage svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.homepage .pro-classes {
    padding: 1.5rem;
}.homepage h1 {
    font-size: calc(44px * 0.9);
}.homepage p {
    font-size: calc(18px * 0.9);
}.homepage .help-help {
    padding: 0.7rem 1.8rem;
}.homepage svg {
    width: 80px;
    height: 80px;
}}.who-we-are {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, rgb(171,164,176,0.5) 100%);
    position: relative;
}.who-we-are::before {
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(171,164,176,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(171,164,176,0.5) 25%, transparent 25%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    background-size: 60px 60px;
    width: 100%;
}.who-we-are::after {
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(207,202,210,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    right: -25%;
    z-index: 0;
    content: "";
    height: 150%;
    width: 80%;
    opacity: 0.1;
}.who-we-are .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.who-we-are h1 {
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 42px;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: left;
}.who-we-are h1::after {
    transform-origin: left;
    height: 4px;
    background: rgb(207,202,210);
    content: "";
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    width: 80px;
}.who-we-are .knowledge-studio {
    position: relative;
}.who-we-are .knowledge-studio ul {
    display: grid;
    list-style: none;
    margin: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 0;
}.who-we-are .study-experts {
    position: relative;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2.5rem;
    animation-delay: calc(0.2s * var(--i, 1));
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(207,202,210);
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    overflow: hidden;
}.who-we-are .study-experts:nth-child(1) {
    --i: 1;
}.who-we-are .study-experts:nth-child(2) {
    --i: 2;
}.who-we-are .study-experts:hover {
    transform: translateY(-5px);
}.who-we-are .study-experts::before {
    background: rgb(171,164,176,0.5);
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    opacity: 0.1;
    transform: translate(50%, -50%);
    content: "";
    height: 100px;
    border-radius: 50%;
}.who-we-are .study-experts h4 {
    animation-delay: calc(0.4s * var(--i, 1));
    position: relative;
    font-size: 21px;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    color: rgb(207,202,210);
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.who-we-are .study-experts div {
    transform: translateY(20px);
    max-height: 250px;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding-right: 1rem;
    font-size: 13px;
    position: relative;
    animation-delay: calc(0.6s * var(--i, 1));
    line-height: 1.8;
    opacity: 0;
    overflow-y: auto;
    color: #000000;
}.who-we-are .study-experts div::-webkit-scrollbar {
    width: 6px;
}.who-we-are .study-experts div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.who-we-are .study-experts div::-webkit-scrollbar-thumb {
    background: rgb(171,164,176,0.5);
    border-radius: 10px;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.who-we-are {
    padding: 8rem 0;
}.who-we-are h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4rem;
}.who-we-are h1::after {
    height: 5px;
    width: 120px;
}.who-we-are .knowledge-studio ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.who-we-are .study-experts {
    display: flex;
    height: 100%;
    flex-direction: column;
}.who-we-are .study-experts:first-child {
    transform: translateY(40px);
}.who-we-are .study-experts:last-child {
    transform: translateY(-10px);
}.who-we-are .study-experts:hover:first-child {
    transform: translateY(35px);
}.who-we-are .study-experts:hover:last-child {
    transform: translateY(-15px);
}.who-we-are .study-experts div {
    max-height: none;
    flex: 1;
}
}

@media (min-width: 1024px) {.who-we-are {
    padding: 10rem 0;
}.who-we-are::before {
    background-size: 80px 80px;
}.who-we-are .container {
    padding: 0 4rem;
}.who-we-are h1 {
    font-size: calc(42px * 1.4);
    margin-bottom: 5rem;
}.who-we-are h1::after {
    width: 140px;
}.who-we-are .study-experts {
    padding: 3rem;
}.who-we-are .study-experts h4 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.1);
}.who-we-are .study-experts div {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.who-we-are {
    padding: 4rem 0;
}.who-we-are h1 {
    text-align: center;
    margin-bottom: 2.5rem;
}.who-we-are h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.who-we-are .study-experts {
    margin-bottom: 2rem;
    padding: 1.8rem;
}.who-we-are .study-experts h4 {
    margin-bottom: 1rem;
}.who-we-are .study-experts div {
    max-height: 200px;
}}header {
    margin-top: 0;
    overflow: visible;
    padding: 0;
    z-index: 100;
    background: rgb(235,233,237);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}header::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(207,202,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(207,202,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(207,202,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(207,202,210), 0.03) 25%) 0 0 / 20px 20px;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
}header::after {
    content: '';
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: center;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(207,202,210), 
        rgb(171,164,176), 
        rgb(207,202,210)
    );
    height: 5px;
    width: 100%;
    transform: scaleX(0.7);
    bottom: 0;
}header:hover::after {
    transform: scaleX(1);
}header .main-head {
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.3rem 2.5rem;
}header .top-teach {
    margin-right: 2rem;
    perspective: 800px;
    position: relative;
    flex: 0 0 auto;
}header .head-bar {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    transform-style: preserve-3d;
}header .head-bar:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head-bar::before {
    filter: blur(10px);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateZ(-10px);
    position: absolute;
    top: 0;
    background: rgb(207,202,210);
    content: '';
}header .head-bar img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}header .head-sitewrap {
    display: flex;
    transform-style: preserve-3d;
    padding: 0;
    position: relative;
    margin: 0;
    perspective: 1000px;
    list-style: none;
}header .head-sitewrap::before {
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform: rotateX(90deg);
    height: 10px;
    transform-origin: top;
    content: '';
    top: 100%;
    width: 100%;
    position: absolute;
}header .top-know {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}header .top-know a {
    justify-content: center;
    transform-style: preserve-3d;
    font-size: 15px;
    transform: translateZ(0);
    border-radius: 10px;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    background: #ffffff;
    padding: 0.7rem 1.2rem;
    position: relative;
    color: #000000;
    display: flex;
    align-items: center;
}header .top-know a::before {
    border-radius: 10px;
    left: 0;
    transform: translateZ(-5px);
    opacity: 0;
    content: '';
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgb(207,202,210,0.5) 0%, 
        rgb(171,164,176,0.5) 100%
    );
    width: 100%;
    position: absolute;
    height: 100%;
}header .top-know a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .top-know a:hover::before {
    opacity: 1;
}header .top-know a::after {
    background: rgb(207,202,210);
    position: absolute;
    height: 5px;
    content: '';
    right: 5px;
    transition: all 0.4s ease;
    left: 5px;
    bottom: -5px;
    opacity: 0;
    transform: translateZ(-10px);
}header .top-know a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .main-head::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(207,202,210), 
        transparent
    );
    width: 30%;
    content: '';
    left: 35%;
    position: absolute;
    top: 0;
    height: 1px;
}.head-mentor {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .main-head {
    margin: 0 auto;
    max-width: 1320px;
}header .top-know {
    margin: 0 0.5rem;
}header .top-know a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .main-head {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top-teach {
    margin-right: 0;
    margin-bottom: 0;
}header .head-sitewrap {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .top-know a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-head {
    padding: 0.8rem 1.5rem;
}header .top-teach {
    max-width: 140px;
}header .head-bar img {
    max-height: 35px;
}header .head-sitewrap {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
}header .head-sitewrap::-webkit-scrollbar {
    height: 3px;
}header .head-sitewrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,202,210,0.5);
}header .top-know {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top-know a {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .main-head {
    padding: 0.7rem 1.2rem;
}header .top-teach {
    max-width: 120px;
}header .top-know a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head-bar:hover {
    transform: translateY(-3px);
}header .top-know a:hover {
    transform: translateY(-3px);
}}.cookieNotificationAlert {
    border-top: 2px solid rgb(207,202,210);
    bottom: 0;
    background: rgb(235,233,237);
    z-index: 90;
    position: fixed;
    width: 100%;
}#cookieMessageBanner {
    display: none;
}#cookieMessageBanner:checked ~ .cookieNotificationAlert {
    visibility: hidden;
    opacity: 0;
}.cookie-preference {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}.cookieNotificationAlert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationAlert p {
    font-size: 18px;
}.learn-agree {
    margin-right: 10px;
    flex-shrink: 0;
}.learn-agree svg, .learn-agree svg path, .learn-agree img {
    fill: rgb(207,202,210);
    height: 100px;
    width: 100px;
}.cookie-box {
    flex-shrink: 0;
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    color: rgb(207,202,210);
    text-decoration: none;
    border-bottom: 2px solid rgb(207,202,210);
    margin-left: 10px;
}.cookieNotificationAlert p a {
    color: rgb(207,202,210);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn-agree {
    display: none;
}.cookie-preference {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieNotificationAlert h5 {
    text-align: center;
}.cookieNotificationAlert p {
    text-align: center;
}.visitor-privacy {
    margin-bottom: 20px;
}body .wrap-structure .cookie-box {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrap-structure .cookieNotificationAlert {
    box-shadow: rgb(171,164,176,0.5) 0px 0px 10px 10px;
    background: rgb(207,202,210);
}.wrap-structure .cookie-preference {
    padding: 40px 0;
    justify-content: space-between;
}.wrap-structure .cookie-box {
    background: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    color: rgb(207,202,210);
    padding: 10px;
    border: none;
}.wrap-structure .visitor-privacy {
    color: #ffffff;
    text-align: left;
}.wrap-structure .visitor-privacy h5 {
    font-weight: 700;
}.wrap-structure .visitor-privacy h5, .wrap-structure .visitor-privacy p {
    color: #ffffff;
}.wrap-structure .cookieNotificationAlert p a {
    color: rgb(171,164,176);
    text-decoration: underline;
}.pricing-shelf {
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,237) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}.pricing-shelf::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(207,202,210,0.5) 0%, transparent 40%);
}.pricing-shelf .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.pricing-shelf .lesson-plans {
    flex-direction: column;
    display: flex;
}.pricing-shelf .lesson-rates {
    margin-left: auto;
    max-width: 800px;
    order: 1;
    text-align: center;
    margin-bottom: 3rem;
    margin-right: auto;
}.pricing-shelf .lesson-rates h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    display: inline-block;
    color: #000000;
}.pricing-shelf .lesson-rates h2::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: rgb(207,202,210);
    width: 80px;
    height: 3px;
    position: absolute;
}.pricing-shelf .package-price {
    margin: 0 auto;
    font-size: 13px;
    max-width: 600px;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
}.pricing-shelf .study-cost {
    gap: 2rem;
    order: 2;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-shelf .indv-cost {
    height: 100%;
    position: relative;
    background: #ffffff;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.pricing-shelf .indv-cost:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing-shelf .cost-options {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing-shelf .learning-cost {
    position: relative;
    word-break: break-word;
    flex-grow: 1;
    flex-direction: column;
    overflow-wrap: break-word;
    display: flex;
    padding: 2rem;
    z-index: 1;
}.pricing-shelf .learning-cost::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    opacity: 0.7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.pricing-shelf .learning-cost h3 {
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    margin-bottom: 1.5rem;
    color: #000000;
}.pricing-shelf .learning-cost h3::after {
    width: 40px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(171,164,176);
    transition: width 0.3s ease;
    height: 2px;
}.pricing-shelf .indv-cost:hover .learning-cost h3::after {
    width: 80px;
}.pricing-shelf .value-pricing {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(23px * 1.5);
    font-weight: 700;
    color: rgb(207,202,210);
}.pricing-shelf .value-pricing::before {
    content: "";
    left: 0;
    background: rgb(207,202,210);
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    bottom: -5px;
}.pricing-shelf .indv-cost:hover .value-pricing::before {
    width: 100%;
}.pricing-shelf .learning-cost p {
    color: #000000;
    font-size: 13px;
    margin-top: auto;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing-shelf .img-icon {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 200px;
}.pricing-shelf .img-icon::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.pricing-shelf .indv-cost:hover .img-icon {
    transform: scale(1.05);
}.pricing-shelf .indv-cost:nth-child(odd) .cost-options {
    flex-direction: column-reverse;
}.pricing-shelf .indv-cost:nth-child(3n+1) {
    border-top: 3px solid rgb(207,202,210);
}.pricing-shelf .indv-cost:nth-child(3n+2) {
    border-top: 3px solid rgb(171,164,176);
}.pricing-shelf .indv-cost:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing-shelf .lesson-plans {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing-shelf .lesson-rates {
    order: 2;
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.pricing-shelf .lesson-rates h2 {
    text-align: left;
}.pricing-shelf .lesson-rates h2::after {
    transform: none;
    left: 0;
}.pricing-shelf .package-price {
    margin: 0;
    text-align: left;
}.pricing-shelf .study-cost {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing-shelf .study-cost {
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf .indv-cost:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-shelf .indv-cost:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-shelf .indv-cost:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing-shelf {
    padding: 4rem 0;
}.pricing-shelf .learning-cost {
    padding: 1.5rem;
}.pricing-shelf .learning-cost h3 {
    font-size: 23px;
}.pricing-shelf .value-pricing {
    font-size: 23px;
}.pricing-shelf .learning-cost p {
    overflow-y: auto;
    line-height: 1.5;
    max-height: 150px;
    font-size: calc(13px * 0.9);
}.pricing-shelf .img-icon {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing-shelf .study-cost {
    grid-template-columns: 1fr;
}.pricing-shelf .lesson-rates h2 {
    font-size: calc(35px * 0.8);
}.pricing-shelf .package-price {
    font-size: calc(13px * 0.9);
}.pricing-shelf .learning-cost p {
    max-height: 120px;
}
}