﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1171px;
    margin: auto;
    max-width: 100%;
}.viewport-containeriG {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.code_labsAy {
    flex: 0 0 auto;
}.header_procf {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 2px;
    width: 5px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px 2px 12px 6px rgba(0, 0, 0, 0.3);
    border-radius: 18.6vh;
    background: rgb(212,198,200);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top right, #ffffff 23%, rgb(255, 255, 255, 0.5) 12%, rgb(179,161,164) 68%, rgb(179,161,164,0.5) 93%, rgb(212,198,200) 38%, rgb(212,198,200,0.5) 31%, rgb(239,234,236) 56%);
    transition: background, box-shadow, transform 4.2s ease;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    transform: translateX(-2px);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(179,161,164) #ffffff;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contactBb {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
    padding: 80px 0;
}.contactBb::before {
    bottom: 0;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(212,198,200), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(179,161,164), 0.05) 0%, transparent 30%);
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
}.contactBb::after {
    top: 0;
    z-index: 1;
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(212,198,200), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(212,198,200), 0.03) 1px, transparent 1px);
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    left: 0;
    opacity: 0.6;
    content: "";
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contactBb .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contactBb h2 {
    text-align: center;
    position: relative;
    left: 50%;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 31px;
    font-weight: 700;
    transform: translateX(-50%);
    color: #000000;
}.contactBb h2::after {
    content: "";
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(212,198,200), transparent);
    position: absolute;
    height: 3px;
    width: 70%;
    bottom: -15px;
}.contactBb .help_blockcJ {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(212,198,200), 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
}.contactBb .help_blockcJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(212,198,200), 0.1);
}.contactBb .help_blockcJ::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    left: 0;
    position: absolute;
    width: 5px;
    content: "";
    height: 100%;
}.contactBb .img_thumbte {
    overflow: hidden;
    position: relative;
    width: 45%;
}.contactBb .img_thumbte::after {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(212,198,200), 0.3) 0%, 
                rgba(rgb(179,161,164), 0.3) 100%);
}.contactBb .img_thumbte::before {
    content: "";
    animation: shine 6s infinite;
    height: 150px;
    width: 150%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    top: -100px;
    z-index: 2;
    left: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contactBb .connect_inquiryGu {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.contactBb .connect_inquiryGu::before {
    top: -50px;
    background: radial-gradient(circle, rgba(rgb(212,198,200), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    right: -50px;
    width: 200px;
    z-index: 0;
    position: absolute;
    content: "";
    height: 200px;
}.contactBb form {
    z-index: 2;
    position: relative;
}.contactBb form h3 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
    position: relative;
}.contactBb form h3::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(212,198,200);
    bottom: -10px;
    width: 40px;
}.contactBb form input[type="text"] {
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    background: rgba(#ffffff, 0.8);
    color: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(#000000, 0.1);
    font-size: 14px;
}.contactBb form input[type="text"]:focus {
    background: #ffffff;
    border-color: rgb(212,198,200);
    outline: none;
    box-shadow: 0 0 0 3px rgba(rgb(212,198,200), 0.1);
}.contactBb form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contactBb form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.contactBb .query_mapJH {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.contactBb .query_mapJH input[type="checkbox"] {
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}.contactBb .query_mapJH label {
    cursor: pointer;
    line-height: 1.4;
    user-select: none;
    padding-left: 35px;
    font-size: 15px;
    position: relative;
    color: #000000;
}.contactBb .query_mapJH label::before {
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    background: rgba(#ffffff, 0.8);
    height: 22px;
    content: "";
}.contactBb .query_mapJH input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,200);
    border-color: rgb(212,198,200);
}.contactBb .query_mapJH input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
}.contactBb .query_mapJH label a {
    position: relative;
    text-decoration: none;
    color: rgb(212,198,200);
    transition: all 0.3s ease;
}.contactBb .query_mapJH label a::after {
    content: "";
    transform-origin: left;
    left: 0;
    height: 1px;
    bottom: -2px;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(212,198,200);
    position: absolute;
}.contactBb .query_mapJH label a:hover {
    color: rgb(179,161,164);
}.contactBb .query_mapJH label a:hover::after {
    transform: scaleX(1);
    background: rgb(179,161,164);
}.contactBb .query_gridrl {
    color: #ffffff;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(212,198,200), rgb(179,161,164));
    z-index: 1;
    width: 100%;
    position: relative;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}.contactBb .query_gridrl::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(179,161,164), rgb(212,198,200));
    transition: opacity 0.3s ease;
}.contactBb .query_gridrl:hover::before {
    opacity: 1;
}.contactBb .query_gridrl:active {
    transform: translateY(2px);
}.contactBb svg {
    width: 20px;
    fill: rgb(212,198,200);
    margin-right: 10px;
    height: 20px;
    transition: fill 0.3s ease;
}.contactBb svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,200);
}.contactBb svg:hover,
.contactBb svg:hover path {
    fill: rgb(179,161,164);
}.contactBb form input {
    background: rgb(239,234,236);
}
@media (max-width: 1024px) {.contactBb {
    padding: 60px 0;
}.contactBb .container {
    padding: 0 15px;
}.contactBb h2 {
    margin-bottom: 40px;
}.contactBb .connect_inquiryGu {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contactBb {
    padding: 50px 0;
}.contactBb h2 {
    margin-bottom: 30px;
}.contactBb .help_blockcJ {
    flex-direction: column;
}.contactBb .img_thumbte {
    width: 100%;
    height: 250px;
}.contactBb .connect_inquiryGu {
    width: 100%;
    padding: 30px 25px;
}.contactBb form h3 {
    margin-bottom: 25px;
}.contactBb form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contactBb .query_mapJH {
    margin-bottom: 25px;
}.contactBb .query_gridrl {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contactBb {
    padding: 40px 0;
}.contactBb h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.contactBb .img_thumbte {
    height: 200px;
}.contactBb .connect_inquiryGu {
    padding: 25px 20px;
}.contactBb form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.contactBb form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contactBb .query_mapJH {
    margin-bottom: 20px;
}.contactBb .query_mapJH label {
    font-size: calc(15px * 0.9);
    padding-left: 30px;
}.contactBb .query_mapJH label::before {
    height: 18px;
    width: 18px;
}.contactBb .query_mapJH input[type="checkbox"]:checked + label::after {
    top: 3px;
    width: 5px;
    left: 6px;
    height: 10px;
}.contactBb .query_gridrl {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contactBb::after,
    .contactBb .img_thumbte::before {
    animation: none;
}.contactBb .help_blockcJ:hover {
    transform: none;
}}.company_infoEL {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 120px 0 80px;
}.company_infoEL::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(179,161,164,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(212,198,200,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    width: 100%;
    left: 0;
}.company_infoEL::after {
    border-radius: 50%;
    right: -100px;
    position: absolute;
    height: 300px;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(179,161,164,0.5) 0%, transparent 70%);
    top: -100px;
    opacity: 0.1;
    content: "";
    width: 300px;
    z-index: 0;
    animation: float 12s ease-in-out infinite;
}.company_infoEL .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.company_infoEL h1 {
    text-align: left;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    opacity: 0;
    transform: translateX(-10px);
    position: relative;
    font-size: 44px;
    margin-bottom: 40px;
}.company_infoEL h1::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    transform: scaleX(0);
    content: "";
    position: absolute;
    width: 80px;
    transform-origin: left;
    height: 4px;
    left: 0;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.company_infoEL .guide_valuesoB {
    position: relative;
}.company_infoEL .guide_valuesoB ul {
    list-style: none;
    gap: 60px;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
}.company_infoEL .class_proBa {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 35px;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    background: #ffffff;
    opacity: 0;
    transform: translateY(20px);
}.company_infoEL .class_proBa:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.company_infoEL .class_proBa::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    content: "";
    top: 0;
    opacity: 0.8;
    left: 0;
    width: 4px;
    position: absolute;
}.company_infoEL .class_proBa:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(179,161,164), rgb(212,198,200));
}.company_infoEL .class_proBa h4 {
    position: relative;
    font-size: calc(24px * 1.1);
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}.company_infoEL .class_proBa h4::before {
    transform: translateY(-50%);
    opacity: 0;
    left: -20px;
    position: absolute;
    content: "";
    width: 20px;
    top: 50%;
    background-color: rgb(212,198,200);
    animation: slideInLeft 0.6s 1s forwards ease-out;
    height: 2px;
}.company_infoEL .class_proBa:nth-child(2) h4::before {
    background-color: rgb(179,161,164);
}.company_infoEL .class_proBa div {
    font-size: 15px;
    color: #000000;
    max-height: 300px;
    opacity: 0.9;
    overflow-y: auto;
    padding-right: 15px;
    padding-left: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgb(179,161,164,0.5) transparent;
    line-height: 1.7;
}.company_infoEL .class_proBa div::-webkit-scrollbar {
    width: 4px;
}.company_infoEL .class_proBa div::-webkit-scrollbar-track {
    background: transparent;
}.company_infoEL .class_proBa div::-webkit-scrollbar-thumb {
    background-color: rgb(179,161,164,0.5);
    border-radius: 10px;
}

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

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

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
}

@media (min-width: 768px) {.company_infoEL {
    padding: 150px 0 100px;
}.company_infoEL h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 60px;
}.company_infoEL h1::after {
    height: 4px;
    width: 120px;
}.company_infoEL .guide_valuesoB ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.company_infoEL .class_proBa {
    padding: 40px;
}.company_infoEL .class_proBa:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.company_infoEL .class_proBa div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.company_infoEL {
    padding: 180px 0 120px;
}.company_infoEL::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(179,161,164,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(212,198,200,0.5), 0.1) 0%, transparent 50%);
}.company_infoEL h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 80px;
}.company_infoEL .guide_valuesoB ul {
    gap: 60px;
}.company_infoEL .class_proBa {
    padding: 50px;
}.company_infoEL .class_proBa::after {
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(179,161,164,0.5), 0.03) 51%);
    content: "";
    z-index: -1;
    height: 100px;
    width: 100px;
    right: 0;
    position: absolute;
}.company_infoEL .class_proBa:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(212,198,200,0.5), 0.03) 51%);
}.company_infoEL .class_proBa h4 {
    font-size: calc(24px * 1.2);
    margin-bottom: 25px;
}.company_infoEL .class_proBa div {
    max-height: 450px;
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.company_infoEL .container {
    padding: 0 30px;
}.company_infoEL .guide_valuesoB ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.company_infoEL .class_proBa {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.company_infoEL .class_proBa:hover {
    transform: translateY(-8px) scale(1.01);
}}.education_experienceYv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgb(212,198,200,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
}.education_experienceYv::before {
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, rgb(179,161,164,0.5) 0%, transparent 25%, rgb(212,198,200,0.5) 50%, transparent 75%, rgb(179,161,164,0.5) 100%);
    opacity: 0.4;
    position: absolute;
    left: 0;
    animation: rotateBackground 15s linear infinite;
    width: 100%;
    top: 0;
    height: 100%;
}.education_experienceYv .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.education_experienceYv .reviews_hubeg {
    backdrop-filter: blur(10px);
    border-radius: 22px;
    gap: 1.5rem;
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "photo quote"
        "info quote";
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(179,161,164,0.5),
                0 10px 0 -5px rgb(212,198,200,0.5);
    transform: rotateY(-5deg);
    display: grid;
    transition: transform 0.5s ease;
}.education_experienceYv .reviews_hubeg:hover {
    transform: rotateY(0);
}.education_experienceYv .img_thumbte {
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,198,200,0.5);
    transform: translateZ(30px);
    height: 220px;
    grid-area: photo;
    width: 220px;
    transition: all 0.4s ease;
    border-radius: 50%;
}.education_experienceYv .reviews_hubeg:hover .img_thumbte {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(212,198,200);
    transform: translateZ(50px) scale(1.05);
}.education_experienceYv .name {
    color: #000000;
    grid-area: info;
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    transform: translateZ(20px);
}.education_experienceYv .reviews_hubeg span:not(.name) {
    display: block;
    grid-area: info;
    color: rgb(212,198,200);
    margin-top: 3.5rem;
    font-weight: 600;
    transform: translateZ(15px);
    font-size: 15px;
}.education_experienceYv .job_contentTF {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: calc(15px * 1.1);
    border-left: 4px solid rgb(179,161,164);
    border-radius: 0 22px 22px 0;
    grid-area: quote;
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    padding: 1.5rem 2rem;
    transform: translateZ(10px);
}.education_experienceYv .job_contentTF::before {
    background: linear-gradient(45deg, transparent 40%, rgb(179,161,164,0.5) 40%, rgb(179,161,164,0.5) 60%, transparent 60%);
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    background-size: 200% 200%;
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    animation: shimmer 3s infinite linear;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education_experienceYv .reviews_hubeg {
    grid-template-areas:
            "img_thumbte"
            "feedback_sectionrD"
            "job_contentTF";
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.education_experienceYv .img_thumbte {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.education_experienceYv .name,
    .education_experienceYv .reviews_hubeg span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.education_experienceYv .reviews_hubeg span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education_experienceYv {
    padding: 4rem 0;
}.education_experienceYv .reviews_hubeg {
    transform: none;
    padding: 1.5rem;
}.education_experienceYv .img_thumbte {
    width: 140px;
    height: 140px;
}.education_experienceYv .job_contentTF {
    font-size: 15px;
    padding: 1rem;
}}footer {
    font-family: Arial, sans-serif;
    position: relative;
    perspective: 1000px;
    color: #ffffff;
}footer::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(212,198,200,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.85;
    width: 100%;
    z-index: -1;
}footer::after {
    content: "";
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    width: 100%;
    left: 0;
    top: 0;
    animation: scanline 10s linear infinite;
    height: 100%;
}.code_labsAy {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}.code_labsAy::before {
    top: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(179,161,164) 50%, 
                transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.code_labsAy .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.code_labsAy .company_holder {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    position: relative;
    border-left: 3px solid rgb(212,198,200);
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem;
    backdrop-filter: blur(10px);
}.code_labsAy .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(212,198,200,0.5);
}.code_labsAy .company_holder h3 {
    font-size: calc(38px * 0.9);
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}.code_labsAy .company_holder h3::after {
    background: rgb(212,198,200);
    bottom: 0;
    height: 3px;
    content: "";
    transition: width 0.4s ease-in-out;
    width: 60px;
    position: absolute;
    left: 0;
}.code_labsAy .company_holder:hover h3::after {
    width: 100%;
}.code_labsAy .gift_cardCj {
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    position: relative;
    font-size: 12px;
    padding-left: 1rem;
    line-height: 1.7;
}.code_labsAy .gift_cardCj::before {
    height: 100%;
    top: 0;
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(212,198,200) 0%, 
                transparent 100%);
    left: 0;
    content: "";
}.code_labsAy .verify_ctaQc {
    position: relative;
}.code_labsAy .main_barnH {
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.code_labsAy .main_mastergx {
    background: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 2rem;
    position: relative;
    border-radius: 22px;
}.code_labsAy .main_mastergx::before {
    position: absolute;
    transform: rotate(45deg);
    content: "";
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    top: -50%;
    transition: all 0.6s ease;
}.code_labsAy .main_mastergx:hover::before {
    top: -100%;
    left: -100%;
}.code_labsAy .main_mastergx::after {
    height: 0;
    transition: all 0.4s ease;
    border-style: solid;
    top: 0;
    border-color: transparent rgb(212,198,200) transparent transparent;
    transform: translateZ(5px);
    right: 0;
    transform-style: preserve-3d;
    content: "";
    border-width: 0 25px 25px 0;
    position: absolute;
    width: 0;
}.code_labsAy .main_mastergx:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(179,161,164) transparent transparent;
}.code_labsAy .main_mastergx:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.code_labsAy .main_mastergx h5 {
    text-transform: uppercase;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}.code_labsAy .main_mastergx h5::before {
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgb(179,161,164);
    content: "";
    bottom: -8px;
}.code_labsAy .main_mastergx h5::after {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(212,198,200);
    bottom: -8px;
    transition: width 0.4s ease-in-out;
    width: 30%;
}.code_labsAy .main_mastergx:hover h5::after {
    width: 100%;
}.code_labsAy .main_mastergx .main_barnH {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.code_labsAy .main_mastergx a {
    font-size: 12px;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: all 0.3s ease;
}.code_labsAy .main_mastergx a::before {
    left: -20px;
    opacity: 0;
    content: "→";
    transition: all 0.3s ease;
    transform: translateZ(5px);
    position: absolute;
}.code_labsAy .main_mastergx a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.code_labsAy .main_mastergx a:hover::before {
    opacity: 1;
    left: 0;
}.grant_ctaVs {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
}.grant_ctaVs::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(212,198,200) 30%, 
                #ffffff 50%, 
                rgb(179,161,164) 70%, 
                transparent 100%);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.grant_ctaVs .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.grant_ctaVs .peer_helpZH {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}.grant_ctaVs .peer_helpZH:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(212,198,200), 0.3);
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(179,161,164,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(179,161,164);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.code_labsAy .company_holder::before,
.code_labsAy .main_mastergx::before {
    filter: blur(30px);
    position: absolute;
    width: 100px;
    border-radius: 50%;
    opacity: 0;
    content: "";
    background: radial-gradient(circle, rgb(212,198,200,0.5) 0%, transparent 70%);
    transition: opacity 0.5s ease;
    height: 100px;
    z-index: -1;
}.code_labsAy .company_holder::before {
    right: -20px;
    bottom: -20px;
}.code_labsAy .main_mastergx::before {
    top: -20px;
    left: -20px;
}.code_labsAy .company_holder:hover::before,
.code_labsAy .main_mastergx:hover::before {
    opacity: 0.5;
}.code_labsAy .company_holder::after {
    border-right: 2px solid rgb(212,198,200);
    position: absolute;
    opacity: 0.7;
    height: 30px;
    right: 20px;
    width: 30px;
    border-top: 2px solid rgb(212,198,200);
    top: 20px;
    transition: all 0.4s ease;
    content: "";
}.code_labsAy .company_holder:hover::after {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
}

@media (max-width: 992px) {.code_labsAy {
    padding: 4rem 0 2rem;
}.code_labsAy .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.code_labsAy .company_holder,
    .code_labsAy .verify_ctaQc {
    width: 100%;
}.code_labsAy .main_barnH {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.code_labsAy {
    padding: 3.5rem 0 1.5rem;
}.code_labsAy .main_barnH {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.code_labsAy .company_holder,
    .code_labsAy .main_mastergx {
    padding: 1.5rem;
}.code_labsAy .company_holder h3,
    .code_labsAy .main_mastergx h5 {
    margin-bottom: 1.25rem;
}.grant_ctaVs {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.code_labsAy {
    padding: 3rem 0 1rem;
}.code_labsAy .company_holder {
    padding: 1.25rem;
}.code_labsAy .company_holder h3 {
    font-size: calc(38px * 0.8);
}.code_labsAy .main_mastergx h5 {
    font-size: calc(19px * 0.9);
}.code_labsAy .main_mastergx a,
    .code_labsAy .gift_cardCj {
    font-size: calc(12px * 0.9);
}.grant_ctaVs .peer_helpZH {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 1rem;
}}

.code_labsAy .company_holder .gift_cardCj::after {
    height: 3px;
    bottom: -10px;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(to right, rgb(212,198,200), transparent);
    content: "";
    left: 1rem;
    width: 70px;
}.code_labsAy .company_holder:hover .gift_cardCj::after {
    width: calc(100% - 1rem);
}.code_labsAy::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    opacity: 0.3;
    width: 100%;
    top: 0;
    background-size: 40px 40px;
}.code_labsAy .main_mastergx:nth-child(1)::before {
    background: radial-gradient(circle, rgb(212,198,200,0.5) 0%, transparent 70%);
}.code_labsAy .main_mastergx:nth-child(2)::before {
    background: radial-gradient(circle, rgb(179,161,164,0.5) 0%, transparent 70%);
}.code_labsAy .main_barnH a::after {
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 0;
    background: linear-gradient(to right, rgb(212,198,200), rgb(179,161,164));
}.code_labsAy .main_barnH a:hover::after {
    width: 100%;
}.landing_pageOW {
    justify-content: center;
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
}.landing_pageOW::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(212,198,200,0.5) 0%, 
        rgba(0,0,0,0.6) 50%, 
        rgb(179,161,164,0.5) 100%);
    width: 100%;
    left: 0;
    transform: translateZ(0);
}.landing_pageOW::after {
    transform: translateZ(0);
    content: "";
    width: 100%;
    opacity: 0.7;
    height: 100%;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, 
        rgb(179,161,164,0.5) 0%, 
        transparent 70%);
    z-index: -1;
    top: -50%;
    right: -50%;
}.landing_pageOW > div {
    width: 90%;
    perspective: 1000px;
    max-width: 1200px;
    padding: 2rem;
    transform-style: preserve-3d;
}.landing_pageOW > div > div:first-child {
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 2.5rem;
}.landing_pageOW .title_style_header {
    margin: 0;
    font-weight: 700;
    font-size: calc(39px * 1.2);
    color: #ffffff;
    animation: slideRight 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3), 
                 0 1px 2px rgba(0,0,0,0.5);
    line-height: 1.2;
    position: relative;
    padding: 0;
    opacity: 0;
    transform: translateX(-10px);
}.landing_pageOW .title_style_header::after {
    left: 0;
    transform: scaleX(0);
    content: "";
    height: 4px;
    position: absolute;
    transform-origin: left;
    animation: scaleIn 1.5s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    bottom: -15px;
    background: linear-gradient(90deg, 
        rgb(179,161,164) 0%, 
        rgb(212,198,200) 100%);
    width: 80px;
}.landing_pageOW .tech_masterAJ {
    padding: 2.5rem;
    opacity: 0;
    transform-origin: left center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(212,198,200);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.4),
                0 15px 25px -5px rgba(0,0,0,0.2),
                0 0 0 1px rgba(255,255,255,0.05);
    transform: translateZ(20px) rotateY(-5deg);
    background: rgba(255,255,255,0.08);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: fadeIn 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.landing_pageOW .tech_masterAJ:hover {
    transform: translateZ(30px) rotateY(0deg);
}.landing_pageOW .learn_cornerbS {
    animation: slideUp 0.7s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
}.landing_pageOW .learn_cornerbS h3 {
    font-weight: 600;
    padding-bottom: 12px;
    font-size: calc(22px * 1.1);
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    position: relative;
}.landing_pageOW .learn_cornerbS h3::after {
    left: 0;
    animation: pulseWidth 4s infinite alternate ease-in-out;
    background: rgb(179,161,164);
    transform-origin: left;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
    width: 40px;
}.landing_pageOW .tech_masterAJ > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.7s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.landing_pageOW .tech_masterAJ span {
    overflow: hidden;
    position: relative;
    display: block;
}.landing_pageOW .tech_masterAJ p {
    padding-left: 1rem;
    margin: 0;
    line-height: 1.6;
    border-left: 2px solid rgb(179,161,164,0.5);
    font-size: calc(15px * 1.1);
    color: #ffffff;
    position: relative;
    font-weight: 400;
}

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

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

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

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

@keyframes floatIn {
    from {
        transform: translateZ(0) translateY(20px);
    }
    to {
        transform: translateZ(30px) translateY(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseWidth {
    0% {
        width: 40px;
    }
    100% {
        width: 70px;
    }
}

@media (max-width: 1200px) {.landing_pageOW .title_style_header {
    font-size: calc(39px * 1.1);
}.landing_pageOW .tech_masterAJ {
    padding: 2rem;
}
}

@media (max-width: 991px) {.landing_pageOW > div {
    width: 95%;
}.landing_pageOW .title_style_header {
    font-size: 39px;
}.landing_pageOW .tech_masterAJ {
    transform: translateZ(15px) rotateY(-3deg);
}.landing_pageOW .tech_masterAJ:hover {
    transform: translateZ(20px) rotateY(0deg);
}
}

@media (max-width: 768px) {.landing_pageOW {
    min-height: 80vh;
}.landing_pageOW > div {
    padding: 1.5rem;
}.landing_pageOW .title_style_header {
    font-size: calc(28px * 1.1);
}.landing_pageOW .learn_cornerbS h3 {
    font-size: 22px;
}.landing_pageOW .tech_masterAJ {
    padding: 1.5rem;
    transform: translateZ(10px) rotateY(-2deg);
}.landing_pageOW .tech_masterAJ:hover {
    transform: translateZ(15px) rotateY(0deg);
}
}

@media (max-width: 576px) {.landing_pageOW {
    min-height: 70vh;
}.landing_pageOW > div {
    width: 100%;
    padding: 1rem;
}.landing_pageOW .title_style_header {
    font-size: 28px;
}.landing_pageOW .tech_masterAJ {
    padding: 1.25rem;
    transform: translateZ(5px) rotateY(-1deg);
}.landing_pageOW .tech_masterAJ:hover {
    transform: translateZ(10px) rotateY(0deg);
}.landing_pageOW .learn_cornerbS h3 {
    font-size: calc(18px * 1.1);
}.landing_pageOW .tech_masterAJ p {
    font-size: 15px;
}}.potential_enrolleesDM {
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.potential_enrolleesDM::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,198,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(179,161,164,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    opacity: 0.6;
    top: 0;
}.potential_enrolleesDM::after {
    z-index: 0;
    content: "";
    opacity: 0.03;
    height: 100%;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    left: 0;
    width: 100%;
    background-size: 120px 120px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    top: 0;
    position: absolute;
}.potential_enrolleesDM .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.potential_enrolleesDM .learn_identitywP {
    transform: translateY(0);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 10px;
    backdrop-filter: blur(12px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
}.potential_enrolleesDM .learn_identitywP:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.potential_enrolleesDM .learn_identitywP::before {
    border-radius: 50%;
    top: -100px;
    content: "";
    height: 200px;
    filter: blur(30px);
    right: -100px;
    background: linear-gradient(45deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    opacity: 0.1;
    position: absolute;
    width: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
}.potential_enrolleesDM .learn_identitywP::after {
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(179,161,164) 0%, rgb(212,198,200) 100%);
    opacity: 0.1;
    bottom: -75px;
    filter: blur(25px);
    content: "";
    left: -75px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.potential_enrolleesDM h4 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
}.potential_enrolleesDM h4::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    bottom: 0;
    position: absolute;
}.potential_enrolleesDM div p {
    margin-bottom: 25px;
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    align-items: center;
    position: relative;
    font-size: calc(16px + 2px);
    border-left: 3px solid rgb(212,198,200);
    color: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.potential_enrolleesDM div p:last-child {
    margin-bottom: 0;
}.potential_enrolleesDM div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.potential_enrolleesDM div p svg {
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    min-width: 24px;
    width: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}.potential_enrolleesDM div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.potential_enrolleesDM div p svg path {
    fill: rgb(212,198,200);
}.potential_enrolleesDM div p::after {
    bottom: 0;
    position: absolute;
    left: 0;
    transition: width 0.5s ease;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, rgb(212,198,200) 0%, transparent 100%);
    content: "";
}.potential_enrolleesDM div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.potential_enrolleesDM {
    padding: 80px 0;
}.potential_enrolleesDM .learn_identitywP {
    padding: 40px 30px;
}.potential_enrolleesDM h4 {
    margin-bottom: 30px;
    font-size: calc(34px - 2px);
}.potential_enrolleesDM div p {
    padding: 12px 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.potential_enrolleesDM {
    padding: 60px 0;
}.potential_enrolleesDM .learn_identitywP {
    padding: 30px 20px;
}.potential_enrolleesDM h4 {
    margin-bottom: 25px;
    font-size: calc(34px - 4px);
    padding-bottom: 12px;
}.potential_enrolleesDM h4::after {
    height: 3px;
    width: 60px;
}.potential_enrolleesDM div p {
    padding: 10px 12px;
    font-size: calc(16px - 1px);
    margin-bottom: 15px;
}.potential_enrolleesDM div p svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
}.potential_enrolleesDM::before,
    .potential_enrolleesDM::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.potential_enrolleesDM {
    padding: 40px 0;
}.potential_enrolleesDM .learn_identitywP {
    padding: 25px 15px;
}.potential_enrolleesDM h4 {
    font-size: calc(34px - 6px);
}.potential_enrolleesDM div p {
    font-size: calc(16px - 2px);
    padding: 8px 10px;
}.potential_enrolleesDM div p svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
}}.educational_gainswq {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}.educational_gainswq::before {
    background: radial-gradient(ellipse at center, rgba(rgb(212,198,200,0.5), 0.03) 0%, rgba(rgb(212,198,200,0.5), 0) 70%);
    left: -25%;
    pointer-events: none;
    content: "";
    height: 200%;
    position: absolute;
    top: -50%;
    z-index: 0;
    width: 150%;
    transform: rotate(-15deg);
}.educational_gainswq::after {
    right: 0;
    z-index: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 35%;
    width: 35%;
    background: radial-gradient(circle at bottom right, rgba(rgb(179,161,164,0.5), 0.08) 0%, rgba(rgb(179,161,164,0.5), 0) 70%);
}.educational_gainswq h5 {
    text-align: center;
    transition: transform 0.6s ease-out;
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
    transform: translateY(-5px);
    font-weight: 700;
    color: #000000;
    z-index: 1;
}.educational_gainswq h5::after {
    left: 50%;
    background: rgb(212,198,200);
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
    bottom: -12px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    content: "";
}.educational_gainswq h5:hover {
    transform: translateY(-8px);
}.educational_gainswq h5:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.educational_gainswq .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.educational_gainswq .learn_identitywP {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 20px;
}.educational_gainswq .learn_identitywP:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.educational_gainswq .img_thumbte {
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    vertical-align: middle;
    filter: brightness(1.02) contrast(1.05);
    object-position: center;
    object-fit: cover;
    height: 250px;
}.educational_gainswq .learn_identitywP:hover .img_thumbte {
    transform: scale(1.03);
}.educational_gainswq .summary_framefT {
    padding: 40px 30px;
    position: relative;
}.educational_gainswq .summary_framefT::before {
    background: linear-gradient(90deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    opacity: 0.8;
    right: 0;
    height: 6px;
    left: 0;
    position: absolute;
    transform: scaleX(0.97);
    top: 0;
    content: "";
    transition: transform 0.6s ease-out;
}.educational_gainswq .learn_identitywP:hover .summary_framefT::before {
    transform: scaleX(1);
}.educational_gainswq ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    padding: 0;
    gap: 18px;
    margin: 0;
}.educational_gainswq li {
    padding-left: 38px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.educational_gainswq li:hover {
    transform: translateX(5px);
}.educational_gainswq li div {
    position: relative;
}.educational_gainswq li p {
    color: #000000;
    font-size: 12px;
    position: relative;
    line-height: 1.6;
    margin: 0;
}.educational_gainswq li svg {
    top: 2px;
    width: 24px;
    height: 24px;
    left: -38px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.educational_gainswq li:hover svg {
    transform: scale(1.15) rotate(8deg);
}.educational_gainswq li svg path {
    fill: rgb(212,198,200);
    transition: fill 0.3s ease;
}.educational_gainswq li:hover svg path {
    fill: rgb(179,161,164);
}.educational_gainswq li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}.educational_gainswq li:nth-child(odd) svg path:last-child {
    fill-opacity: 0.85;
}

@media (min-width: 768px) {.educational_gainswq .learn_identitywP {
    align-items: stretch;
    flex-direction: row;
}.educational_gainswq .learn_identitywP > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.educational_gainswq .img_thumbte {
    height: 100%;
}.educational_gainswq .summary_framefT {
    padding: 50px 40px;
    flex: 0 0 60%;
}.educational_gainswq .summary_framefT::before {
    width: 6px;
    height: auto;
    bottom: 15px;
    right: auto;
    top: 15px;
    transform: scaleY(0.97);
}.educational_gainswq .learn_identitywP:hover .summary_framefT::before {
    transform: scaleY(1);
}.educational_gainswq h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 60px;
}.educational_gainswq ul {
    gap: 25px 30px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational_gainswq {
    padding: 120px 0;
}.educational_gainswq .learn_identitywP {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.educational_gainswq .learn_identitywP:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-7px);
}.educational_gainswq .summary_framefT {
    padding: 60px 50px;
}.educational_gainswq ul {
    gap: 30px 40px;
}.educational_gainswq li {
    padding-left: 42px;
}.educational_gainswq li svg {
    top: 3px;
    left: -42px;
    width: 26px;
    height: 26px;
}
}

@media (max-width: 767px) {.educational_gainswq {
    padding: 70px 0;
}.educational_gainswq h5 {
    font-size: calc(24px * 0.9);
    padding: 0 15px;
    margin-bottom: 40px;
}.educational_gainswq .learn_identitywP > div:first-child {
    height: 200px;
    overflow: hidden;
}.educational_gainswq .summary_framefT {
    padding: 30px 20px;
}.educational_gainswq ul {
    display: block;
}.educational_gainswq li {
    margin-bottom: 15px;
}.educational_gainswq li:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 480px) {.educational_gainswq {
    padding: 50px 0;
}.educational_gainswq h5 {
    font-size: calc(24px * 0.8);
    margin-bottom: 30px;
}.educational_gainswq .learn_identitywP > div:first-child {
    height: 180px;
}.educational_gainswq .summary_framefT {
    padding: 25px 18px;
}.educational_gainswq li {
    padding-left: 34px;
}.educational_gainswq li svg {
    left: -34px;
    height: 22px;
    width: 22px;
}.educational_gainswq li p {
    font-size: calc(12px * 0.95);
}}.plan_cardSl {
    position: relative;
    overflow: hidden;
    background-color: rgb(239,234,236);
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.plan_cardSl::before {
    background: linear-gradient(135deg, rgba(rgb(179,161,164,0.5), 0.05) 0%, rgba(rgb(212,198,200,0.5), 0.08) 100%);
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.plan_cardSl .container {
    max-width: 1400px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.plan_cardSl .fee_choiceshc {
    display: flex;
    flex-direction: column;
}.plan_cardSl .cert_planstE {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    transform: translateY(20px);
    opacity: 0;
}.plan_cardSl .cert_planstE h2 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1.2;
    font-size: 33px;
}.plan_cardSl .cert_planstE h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(179,161,164), rgb(212,198,200));
    height: 4px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 2px;
}.plan_cardSl .premium_gridFY {
    font-size: 15px;
    color: #000000;
    max-width: 800px;
    margin-top: 25px;
    line-height: 1.6;
}.plan_cardSl .class_costsv {
    gap: 30px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.plan_cardSl .fee_structCd {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    transform: translateY(30px);
}.plan_cardSl .fee_structCd:nth-child(1) {
    --i: 1;
}.plan_cardSl .fee_structCd:nth-child(2) {
    --i: 2;
}.plan_cardSl .fee_structCd:nth-child(3) {
    --i: 3;
}.plan_cardSl .fee_structCd:nth-child(4) {
    --i: 4;
}.plan_cardSl .discount_tierCS {
    transition: all 0.4s ease;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 12px;
}.plan_cardSl .fee_structCd:hover .discount_tierCS {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(212,198,200,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.plan_cardSl .qtr_costpQ {
    z-index: 2;
    position: relative;
    min-height: 250px;
    padding: 35px 30px;
    box-sizing: border-box;
}.plan_cardSl .qtr_costpQ h3 {
    transition: transform 0.3s ease;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(21px + 2px);
    margin-bottom: 20px;
}.plan_cardSl .fee_structCd:hover .qtr_costpQ h3 {
    transform: translateX(5px);
    color: rgb(212,198,200);
}.plan_cardSl .price_choicesoy {
    position: relative;
    margin: 20px 0;
    font-size: calc(21px + 4px);
    display: block;
    color: rgb(179,161,164);
    transition: all 0.3s ease;
    font-weight: 700;
}.plan_cardSl .price_choicesoy::before {
    height: 3px;
    width: 40px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(179,161,164), transparent);
    position: absolute;
    top: -10px;
    content: "";
    left: 0;
}.plan_cardSl .fee_structCd:hover .price_choicesoy {
    transform: scale(1.05);
    color: rgb(212,198,200);
}.plan_cardSl .qtr_costpQ p {
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 15px;
    transition: color 0.3s ease;
    hyphens: auto;
    word-wrap: break-word;
    margin-top: 15px;
    white-space: normal;
    word-break: normal;
}.plan_cardSl .img_thumbte {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
}.plan_cardSl .img_thumbte::after {
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    top: 0;
}.plan_cardSl .fee_structCd:hover .img_thumbte {
    transform: scale(1.05);
}.plan_cardSl .fee_structCd:hover .img_thumbte::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.plan_cardSl .fee_choiceshc {
    flex-direction: row-reverse;
}.plan_cardSl .cert_planstE {
    margin-bottom: 0;
    width: 30%;
    padding-left: 50px;
}.plan_cardSl .class_costsv {
    width: 70%;
}.plan_cardSl .cert_planstE h2 {
    font-size: calc(33px + 4px);
}
}

@media (max-width: 1199px) {.plan_cardSl {
    padding: 80px 0;
}.plan_cardSl .cert_planstE {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.plan_cardSl .cert_planstE h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.plan_cardSl {
    padding: 60px 0;
}.plan_cardSl .class_costsv {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_cardSl .qtr_costpQ {
    padding: 25px 20px;
}.plan_cardSl .img_thumbte {
    height: 180px;
}.plan_cardSl .cert_planstE h2 {
    font-size: calc(33px - 2px);
}.plan_cardSl .premium_gridFY {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.plan_cardSl .fee_structCd:hover .discount_tierCS {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.plan_cardSl .fee_structCd:hover .qtr_costpQ h3 {
    transform: none;
}.plan_cardSl .fee_structCd:hover .price_choicesoy {
    transform: none;
}.plan_cardSl .fee_structCd:hover .img_thumbte {
    transform: none;
}}.privacy_compartmentWT {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(135deg, rgb(212,198,200) 30%, rgb(179,161,164) 100%);
    display: flex;
    height: auto;
    padding: 20px 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.privacy_compartmentWT h1 {
    font-weight: 700;
    font-size: 47px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}.privacy_compartmentWT h2 {
    font-size: 32px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 8px;
}.privacy_compartmentWT h3, .privacy_compartmentWT h4, .privacy_compartmentWT h5, .privacy_compartmentWT h6 {
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}.privacy_compartmentWT ul, .privacy_compartmentWT ol {
    margin: 20px 0;
    padding: 0;
    border-left: 2px solid #ffffff;
    list-style: none;
}.privacy_compartmentWT li {
    border-bottom: 1px dashed #ffffff;
    margin-left: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0;
}.privacy_compartmentWT section {
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}.privacy_compartmentWT p, .privacy_compartmentWT span, .privacy_compartmentWT div {
    color: #ffffff;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy_compartmentWT {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}.privacy_compartmentWT h1 {
    font-size: calc(18px - 10px);
}.privacy_compartmentWT h2 {
    font-size: calc(18px - 5px);
}.privacy_compartmentWT ul, .privacy_compartmentWT ol {
    border-left: 1px solid #ffffff;
}.privacy_compartmentWT li {
    font-size: calc(12px - 2px);
}}header {
    background: rgb(239,234,236);
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
}header::before {
    opacity: 0.2;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(212,198,200,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}header .head_coreNE {
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    position: relative;
    display: flex;
}header .head_coreNE::before {
    top: -10px;
    background: linear-gradient(90deg, rgb(212,198,200), transparent);
    left: 10%;
    content: "";
    width: 30%;
    position: absolute;
    filter: blur(5px);
    height: 5px;
}header .head_coreNE::after {
    height: 5px;
    content: "";
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(179,161,164));
    position: absolute;
    filter: blur(5px);
    bottom: -10px;
    right: 10%;
}header .head_coreNE .header_navbarKj {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .head_coreNE .header_navbarKj::before {
    background: linear-gradient(135deg, rgb(212,198,200), rgb(179,161,164));
    width: calc(100% + 10px);
    opacity: 0;
    transition: opacity 0.3s ease;
    top: -5px;
    filter: blur(15px);
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    left: -5px;
    z-index: -1;
}header .head_coreNE .header_navbarKj:hover::before {
    opacity: 0.7;
}header .head_coreNE .header_navbarKj .site_startnv {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .head_coreNE .header_navbarKj:hover .site_startnv {
    transform: scale(1.05);
}header .head_coreNE .header_navbarKj .site_startnv svg {
    width: auto;
    height: 45px;
}header .head_coreNE .main_mastergx {
    list-style: none;
    padding: 10px;
    border-radius: 21px;
    display: flex;
    position: relative;
    margin: 0;
}header .head_coreNE .main_mastergx::before {
    opacity: 0.1;
    z-index: -1;
    left: 0;
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}header .head_coreNE .main_mastergx .nav_wrapHD {
    position: relative;
    margin: 0 3px;
}header .head_coreNE .main_mastergx .nav_wrapHD a {
    position: relative;
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 8px 15px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    font-size: 14px;
    display: block;
    z-index: 1;
}header .head_coreNE .main_mastergx .nav_wrapHD a::before {
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(212,198,200), rgb(179,161,164));
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
}header .head_coreNE .main_mastergx .nav_wrapHD a::after {
    transform: translate(-50%, -50%) scale(0);
    width: 150%;
    opacity: 0;
    height: 150%;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    position: absolute;
    top: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    left: 50%;
}header .head_coreNE .main_mastergx .nav_wrapHD:hover a::before {
    opacity: 1;
}header .head_coreNE .main_mastergx .nav_wrapHD:hover a {
    color: #ffffff;
}header .head_coreNE .main_mastergx .nav_wrapHD:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .head_coreNE .main_mastergx .nav_wrapHD:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(212,198,200), rgb(179,161,164));
}header .head_coreNE .main_mastergx .nav_wrapHD:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(212,198,200), rgb(179,161,164));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(212,198,200), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(212,198,200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(212,198,200), 0);
    }
}

@media (max-width: 992px) {header .head_coreNE {
    padding: 20px 15px;
    flex-direction: column;
}header .head_coreNE .header_navbarKj {
    margin-bottom: 15px;
}header .head_coreNE .main_mastergx {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .head_coreNE .main_mastergx .nav_wrapHD {
    margin: 3px;
}header .head_coreNE .main_mastergx .nav_wrapHD a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .head_coreNE {
    padding: 15px 10px;
}header .head_coreNE .header_navbarKj .site_startnv svg {
    height: 40px;
}header .head_coreNE .main_mastergx {
    padding: 5px;
}header .head_coreNE .main_mastergx .nav_wrapHD a {
    padding: 5px 10px;
    font-size: calc(14px - 2px);
}}.program_detailsfU {
    display: flex;
    background-color: rgb(239,234,236);
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.program_detailsfU .future_skillsdL {
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
}.program_detailsfU .skill_trackLO {
    display: flex;
    animation: slide-show 35s ease-in-out infinite;
    width: 500%;
    height: 100%;
}.program_detailsfU .future_skillsdL:hover .skill_trackLO {
    animation-play-state: paused;
}.program_detailsfU .learn_trackiR {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.program_detailsfU .learn_trackiR img {
    height: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    filter: brightness(0.8) saturate(1.3);
    transform-origin: center;
    width: 100%;
    object-fit: cover;
}.program_detailsfU .learn_trackiR::before {
    position: absolute;
    opacity: 0.7;
    background: 
        linear-gradient(0deg, 
            rgb(212,198,200,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(179,161,164,0.5) 100%),
        linear-gradient(90deg, 
            rgb(212,198,200,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(179,161,164,0.5) 100%);
    z-index: 2;
    inset: 0;
    content: '';
}.program_detailsfU .learn_trackiR::after {
    mix-blend-mode: overlay;
    content: '';
    position: absolute;
    inset: 0;
    z-index: 3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(212,198,200,0.5) 0px,
            rgb(212,198,200,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
    opacity: 0.3;
}.program_detailsfU .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    z-index: 4;
}.program_detailsfU .learn_identitywP {
    background: linear-gradient(
        135deg,
        rgb(212,198,200,0.5) 0%,
        rgb(179,161,164,0.5) 100%
    );
    max-width: 600px;
    position: relative;
    padding: 0.5rem;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    backdrop-filter: blur(8px);
    margin-left: 0;
}.program_detailsfU .learn_workhL {
    overflow: hidden;
    padding: 3rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgb(239,234,236);
}.program_detailsfU .learn_workhL::before {
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(212,198,200,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(179,161,164,0.5) 0%,
            transparent 70%
        );
    position: absolute;
    inset: 0;
    content: '';
    z-index: -1;
    opacity: 0.15;
}.program_detailsfU .learn_workhL h3 {
    font-size: 28px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(212,198,200);
}.program_detailsfU .learn_workhL h3::after {
    bottom: -10px;
    border-radius: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 60px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(212,198,200), 
        rgb(179,161,164));
}.program_detailsfU .learn_workhL:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.program_detailsfU .learn_workhL p {
    margin-bottom: 2rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
}.program_detailsfU .learn_workhL .query_gridrl {
    color: #ffffff;
    border-radius: 10px;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(to right, 
        rgb(212,198,200), 
        rgb(179,161,164));
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    box-shadow: 0 5px 15px rgb(212,198,200,0.5);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}.program_detailsfU .learn_workhL .query_gridrl::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(to right, 
        rgb(179,161,164), 
        rgb(212,198,200));
}.program_detailsfU .learn_workhL .query_gridrl:hover {
    box-shadow: 0 8px 20px rgb(179,161,164,0.5);
    transform: translateY(-3px);
}.program_detailsfU .learn_workhL .query_gridrl:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.program_detailsfU .learn_workhL {
    padding: 2.5rem;
}.program_detailsfU .learn_identitywP {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.program_detailsfU .learn_identitywP {
    max-width: 650px;
}.program_detailsfU .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.program_detailsfU {
    padding: 0;
    min-height: auto;
    flex-direction: column;
}.program_detailsfU .future_skillsdL {
    height: 350px;
    position: relative;
}.program_detailsfU .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.program_detailsfU .learn_identitywP {
    margin: 0 auto;
    max-width: 100%;
}.program_detailsfU .learn_workhL {
    padding: 2rem;
}
}

@media (max-width: 767px) {.program_detailsfU .future_skillsdL {
    height: 300px;
}.program_detailsfU .skill_trackLO {
    animation-duration: 25s;
}.program_detailsfU .container {
    padding: 2.5rem 1rem;
}.program_detailsfU .learn_workhL {
    padding: 1.8rem;
}.program_detailsfU .learn_workhL h3 {
    font-size: calc(28px * 0.9);
}.program_detailsfU .learn_workhL p {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.program_detailsfU .future_skillsdL {
    height: 250px;
}.program_detailsfU .skill_trackLO {
    animation-duration: 20s;
}.program_detailsfU .container {
    padding: 2rem 0.8rem;
}.program_detailsfU .learn_workhL {
    padding: 1.5rem;
}.program_detailsfU .learn_workhL h3 {
    margin-bottom: 1rem;
    font-size: calc(28px * 0.8);
}.program_detailsfU .learn_workhL p {
    font-size: calc(15px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.program_detailsfU .learn_workhL .query_gridrl {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.program_detailsfU .skill_trackLO,
    .program_detailsfU .learn_trackiR img,
    .program_detailsfU .learn_trackiR::after {
    animation: none;
}}.teaching_processJg {
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgb(179,161,164,0.5) 120%);
    padding: 170px 0 150px;
}.teaching_processJg::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: rgb(212,198,200,0.5);
    content: '';
    height: 100%;
    opacity: 0.05;
    left: 0;
}.teaching_processJg .learn_identitywP {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.teaching_processJg .summary_framefT {
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    position: relative;
}.teaching_processJg .summary_framefT h2 {
    font-weight: 700;
    padding: 35px 40px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    backdrop-filter: blur(10px);
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    z-index: 4;
    font-size: 29px;
    background: rgb(212,198,200,0.5);
    color: #ffffff;
    width: 40%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.teaching_processJg .summary_framefT p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    position: relative;
    width: 70%;
    line-height: 1.8;
    padding: 50px 60px;
    z-index: 3;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    font-size: 13px;
    margin: 0 auto;
}.teaching_processJg .summary_framefT::before {
    top: calc(29px * 2 + 70px);
    width: 2px;
    left: 50%;
    content: '';
    height: 60px;
    z-index: 3;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,200), transparent);
}.teaching_processJg .summary_framefT::after {
    background: rgb(212,198,200);
    height: 200px;
    filter: blur(70px);
    position: absolute;
    animation: pulse-subtle 15s infinite alternate;
    top: -100px;
    content: '';
    width: 200px;
    opacity: 0.03;
    right: 10%;
    border-radius: 50%;
}.teaching_processJg .summary_framefT h2::before {
    left: -20%;
    position: absolute;
    background: rgb(212,198,200);
    opacity: 0.2;
    bottom: -5px;
    height: 10px;
    filter: blur(10px);
    width: 140%;
    content: '';
}.teaching_processJg .summary_framefT h2::after {
    width: 20px;
    content: '';
    position: absolute;
    z-index: 5;
    box-shadow: 0 0 15px rgb(212,198,200,0.5);
    bottom: -40px;
    background: rgb(212,198,200);
    opacity: 0.7;
    height: 20px;
    margin-left: -10px;
    left: 50%;
    border-radius: 50%;
}.teaching_processJg .summary_framefT p::before {
    content: '';
    width: 90%;
    left: 5%;
    opacity: 0.3;
    position: absolute;
    top: 20px;
    background: linear-gradient(90deg, transparent, rgb(212,198,200,0.5), transparent);
    height: 1px;
}.teaching_processJg .summary_framefT p::after {
    bottom: 20px;
    background: linear-gradient(90deg, transparent, rgb(212,198,200,0.5), transparent);
    height: 1px;
    position: absolute;
    width: 70%;
    content: '';
    left: 15%;
    opacity: 0.3;
}.teaching_processJg::after {
    left: 50%;
    height: 200px;
    opacity: 0.3;
    background: linear-gradient(to top, rgb(212,198,200,0.5), transparent);
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 1px;
    content: '';
}.teaching_processJg .learn_identitywP::before {
    width: 250px;
    left: -125px;
    transform: rotate(30deg);
    content: '';
    opacity: 0.2;
    background: rgb(212,198,200,0.5);
    top: 40%;
    height: 2px;
    transform-origin: right center;
    position: absolute;
    z-index: 0;
}.teaching_processJg .learn_identitywP::after {
    position: absolute;
    top: 40%;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(-30deg);
    background: rgb(212,198,200,0.5);
    transform-origin: left center;
    width: 250px;
    content: '';
    right: -125px;
    height: 2px;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.teaching_processJg .summary_framefT h2 {
    width: 50%;
}.teaching_processJg .summary_framefT p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.teaching_processJg {
    padding: 140px 0 120px;
}.teaching_processJg .summary_framefT h2 {
    padding: 30px 35px;
    margin-bottom: 60px;
    width: 60%;
}.teaching_processJg .summary_framefT p {
    width: 90%;
    padding: 40px 50px;
}.teaching_processJg .summary_framefT::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.teaching_processJg {
    padding: 120px 0 100px;
    overflow: hidden;
}.teaching_processJg .summary_framefT {
    transform: none;
}.teaching_processJg .summary_framefT h2 {
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.teaching_processJg .summary_framefT p {
    padding: 30px 40px;
    width: 100%;
}.teaching_processJg .summary_framefT::before {
    height: 30px;
}.teaching_processJg .summary_framefT::after,
    .teaching_processJg::after,
    .teaching_processJg .learn_identitywP::before,
    .teaching_processJg .learn_identitywP::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_processJg {
    padding: 100px 0 80px;
}.teaching_processJg .summary_framefT h2 {
    font-size: calc(29px * 0.8);
    padding: 25px 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    width: 100%;
}.teaching_processJg .summary_framefT p {
    font-size: calc(13px * 0.9);
    padding: 25px 30px;
}.teaching_processJg .summary_framefT::before {
    height: 20px;
}.teaching_processJg .summary_framefT h2::after {
    bottom: -25px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
}}.consentNotificationBoxsn {
    width: 100%;
    z-index: 1000;
    position: fixed;
    border-top: 1px solid rgb(212,198,200);
    background-color: rgb(239,234,236);
    bottom: 0;
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}.consentNotificationBoxsn .safe_cookiesGy {
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.consentNotificationBoxsn .safe_cookiesGy svg {
    fill: rgb(212,198,200);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.consentNotificationBoxsn .cookie_overlayIY {
    flex-grow: 1;
}.consentNotificationBoxsn .cookie_overlayIY h5 {
    margin-bottom: 6px;
    font-size: 22px;
    color: rgb(212,198,200);
}.consentNotificationBoxsn .cookie_overlayIY p {
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
}.consentNotificationBoxsn .policy_ackuR {
    margin-top: 20px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    background-color: rgb(212,198,200);
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 15px;
}.consentNotificationBoxsn .policy_ackuR:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.consentNotificationBoxsn .policy_ackuR:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.consentNotificationBoxsn .safe_cookiesGy {
    margin-right: 0;
    margin-bottom: 15px;
}.consentNotificationBoxsn .policy_ackuR {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#alertTrackingUsagemZ {
    display: none;
}#alertTrackingUsagemZ:checked ~ .consentNotificationBoxsn {
    visibility: hidden;
    opacity: 0;
}.info_detailsiU {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(239,234,236) 40%, rgb(212,198,200,0.5) 150%);
    position: relative;
    overflow: hidden;
}.info_detailsiU::before {
    animation: float 15s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(179,161,164,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 70%;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.6;
    position: absolute;
    width: 40%;
    right: -10%;
    top: -20%;
    filter: blur(40px);
}.info_detailsiU::after {
    left: -5%;
    background: linear-gradient(225deg, rgb(212,198,200,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    height: 60%;
    filter: blur(30px);
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    content: "";
    bottom: -10%;
    width: 30%;
    animation: float 18s ease-in-out infinite reverse;
}.info_detailsiU .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.info_detailsiU .contact_faqLw {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
}.info_detailsiU .contact_faqLw:hover {
    transform: translateY(-5px);
}.info_detailsiU h3 {
    font-size: 29px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
}.info_detailsiU h3::after {
    left: 0;
    width: 80px;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    transition: transform 0.3s ease-out;
    position: absolute;
    bottom: -10px;
    background: rgb(212,198,200);
}.info_detailsiU .contact_faqLw:hover h3::after {
    transform: scaleX(1.5);
}.info_detailsiU p {
    color: #000000;
    max-width: 90%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 18px;
}.info_detailsiU h5 {
    align-items: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    color: #000000;
    display: flex;
}.info_detailsiU h5 svg {
    width: 22px;
    transition: transform 0.3s ease;
    margin-left: 10px;
    height: 22px;
}.info_detailsiU h5:hover svg {
    transform: translateY(-2px);
}.info_detailsiU svg path {
    fill: rgb(212,198,200);
    transition: fill 0.3s ease;
}.info_detailsiU .help_formyw {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
}.info_detailsiU .help_formyw li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    transition: transform 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.info_detailsiU .help_formyw li:hover {
    transform: translateX(5px);
}.info_detailsiU .help_formyw li:last-child {
    border-bottom: none;
}.info_detailsiU .query_formzO {
    display: flex;
    color: #000000;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
}.info_detailsiU .query_formzO:hover {
    color: rgb(212,198,200);
}.info_detailsiU .query_formzO svg {
    transform: scale(0.9);
    margin-left: 10px;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.info_detailsiU .query_formzO:hover svg {
    transform: scale(1.1) rotate(5deg);
}.info_detailsiU .query_formzO:hover svg path {
    fill: rgb(179,161,164);
}

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

@media (max-width: 992px) {.info_detailsiU {
    padding: 4rem 0;
}.info_detailsiU .contact_faqLw {
    padding: 2.5rem;
}.info_detailsiU p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.info_detailsiU {
    padding: 3rem 0;
}.info_detailsiU .contact_faqLw {
    padding: 2rem;
}.info_detailsiU h3 {
    font-size: calc(29px * 0.9);
}.info_detailsiU h3::after {
    width: 60px;
}.info_detailsiU h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.info_detailsiU {
    padding: 2.5rem 0;
}.info_detailsiU .contact_faqLw {
    padding: 1.5rem;
}.info_detailsiU h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.8);
}.info_detailsiU h3::after {
    width: 50px;
    height: 2px;
}.info_detailsiU p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    margin-bottom: 1rem;
}.info_detailsiU .help_formyw {
    margin-top: 1.5rem;
}.info_detailsiU .help_formyw li {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}.info_detailsiU svg {
    height: 20px;
    width: 20px;
}}.thanksPageOc {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgb(179,161,164,0.5) 100%);
    position: relative;
    overflow: hidden;
}.thanksPageOc::before {
    top: -50px;
    z-index: 0;
    content: "";
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    right: -50px;
    height: 300px;
    width: 300px;
    background: rgb(212,198,200,0.5);
    position: absolute;
}.thanksPageOc::after {
    position: absolute;
    content: "";
    left: -100px;
    bottom: -100px;
    width: 500px;
    animation: float 20s ease-in-out infinite alternate;
    height: 500px;
    z-index: 0;
    filter: blur(100px);
    background: rgb(179,161,164,0.5);
}.thanksPageOc .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.thanksPageOc h2 {
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    font-size: 28px;
    opacity: 0;
    color: #000000;
}.thanksPageOc h2::before {
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    top: -15px;
    width: 80px;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    height: 5px;
    transform: scaleX(0);
    content: "";
    position: absolute;
}.thanksPageOc .learn_identitywP {
    overflow: hidden;
    opacity: 0;
    background: #ffffff;
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    transform: translateY(30px);
}.thanksPageOc .learn_identitywP::before {
    transform-origin: top;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
    top: 0;
    width: 6px;
}.thanksPageOc .learn_identitywP::after {
    width: 30%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(179,161,164,0.5), 0.05));
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
}.thanksPageOc ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}.thanksPageOc li {
    opacity: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    transform: translateX(20px);
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}.thanksPageOc li::before {
    background: rgb(212,198,200);
    top: 8px;
    left: 0;
    transform: scale(0);
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    position: absolute;
    width: 10px;
    content: "";
    border-radius: 50%;
    height: 10px;
}.thanksPageOc li span {
    font-weight: 400;
    display: block;
    color: #000000;
    font-size: calc(15px * 1.05);
    transform: translateY(0);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    position: relative;
}

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

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

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

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 1200px) {.thanksPageOc {
    padding: 100px 0;
}.thanksPageOc h2 {
    font-size: calc(28px * 0.9);
}.thanksPageOc .learn_identitywP {
    padding: 40px;
}
}

@media (max-width: 992px) {.thanksPageOc {
    padding: 80px 0;
}.thanksPageOc h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
}.thanksPageOc .learn_identitywP {
    padding: 35px;
}.thanksPageOc li span {
    font-size: 15px;
}
}

@media (max-width: 768px) {.thanksPageOc {
    padding: 70px 0;
}.thanksPageOc h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.thanksPageOc h2::before {
    width: 60px;
    height: 4px;
}.thanksPageOc .learn_identitywP {
    padding: 30px 25px;
}.thanksPageOc li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.thanksPageOc {
    padding: 60px 0;
}.thanksPageOc h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.thanksPageOc .learn_identitywP {
    padding: 25px 20px;
}.thanksPageOc li {
    padding-left: 20px;
}.thanksPageOc li::before {
    top: 6px;
    width: 8px;
    height: 8px;
}.thanksPageOc li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.followBt {
    background: linear-gradient(135deg, rgb(239,234,236), rgb(212,198,200,0.5) 80%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.followBt::before {
    background: linear-gradient(225deg, rgb(179,161,164) 10%, transparent 70%);
    position: absolute;
    height: 70%;
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
    right: -10%;
    width: 40%;
    content: "";
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
}.followBt::after {
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    height: 60%;
    z-index: 1;
    opacity: 0.1;
    transform: rotate(10deg) translateZ(0);
    width: 35%;
    left: -5%;
    pointer-events: none;
    content: "";
    background: linear-gradient(45deg, rgb(212,198,200) 20%, transparent 80%);
    position: absolute;
    bottom: -5%;
}.followBt .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.followBt .learn_identitywP {
    flex-direction: column;
    background: #ffffff;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
}.followBt .learn_identitywP::before {
    right: 0;
    left: 0;
    height: 4px;
    animation: gradientMove 8s ease-in-out infinite;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,200), rgb(179,161,164), rgb(212,198,200));
    background-size: 200% 100%;
    top: 0;
    position: absolute;
}.followBt h3 {
    font-weight: 600;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    max-width: 90%;
    color: #000000;
    margin-bottom: 2rem;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
}.followBt .input_holder {
    gap: 1.25rem;
    flex-direction: column;
    width: 100%;
    position: relative;
    display: flex;
}.followBt .input_holder > div {
    position: relative;
    flex: 1;
}.followBt input[type="email"] {
    font-family: Arial, sans-serif;
    padding: 1rem 1.25rem;
    background-color: rgba(245, 247, 250, 0.95);
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.followBt input[type="email"]:focus {
    outline: none;
    box-shadow: 0 4px 12px rgba(rgb(212,198,200,0.5), 0.15);
    background-color: #ffffff;
    border-color: rgb(212,198,200);
    transform: translateY(-2px);
}.followBt input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}.followBt input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.followBt .updates_boxSq {
    font-size: 20px;
    padding: 0.9rem 1.5rem;
    background: linear-gradient(135deg, rgb(212,198,200), rgb(179,161,164));
    font-weight: 600;
    overflow: hidden;
    position: relative;
    align-self: flex-start;
    border: none;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
}.followBt .updates_boxSq::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    z-index: -1;
    height: 100%;
    left: -100%;
}.followBt .updates_boxSq:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}.followBt .updates_boxSq:hover::before {
    left: 100%;
}.followBt .updates_boxSq:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.followBt {
    padding: 5rem 3rem;
}.followBt .learn_identitywP {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(212,198,200);
}.followBt .input_holder {
    align-items: stretch;
    flex-direction: row;
}.followBt h3 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
    max-width: 80%;
}.followBt input[type="email"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.followBt .updates_boxSq {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    align-self: stretch;
}
}

@media (min-width: 992px) {.followBt {
    padding: 6rem 2rem;
}.followBt .learn_identitywP {
    padding: 4rem 5rem;
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
}.followBt h3 {
    max-width: 70%;
}.followBt .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.followBt .learn_identitywP {
    padding: 2.5rem 1.5rem;
}.followBt h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.followBt .updates_boxSq {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (hover: none) {.followBt .updates_boxSq:hover {
    transform: none;
    box-shadow: none;
}.followBt input[type="email"]:focus {
    transform: none;
}}.customer_opinionsQI {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,236) 0%, rgba(rgb(212,198,200,0.5), 0.05) 100%);
}.customer_opinionsQI::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(179,161,164,0.5), 0.08) 0%, transparent 60%);
}.customer_opinionsQI::after {
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    content: "";
    width: 20rem;
    bottom: -5rem;
    right: -5rem;
    z-index: 0;
    background: linear-gradient(225deg, rgba(rgb(212,198,200,0.5), 0.1) 0%, transparent 70%);
    height: 20rem;
    animation: pulse 15s infinite alternate ease-in-out;
}.customer_opinionsQI .container {
    position: relative;
    z-index: 1;
}.customer_opinionsQI h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 34px;
}.customer_opinionsQI h2::after {
    transform: translateX(-50%);
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -0.5rem;
    width: 6rem;
    position: absolute;
    content: "";
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(179,161,164) 0%, rgb(212,198,200) 100%);
}.customer_opinionsQI h2:hover {
    transform: perspective(1000px) rotateX(5deg);
}.customer_opinionsQI .client_feedbackwV {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    padding: 0;
}.customer_opinionsQI .reviews_hubeg {
    border-radius: 10px;
    backface-visibility: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0) scale(1);
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    overflow: hidden;
}.customer_opinionsQI .reviews_hubeg::before {
    content: "";
    left: 0;
    height: 0;
    top: 0;
    width: 5px;
    position: absolute;
    transition: height 0.5s ease;
    background: linear-gradient(to bottom, rgb(212,198,200), rgb(179,161,164));
}.customer_opinionsQI .reviews_hubeg:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(10px) scale(1.02);
}.customer_opinionsQI .reviews_hubeg:hover::before {
    height: 100%;
    animation: gradientMove 3s infinite alternate;
}.customer_opinionsQI .reviews_hubeg div {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}.customer_opinionsQI .reviews_hubeg img {
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 3.5rem;
    transition: transform 0.5s ease;
    height: 3.5rem;
    border: 3px solid #ffffff;
}.customer_opinionsQI .reviews_hubeg:hover img {
    transform: scale(1.1) rotate(5deg);
}.customer_opinionsQI .reviews_hubeg h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}.customer_opinionsQI .reviews_hubeg h4::after {
    height: 2px;
    position: absolute;
    width: 2rem;
    transform: scaleX(0);
    background: rgb(179,161,164);
    left: 0;
    transform-origin: left;
    bottom: -0.5rem;
    transition: transform 0.3s ease;
    content: "";
}.customer_opinionsQI .reviews_hubeg:hover h4::after {
    transform: scaleX(1);
}.customer_opinionsQI .description {
    position: relative;
    padding-left: 1.25rem;
    color: #000000;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}.customer_opinionsQI .description::before {
    line-height: 1;
    top: -1rem;
    position: absolute;
    font-size: 3rem;
    font-family: serif;
    color: rgba(rgb(212,198,200,0.5), 0.2);
    left: 0;
    content: "";
}.customer_opinionsQI a {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 2.5rem;
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    border-radius: 10px;
    transform: perspective(1000px) translateZ(0);
    text-decoration: none;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(212,198,200) 0%, rgb(179,161,164) 100%);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(rgb(212,198,200,0.5), 0.2);
    padding: 0.75rem 2rem;
}.customer_opinionsQI a:hover {
    box-shadow: 0 8px 25px rgba(rgb(212,198,200,0.5), 0.3);
    transform: perspective(1000px) translateZ(10px);
}.customer_opinionsQI a::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
}.customer_opinionsQI a:hover::before {
    left: 100%;
}.customer_opinionsQI .learn_identitywP {
    align-items: center;
    display: flex;
    flex-direction: column;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

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

@media (max-width: 992px) {.customer_opinionsQI {
    padding: 4rem 0;
}.customer_opinionsQI h2 {
    font-size: calc(34px * 0.9);
}.customer_opinionsQI .client_feedbackwV {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.customer_opinionsQI {
    padding: 3rem 0;
}.customer_opinionsQI h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.customer_opinionsQI h2::after {
    width: 5rem;
}.customer_opinionsQI .client_feedbackwV {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.customer_opinionsQI .reviews_hubeg {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.customer_opinionsQI {
    padding: 2.5rem 0;
}.customer_opinionsQI h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.customer_opinionsQI h2::after {
    width: 4rem;
}.customer_opinionsQI .client_feedbackwV {
    gap: 1rem;
    grid-template-columns: 1fr;
}.customer_opinionsQI .reviews_hubeg {
    padding: 1rem;
}.customer_opinionsQI .reviews_hubeg img {
    width: 3rem;
    height: 3rem;
}.customer_opinionsQI .description {
    font-size: calc(18px * 0.95);
}.customer_opinionsQI a {
    font-size: calc(19px * 0.9);
    padding: 0.6rem 1.5rem;
}
}