* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.footnote-ref-G0 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 10px;
    background: rgb(197,165,173,0.5);
}::-webkit-scrollbar-track {
    margin: 2px 0;
    border-radius: 15%;
    background: rgb(180,116,132);
}::-webkit-scrollbar-thumb {
    background: rgb(197,165,173,0.5);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(219,208,199);
    border-color: rgb(180,116,132);
    box-shadow: 5px 3px 0px -1px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(180,116,132,0.5);
}}

.site-prime-Cu {
    flex: 1 0 auto;
}.wrapping-container-Bj {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1259px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our-team-X9 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.our-team-X9::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    z-index: 1;
}.our-team-X9::after {
    opacity: 0.15;
    top: -150px;
    position: absolute;
    border: 2px solid rgb(197,165,173);
    width: 300px;
    animation: float 18s infinite ease-in-out;
    right: -100px;
    z-index: 1;
    content: "";
    transform: rotate(45deg);
    height: 300px;
    pointer-events: none;
}.our-team-X9 h4 {
    font-size: calc(18px * 1.2);
    opacity: 0;
    margin-bottom: 40px;
    transform: translateX(40px);
    animation: slideIn 0.8s 0.2s forwards ease-out;
    padding-left: 60px;
    font-weight: 700;
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
}.our-team-X9 h4::before {
    height: 2px;
    width: 40px;
    background: rgb(197,165,173);
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}.our-team-X9 .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.our-team-X9 .text-stack-kV {
    border-left: 4px solid rgb(197,165,173);
    position: relative;
    opacity: 0;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.our-team-X9 .text-stack-kV::before {
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(197,165,173,0.5), transparent);
    position: absolute;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.our-team-X9 .text-stack-kV h6 {
    opacity: 0;
    font-size: calc(36px * 0.9);
    animation: slideIn 0.8s 0.5s forwards ease-out;
    display: inline-block;
    color: rgb(197,165,173);
    position: relative;
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 25px;
}.our-team-X9 .text-stack-kV h6::after {
    position: absolute;
    transform: scaleX(0);
    background: rgb(197,165,173);
    left: 0;
    width: 60%;
    transform-origin: left;
    bottom: -8px;
    content: "";
    animation: expandWidth 1.2s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    height: 2px;
}.our-team-X9 .text-stack-kV div {
    scroll-behavior: smooth;
    padding-right: 15px;
    position: relative;
    overflow-y: auto;
    max-height: 300px;
}.our-team-X9 .text-stack-kV div::-webkit-scrollbar {
    width: 4px;
}.our-team-X9 .text-stack-kV div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}.our-team-X9 .text-stack-kV div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,165,173,0.5);
}.our-team-X9 .text-stack-kV span {
    line-height: 1.8;
    opacity: 0.9;
    transform: translateY(20px);
    font-size: 15px;
    color: #ffffff;
    opacity: 0;
    display: block;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
}

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

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

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

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

@media (max-width: 991px) {.our-team-X9 {
    padding: 80px 0;
}.our-team-X9 h4 {
    padding-left: 40px;
    font-size: calc(18px * 1.1);
    margin-left: 15px;
}.our-team-X9 h4::before {
    width: 30px;
}.our-team-X9 .text-stack-kV {
    padding: 40px 30px;
}.our-team-X9 .text-stack-kV h6 {
    font-size: calc(36px * 0.8);
}
}

@media (max-width: 767px) {.our-team-X9 {
    padding: 60px 0;
}.our-team-X9 h4 {
    font-size: 18px;
    padding-left: 35px;
}.our-team-X9 h4::before {
    width: 25px;
}.our-team-X9 .text-stack-kV {
    padding: 30px 20px;
}.our-team-X9 .text-stack-kV h6 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.our-team-X9 .text-stack-kV div {
    max-height: 250px;
}.our-team-X9 .text-stack-kV span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.our-team-X9 {
    padding: 50px 0;
}.our-team-X9 h4 {
    padding-left: 30px;
    letter-spacing: 2px;
    margin-left: 10px;
    font-size: calc(18px * 0.9);
}.our-team-X9 h4::before {
    width: 20px;
}.our-team-X9 .text-stack-kV {
    padding: 25px 15px;
    border-left-width: 3px;
}.our-team-X9 .text-stack-kV h6 {
    font-size: calc(36px * 0.6);
    margin-bottom: 15px;
}.our-team-X9 .text-stack-kV div {
    max-height: 200px;
}.our-team-X9 .text-stack-kV span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.program-structure-T1 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(219,208,199);
}.program-structure-T1::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(197,165,173,0.5) 0%, transparent 50%, rgb(180,116,132,0.5) 100%);
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
}.program-structure-T1::after {
    height: 400px;
    animation: rotate 20s linear infinite;
    right: -100px;
    background: radial-gradient(circle, rgb(180,116,132,0.5) 0%, transparent 80%);
    border-radius: 50%;
    content: "";
    z-index: 1;
    position: absolute;
    top: -100px;
    width: 400px;
}.program-structure-T1 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.program-structure-T1 .online-class-M7 {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}.program-structure-T1 .text-stack-kV {
    gap: 30px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.program-structure-T1 .text-stack-kV h2 {
    border-left: 4px solid rgb(197,165,173);
    font-weight: 700;
    position: relative;
    font-size: 31px;
    padding-left: 20px;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    color: #000000;
}.program-structure-T1 .description {
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 30px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.program-structure-T1 .description:first-of-type {
    overflow: hidden;
    position: relative;
}.program-structure-T1 .description:first-of-type::before {
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    height: 40px;
    top: -10px;
    left: -10px;
    background-color: rgb(197,165,173,0.5);
    position: absolute;
    content: "";
}.program-structure-T1 .description:last-of-type {
    position: relative;
    overflow: hidden;
}.program-structure-T1 .description:last-of-type::before {
    right: -10px;
    bottom: -10px;
    height: 40px;
    border-radius: 50%;
    content: "";
    width: 40px;
    background-color: rgb(180,116,132,0.5);
    z-index: -1;
    position: absolute;
}.program-structure-T1 .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program-structure-T1 .img-card-item-mN {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 40px 0;
    border-radius: 13px;
    transition: transform 0.5s ease;
    height: 400px;
    position: relative;
}.program-structure-T1 .img-card-item-mN::before {
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    z-index: 1;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}.program-structure-T1 .img-card-item-mN::after {
    position: absolute;
    left: 50%;
    animation: glow 4s infinite alternate;
    width: 90%;
    content: "";
    top: -20px;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    filter: blur(10px);
    height: 10px;
    background: rgb(197,165,173);
}.program-structure-T1 .img-card-item-mN:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program-structure-T1 {
    padding: 80px 0;
}.program-structure-T1 .img-card-item-mN {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.program-structure-T1 {
    padding: 60px 0;
}.program-structure-T1 .text-stack-kV {
    grid-template-columns: 1fr;
    gap: 20px;
}.program-structure-T1 .description {
    padding: 25px;
}.program-structure-T1 .img-card-item-mN {
    height: 300px;
    margin: 25px 0;
}.program-structure-T1 h2 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 480px) {.program-structure-T1 {
    padding: 40px 0;
}.program-structure-T1 .online-class-M7 {
    gap: 30px;
}.program-structure-T1 .text-stack-kV h2 {
    font-size: calc(31px * 0.8);
    padding-left: 15px;
}.program-structure-T1 .description {
    font-size: calc(12px * 0.95);
    padding: 20px;
}.program-structure-T1 .img-card-item-mN {
    margin: 20px 0;
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
}}.footnote-ref-G0 {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
    color: #ffffff;
}.footnote-ref-G0::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(197,165,173,0.5) 100%);
    z-index: -1;
}.footnote-ref-G0 .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
}.footnote-ref-G0 .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(197,165,173);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(197,165,173);
    }
    50% {
        border-left-color: rgb(180,116,132);
    }
    100% {
        border-left-color: rgb(197,165,173);
    }
}

.footnote-ref-G0 .company_holder h3 {
    font-size: calc(37px * 1.2);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(180,116,132));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}.footnote-ref-G0 .news-feed-CZ {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 18px;
    margin-top: 1rem;
    color: #ffffff;
}.footnote-ref-G0 .honor-cta-7u {
    display: flex;
    justify-content: flex-end;
}.footnote-ref-G0 .site-header-0H {
    gap: 4rem;
    display: flex;
}.footnote-ref-G0 .top-base-wT {
    position: relative;
}.footnote-ref-G0 .top-base-wT::before {
    content: "";
    top: -10px;
    border-left: 1px solid rgb(197,165,173);
    position: absolute;
    width: 40px;
    left: -20px;
    opacity: 0.4;
    height: 40px;
    border-top: 1px solid rgb(197,165,173);
}.footnote-ref-G0 .top-base-wT::after {
    height: 40px;
    border-right: 1px solid rgb(197,165,173);
    opacity: 0.4;
    border-bottom: 1px solid rgb(197,165,173);
    width: 40px;
    right: -20px;
    bottom: -10px;
    content: "";
    position: absolute;
}.footnote-ref-G0 .top-base-wT h5 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: rgb(180,116,132);
    font-size: 20px;
    letter-spacing: 1px;
}.footnote-ref-G0 .top-base-wT .site-header-0H {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.footnote-ref-G0 .top-base-wT .site-header-0H a {
    font-size: 18px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    padding-left: 1rem;
    position: relative;
    transition: all 0.3s ease;
}.footnote-ref-G0 .top-base-wT .site-header-0H a::before {
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    height: 5px;
    background-color: rgb(197,165,173);
}.footnote-ref-G0 .top-base-wT .site-header-0H a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(197,165,173);
}.footnote-ref-G0 .top-base-wT .site-header-0H a:hover::before {
    height: 7px;
    background-color: rgb(180,116,132);
    width: 7px;
}.flag-content-xd {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
}.flag-content-xd::before {
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(197,165,173), transparent);
    left: 0;
}.flag-content-xd .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.flag-content-xd .a11y-tools-qQ {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.footnote-ref-G0 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footnote-ref-G0 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.footnote-ref-G0 .honor-cta-7u {
    justify-content: flex-start;
}.footnote-ref-G0 .site-header-0H {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.footnote-ref-G0 {
    padding: 3rem 0 2rem;
}.footnote-ref-G0 .site-header-0H {
    flex-direction: column;
    gap: 2rem;
}.footnote-ref-G0 .top-base-wT::before,
    .footnote-ref-G0 .top-base-wT::after {
    display: none;
}.footnote-ref-G0 .top-base-wT {
    margin-bottom: 1.5rem;
}.flag-content-xd {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.footnote-ref-G0 .company_holder h3 {
    font-size: 37px;
}.footnote-ref-G0 .top-base-wT h5 {
    font-size: calc(16px * 1.1);
}.footnote-ref-G0 .top-base-wT .site-header-0H a {
    font-size: calc(18px * 0.9);
}}.teaching-process-IX {
    z-index: 1;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.teaching-process-IX::before {
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(197,165,173,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(180,116,132,0.5), 0.08) 0%, transparent 70%);
    position: absolute;
}.teaching-process-IX::after {
    top: -5%;
    height: 40%;
    right: -5%;
    opacity: 0.07;
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
    width: 35%;
    animation: float 8s ease-in-out infinite;
    z-index: -1;
    background: linear-gradient(45deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    transform: rotate(-15deg);
    content: "";
}.teaching-process-IX .guide-values-Um {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 25px;
}.teaching-process-IX .guide-values-Um::before {
    z-index: -1;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(180,116,132) 0%, transparent 80%);
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -40px;
    position: absolute;
    filter: blur(20px);
    left: 0;
}.teaching-process-IX h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    color: #000000;
    margin-bottom: 45px;
    display: inline-block;
    font-size: 29px;
    transform: translateX(-10px);
    font-weight: 700;
}.teaching-process-IX h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    transition: transform 0.5s ease-out;
    transform: scaleX(1);
    left: 0;
    transform-origin: left center;
    width: 80px;
    content: "";
}.teaching-process-IX:hover h2 {
    transform: translateX(0);
}.teaching-process-IX:hover h2::after {
    transform: scaleX(1.4);
}.teaching-process-IX .text-stack-kV {
    border-left: 4px solid rgb(197,165,173);
    position: relative;
    padding: 40px 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    backdrop-filter: blur(10px);
    transform: translateY(0);
}.teaching-process-IX .text-stack-kV::before {
    transition: transform 0.5s ease-out;
    top: -20px;
    opacity: 0.1;
    position: absolute;
    height: 50px;
    transform: rotate(15deg);
    right: 30px;
    content: "";
    background: rgb(180,116,132);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 50px;
}.teaching-process-IX .text-stack-kV:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.teaching-process-IX .text-stack-kV:hover::before {
    transform: rotate(30deg) scale(1.2);
}.teaching-process-IX p {
    position: relative;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    font-size: 17px;
}

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

@media screen and (max-width: 992px) {.teaching-process-IX {
    padding: 80px 0 70px;
}.teaching-process-IX h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.teaching-process-IX .text-stack-kV {
    padding: 35px 40px;
}
}

@media screen and (max-width: 768px) {.teaching-process-IX {
    padding: 60px 0 50px;
}.teaching-process-IX::after {
    width: 50%;
    top: -3%;
    right: -10%;
}.teaching-process-IX h2 {
    transform: translateX(0);
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.teaching-process-IX h2::after {
    width: 60px;
}.teaching-process-IX .text-stack-kV {
    padding: 30px 25px;
}.teaching-process-IX .text-stack-kV::before {
    top: -15px;
    width: 40px;
    right: 20px;
    height: 40px;
}.teaching-process-IX p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.teaching-process-IX {
    padding: 50px 0 40px;
}.teaching-process-IX .guide-values-Um {
    padding: 0 15px;
}.teaching-process-IX h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.teaching-process-IX h2::after {
    width: 50px;
}.teaching-process-IX .text-stack-kV {
    padding: 25px 20px;
    border-left-width: 3px;
}.teaching-process-IX p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.get-in-touch-A3 {
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.get-in-touch-A3::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(197,165,173), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(180,116,132), 0.05) 0%, transparent 30%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    content: "";
}.get-in-touch-A3::after {
    left: 0;
    animation: gridMove 20s linear infinite;
    opacity: 0.6;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(197,165,173), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(197,165,173), 0.03) 1px, transparent 1px);
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-size: 20px 20px;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.get-in-touch-A3 .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.get-in-touch-A3 h2 {
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}.get-in-touch-A3 h2::after {
    width: 70%;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(197,165,173), transparent);
    left: 15%;
    bottom: -15px;
    position: absolute;
}.get-in-touch-A3 .connect-widget-7d {
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(197,165,173), 0.05);
    overflow: hidden;
    transform: translateY(0);
    border-radius: 21px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: #ffffff;
}.get-in-touch-A3 .connect-widget-7d:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(197,165,173), 0.1);
}.get-in-touch-A3 .connect-widget-7d::before {
    position: absolute;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(197,165,173), rgb(180,116,132));
    content: "";
    left: 0;
    height: 100%;
}.get-in-touch-A3 .img-card-item-mN {
    overflow: hidden;
    position: relative;
    width: 45%;
}.get-in-touch-A3 .img-card-item-mN::after {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(197,165,173), 0.3) 0%, 
                rgba(rgb(180,116,132), 0.3) 100%);
}.get-in-touch-A3 .img-card-item-mN::before {
    content: "";
    width: 150%;
    top: -100px;
    background: rgba(255, 255, 255, 0.2);
    animation: shine 6s infinite;
    z-index: 2;
    position: absolute;
    left: -100px;
    height: 150px;
    transform: rotate(45deg);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.get-in-touch-A3 .help-block-Sn {
    position: relative;
    width: 55%;
    padding: 50px 40px;
}.get-in-touch-A3 .help-block-Sn::before {
    background: radial-gradient(circle, rgba(rgb(197,165,173), 0.05) 0%, transparent 70%);
    z-index: 0;
    content: "";
    width: 200px;
    top: -50px;
    position: absolute;
    right: -50px;
    height: 200px;
    border-radius: 50%;
}.get-in-touch-A3 form {
    z-index: 2;
    position: relative;
}.get-in-touch-A3 form h3 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.get-in-touch-A3 form h3::after {
    position: absolute;
    width: 40px;
    left: 0;
    background: rgb(197,165,173);
    content: "";
    height: 2px;
    bottom: -10px;
}.get-in-touch-A3 form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}.get-in-touch-A3 form input[type="text"]:focus {
    background: #ffffff;
    border-color: rgb(197,165,173);
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(197,165,173), 0.1);
}.get-in-touch-A3 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.get-in-touch-A3 form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.get-in-touch-A3 .message-query-ab {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.get-in-touch-A3 .message-query-ab input[type="checkbox"] {
    cursor: pointer;
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}.get-in-touch-A3 .message-query-ab label {
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
    position: relative;
}.get-in-touch-A3 .message-query-ab label::before {
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.2);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    background: rgba(#ffffff, 0.8);
    width: 22px;
    top: 0;
    height: 22px;
}.get-in-touch-A3 .message-query-ab input[type="checkbox"]:checked + label::before {
    background: rgb(197,165,173);
    border-color: rgb(197,165,173);
}.get-in-touch-A3 .message-query-ab input[type="checkbox"]:checked + label::after {
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
}.get-in-touch-A3 .message-query-ab label a {
    transition: all 0.3s ease;
    color: rgb(197,165,173);
    position: relative;
    text-decoration: none;
}.get-in-touch-A3 .message-query-ab label a::after {
    bottom: -2px;
    background: rgb(197,165,173);
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: left;
    left: 0;
    height: 1px;
}.get-in-touch-A3 .message-query-ab label a:hover {
    color: rgb(180,116,132);
}.get-in-touch-A3 .message-query-ab label a:hover::after {
    transform: scaleX(1);
    background: rgb(180,116,132);
}.get-in-touch-A3 .inquiry-request-W5 {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 19px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(197,165,173), rgb(180,116,132));
    padding: 15px 20px;
    overflow: hidden;
    border: none;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    position: relative;
}.get-in-touch-A3 .inquiry-request-W5::before {
    transition: opacity 0.3s ease;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, rgb(180,116,132), rgb(197,165,173));
    width: 100%;
}.get-in-touch-A3 .inquiry-request-W5:hover::before {
    opacity: 1;
}.get-in-touch-A3 .inquiry-request-W5:active {
    transform: translateY(2px);
}.get-in-touch-A3 svg {
    transition: fill 0.3s ease;
    fill: rgb(197,165,173);
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.get-in-touch-A3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,165,173);
}.get-in-touch-A3 svg:hover,
.get-in-touch-A3 svg:hover path {
    fill: rgb(180,116,132);
}.get-in-touch-A3 form input {
    background: rgb(219,208,199);
}
@media (max-width: 1024px) {.get-in-touch-A3 {
    padding: 60px 0;
}.get-in-touch-A3 .container {
    padding: 0 15px;
}.get-in-touch-A3 h2 {
    margin-bottom: 40px;
}.get-in-touch-A3 .help-block-Sn {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.get-in-touch-A3 {
    padding: 50px 0;
}.get-in-touch-A3 h2 {
    margin-bottom: 30px;
}.get-in-touch-A3 .connect-widget-7d {
    flex-direction: column;
}.get-in-touch-A3 .img-card-item-mN {
    width: 100%;
    height: 250px;
}.get-in-touch-A3 .help-block-Sn {
    padding: 30px 25px;
    width: 100%;
}.get-in-touch-A3 form h3 {
    margin-bottom: 25px;
}.get-in-touch-A3 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get-in-touch-A3 .message-query-ab {
    margin-bottom: 25px;
}.get-in-touch-A3 .inquiry-request-W5 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.get-in-touch-A3 {
    padding: 40px 0;
}.get-in-touch-A3 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 25px;
}.get-in-touch-A3 .img-card-item-mN {
    height: 200px;
}.get-in-touch-A3 .help-block-Sn {
    padding: 25px 20px;
}.get-in-touch-A3 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.get-in-touch-A3 form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.get-in-touch-A3 .message-query-ab {
    margin-bottom: 20px;
}.get-in-touch-A3 .message-query-ab label {
    padding-left: 30px;
    font-size: calc(14px * 0.9);
}.get-in-touch-A3 .message-query-ab label::before {
    width: 18px;
    height: 18px;
}.get-in-touch-A3 .message-query-ab input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
}.get-in-touch-A3 .inquiry-request-W5 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.get-in-touch-A3::after,
    .get-in-touch-A3 .img-card-item-mN::before {
    animation: none;
}.get-in-touch-A3 .connect-widget-7d:hover {
    transform: none;
}}.gratArea-U2 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(rgb(180,116,132,0.5), 0.15) 100%);
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}.gratArea-U2::before {
    left: -10%;
    top: -20%;
    background: linear-gradient(145deg, rgb(197,165,173) 0%, rgba(rgb(197,165,173,0.5), 0.2) 100%);
    animation: floatBg 18s infinite alternate ease-in-out;
    width: 60%;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    height: 180%;
    z-index: -1;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
}.gratArea-U2::after {
    width: 40%;
    position: absolute;
    right: -5%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    background: linear-gradient(215deg, rgb(180,116,132) 0%, rgba(rgb(180,116,132,0.5), 0.3) 100%);
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    transform: rotate(12deg) translateZ(0);
    bottom: -10%;
    z-index: -1;
    content: "";
    height: 140%;
}.gratArea-U2 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 2;
    padding: 0 20px;
}.gratArea-U2 .guide-values-Um {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(197,165,173,0.5), 0.05);
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    backdrop-filter: blur(15px);
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    border-left: 4px solid rgb(197,165,173);
    position: relative;
    opacity: 1;
    padding: 4rem;
}.gratArea-U2 .guide-values-Um::before {
    left: 20px;
    top: 20px;
    position: absolute;
    height: 100%;
    border: 2px dashed rgba(rgb(180,116,132,0.5), 0.2);
    pointer-events: none;
    z-index: -1;
    content: "";
    width: 100%;
    transform: translate(-10px, -10px);
}.gratArea-U2 .guide-values-Um > div:first-child {
    transform: translateX(0);
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    margin-bottom: 2rem;
    position: relative;
}.gratArea-U2 .guide-values-Um > div:first-child::after {
    position: absolute;
    background: rgb(197,165,173);
    height: 3px;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    bottom: -0.8rem;
    left: 0;
    content: "";
    width: 80px;
}.gratArea-U2 h5 {
    transform: translateZ(0);
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}.gratArea-U2 .guide-values-Um > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
}.gratArea-U2 a {
    display: block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
    position: relative;
}.gratArea-U2 a:hover {
    transform: translateY(-5px);
}.gratArea-U2 a::before {
    height: 40px;
    width: 40px;
    transition: all 0.4s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(197,165,173) 0%, rgb(180,116,132) 100%);
    left: -20px;
    top: -15px;
    border-radius: 10px;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
}.gratArea-U2 a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}.gratArea-U2 p {
    line-height: 1.8;
    z-index: 2;
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 17px;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.gratArea-U2 {
    padding: 4rem 0;
}.gratArea-U2 .guide-values-Um {
    padding: 3rem;
}.gratArea-U2 h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 767px) {.gratArea-U2 {
    padding: 3rem 0;
}.gratArea-U2 .guide-values-Um {
    padding: 2.5rem 2rem;
}.gratArea-U2 h5 {
    font-size: calc(24px * 0.85);
}.gratArea-U2 p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.gratArea-U2::before {
    width: 80%;
}.gratArea-U2::after {
    width: 60%;
}
}

@media (max-width: 575px) {.gratArea-U2 {
    padding: 2.5rem 0;
}.gratArea-U2 .guide-values-Um {
    padding: 2rem 1.5rem;
}.gratArea-U2 h5 {
    font-size: calc(24px * 0.8);
}.gratArea-U2 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.gratArea-U2 .guide-values-Um::before {
    display: none;
}.gratArea-U2 .guide-values-Um > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.gratArea-U2 a {
    overflow: hidden;
    position: relative;
}.gratArea-U2 a::after {
    content: "";
    position: absolute;
    transform-origin: right;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    bottom: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(197,165,173);
}.gratArea-U2 a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}}.dialogCookieSettings-vf {
    bottom: 0;
    position: fixed;
    background: rgb(219,208,199);
    z-index: 90;
    border-top: 2px solid rgb(197,165,173);
    width: 100%;
}#consentNoticePanel-Xg {
    display: none;
}#consentNoticePanel-Xg:checked ~ .dialogCookieSettings-vf {
    opacity: 0;
    visibility: hidden;
}.data-control-SA {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.dialogCookieSettings-vf h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.dialogCookieSettings-vf p {
    font-size: 18px;
}.cookie-menu-ah {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-menu-ah svg, .cookie-menu-ah svg path, .cookie-menu-ah img {
    fill: rgb(197,165,173);
    width: 100px;
    height: 100px;
}.tracking-policy-Ur {
    font-size: 24px;
    min-width: 120px;
    line-height: 35px;
    text-align: center;
    color: rgb(197,165,173);
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    border-bottom: 2px solid rgb(197,165,173);
    margin-left: 10px;
    cursor: pointer;
}.dialogCookieSettings-vf p a {
    color: rgb(197,165,173);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings-vf {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-menu-ah {
    display: none;
}.data-control-SA {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.dialogCookieSettings-vf h5 {
    text-align: center;
}.dialogCookieSettings-vf p {
    text-align: center;
}.data-policy-Yi {
    margin-bottom: 20px;
}body .wrapping-container-Bj .tracking-policy-Ur {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapping-container-Bj .dialogCookieSettings-vf {
    background: rgb(197,165,173);
    box-shadow: rgb(180,116,132,0.5) 0px 0px 10px 10px;
}.wrapping-container-Bj .data-control-SA {
    justify-content: space-between;
    padding: 40px 0;
}.wrapping-container-Bj .tracking-policy-Ur {
    border: none;
    margin-left: 30px;
    padding: 10px;
    background: #ffffff;
    font-size: 20px;
    color: rgb(197,165,173);
}.wrapping-container-Bj .data-policy-Yi {
    text-align: left;
    color: #ffffff;
}.wrapping-container-Bj .data-policy-Yi h5 {
    font-weight: 700;
}.wrapping-container-Bj .data-policy-Yi h5, .wrapping-container-Bj .data-policy-Yi p {
    color: #ffffff;
}.wrapping-container-Bj .dialogCookieSettings-vf p a {
    text-decoration: underline;
    color: rgb(180,116,132);
}.educational-gains-40 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(245, 248, 255, 0.9) 100%);
}.educational-gains-40::before {
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(197,165,173,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(180,116,132,0.5), 0.05) 0%, transparent 50%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
}.educational-gains-40 .container {
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.educational-gains-40 .img-card-item-mN {
    object-fit: cover;
    max-height: 400px;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    filter: saturate(1.1) brightness(1.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 40px;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.educational-gains-40 .guide-values-Um {
    transform: translateY(-20px);
    flex-direction: column;
    padding: 40px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}.educational-gains-40 .text-stack-kV {
    position: relative;
}.educational-gains-40 h1 {
    line-height: 1.3;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
}.educational-gains-40 h1::after {
    content: "";
    background: rgb(197,165,173);
    height: 3px;
    left: 0;
    transition: width 0.5s ease;
    bottom: 0;
    position: absolute;
    width: 60px;
}.educational-gains-40 ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    grid-gap: 15px;
    margin: 0;
}.educational-gains-40 li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 36px;
}.educational-gains-40 li:hover {
    transform: translateX(5px);
}.educational-gains-40 li p {
    display: flex;
    font-size: calc(17px - 1px);
    align-items: center;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}.educational-gains-40 li svg {
    width: 24px;
    left: 0;
    position: absolute;
    top: 2px;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational-gains-40 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.educational-gains-40 svg path {
    fill: rgb(197,165,173);
    transition: fill 0.3s ease;
}.educational-gains-40 li:hover svg path {
    fill: rgb(180,116,132);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.educational-gains-40 .img-card-item-mN:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.educational-gains-40 .container {
    align-items: center;
    flex-direction: row;
    gap: 40px;
}.educational-gains-40 .img-card-item-mN {
    animation: float 6s infinite ease-in-out;
    max-height: none;
    width: 45%;
    margin-bottom: 0;
}.educational-gains-40 .guide-values-Um {
    width: 55%;
    transform: translateY(0);
    padding: 50px;
}.educational-gains-40 h1 {
    font-size: 39px;
}.educational-gains-40 h1::after {
    width: 80px;
}.educational-gains-40 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}.educational-gains-40 li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.educational-gains-40 {
    padding: 150px 0;
}.educational-gains-40 .container {
    gap: 60px;
}.educational-gains-40 h1 {
    margin-bottom: 40px;
}.educational-gains-40 h1:hover::after {
    width: 120px;
}.educational-gains-40 li p {
    font-size: 17px;
}.educational-gains-40 .guide-values-Um {
    padding: 60px;
}
}

@media (max-width: 767px) {.educational-gains-40 {
    padding: 80px 0;
}.educational-gains-40 .img-card-item-mN {
    max-height: 300px;
}.educational-gains-40 .guide-values-Um {
    padding: 30px 25px;
}.educational-gains-40 h1 {
    margin-bottom: 25px;
    font-size: calc(35px - 4px);
}.educational-gains-40 li {
    margin-bottom: 15px;
}.educational-gains-40 li p {
    font-size: calc(17px - 2px);
}}.privacy-armoury-dE {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px;
    font-family: Arial, sans-serif;
    width: 100%;
}.privacy-armoury-dE h1 {
    border-bottom: 2px solid rgb(197,165,173);
    padding-bottom: 10px;
    font-size: 43px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(197,165,173);
    font-weight: 700;
}.privacy-armoury-dE h2 {
    font-size: 31px;
    padding-bottom: 8px;
    font-weight: 600;
    margin-top: 25px;
    border-bottom: 1px solid #000000;
    color: #000000;
    margin-bottom: 15px;
}.privacy-armoury-dE ul, .privacy-armoury-dE ol {
    padding-left: 20px;
    margin: 20px 0;
    list-style-position: inside;
}.privacy-armoury-dE ul li, .privacy-armoury-dE ol li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5;
}.privacy-armoury-dE p, .privacy-armoury-dE span, .privacy-armoury-dE div {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.privacy-armoury-dE {
    padding: 20px 10px;
}.privacy-armoury-dE h1 {
    font-size: 31px;
    margin-bottom: 15px;
}.privacy-armoury-dE h2 {
    margin-bottom: 10px;
    font-size: 18px;
}.privacy-armoury-dE ul li, .privacy-armoury-dE ol li {
    font-size: 15px;
}}

.privacy-armoury-dE h3, .privacy-armoury-dE h4, .privacy-armoury-dE h5, .privacy-armoury-dE h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
}.privacy-armoury-dE section {
    border-radius: 10px;
    padding: 20px;
    background: rgb(219,208,199);
}.privacy-armoury-dE a {
    color: rgb(197,165,173);
    text-decoration: none;
    transition: color 0.3s ease;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-armoury-dE h1, .privacy-armoury-dE h2, .privacy-armoury-dE h3, .privacy-armoury-dE h4, .privacy-armoury-dE h5, .privacy-armoury-dE h6 {
    animation: fadeIn 0.6s ease-in-out;
}.greeting-page-rs {
    overflow: hidden;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    position: relative;
}.greeting-page-rs .online-tech-IJ {
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    position: relative;
}.greeting-page-rs .online-tech-IJ::before {
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(197,165,173,0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}.greeting-page-rs .online-tech-IJ::after {
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-size: cover;
}.greeting-page-rs .master-program-9e {
    z-index: 3;
    padding: 2rem;
    margin-left: 10%;
    position: relative;
    max-width: 800px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    animation: slideUp 1s ease-out forwards;
    transform: translateY(20px);
}.greeting-page-rs .master-program-9e::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    left: -50px;
    z-index: -1;
    height: 100px;
    background: rgb(180,116,132);
    content: "";
    top: -50px;
    width: 100px;
}.greeting-page-rs .master-program-9e::after {
    z-index: -1;
    opacity: 0.15;
    height: 80px;
    content: "";
    right: -30px;
    border-radius: 50%;
    width: 80px;
    position: absolute;
    background: rgb(197,165,173);
    bottom: -30px;
}.greeting-page-rs .master-program-9e > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.greeting-page-rs .master-program-9e > div:first-child::after {
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    animation: lineReveal 1.2s 0.5s ease-out forwards;
    background: rgb(180,116,132);
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 80px;
    left: 0;
}.greeting-page-rs .title_style_header {
    animation: slideRight 0.8s 0.2s ease-out forwards;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(-20px);
    line-height: 1.2;
    color: #ffffff;
    font-size: calc(43px * 1.2);
    opacity: 0;
}.greeting-page-rs .master-program-9e > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
}.greeting-page-rs .master-program-9e > div:nth-child(2) h3 {
    font-size: calc(19px * 1.1);
    transform: translateY(20px);
    line-height: 1.4;
    opacity: 0;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    animation: slideUp 0.8s 0.4s ease-out forwards;
}.greeting-page-rs .master-program-9e > div:nth-child(2) p {
    padding-left: 1rem;
    font-size: 17px;
    border-left: 2px solid rgb(180,116,132,0.5);
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    animation: slideUp 0.8s 0.6s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
}

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

@keyframes slideRight {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media screen and (max-width: 1200px) {.greeting-page-rs .master-program-9e {
    margin-left: 7%;
    max-width: 700px;
}.greeting-page-rs .title_style_header {
    font-size: calc(43px * 1.1);
}.greeting-page-rs .master-program-9e > div:nth-child(2) h3 {
    font-size: 19px;
}
}

@media screen and (max-width: 992px) {.greeting-page-rs .master-program-9e {
    margin-left: 5%;
    max-width: 600px;
}.greeting-page-rs .title_style_header {
    font-size: 43px;
}
}

@media screen and (max-width: 768px) {.greeting-page-rs .online-tech-IJ {
    align-items: center;
}.greeting-page-rs .master-program-9e {
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 90%;
}.greeting-page-rs .title_style_header {
    font-size: calc(28px * 1.1);
}.greeting-page-rs .master-program-9e > div:nth-child(2) h3 {
    font-size: calc(17px * 1.1);
}.greeting-page-rs .master-program-9e > div:nth-child(2) p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.greeting-page-rs .online-tech-IJ {
    height: auto;
    padding: 4rem 0;
    min-height: 100vh;
}.greeting-page-rs .master-program-9e {
    max-width: 95%;
    padding: 1.25rem;
}.greeting-page-rs .title_style_header {
    font-size: 28px;
}.greeting-page-rs .master-program-9e > div:first-child::after {
    width: 60px;
}.greeting-page-rs .master-program-9e > div:nth-child(2) h3 {
    font-size: 17px;
    margin-bottom: 1rem;
}.greeting-page-rs .master-program-9e > div:nth-child(2) p {
    font-size: 17px;
    padding-left: 0.75rem;
}}.developer-experience-e5 {
    overflow: hidden;
    background-color: rgb(219,208,199);
    padding: 6rem 0;
    position: relative;
}.developer-experience-e5::before {
    width: 45%;
    height: 70%;
    filter: blur(50px);
    right: -10%;
    z-index: 0;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(135deg, rgb(197,165,173,0.5), rgb(180,116,132,0.5));
}.developer-experience-e5::after {
    filter: blur(40px);
    height: 60%;
    width: 50%;
    transform: rotate(15deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(180,116,132,0.5), rgb(197,165,173,0.5));
    position: absolute;
    left: -10%;
    content: "";
    bottom: -10%;
}.developer-experience-e5 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.developer-experience-e5 .testimonials-Gz {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(197,165,173);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 2rem;
    padding: 3rem;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(1) {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
}.developer-experience-e5 .testimonials-Gz > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN {
    width: 100%;
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN:hover {
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN::after {
    position: absolute;
    background: linear-gradient(to top, rgb(197,165,173,0.5) 0%, transparent 50%);
    content: "";
    z-index: 1;
    inset: 0;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) {
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    transform: translateY(1rem);
    padding-left: 1rem;
    border-left: 2px solid rgb(180,116,132);
    align-self: flex-start;
    opacity: 0;
}.developer-experience-e5 .testimonials-Gz .name {
    color: rgb(197,165,173);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(20px * 1.2);
}.developer-experience-e5 .testimonials-Gz .name::after {
    left: 0;
    width: 0;
    background-color: rgb(180,116,132);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -5px;
    transition: width 0.4s ease;
}.developer-experience-e5 .testimonials-Gz .name:hover::after {
    width: 100%;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) > div {
    font-style: italic;
    position: relative;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: calc(16px * 0.95);
    color: rgb(180,116,132);
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) > div::before {
    opacity: 0.7;
    left: -10px;
    content: "★";
    position: absolute;
    color: rgb(197,165,173);
}.developer-experience-e5 .testimonials-Gz > div:nth-child(3) {
    transform: translateY(1rem);
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}.developer-experience-e5 .testimonials-Gz .job-exp-6V {
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    color: #000000;
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}.developer-experience-e5 .testimonials-Gz .job-exp-6V::before {
    font-family: Georgia, serif;
    left: -20px;
    top: -20px;
    content: "";
    font-size: 6rem;
    z-index: -1;
    color: rgb(197,165,173,0.5);
    position: absolute;
}.developer-experience-e5 .testimonials-Gz .job-exp-6V::after {
    font-family: Georgia, serif;
    position: absolute;
    z-index: -1;
    font-size: 6rem;
    bottom: -60px;
    content: "";
    color: rgb(197,165,173,0.5);
    right: -20px;
}

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

@media (min-width: 768px) {.developer-experience-e5 .testimonials-Gz {
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
    gap: 2rem 3rem;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: flex-end;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN {
    height: 100%;
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.developer-experience-e5 .testimonials-Gz .name {
    font-size: calc(20px * 1.5);
}.developer-experience-e5 .testimonials-Gz .job-exp-6V {
    font-size: calc(16px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.developer-experience-e5 {
    padding: 8rem 0;
}.developer-experience-e5 .testimonials-Gz {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: 400px 1fr;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
    margin: 0 2rem;
}.developer-experience-e5 .testimonials-Gz:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.developer-experience-e5 .testimonials-Gz .img-card-item-mN {
    min-height: 500px;
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) {
    padding-left: 1.5rem;
}.developer-experience-e5 .testimonials-Gz .name {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.7);
}.developer-experience-e5 .testimonials-Gz > div:nth-child(2) > div {
    font-size: calc(16px * 1.1);
}.developer-experience-e5 .testimonials-Gz .job-exp-6V {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}}.help-center-4i {
    background: rgb(219,208,199);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 70px 0;
}.help-center-4i::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(120deg, rgb(180,116,132,0.5) 15%, transparent 60%);
    left: 0;
}.help-center-4i::after {
    position: absolute;
    content: "";
    filter: blur(40px);
    right: 0;
    width: 300px;
    height: 300px;
    bottom: 0;
    background: radial-gradient(circle, rgb(197,165,173,0.5) 0%, transparent 70%);
    z-index: -1;
    animation: moveGradient 15s ease-in-out infinite alternate;
}@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, -50px);
  }
}

.help-center-4i .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.help-center-4i .edu-talk-MO {
    transition: transform 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, #ffffff, rgb(219,208,199));
    border-left: 4px solid rgb(197,165,173);
    padding: 40px;
    border-radius: 14px;
    position: relative;
}.help-center-4i .edu-talk-MO::before {
    opacity: 0.1;
    background: rgb(197,165,173,0.5);
    height: 120px;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    width: 120px;
    right: 20px;
    top: 20px;
}.help-center-4i .edu-talk-MO:hover {
    transform: translateY(-5px);
}.help-center-4i h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 30px;
    position: relative;
}.help-center-4i h2::after {
    height: 3px;
    width: 40%;
    left: 0;
    position: absolute;
    border-radius: 10px;
    bottom: -8px;
    content: "";
    background: rgb(197,165,173);
}.help-center-4i p {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    margin-bottom: 25px;
}.help-center-4i .inquire-now-A0 {
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}.help-center-4i .ask-feedback-Nt {
    position: relative;
    align-items: center;
    z-index: 1;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-decoration: none;
    overflow: hidden;
    font-size: 17px;
    padding: 12px 20px;
}.help-center-4i .ask-feedback-Nt::before {
    background: rgb(197,165,173);
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 3px;
    top: 0;
    height: 100%;
}.help-center-4i .ask-feedback-Nt:hover {
    color: #ffffff;
}.help-center-4i .ask-feedback-Nt:hover::before {
    width: 100%;
}.help-center-4i .ask-feedback-Nt svg {
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.help-center-4i .ask-feedback-Nt:hover svg {
    transform: translateX(3px);
}.help-center-4i .ask-feedback-Nt svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,165,173);
}.help-center-4i .ask-feedback-Nt:hover svg path {
    fill: #ffffff;
}.help-center-4i p svg {
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}.help-center-4i p svg path {
    fill: rgb(197,165,173);
}.help-center-4i p:nth-last-child(2) {
    display: flex;
    background: rgb(219,208,199);
    border-radius: 10px;
    align-items: center;
    padding: 10px 15px;
    width: fit-content;
    font-weight: 400;
}

@media (max-width: 991px) {.help-center-4i {
    padding: 50px 0;
}.help-center-4i .edu-talk-MO {
    padding: 35px 25px;
}.help-center-4i h2 {
    font-size: calc(30px * 0.9);
}.help-center-4i .inquire-now-A0 {
    gap: 12px;
}
}

@media (max-width: 767px) {.help-center-4i {
    padding: 40px 0;
}.help-center-4i .edu-talk-MO {
    padding: 30px 20px;
}.help-center-4i h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 15px;
}.help-center-4i p {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.help-center-4i .inquire-now-A0 {
    gap: 10px;
    flex-direction: column;
}.help-center-4i .ask-feedback-Nt {
    padding: 10px 15px;
    width: 100%;
}.help-center-4i .edu-talk-MO::before {
    width: 80px;
    height: 80px;
}}

.help-center-4i .container::after {
    left: -50px;
    z-index: -1;
    border: 2px dashed rgb(197,165,173,0.5);
    width: 100px;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    height: 100px;
    top: 50%;
    animation: rotate 30s linear infinite;
    content: "";
}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.help-center-4i .ask-feedback-Nt:active {
    transform: scale(0.98);
}.help-center-4i h2 span {
    display: inline-block;
    position: relative;
    animation: waveText 2.5s ease-in-out infinite;
    animation-delay: calc(0.1s * var(--i));
}@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.help-center-4i .edu-talk-MO::after {
    right: 0;
    transform: rotate(45deg) translate(50%, 0);
    width: 150px;
    content: "";
    height: 150px;
    bottom: 0;
    position: absolute;
    opacity: 0.1;
    border-radius: 14px;
    background: linear-gradient(45deg, transparent, rgb(180,116,132,0.5));
    z-index: -1;
}.help-center-4i p:nth-last-child(2):hover svg {
    animation: bounce 0.8s ease infinite;
}@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.help-center-4i .ask-feedback-Nt:hover {
    letter-spacing: 0.5px;
}.pricing-grid-item-fc {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,208,199) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    position: relative;
}.pricing-grid-item-fc::before {
    height: 70%;
    transform: rotate(-15deg);
    border-radius: 10px;
    right: -5%;
    z-index: 0;
    top: -10%;
    width: 40%;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(120deg, rgb(197,165,173,0.5) 20%, rgb(180,116,132,0.5) 80%);
    content: "";
}.pricing-grid-item-fc::after {
    border-radius: 10px;
    width: 35%;
    z-index: 0;
    opacity: 0.08;
    height: 50%;
    left: -3%;
    position: absolute;
    content: "";
    bottom: -5%;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(180,116,132,0.5) 30%, rgb(197,165,173,0.5) 70%);
}.pricing-grid-item-fc .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.pricing-grid-item-fc .trial-rates-Rn {
    display: flex;
    flex-direction: column;
}.pricing-grid-item-fc .cost-card-JG {
    margin-bottom: 3.5rem;
    order: 1;
    position: relative;
    text-align: center;
}.pricing-grid-item-fc .cost-card-JG h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 33px;
    display: inline-block;
}.pricing-grid-item-fc .cost-card-JG h2::after {
    width: 70%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(197,165,173), transparent);
    left: 50%;
    position: absolute;
    bottom: -0.75rem;
}.pricing-grid-item-fc .study-costs-bh {
    max-width: 800px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
}.pricing-grid-item-fc .pricing-list-fi {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
    gap: 2rem;
}.pricing-grid-item-fc .bundle-rate-Sz {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
}.pricing-grid-item-fc .bundle-rate-Sz:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing-grid-item-fc .bundle-rate-Sz::before {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(197,165,173), rgb(180,116,132));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.pricing-grid-item-fc .bundle-rate-Sz:hover::before {
    transform: translateY(0);
}.pricing-grid-item-fc .deal-grid-dG {
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing-grid-item-fc .rate-panel-ju {
    padding: 2rem 1.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}.pricing-grid-item-fc .rate-panel-ju h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(21px * 1.1);
    display: inline-block;
}.pricing-grid-item-fc .rate-panel-ju .payment-option-9x {
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.3);
    color: rgb(197,165,173);
    margin-bottom: 1.5rem;
}.pricing-grid-item-fc .rate-panel-ju .payment-option-9x::after {
    height: 2px;
    bottom: -0.75rem;
    position: absolute;
    background: rgb(197,165,173,0.5);
    width: 40px;
    left: 0;
    content: "";
}.pricing-grid-item-fc .rate-panel-ju p {
    line-height: 1.65;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    color: #000000;
    word-break: break-word;
    font-size: 14px;
}.pricing-grid-item-fc .img-card-item-mN {
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 180px;
}.pricing-grid-item-fc .img-card-item-mN::after {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
}.pricing-grid-item-fc .bundle-rate-Sz:hover .img-card-item-mN {
    transform: scale(1.05);
}.pricing-grid-item-fc .bundle-rate-Sz:nth-child(odd) .rate-panel-ju::before {
    right: 1rem;
    background: rgb(197,165,173,0.5);
    z-index: -1;
    opacity: 0.1;
    height: 2.5rem;
    top: 1rem;
    position: absolute;
    width: 2.5rem;
    border-radius: 50%;
    content: "";
}.pricing-grid-item-fc .bundle-rate-Sz:nth-child(even) .rate-panel-ju::before {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    bottom: 1rem;
    content: "";
    background: rgb(180,116,132,0.5);
    left: 1rem;
}

@media (min-width: 992px) {.pricing-grid-item-fc .trial-rates-Rn {
    flex-direction: row;
}.pricing-grid-item-fc .cost-card-JG {
    flex-direction: column;
    display: flex;
    flex: 0 0 30%;
    order: 2;
    padding-left: 3rem;
    margin-bottom: 0;
    justify-content: center;
    text-align: left;
}.pricing-grid-item-fc .cost-card-JG h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-grid-item-fc .cost-card-JG h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.pricing-grid-item-fc .study-costs-bh {
    text-align: left;
    margin: 0;
}.pricing-grid-item-fc .pricing-list-fi {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.pricing-grid-item-fc {
    padding: 5rem 0;
}.pricing-grid-item-fc .bundle-rate-Sz {
    margin-bottom: 1.5rem;
}.pricing-grid-item-fc .cost-card-JG {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-grid-item-fc {
    padding: 4rem 0;
}.pricing-grid-item-fc .cost-card-JG h2 {
    font-size: calc(33px * 0.9);
}.pricing-grid-item-fc .rate-panel-ju h3 {
    font-size: 21px;
}.pricing-grid-item-fc .rate-panel-ju .payment-option-9x {
    font-size: calc(21px * 1.15);
}.pricing-grid-item-fc .img-card-item-mN {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-grid-item-fc {
    padding: 3rem 0;
}.pricing-grid-item-fc .container {
    padding: 0 1.5rem;
}.pricing-grid-item-fc .pricing-list-fi {
    gap: 1.5rem;
}.pricing-grid-item-fc .rate-panel-ju {
    padding: 1.5rem;
}.pricing-grid-item-fc .img-card-item-mN {
    height: 140px;
}
}

@media (hover: none) {.pricing-grid-item-fc .bundle-rate-Sz:hover {
    transform: none;
}.pricing-grid-item-fc .bundle-rate-Sz:hover .img-card-item-mN {
    transform: none;
}}.client-experience-gK {
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(180,116,132,0.5) 0%, rgb(219,208,199) 70%);
}.client-experience-gK::before {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 150vw;
    height: 150vw;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(197,165,173,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(180,116,132,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(197,165,173,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(180,116,132,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    left: 50%;
    animation: rotateBackground 60s linear infinite;
    border-radius: 50%;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.client-experience-gK .guide-values-Um {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.client-experience-gK h4 {
    margin-bottom: 100px;
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
}.client-experience-gK h4::before,
.client-experience-gK h4::after {
    height: 3px;
    background: rgb(197,165,173);
    content: "";
    bottom: -20px;
    position: absolute;
}.client-experience-gK h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.client-experience-gK h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.client-experience-gK .student-insights-hE {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 auto;
    max-width: 1100px;
}.client-experience-gK .student-insights-hE::before {
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.5;
    border: 2px dashed rgb(197,165,173,0.5);
    z-index: -1;
    left: 50%;
    top: 50%;
    border-radius: 22px;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.05);
}.client-experience-gK .testimonials-Gz {
    flex-direction: column;
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    padding: 0;
}.client-experience-gK .testimonials-Gz:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}.client-experience-gK .testimonials-Gz .img-card-item-mN {
    z-index: 2;
    position: relative;
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}.client-experience-gK .testimonials-Gz:hover .img-card-item-mN {
    box-shadow: 0 8px 25px rgb(197,165,173,0.5);
    transform: scale(1.1);
}.client-experience-gK .testimonials-Gz::after {
    top: 70px;
    z-index: 1;
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(to bottom, rgb(197,165,173,0.5), transparent);
    position: absolute;
    content: "";
    left: 50%;
    height: 60px;
}.client-experience-gK .testimonials-Gz span {
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 17px;
    display: block;
    color: #000000;
    padding: 0 10px;
    z-index: 2;
    margin-bottom: 10px;
    position: relative;
}.client-experience-gK .testimonials-Gz p {
    padding: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    font-weight: 400;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 16px;
    border-radius: 22px;
    line-height: 1.5;
    color: #000000;
}.client-experience-gK .testimonials-Gz:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.client-experience-gK .testimonials-Gz p::before {
    border-bottom: 10px solid #ffffff;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    top: -10px;
    border-right: 10px solid transparent;
}.client-experience-gK .testimonials-Gz:last-child:nth-child(3n-1) {
    grid-column: 2;
}.client-experience-gK .testimonials-Gz:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.client-experience-gK .student-insights-hE {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client-experience-gK .testimonials-Gz {
    width: 100%;
}.client-experience-gK .testimonials-Gz:last-child:nth-child(2n-1) {
    margin: 0 auto;
    grid-column: 1 / span 2;
    width: 80%;
}
}

@media (max-width: 768px) {.client-experience-gK {
    padding: 80px 0 100px;
}.client-experience-gK .student-insights-hE {
    gap: 40px;
    grid-template-columns: 1fr;
}.client-experience-gK .testimonials-Gz {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}.client-experience-gK .testimonials-Gz:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.client-experience-gK .testimonials-Gz:hover {
    transform: translateY(-5px);
}.client-experience-gK h4 {
    margin-bottom: 50px;
}}.subscribe-to-newsletter-gU {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4rem;
    box-shadow: 0 0 30px rgb(197,165,173,0.5);
    position: relative;
    overflow: hidden;
}.subscribe-to-newsletter-gU::before {
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(197,165,173,0.5) 5px, 
            rgb(197,165,173,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(180,116,132,0.5) 5px, 
            rgb(180,116,132,0.5) 6px
        );
    bottom: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    left: 0;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    content: "";
}.subscribe-to-newsletter-gU::after {
    content: "";
    animation: pulse-glow 5s infinite alternate;
    left: -25%;
    top: -25%;
    position: absolute;
    opacity: 0.1;
    width: 150%;
    background: radial-gradient(
        circle at center,
        rgb(197,165,173,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    height: 150%;
}.subscribe-to-newsletter-gU .guide-values-Um {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    align-items: center;
    z-index: 2;
}.subscribe-to-newsletter-gU p {
    font-size: 21px;
    padding-left: 2rem;
    color: #ffffff;
    position: relative;
    grid-column: 1 / 2;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 700;
}.subscribe-to-newsletter-gU p::before {
    top: 0;
    position: absolute;
    content: "";
    box-shadow: 
        0 0 5px rgb(197,165,173),
        0 0 10px rgb(197,165,173),
        0 0 15px rgb(197,165,173);
    left: 0;
    background: linear-gradient(to bottom, rgb(197,165,173), rgb(180,116,132));
    animation: pulse-neon 2s infinite alternate;
    width: 4px;
    bottom: 0;
}.subscribe-to-newsletter-gU .input_holder {
    position: relative;
    grid-column: 2 / 3;
    display: flex;
    transform: perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    flex-direction: row;
}.subscribe-to-newsletter-gU .sub-status-A5 {
    border: 1px solid rgb(197,165,173,0.5);
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    box-shadow: inset 0 0 10px rgb(197,165,173,0.5);
    flex: 1;
    backdrop-filter: blur(5px);
}.subscribe-to-newsletter-gU .sub-status-A5:focus {
    border-color: rgb(197,165,173);
    box-shadow: 
        inset 0 0 10px rgb(197,165,173,0.5),
        0 0 15px rgb(197,165,173,0.5);
    outline: none;
}.subscribe-to-newsletter-gU .sub-status-A5::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.subscribe-to-newsletter-gU .sub-season-xP {
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: rgb(197,165,173);
    z-index: 1;
}.subscribe-to-newsletter-gU .sub-season-xP::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: -100%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
}.subscribe-to-newsletter-gU .sub-season-xP:hover::before {
    left: 100%;
}.subscribe-to-newsletter-gU .sub-season-xP:hover {
    background: rgb(180,116,132);
    box-shadow: 
        0 0 10px rgb(180,116,132),
        0 0 20px rgb(180,116,132,0.5);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(197,165,173),
            0 0 10px rgb(197,165,173);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(197,165,173),
            0 0 20px rgb(197,165,173),
            0 0 30px rgb(197,165,173);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.subscribe-to-newsletter-gU {
    padding: 2.5rem 1.5rem;
}.subscribe-to-newsletter-gU .guide-values-Um {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.subscribe-to-newsletter-gU p {
    font-size: 16px;
    margin-bottom: 0.5rem;
    grid-column: 1 / 2;
}.subscribe-to-newsletter-gU .input_holder {
    grid-column: 1 / 2;
    flex-direction: column;
    transform: none;
}.subscribe-to-newsletter-gU .sub-status-A5 {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.subscribe-to-newsletter-gU .sub-season-xP {
    border-radius: 10px;
    width: 100%;
}}header {
    padding: 1.5rem 3%;
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgb(197,165,173,0.5), rgb(180,116,132,0.5));
    z-index: 100;
}header::before {
    position: absolute;
    bottom: 0.5rem;
    pointer-events: none;
    z-index: 0;
    content: '';
    top: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}header::after {
    width: 100%;
    z-index: 0;
    background: 
        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%);
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
}header .container {
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
}header .main-header-wq {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: #ffffff;
    padding: 1.5rem;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 12px;
}header .main-header-wq::before {
    height: 100%;
    left: 0;
    content: '';
    width: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(197,165,173), rgb(180,116,132));
}header .main-header-wq::after {
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(180,116,132), rgb(197,165,173));
    right: 0;
    width: 5px;
    height: 100%;
    position: absolute;
}header .head-expert-XC {
    padding: 0 0 1rem 0;
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
}header .head-expert-XC::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 1px;
    background: rgb(197,165,173,0.5);
    bottom: 0;
    width: 80px;
    content: '';
}header .head-expert-XC svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    width: 170px;
}header .head-expert-XC:hover svg {
    transform: scale(1.03);
}header .top-base-wT {
    padding-top: 1rem;
    max-width: 90%;
    gap: 0.7rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}header .header-base-nR {
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    text-decoration: none;
    background: rgb(219,208,199);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}header .header-base-nR::before {
    transition: width 0.3s ease;
    top: 0;
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 3px;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(197,165,173), rgb(180,116,132));
    z-index: -1;
    left: 0;
}header .header-base-nR:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .header-base-nR:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .main-header-wq {
    padding: 1.2rem;
}header .head-expert-XC {
    padding: 0 0 0.8rem 0;
}header .head-expert-XC svg {
    width: 150px;
}header .top-base-wT {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .header-base-nR {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .main-header-wq {
    padding: 1rem;
}header .head-expert-XC {
    padding: 0 0 0.7rem 0;
}header .head-expert-XC svg {
    width: 130px;
}header .top-base-wT {
    padding-top: 0.7rem;
    max-width: 95%;
    gap: 0.5rem;
}header .header-base-nR {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .main-header-wq {
    padding: 0.8rem 0.8rem 1rem;
}header .head-expert-XC {
    padding: 0 0 0.6rem 0;
}header .head-expert-XC svg {
    width: 120px;
}header .top-base-wT {
    padding-top: 0.6rem;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .top-base-wT::-webkit-scrollbar {
    height: 3px;
}header .top-base-wT::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,165,173);
}header .header-base-nR {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}
}