﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.core-container-JFK {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.footer-address-TAO {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 18px;
    padding: 4px;
}::-webkit-scrollbar-button {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    border-radius: 7%;
    box-shadow: inset 2px -2px 9px 6px rgba(0, 0, 0, 0.2);
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    border-radius: 7.8vw;
    background: #ffffff;
    min-height: 39px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(172,106,185,0.5);
    box-shadow: 4px 0px 15px 3px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -4px 15px 5px rgba(0, 0, 0, 0.8);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(195,166,201);
    border-radius: 7px;
}.header-base-zM0 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1278px;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}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;
}}
header .top_plank {
    background: rgb(195,166,201);
    color:  #ffffff;
}header .top_plank .top-edge-Ex3 div svg, header .top_plank .top-edge-Ex3 div svg path {
    fill: #ffffff;
}header .top_plank .top-edge-Ex3 div span {
    color: #ffffff;
}header .top_plank .top-edge-Ex3 {
    padding: 15px 0 10px 0;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    flex-wrap: wrap;
    line-height: 21px;
    width: 100%;
    align-items: center;
}header .top_plank .top-edge-Ex3 div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .top-edge-Ex3 div img, header .top_plank .top-edge-Ex3 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.course-features-0i1 {
    position: relative;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course-features-0i1::before {
    content: "";
    transform: rotate(-15deg);
    filter: blur(80px);
    top: -5%;
    position: absolute;
    height: 40%;
    width: 40%;
    right: -5%;
    z-index: 1;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(225deg, rgb(195,166,201,0.5) 0%, transparent 70%);
    opacity: 0.4;
}.course-features-0i1::after {
    bottom: -5%;
    opacity: 0.4;
    transform: rotate(15deg);
    width: 30%;
    background: linear-gradient(45deg, rgb(172,106,185,0.5) 0%, transparent 70%);
    height: 30%;
    position: absolute;
    content: "";
    filter: blur(60px);
    z-index: 1;
    left: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.course-features-0i1 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.course-features-0i1 h2 {
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    margin-bottom: 3rem;
    font-size: 29px;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-1rem);
    position: relative;
}.course-features-0i1 h2::before {
    transform-origin: left;
    transform: scaleX(0);
    bottom: -1rem;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    position: absolute;
    width: 8rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    height: 0.25rem;
}.course-features-0i1 .learn-coding-MP4 {
    gap: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.course-features-0i1 .image-frame-6lO {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(2rem);
    border-radius: 10px;
    position: relative;
    opacity: 0;
    overflow: hidden;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.course-features-0i1 .image-frame-6lO::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(195,166,201), 0.2) 100%);
    z-index: 1;
    left: 0;
}.course-features-0i1 .image-frame-6lO::after {
    position: absolute;
    transform: rotate(45deg);
    top: -100%;
    left: -100%;
    width: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 200%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}.course-features-0i1 .content-box-wrap-k9K {
    gap: 2rem;
    position: relative;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    flex-direction: column;
    opacity: 0;
    display: flex;
}.course-features-0i1 .description {
    color: #000000;
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: rgb(195,166,201,0.5) rgb(214,204,219);
    line-height: 1.8;
    padding-right: 1.5rem;
    scrollbar-width: thin;
    font-size: 12px;
}.course-features-0i1 .description::-webkit-scrollbar {
    width: 6px;
}.course-features-0i1 .description::-webkit-scrollbar-track {
    background: rgb(214,204,219);
    border-radius: 10px;
}.course-features-0i1 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,166,201,0.5);
}.course-features-0i1 .description:nth-child(1) {
    position: relative;
}.course-features-0i1 .description:nth-child(1)::first-line {
    font-weight: 600;
    color: #000000;
}.course-features-0i1 .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.course-features-0i1 .learn-coding-MP4 {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.course-features-0i1 h2 {
    font-size: calc(29px * 1.2);
    text-align: left;
    max-width: 90%;
}.course-features-0i1 .image-frame-6lO {
    height: 500px;
}.course-features-0i1 .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course-features-0i1 {
    padding: 8rem 0;
}.course-features-0i1 .container {
    padding: 0 4rem;
}.course-features-0i1 h2 {
    font-size: calc(29px * 1.4);
    max-width: 80%;
}.course-features-0i1 .learn-coding-MP4 {
    gap: 4rem;
}.course-features-0i1 .image-frame-6lO {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.course-features-0i1 .image-frame-6lO:hover {
    transform: translateY(-8px) scale(1.02);
}.course-features-0i1 .content-box-wrap-k9K {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course-features-0i1 .image-frame-6lO {
    height: 650px;
}.course-features-0i1 h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course-features-0i1 {
    padding: 4rem 0;
}.course-features-0i1 h2 {
    text-align: center;
    font-size: calc(29px * 0.9);
}.course-features-0i1 h2::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.thanks-area-GIr {
    background: linear-gradient(135deg, rgb(214,204,219) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.thanks-area-GIr::before {
    top: 0;
    transform: translateX(20%) skewX(-15deg);
    z-index: 1;
    background: linear-gradient(215deg, rgb(195,166,201,0.5) 0%, transparent 70%);
    width: 40%;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
}.thanks-area-GIr::after {
    transform: rotate(-10deg);
    width: 30%;
    bottom: -5%;
    height: 70%;
    z-index: 1;
    position: absolute;
    left: -2%;
    background: linear-gradient(125deg, rgb(172,106,185,0.5) 0%, transparent 80%);
    content: "";
}.thanks-area-GIr .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.thanks-area-GIr h2 {
    font-weight: 700;
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 37px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    max-width: 800px;
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}.thanks-area-GIr h2::before {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(195,166,201);
    width: 80px;
    left: 0;
    height: 4px;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    position: absolute;
    content: "";
    top: -15px;
}.thanks-area-GIr .study-pro-zhm {
    transform: perspective(1000px) rotateX(2deg);
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    overflow: hidden;
    opacity: 0;
    padding: 40px 50px;
    transform-origin: top center;
}.thanks-area-GIr .study-pro-zhm::before {
    background: linear-gradient(to bottom, rgb(195,166,201), rgb(172,106,185));
    height: 100%;
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    left: 0;
}.thanks-area-GIr .study-pro-zhm::after {
    z-index: -1;
    height: 100%;
    content: "";
    right: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    top: 0;
    width: 80%;
    transform: translateX(100%);
    position: absolute;
}.thanks-area-GIr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanks-area-GIr li {
    opacity: 0;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    position: relative;
}.thanks-area-GIr li::before {
    position: absolute;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: rgb(195,166,201);
    transform: scale(0);
    left: -30px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    content: "";
    top: 10px;
}.thanks-area-GIr span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.thanks-area-GIr {
    padding: 90px 0 60px;
}.thanks-area-GIr h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.thanks-area-GIr .study-pro-zhm {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.thanks-area-GIr {
    padding: 70px 0 50px;
}.thanks-area-GIr::before {
    width: 50%;
}.thanks-area-GIr h2 {
    font-size: calc(37px * 0.8);
    max-width: 100%;
}.thanks-area-GIr .study-pro-zhm {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.thanks-area-GIr {
    padding: 60px 0 40px;
}.thanks-area-GIr::before,
    .thanks-area-GIr::after {
    opacity: 0.5;
}.thanks-area-GIr .container {
    padding: 0 20px;
}.thanks-area-GIr h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.thanks-area-GIr h2::before {
    width: 60px;
    top: -10px;
    height: 3px;
}.thanks-area-GIr .study-pro-zhm {
    transform: none;
    padding: 25px 20px;
}.thanks-area-GIr span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.thanks-area-GIr li::before {
    left: -20px;
    width: 8px;
    height: 8px;
}}.about-this-Sty {
    overflow: hidden;
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
}.about-this-Sty::before {
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 10% 10%, rgb(195,166,201,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.1;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.about-this-Sty::after {
    content: "";
    width: 100%;
    bottom: 0;
    background: radial-gradient(circle at 90% 90%, rgb(172,106,185,0.5) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    right: 0;
    position: absolute;
}.about-this-Sty .container {
    z-index: 5;
    position: relative;
}.about-this-Sty h2 {
    display: inline-block;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 60px;
    width: 100%;
    color: #000000;
    text-align: center;
    position: relative;
}.about-this-Sty h2::after {
    bottom: -15px;
    content: "";
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    border-radius: 10px;
}.about-this-Sty .skill-track-sHS {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    display: flex;
    position: relative;
}.about-this-Sty .knowledge-guides-HBX {
    width: 100%;
    gap: 40px;
    align-items: flex-start;
    padding: 0;
    display: flex;
    max-width: 800px;
    position: relative;
}.about-this-Sty .knowledge-guides-HBX:first-child {
    flex-direction: row;
}.about-this-Sty .knowledge-guides-HBX:last-child {
    flex-direction: row-reverse;
}.about-this-Sty .knowledge-guides-HBX h3 {
    margin: 0;
    border-radius: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 20px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
}.about-this-Sty .knowledge-guides-HBX:first-child h3 {
    background: rgb(195,166,201);
}.about-this-Sty .knowledge-guides-HBX:last-child h3 {
    background: rgb(172,106,185);
}.about-this-Sty .knowledge-guides-HBX h3::after {
    background: inherit;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 20px;
    z-index: -1;
    height: 20px;
    content: "";
    top: 50%;
}.about-this-Sty .knowledge-guides-HBX:first-child h3::after {
    right: -10px;
}.about-this-Sty .knowledge-guides-HBX:last-child h3::after {
    left: -10px;
}.about-this-Sty .knowledge-guides-HBX p {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    z-index: 1;
    color: #000000;
    font-size: 17px;
    flex: 1;
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
}.about-this-Sty .knowledge-guides-HBX:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.about-this-Sty .knowledge-guides-HBX:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.about-this-Sty .skill-track-sHS::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 50%;
    opacity: 0.3;
    background: linear-gradient(to bottom, rgb(195,166,201,0.5), rgb(172,106,185,0.5));
    z-index: 0;
    content: "";
    width: 1px;
}

@media screen and (max-width: 992px) {.about-this-Sty {
    padding: 80px 0;
}.about-this-Sty h2 {
    font-size: calc(47px * 0.9);
    margin-bottom: 50px;
}.about-this-Sty .skill-track-sHS {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.about-this-Sty {
    padding: 60px 0;
}.about-this-Sty h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.about-this-Sty h2::after {
    height: 3px;
    width: 80px;
}.about-this-Sty .knowledge-guides-HBX {
    align-items: center;
    gap: 20px;
    flex-direction: column !important;
}.about-this-Sty .knowledge-guides-HBX h3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}.about-this-Sty .knowledge-guides-HBX h3::after {
    display: none;
}.about-this-Sty .knowledge-guides-HBX p {
    padding: 25px;
    width: 100%;
}.about-this-Sty .skill-track-sHS::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.about-this-Sty {
    padding: 50px 0;
}.about-this-Sty h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.about-this-Sty h2::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}.about-this-Sty .skill-track-sHS {
    gap: 30px;
}.about-this-Sty .knowledge-guides-HBX h3 {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.about-this-Sty .knowledge-guides-HBX p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
    padding: 20px;
}}header {
    z-index: 99;
    background: rgb(214,204,219);
    width: 100%;
    overflow: visible;
    position: relative;
}header::before {
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(195,166,201,0.5) 0%, transparent 70%);
}header .top-info-5C7 {
    padding: 25px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .top-info-5C7::before {
    top: -10px;
    width: 30%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,166,201), transparent);
    content: "";
    height: 5px;
    left: 10%;
    filter: blur(5px);
}header .top-info-5C7::after {
    position: absolute;
    width: 30%;
    right: 10%;
    bottom: -10px;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(172,106,185));
    height: 5px;
    content: "";
}header .top-info-5C7 .header-bar-27L {
    z-index: 2;
    padding: 5px;
    position: relative;
}header .top-info-5C7 .header-bar-27L::before {
    top: -5px;
    height: calc(100% + 10px);
    content: "";
    left: -5px;
    position: absolute;
    transition: opacity 0.3s ease;
    width: calc(100% + 10px);
    z-index: -1;
    filter: blur(15px);
    opacity: 0;
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
}header .top-info-5C7 .header-bar-27L:hover::before {
    opacity: 0.7;
}header .top-info-5C7 .header-bar-27L .nav-pagewrap-FpN {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}header .top-info-5C7 .header-bar-27L:hover .nav-pagewrap-FpN {
    transform: scale(1.05);
}header .top-info-5C7 .header-bar-27L .nav-pagewrap-FpN svg {
    width: auto;
    height: 45px;
}header .top-info-5C7 .main-header-MZ5 {
    padding: 10px;
    border-radius: 28px;
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
}header .top-info-5C7 .main-header-MZ5::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    border-radius: 28px;
    width: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
    opacity: 0.1;
    height: 100%;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI {
    margin: 0 3px;
    position: relative;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI a {
    font-size: 18px;
    padding: 8px 15px;
    font-family: Arial, sans-serif;
    display: block;
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #000000;
    border-radius: 10px;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI a::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI a::after {
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    width: 150%;
    top: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
    height: 150%;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI:hover a::before {
    opacity: 1;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI:hover a {
    color: #ffffff;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(195,166,201), rgb(172,106,185));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(195,166,201), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(195,166,201), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(195,166,201), 0);
    }
}

@media (max-width: 992px) {header .top-info-5C7 {
    padding: 20px 15px;
    flex-direction: column;
}header .top-info-5C7 .header-bar-27L {
    margin-bottom: 15px;
}header .top-info-5C7 .main-header-MZ5 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI {
    margin: 3px;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .top-info-5C7 {
    padding: 15px 10px;
}header .top-info-5C7 .header-bar-27L .nav-pagewrap-FpN svg {
    height: 40px;
}header .top-info-5C7 .main-header-MZ5 {
    padding: 5px;
}header .top-info-5C7 .main-header-MZ5 .header-sitebar-RhI a {
    font-size: calc(18px - 2px);
    padding: 5px 10px;
}}.welcome-zDL {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(214,204,219), rgb(172,106,185,0.5), rgba(0, 0, 0, 0.5) 90%);
    min-height: 100vh;
    padding: 4rem 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
}.welcome-zDL::before {
    animation: pulse 15s ease-in-out infinite alternate;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(172,106,185,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
}.welcome-zDL::after {
    position: absolute;
    width: 60%;
    z-index: 1;
    top: -20%;
    right: -10%;
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(ellipse, rgb(195,166,201,0.5) 0%, transparent 70%);
    content: "";
    height: 60%;
}.welcome-zDL .intro-title-wVA {
    grid-template-columns: 1fr;
    animation: fadeUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: grid;
    width: 100%;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform: translateY(2rem);
    opacity: 0;
    gap: 3rem;
}.welcome-zDL .intro-title-wVA > div:first-child {
    position: relative;
    order: 2;
}.welcome-zDL .intro-title-wVA > div:first-child::before {
    width: 120px;
    left: 0;
    background: linear-gradient(90deg, rgb(195,166,201), transparent);
    top: -30px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 3px;
    animation: scaleInX 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    content: "";
}.welcome-zDL .intro-title-wVA > div:first-child p {
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    animation: fadeSlideRight 1s 1s ease-out forwards;
    opacity: 0;
    font-weight: 600;
    color: #ffffff;
    transform: translateX(-10px);
    font-size: calc(12px * 1.2);
    max-width: 90%;
}.welcome-zDL .our-journey-Pkx {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 5px;
    position: relative;
    order: 1;
}.welcome-zDL .our-journey-Pkx:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.welcome-zDL .our-journey-Pkx > div {
    min-height: 460px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 3rem 2.5rem;
    position: relative;
}.welcome-zDL .our-journey-Pkx > div::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, transparent 50%, #000000 110%);
}.welcome-zDL .our-journey-Pkx > div::after {
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    z-index: 2;
    height: 60%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.welcome-zDL .our-journey-Pkx h3 {
    animation: fadeUp 1s 0.6s ease-out forwards;
    font-size: calc(22px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 3;
    font-weight: 400;
    color: #ffffff;
    transform: translateY(-10px);
    opacity: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    line-height: 1.4;
}.welcome-zDL .our-journey-Pkx > div > div {
    z-index: 3;
    position: relative;
}.welcome-zDL .our-journey-Pkx > div > div > div {
    position: relative;
    padding-left: 1.5rem;
}.welcome-zDL .our-journey-Pkx > div > div > div::before {
    width: 4px;
    transform-origin: top;
    top: 0;
    animation: scaleInY 1.2s 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    left: 0;
    background: rgb(195,166,201);
    height: 100%;
    content: "";
    transform: scaleY(0);
    position: absolute;
}.welcome-zDL .our-journey-Pkx .title_style_header {
    letter-spacing: 1px;
    line-height: 1.2;
    transform: translateY(10px);
    font-size: 47px;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    opacity: 0;
}

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

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

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

@keyframes scaleInY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

@media (min-width: 768px) {.welcome-zDL {
    padding: 5rem 3rem;
}.welcome-zDL .intro-title-wVA {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.welcome-zDL .intro-title-wVA > div:first-child {
    order: 1;
    align-items: center;
    display: flex;
}.welcome-zDL .intro-title-wVA > div:first-child p {
    font-size: calc(12px * 1.4);
    max-width: 80%;
}.welcome-zDL .our-journey-Pkx {
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
    order: 2;
}.welcome-zDL .our-journey-Pkx > div {
    padding: 4rem 3rem;
    min-height: 520px;
}.welcome-zDL .our-journey-Pkx h3 {
    max-width: 85%;
    font-size: calc(22px * 1.2);
}.welcome-zDL .our-journey-Pkx .title_style_header {
    font-size: calc(47px * 1.2);
}
}

@media (min-width: 1024px) {.welcome-zDL {
    padding: 0;
}.welcome-zDL .intro-title-wVA {
    grid-template-columns: 45% 50%;
    gap: 5%;
}.welcome-zDL .intro-title-wVA > div:first-child p {
    font-size: calc(12px * 1.6);
    max-width: 95%;
}.welcome-zDL .our-journey-Pkx > div {
    min-height: 580px;
}.welcome-zDL .our-journey-Pkx h3 {
    font-size: calc(22px * 1.3);
    max-width: 80%;
}.welcome-zDL .our-journey-Pkx .title_style_header {
    font-size: calc(47px * 1.4);
}
}

@media (min-width: 1440px) {.welcome-zDL .intro-title-wVA {
    gap: 5%;
    grid-template-columns: 40% 55%;
}.welcome-zDL .intro-title-wVA > div:first-child p {
    font-size: calc(12px * 1.8);
}.welcome-zDL .our-journey-Pkx > div {
    min-height: 640px;
    padding: 5rem 4rem;
}.welcome-zDL .our-journey-Pkx h3 {
    font-size: calc(22px * 1.4);
}.welcome-zDL .our-journey-Pkx .title_style_header {
    font-size: calc(47px * 1.6);
}
}

@media (max-width: 480px) {.welcome-zDL {
    padding: 3rem 1.5rem;
}.welcome-zDL .intro-title-wVA > div:first-child p {
    font-size: 12px;
    max-width: 100%;
}.welcome-zDL .our-journey-Pkx > div {
    padding: 2rem 1.5rem;
    min-height: 400px;
}.welcome-zDL .our-journey-Pkx h3 {
    font-size: 22px;
}.welcome-zDL .our-journey-Pkx .title_style_header {
    font-size: calc(47px * 0.85);
}}.contact-0iA {
    position: relative;
    padding: 5rem 0;
}.contact-0iA::before {
    content: "";
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.contact-0iA .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.contact-0iA .feedback-info-c7r {
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(214,204,219);
    position: relative;
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
}.contact-0iA .feedback-info-c7r::before {
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(195,166,201), 
        rgb(172,106,185));
    top: 0;
    position: absolute;
}.contact-0iA .support-query-LJu {
    padding: 3rem;
    flex: 1 0 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(214,204,219);
    position: relative;
}.contact-0iA .support-query-LJu::after {
    height: 100%;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(195,166,201,0.5),
        transparent);
    top: 0;
    content: "";
    position: absolute;
}.contact-0iA .support-query-LJu h3 {
    font-size: 24px;
    margin-bottom: 2.5rem;
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(172,106,185);
    font-weight: 700;
    color: rgb(195,166,201);
}.contact-0iA .support-query-LJu div {
    margin-bottom: 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    display: flex;
    padding: 1rem;
    align-items: center;
}.contact-0iA .support-query-LJu div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.contact-0iA .support-query-LJu div svg {
    padding: 5px;
    width: 24px;
    border-radius: 50%;
    margin-right: 1rem;
    background: rgb(195,166,201);
    height: 24px;
    flex-shrink: 0;
}.contact-0iA .support-query-LJu div svg path {
    fill: #ffffff;
}.contact-0iA .support-query-LJu div span {
    color: #000000;
    font-size: 17px;
}.contact-0iA .support-query-LJu div span a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}.contact-0iA .support-query-LJu div span a:hover {
    color: rgb(195,166,201);
}.contact-0iA .request-message-3aQ {
    background: #ffffff;
    flex: 1 0 450px;
    position: relative;
    padding: 3rem;
}.contact-0iA .request-message-3aQ::before {
    left: -10px;
    top: 3rem;
    width: 20px;
    height: 20px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    transform: rotate(45deg);
    background: #ffffff;
    content: "";
}.contact-0iA .request-message-3aQ form {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.contact-0iA .request-message-3aQ h3 {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
}.contact-0iA .request-message-3aQ h3::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(195,166,201);
    width: 50px;
}.contact-0iA .request-message-3aQ input[type="text"],
.contact-0iA .request-message-3aQ input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    width: 100%;
    font-size: 17px;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    background: rgb(214,204,219);
    transition: all 0.3s ease;
}.contact-0iA .request-message-3aQ input[type="text"]:focus,
.contact-0iA .request-message-3aQ input[type="email"]:focus {
    border-color: rgb(195,166,201);
    outline: none;
    box-shadow: 0 0 0 3px rgb(195,166,201,0.5);
}.contact-0iA .request-message-3aQ input[type="text"]::placeholder,
.contact-0iA .request-message-3aQ input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact-0iA .request-message-3aQ .message-message-rCj {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}.contact-0iA .request-message-3aQ .message-message-rCj input[type="checkbox"] {
    border: 2px solid #000000;
    cursor: pointer;
    -webkit-appearance: none;
    height: 20px;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
    appearance: none;
    width: 20px;
    margin-top: 2px;
    border-radius: 4px;
    background-color: #ffffff;
}.contact-0iA .request-message-3aQ .message-message-rCj input[type="checkbox"]:checked {
    border-color: rgb(195,166,201);
    background-color: rgb(195,166,201);
}.contact-0iA .request-message-3aQ .message-message-rCj input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    content: "";
    left: 7px;
    position: absolute;
    top: 3px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}.contact-0iA .request-message-3aQ .message-message-rCj label {
    font-size: calc(17px - 1px);
    color: #000000;
    line-height: 1.5;
}.contact-0iA .request-message-3aQ .message-message-rCj label a {
    text-decoration: none;
    color: rgb(195,166,201);
    font-weight: 600;
}.contact-0iA .request-message-3aQ .feedback-form-M69 {
    transition: all 0.3s ease;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    background: rgb(195,166,201);
    color: #ffffff;
    border: none;
}.contact-0iA .request-message-3aQ .feedback-form-M69::after {
    left: 50%;
    height: 5px;
    width: 5px;
    transform: scale(1, 1) translate(-50%);
    border-radius: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    opacity: 0;
    top: 50%;
    transform-origin: 50% 50%;
}.contact-0iA .request-message-3aQ .feedback-form-M69:hover {
    background: rgb(172,106,185);
}.contact-0iA .request-message-3aQ .feedback-form-M69:focus {
    outline: none;
}.contact-0iA .request-message-3aQ .feedback-form-M69:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact-0iA .feedback-info-c7r {
    flex-direction: column;
}.contact-0iA .support-query-LJu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.contact-0iA .support-query-LJu::after {
    height: 1px;
    bottom: 0;
    background: linear-gradient(to right,
            transparent,
            rgb(195,166,201,0.5),
            transparent);
    width: 100%;
    right: unset;
    top: unset;
    left: 0;
}.contact-0iA .request-message-3aQ::before {
    top: -10px;
    transform: rotate(135deg);
    left: 3rem;
}
}

@media screen and (max-width: 768px) {.contact-0iA {
    padding: 4rem 0;
}.contact-0iA .support-query-LJu,
    .contact-0iA .request-message-3aQ {
    padding: 2rem;
}.contact-0iA .support-query-LJu h3,
    .contact-0iA .request-message-3aQ h3 {
    font-size: calc(24px - 2px);
}
}

@media screen and (max-width: 576px) {.contact-0iA {
    padding: 3rem 0;
}.contact-0iA .support-query-LJu,
    .contact-0iA .request-message-3aQ {
    padding: 1.5rem;
}.contact-0iA .support-query-LJu div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.contact-0iA .support-query-LJu div svg {
    height: 20px;
    width: 20px;
}.contact-0iA .request-message-3aQ input[type="text"],
    .contact-0iA .request-message-3aQ input[type="email"] {
    padding: 0.8rem 1rem;
}.contact-0iA .request-message-3aQ::before {
    display: none;
}}.footer-address-TAO {
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #000000 0%, rgb(172,106,185,0.5) 100%);
    color: #ffffff;
    position: relative;
}.footer-address-TAO::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.15;
    left: 0;
    z-index: 1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,166,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(172,106,185,0.5) 0%, transparent 30%);
}.footer-address-TAO::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
}.footer-address-TAO .container {
    z-index: 3;
    position: relative;
}.footer-address-TAO .diversity-Eyx {
    display: flex;
    flex-direction: column;
    position: relative;
}.footer-address-TAO .get-contactus-7hG {
    z-index: 10;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 2rem;
    padding: 1.25rem 2rem;
    justify-content: space-between;
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 11px;
}.footer-address-TAO .get-contactus-7hG::before {
    border-radius: 11px;
    content: '';
    background: linear-gradient(135deg, transparent 20%, rgb(195,166,201,0.5) 140%);
    height: 100%;
    opacity: 0.08;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.footer-address-TAO .info_item {
    flex: 1;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
    max-width: 300px;
}.footer-address-TAO .info_item:not(:last-child)::after {
    right: -0.75rem;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    height: 70%;
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(172,106,185,0.5), transparent);
    width: 1px;
}.footer-address-TAO .info_item p,
.footer-address-TAO .info_item a {
    gap: 0.875rem;
    align-items: center;
    display: flex;
    padding: 0.5rem;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
}.footer-address-TAO .info_item:hover {
    transform: translateY(-5px);
}.footer-address-TAO .info_item:hover p,
.footer-address-TAO .info_item:hover a {
    color: rgb(195,166,201);
}.footer-address-TAO .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(195,166,201);
}.footer-address-TAO .info_item:hover svg {
    transform: scale(1.15);
}.footer-address-TAO .text_main_holder {
    position: relative;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
}.footer-address-TAO .header-bar-27L {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.footer-address-TAO .header-bar-27L svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 180px;
}.footer-address-TAO .header-bar-27L:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(195,166,201,0.5));
}.footer-address-TAO .lesson-cta-z1F {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(12px + 1px);
}.footer-address-TAO .main-header-MZ5 {
    flex-direction: column;
    display: flex;
    position: relative;
}.footer-address-TAO .main-header-MZ5::before {
    background: linear-gradient(to bottom, transparent, rgb(172,106,185,0.5) 30%, rgb(172,106,185,0.5) 70%, transparent);
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: -2rem;
    width: 1px;
}.footer-address-TAO .main-header-MZ5::after {
    background: linear-gradient(to bottom, transparent, rgb(172,106,185,0.5) 30%, rgb(172,106,185,0.5) 70%, transparent);
    right: -2rem;
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    top: 0;
}.footer-address-TAO .main-header-MZ5 h5 {
    margin-bottom: 1.75rem;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.footer-address-TAO .main-header-MZ5 h5::after {
    background: linear-gradient(to right, rgb(195,166,201), transparent);
    left: 0;
    width: 60px;
    position: absolute;
    height: 2px;
    content: '';
    bottom: 0;
}.footer-address-TAO .header-site-m1Y {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}.footer-address-TAO .header-site-m1Y:first-child {
    margin-bottom: 2rem;
}.footer-address-TAO .header-site-m1Y a {
    transform-origin: left;
    opacity: 0.85;
    font-size: 15px;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}.footer-address-TAO .header-site-m1Y a::before {
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(195,166,201);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}.footer-address-TAO .header-site-m1Y a:hover {
    color: rgb(195,166,201);
    opacity: 1;
    transform: translateX(8px);
}.footer-address-TAO .header-site-m1Y a:hover::before {
    width: 20px;
}.footer-address-TAO .subscribe_holder {
    border-radius: 11px;
    flex-direction: column;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 1.5rem;
}.footer-address-TAO .subscribe_holder::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(195,166,201,0.5), transparent 70%);
    left: 0;
    top: 0;
    content: '';
    opacity: 0.2;
}.footer-address-TAO .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    width: 150px;
    content: '';
    position: absolute;
    bottom: 0;
    height: 150px;
    background: radial-gradient(circle, rgb(195,166,201,0.5) 0%, transparent 70%);
    opacity: 0.3;
    z-index: -1;
    right: 0;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.footer-address-TAO .subscribe_holder h5 {
    padding-bottom: 0.875rem;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.footer-address-TAO .subscribe_holder h5::after {
    left: 0;
    content: '';
    background: rgb(195,166,201);
    width: 40px;
    bottom: 0;
    position: absolute;
    height: 2px;
}.footer-address-TAO .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.9;
}.footer-address-TAO .input_holder {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    position: relative;
    flex-direction: column;
}.footer-address-TAO .input_holder::before {
    border-radius: calc(10px + 10px);
    left: -10px;
    z-index: -1;
    content: '';
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0.1;
    position: absolute;
    animation: subtleRotate 15s linear infinite;
    background: 
        radial-gradient(circle at bottom right, rgb(195,166,201,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(172,106,185,0.5) 0%, transparent 70%);
    top: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer-address-TAO .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.footer-address-TAO .input_holder input[type="email"]:focus {
    border-color: rgb(195,166,201,0.5);
    box-shadow: 0 0 0 3px rgb(195,166,201,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.footer-address-TAO .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.footer-address-TAO .email-panel-Xtf {
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    background-color: rgb(195,166,201);
    font-size: 19px;
    color: #ffffff;
    transition: all 0.3s ease;
}.footer-address-TAO .email-panel-Xtf::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    content: '';
    width: 100%;
    z-index: -1;
    top: 0;
    transition: left 0.7s ease;
}.footer-address-TAO .email-panel-Xtf::after {
    position: absolute;
    transition: opacity 0.3s ease;
    background: rgb(172,106,185);
    z-index: -2;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
}.footer-address-TAO .email-panel-Xtf:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.footer-address-TAO .email-panel-Xtf:hover::before {
    left: 100%;
}.footer-address-TAO .email-panel-Xtf:hover::after {
    opacity: 1;
}.footer-address-TAO .about-learn-tga {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.footer-address-TAO .about-learn-tga::before {
    height: 1px;
    position: absolute;
    width: 60%;
    content: '';
    left: 20%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(172,106,185,0.5), transparent);
}.footer-address-TAO .footer-milestones-oMh {
    opacity: 0.7;
    font-size: 12px;
}

@media (max-width: 1200px) {.footer-address-TAO .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.footer-address-TAO .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.footer-address-TAO .main-header-MZ5::after {
    display: none;
}
}

@media (max-width: 991px) {.footer-address-TAO {
    padding: 5rem 0 2rem;
}.footer-address-TAO .get-contactus-7hG {
    justify-content: center;
    flex-wrap: wrap;
}.footer-address-TAO .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.footer-address-TAO .info_item:not(:last-child)::after {
    display: none;
}.footer-address-TAO .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.footer-address-TAO .main-header-MZ5::before, 
    .footer-address-TAO .main-header-MZ5::after {
    display: none;
}.footer-address-TAO .header-bar-27L {
    text-align: center;
    align-items: center;
}.footer-address-TAO .main-header-MZ5 h5, 
    .footer-address-TAO .subscribe_holder h5 {
    text-align: center;
}.footer-address-TAO .main-header-MZ5 h5::after, 
    .footer-address-TAO .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer-address-TAO .header-site-m1Y {
    grid-template-columns: repeat(3, 1fr);
}.footer-address-TAO .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.footer-address-TAO {
    padding: 4rem 0 2rem;
}.footer-address-TAO .get-contactus-7hG {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.footer-address-TAO .info_item {
    max-width: none;
    width: 100%;
}.footer-address-TAO .header-site-m1Y {
    grid-template-columns: repeat(2, 1fr);
}.footer-address-TAO .about-learn-tga {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer-address-TAO {
    padding: 3rem 0 1.5rem;
}.footer-address-TAO .get-contactus-7hG {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.footer-address-TAO .info_item p,
    .footer-address-TAO .info_item a {
    font-size: calc(15px - 1px);
}.footer-address-TAO .header-site-m1Y {
    grid-template-columns: 1fr;
    text-align: center;
}.footer-address-TAO .header-site-m1Y a:hover {
    transform: none;
}.footer-address-TAO .header-site-m1Y a::before {
    left: 50%;
    transform: translateX(-50%);
}.footer-address-TAO .header-site-m1Y a:hover::before {
    width: 30px;
}.footer-address-TAO .input_holder {
    width: 100%;
}}.pricing-bucket-mqt {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, #ffffff 100%);
}.pricing-bucket-mqt::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(195,166,201,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
}.pricing-bucket-mqt .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.pricing-bucket-mqt .pricing-schemes-zDO {
    display: flex;
    flex-direction: column;
}.pricing-bucket-mqt .cost-schemes-EJU {
    margin-right: auto;
    order: 1;
    margin-bottom: 3rem;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
}.pricing-bucket-mqt .cost-schemes-EJU h2 {
    color: #000000;
    font-size: 33px;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
}.pricing-bucket-mqt .cost-schemes-EJU h2::after {
    background: rgb(195,166,201);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 3px;
}.pricing-bucket-mqt .member-plans-opZ {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 13px;
}.pricing-bucket-mqt .cost-deals-LiK {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
    display: grid;
}.pricing-bucket-mqt .basic-rates-iUr {
    height: 100%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
}.pricing-bucket-mqt .basic-rates-iUr:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.pricing-bucket-mqt .pro-fees-QLa {
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing-bucket-mqt .pricing-deals-8Oa {
    padding: 2rem;
    flex-direction: column;
    word-break: break-word;
    position: relative;
    overflow-wrap: break-word;
    z-index: 1;
    flex-grow: 1;
    display: flex;
}.pricing-bucket-mqt .pricing-deals-8Oa::before {
    position: absolute;
    opacity: 0.7;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
}.pricing-bucket-mqt .pricing-deals-8Oa h3 {
    color: #000000;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}.pricing-bucket-mqt .pricing-deals-8Oa h3::after {
    transition: width 0.3s ease;
    left: 0;
    background: rgb(172,106,185);
    position: absolute;
    height: 2px;
    width: 40px;
    content: "";
    bottom: 0;
}.pricing-bucket-mqt .basic-rates-iUr:hover .pricing-deals-8Oa h3::after {
    width: 80px;
}.pricing-bucket-mqt .lesson-fees-3KY {
    font-weight: 700;
    font-size: calc(19px * 1.5);
    position: relative;
    display: inline-block;
    color: rgb(195,166,201);
    margin-bottom: 1.5rem;
}.pricing-bucket-mqt .lesson-fees-3KY::before {
    background: rgb(195,166,201);
    width: 0;
    left: 0;
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.pricing-bucket-mqt .basic-rates-iUr:hover .lesson-fees-3KY::before {
    width: 100%;
}.pricing-bucket-mqt .pricing-deals-8Oa p {
    font-size: 13px;
    word-break: break-word;
    margin-top: auto;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
}.pricing-bucket-mqt .image-frame-6lO {
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}.pricing-bucket-mqt .image-frame-6lO::after {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
}.pricing-bucket-mqt .basic-rates-iUr:hover .image-frame-6lO {
    transform: scale(1.05);
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(odd) .pro-fees-QLa {
    flex-direction: column-reverse;
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(3n+1) {
    border-top: 3px solid rgb(195,166,201);
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(3n+2) {
    border-top: 3px solid rgb(172,106,185);
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing-bucket-mqt .pricing-schemes-zDO {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.pricing-bucket-mqt .cost-schemes-EJU {
    text-align: left;
    flex: 0 0 30%;
    order: 2;
    margin-bottom: 0;
}.pricing-bucket-mqt .cost-schemes-EJU h2 {
    text-align: left;
}.pricing-bucket-mqt .cost-schemes-EJU h2::after {
    left: 0;
    transform: none;
}.pricing-bucket-mqt .member-plans-opZ {
    margin: 0;
    text-align: left;
}.pricing-bucket-mqt .cost-deals-LiK {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.pricing-bucket-mqt .cost-deals-LiK {
    grid-template-columns: repeat(2, 1fr);
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-bucket-mqt .basic-rates-iUr:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-bucket-mqt .basic-rates-iUr:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing-bucket-mqt {
    padding: 4rem 0;
}.pricing-bucket-mqt .pricing-deals-8Oa {
    padding: 1.5rem;
}.pricing-bucket-mqt .pricing-deals-8Oa h3 {
    font-size: 19px;
}.pricing-bucket-mqt .lesson-fees-3KY {
    font-size: 19px;
}.pricing-bucket-mqt .pricing-deals-8Oa p {
    max-height: 150px;
    overflow-y: auto;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.pricing-bucket-mqt .image-frame-6lO {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing-bucket-mqt .cost-deals-LiK {
    grid-template-columns: 1fr;
}.pricing-bucket-mqt .cost-schemes-EJU h2 {
    font-size: calc(33px * 0.8);
}.pricing-bucket-mqt .member-plans-opZ {
    font-size: calc(13px * 0.9);
}.pricing-bucket-mqt .pricing-deals-8Oa p {
    max-height: 120px;
}}.cookieNoticePromptPanel-r7E {
    z-index: 90;
    width: 100%;
    background: rgb(214,204,219);
    bottom: 0;
    padding: 20px 0;
    border-top: 3px solid rgb(195,166,201);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
}.data-opt-qkg {
    margin: auto;
    align-items: center;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1200px;
}#popupConsentNotice-THn {
    display: none;
}#popupConsentNotice-THn:checked ~ .cookieNoticePromptPanel-r7E {
    visibility: hidden;
    opacity: 0;
}.cookieNoticePromptPanel-r7E h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    color: rgb(195,166,201);
}.cookieNoticePromptPanel-r7E p {
    max-width: 500px;
    font-size: 18px;
    color: #000000;
}.cookie-tab-NQ6 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-tab-NQ6 svg, .cookie-tab-NQ6 svg path {
    height: 80px;
    width: 80px;
    fill: rgb(195,166,201);
}.track-optin-IZ3 {
    text-decoration: none;
    color: #ffffff;
    flex-shrink: 0;
    text-align: center;
    min-width: 140px;
    padding: 12px 24px;
    border: 2px solid transparent;
    margin-left: 10px;
    font-weight: 600;
    transition: border 0.2s;
    border-radius: 10px;
    text-transform: uppercase;
    background: rgb(195,166,201);
    font-size: 16px;
}.cookie_button.cookie-all-DKJ {
    background: rgb(195,166,201);
}.cookie_button.cookie-guide-1Mb {
    background: rgb(172,106,185);
}.track-optin-IZ3:hover {
    border: 2px solid #ffffff;
}.cookieNoticePromptPanel-r7E p a {
    font-weight: 700;
    color: rgb(195,166,201);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.data-opt-qkg {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-tab-NQ6 {
    display: none;
}.data-opt-qkg {
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieNoticePromptPanel-r7E h5, .cookieNoticePromptPanel-r7E p {
    text-align: center;
}.cookie-updates-ZWb {
    margin-bottom: 20px;
}.track-optin-IZ3 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
.core-container-JFK .cookieNoticePromptPanel-r7E {
    border: none;
    padding: 30px 0;
    background: rgb(172,106,185);
}.core-container-JFK .track-optin-IZ3 {
    background: rgb(195,166,201);
    margin-left: 0;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 16px;
}.core-container-JFK .cookie-updates-ZWb h5, .core-container-JFK .cookie-updates-ZWb p {
    color: #ffffff;
}.privacy-armoury-Pr7 {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(255,255,255,0.95) 100%);
}.privacy-armoury-Pr7::before {
    left: 0;
    transform: translateZ(0);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(195,166,201,0.5) 0%, transparent 60%);
}.privacy-armoury-Pr7::after {
    height: 40%;
    background: radial-gradient(circle, rgb(172,106,185,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    transform: translateZ(0);
    opacity: 0.12;
    z-index: 0;
    right: -10%;
    top: -10%;
    width: 40%;
}.privacy-armoury-Pr7 .container {
    max-width: 1140px;
    padding: 2rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
    transform: translateZ(0);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}.privacy-armoury-Pr7 h1 {
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(195,166,201);
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 39px;
    transform: translateZ(0);
    font-weight: 700;
}.privacy-armoury-Pr7 h1::after {
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    width: 40%;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    content: "";
    transform-origin: left;
    height: 3px;
    position: absolute;
}.privacy-armoury-Pr7 h1:hover::after {
    width: 100%;
}.privacy-armoury-Pr7 h2 {
    color: rgb(195,166,201);
    font-size: 29px;
    border-left: 3px solid rgb(172,106,185);
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
}.privacy-armoury-Pr7 h3 {
    transform: translateZ(0);
    color: rgb(172,106,185);
    font-family: Arial, sans-serif;
    font-size: calc(29px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy-armoury-Pr7 h4 {
    font-family: Arial, sans-serif;
    margin: 1.5rem 0 0.75rem;
    font-weight: 400;
    padding-bottom: 0.5rem;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-size: calc(29px * 0.75);
}.privacy-armoury-Pr7 h4::after {
    background-color: rgb(172,106,185,0.5);
    width: 30px;
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 0;
}.privacy-armoury-Pr7 p {
    max-width: 90ch;
    margin-bottom: 1.25rem;
    font-size: 13px;
    color: #000000;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.privacy-armoury-Pr7 p strong {
    position: relative;
    font-weight: 600;
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(172,106,185), 0.08) 50%, transparent 100%);
    padding: 0 4px;
    display: inline-block;
    color: #000000;
}.privacy-armoury-Pr7 span {
    line-height: 1.65;
    display: block;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    font-size: calc(13px * 0.95);
    border-left: 1px dashed rgb(172,106,185,0.5);
    color: #000000;
    padding-left: 1rem;
    font-family: Arial, sans-serif;
}.privacy-armoury-Pr7 ul {
    list-style-type: none;
    margin: 1.5rem 0;
    transform: translateZ(0);
    position: relative;
    padding-left: 0;
}.privacy-armoury-Pr7 ul::before {
    background: linear-gradient(to bottom, rgb(172,106,185,0.5), transparent);
    position: absolute;
    width: 1px;
    left: 10px;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    content: "";
}.privacy-armoury-Pr7 li {
    font-family: Arial, sans-serif;
    padding-left: 2.5rem;
    line-height: 1.6;
    transform: translateZ(0);
    font-size: 13px;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.privacy-armoury-Pr7 li::before {
    left: 5px;
    border: 1px solid rgb(172,106,185);
    content: "";
    width: 10px;
    position: absolute;
    height: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.8);
    transform: rotate(45deg);
    top: 0.5rem;
}.privacy-armoury-Pr7 li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(172,106,185,0.5);
}

@media (max-width: 992px) {.privacy-armoury-Pr7 {
    padding: 3rem 1.5rem;
}.privacy-armoury-Pr7 .container {
    padding: 1.5rem;
}.privacy-armoury-Pr7 h1 {
    font-size: calc(39px * 0.9);
}.privacy-armoury-Pr7 h2 {
    font-size: calc(29px * 0.9);
    padding-left: 0.75rem;
}.privacy-armoury-Pr7 h3 {
    font-size: calc(29px * 0.75);
}.privacy-armoury-Pr7 h4 {
    font-size: calc(29px * 0.65);
}
}

@media (max-width: 768px) {.privacy-armoury-Pr7 {
    padding: 2rem 1rem;
}.privacy-armoury-Pr7 .container {
    padding: 1.25rem;
}.privacy-armoury-Pr7 h1 {
    font-size: calc(39px * 0.8);
}.privacy-armoury-Pr7 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.privacy-armoury-Pr7 p {
    font-size: calc(13px * 0.95);
}.privacy-armoury-Pr7 span {
    font-size: calc(13px * 0.9);
}.privacy-armoury-Pr7 li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy-armoury-Pr7 {
    padding: 1.5rem 0.75rem;
}.privacy-armoury-Pr7 .container {
    padding: 1rem;
}.privacy-armoury-Pr7 h1 {
    font-size: calc(39px * 0.7);
}.privacy-armoury-Pr7 h2 {
    padding-left: 0.5rem;
    font-size: calc(29px * 0.7);
}.privacy-armoury-Pr7 h3 {
    font-size: calc(29px * 0.65);
}.privacy-armoury-Pr7 h4 {
    font-size: calc(29px * 0.55);
}.privacy-armoury-Pr7 p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.privacy-armoury-Pr7 span {
    padding-left: 0.75rem;
    font-size: calc(13px * 0.85);
}.privacy-armoury-Pr7 ul {
    margin: 1.25rem 0;
}.privacy-armoury-Pr7 li {
    padding-left: 1.75rem;
    font-size: calc(13px * 0.9);
}.privacy-armoury-Pr7 li::before {
    height: 8px;
    width: 8px;
}}.academic-experience-KTn {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(214,204,219);
}.academic-experience-KTn::before {
    animation: lineExpand 5s ease-in-out infinite alternate;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(195,166,201,0.5), transparent);
    top: 40%;
    left: 0;
    position: absolute;
    content: "";
    width: 40%;
    transform-origin: left center;
}.academic-experience-KTn::after {
    background: linear-gradient(to left, transparent, rgb(172,106,185,0.5), transparent);
    bottom: 40%;
    position: absolute;
    width: 40%;
    transform-origin: right center;
    right: 0;
    height: 1px;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
}.academic-experience-KTn .user-voices-9QC {
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    display: grid;
    position: relative;
    gap: 4rem;
    max-width: 1100px;
    z-index: 1;
}.academic-experience-KTn .image-frame-6lO {
    overflow: hidden;
    height: 400px;
    position: relative;
    transform: scale(1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    width: 100%;
    border-radius: 0;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.academic-experience-KTn .image-frame-6lO::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.7s ease;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(195,166,201,0.5) 0%, transparent 50%);
}.academic-experience-KTn .exp-card-Sgx {
    opacity: 0.9;
    display: flex;
    justify-content: center;
    transition: all 0.7s ease;
    position: relative;
    flex-direction: column;
}.academic-experience-KTn .exp-card-Sgx::before {
    top: 15%;
    height: 70%;
    content: "";
    left: -2rem;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
}.academic-experience-KTn .name {
    font-size: calc(48px * 1.2);
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateX(0);
}.academic-experience-KTn .name::after {
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
    background: rgb(195,166,201);
    width: 50px;
    transform: scaleX(0);
    transition: transform 0.5s ease 0.2s;
    height: 2px;
}.academic-experience-KTn .exp-card-Sgx div:nth-child(2) {
    font-size: 20px;
    transition: all 0.5s ease 0.1s;
    color: rgb(172,106,185);
    letter-spacing: 2px;
    margin-bottom: 3rem;
    transform: translateX(0);
    text-transform: uppercase;
    font-weight: 300;
}.academic-experience-KTn .career-milestones-LCj {
    transform: translateX(0);
    position: relative;
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
}.academic-experience-KTn .career-milestones-LCj::before {
    left: 0;
    font-size: 4rem;
    top: -1rem;
    position: absolute;
    line-height: 1;
    content: "";
    color: rgb(195,166,201,0.5);
    font-family: serif;
}.academic-experience-KTn .user-voices-9QC:hover .image-frame-6lO {
    transform: scale(1.05);
    filter: grayscale(0%);
}.academic-experience-KTn .user-voices-9QC:hover .image-frame-6lO::after {
    opacity: 0.3;
}.academic-experience-KTn .user-voices-9QC:hover .name {
    transform: translateX(10px);
}.academic-experience-KTn .user-voices-9QC:hover .name::after {
    transform: scaleX(1);
}.academic-experience-KTn .user-voices-9QC:hover .exp-card-Sgx div:nth-child(2) {
    transform: translateX(20px);
}.academic-experience-KTn .user-voices-9QC:hover .career-milestones-LCj {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.academic-experience-KTn .user-voices-9QC {
    grid-template-columns: 1fr;
    gap: 3rem;
}.academic-experience-KTn .image-frame-6lO {
    margin: 0 auto;
    height: 350px;
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
}.academic-experience-KTn .exp-card-Sgx::before {
    width: 60%;
    left: 20%;
    height: 1px;
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.academic-experience-KTn .user-voices-9QC:hover .name,
    .academic-experience-KTn .user-voices-9QC:hover .exp-card-Sgx div:nth-child(2),
    .academic-experience-KTn .user-voices-9QC:hover .career-milestones-LCj {
    transform: translateX(0);
}}.course-candidates-QY0 {
    position: relative;
    background-size: 60px 60px;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    background-color: #000000;
}.course-candidates-QY0::before {
    top: -50%;
    height: 200%;
    left: -50%;
    width: 200%;
    animation: rotateBackground 60s linear infinite;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(195,166,201,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(172,106,185,0.5) 0%, transparent 25%);
    content: '';
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-candidates-QY0::after {
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    left: 0;
}.course-candidates-QY0 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
    max-width: 1140px;
}.course-candidates-QY0 .study-pro-zhm {
    overflow: visible;
    padding: 0;
    position: relative;
}.course-candidates-QY0 h4 {
    color: #ffffff;
    margin: 0 0 70px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: calc(35px * 1.2);
    text-shadow: 0 0 15px rgb(195,166,201,0.5), 0 0 30px rgb(195,166,201,0.5);
    position: relative;
}.course-candidates-QY0 h4::before {
    height: 3px;
    left: 50%;
    box-shadow: 0 0 10px 2px rgb(195,166,201);
    bottom: 0;
    content: '';
    width: 120px;
    background: rgb(195,166,201);
    position: absolute;
    transform: translateX(-50%);
}.course-candidates-QY0 h4::after {
    width: 200px;
    content: '';
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    background: rgb(172,106,185,0.5);
}.course-candidates-QY0 div > div {
    margin: 0 -50px;
    perspective: 1500px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: grid;
}.course-candidates-QY0 p {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    z-index: 1;
    padding: 30px 35px;
    display: flex;
    border-radius: 0;
    margin: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    font-size: calc(16px * 1.05);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(195,166,201,0.5);
    position: relative;
    overflow: visible;
    line-height: 1.7;
    box-shadow: 
        0 0 20px rgb(195,166,201,0.5),
        inset 0 0 10px rgb(195,166,201,0.5);
    backdrop-filter: blur(5px);
    align-items: flex-start;
}.course-candidates-QY0 p::before {
    right: 0;
    background: rgb(195,166,201);
    height: 30px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    content: '';
    width: 30px;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
}.course-candidates-QY0 p::after {
    transition: all 0.3s ease;
    top: -15px;
    opacity: 0.15;
    font-weight: 700;
    font-size: calc(41px * 1.2);
    z-index: -1;
    color: rgb(172,106,185);
    position: absolute;
    content: attr(data-number);
    right: 25px;
}.course-candidates-QY0 p:nth-child(1)::after {
    content: '01';
}.course-candidates-QY0 p:nth-child(2)::after {
    content: '02';
}.course-candidates-QY0 p:nth-child(3)::after {
    content: '03';
}.course-candidates-QY0 p:nth-child(4)::after {
    content: '04';
}.course-candidates-QY0 p:nth-child(5)::after {
    content: '05';
}.course-candidates-QY0 p:nth-child(6)::after {
    content: '06';
}.course-candidates-QY0 p:nth-child(7)::after {
    content: '07';
}.course-candidates-QY0 p:nth-child(8)::after {
    content: '08';
}.course-candidates-QY0 p:nth-child(9)::after {
    content: '09';
}.course-candidates-QY0 p:nth-child(10)::after {
    content: '10';
}.course-candidates-QY0 p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(195,166,201);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(195,166,201,0.5),
        inset 0 0 15px rgb(195,166,201);
}.course-candidates-QY0 p:hover::before {
    opacity: 1;
}.course-candidates-QY0 p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.course-candidates-QY0 p:nth-child(3n+1) {
    transform: translateX(-30px);
}.course-candidates-QY0 p:nth-child(3n+3) {
    transform: translateX(30px);
}.course-candidates-QY0 p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.course-candidates-QY0 p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.course-candidates-QY0 p svg {
    margin-right: 20px;
    width: 36px;
    transition: transform 0.3s ease;
    height: 36px;
    filter: drop-shadow(0 0 8px rgb(195,166,201,0.5));
    flex-shrink: 0;
}.course-candidates-QY0 p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.course-candidates-QY0 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,166,201);
}.course-candidates-QY0 p:hover svg path {
    fill: rgb(172,106,185);
}.course-candidates-QY0 .study-pro-zhm::before {
    left: -100px;
    animation: rotateMesh 30s linear infinite;
    filter: blur(2px);
    width: 200px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(172,106,185) 49%, rgb(172,106,185) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(172,106,185) 49%, rgb(172,106,185) 51%, transparent 52%) 0 0/20px 20px;
    top: -70px;
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 200px;
    opacity: 0.2;
}.course-candidates-QY0 .study-pro-zhm::after {
    width: 150px;
    right: -70px;
    border-radius: 50%;
    opacity: 0.2;
    height: 150px;
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(195,166,201) 49%, rgb(195,166,201) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(195,166,201) 49%, rgb(195,166,201) 51%, transparent 52%) 0 0/15px 15px;
    position: absolute;
    content: '';
    animation: rotateMesh 30s linear infinite reverse;
    bottom: -70px;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.course-candidates-QY0 div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.course-candidates-QY0 {
    padding: 80px 0;
}.course-candidates-QY0 h4 {
    font-size: calc(35px * 1.1);
    margin-bottom: 60px;
}.course-candidates-QY0 div > div {
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.course-candidates-QY0 p {
    padding: 25px 30px;
}.course-candidates-QY0 p svg {
    height: 32px;
    margin-right: 15px;
    width: 32px;
}.course-candidates-QY0 p:nth-child(3n+1),
    .course-candidates-QY0 p:nth-child(3n+3) {
    transform: none;
}.course-candidates-QY0 p:nth-child(odd) {
    transform: translateX(-20px);
}.course-candidates-QY0 p:nth-child(even) {
    transform: translateX(20px);
}.course-candidates-QY0 p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course-candidates-QY0 p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.course-candidates-QY0 {
    padding: 70px 0;
}.course-candidates-QY0 h4 {
    letter-spacing: 2px;
    font-size: 35px;
    margin-bottom: 50px;
}.course-candidates-QY0 div > div {
    gap: 25px;
    margin: 0;
    grid-template-columns: 1fr;
}.course-candidates-QY0 p {
    transform: none !important;
    padding: 25px;
}.course-candidates-QY0 p:hover {
    transform: translateY(-10px) !important;
}.course-candidates-QY0 .study-pro-zhm::before {
    width: 120px;
    height: 120px;
    left: -60px;
    top: -50px;
}.course-candidates-QY0 .study-pro-zhm::after {
    right: -50px;
    width: 100px;
    bottom: -50px;
    height: 100px;
}
}

@media (max-width: 480px) {.course-candidates-QY0 {
    padding: 60px 0;
}.course-candidates-QY0 h4 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: calc(35px * 0.85);
}.course-candidates-QY0 p {
    font-size: 16px;
    padding: 20px;
}.course-candidates-QY0 p svg {
    margin-right: 12px;
    width: 28px;
    height: 28px;
}.course-candidates-QY0 p::after {
    top: -10px;
    right: 15px;
    font-size: 41px;
}
}