* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1277px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-track {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    min-height: 44px;
    background: repeating-radial-gradient(circle at center, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 6px, rgb(215,173,163) 6px, rgb(215,173,163) 14px);
    transition: box-shadow 4.7s ease;
    border-radius: 17.8vw;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(188,132,120);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(188,132,120);
}::-webkit-scrollbar-corner {
    background: rgb(188,132,120);
}* {
    scrollbar-color: rgb(242,221,216) rgb(188,132,120);
    scrollbar-width: thin;
}.converter_wc {
    flex: 0 0 auto;
}.wrapper-segment_Ar {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.site_start_cW {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.appMessage_ve {
    background: linear-gradient(135deg, rgb(188,132,120,0.5) 0%, rgb(242,221,216) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.appMessage_ve::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(215,173,163,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(188,132,120,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
}.appMessage_ve::after {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    transform: rotate(15deg);
    z-index: 1;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    top: -50px;
    content: "";
    width: 200px;
    right: -50px;
    border: 2px solid rgb(215,173,163,0.5);
    height: 200px;
}.appMessage_ve .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.appMessage_ve .class_pro_BU {
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    flex-direction: column;
}.appMessage_ve .class_pro_BU:hover {
    transform: perspective(1000px) rotateY(0deg);
}.appMessage_ve .class_pro_BU::before {
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background-size: 200% auto;
    animation: gradient-shift 6s linear infinite;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(215,173,163) 0%, 
        rgb(188,132,120) 50%, 
        rgb(215,173,163) 100%);
}.appMessage_ve .class_pro_BU > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}.appMessage_ve .class_pro_BU > div:first-child::before {
    transform: translateY(-50%);
    height: 70%;
    content: "";
    left: 0;
    background: rgb(188,132,120);
    position: absolute;
    top: 50%;
    width: 4px;
}.appMessage_ve h5 {
    font-size: 19px;
    margin: 0;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    transition: transform 0.3s ease;
}.appMessage_ve .class_pro_BU:hover h5 {
    transform: translateX(5px);
}.appMessage_ve .class_pro_BU > div:last-child {
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 20px;
    border-left: 2px solid rgb(215,173,163,0.5);
}.appMessage_ve .class_pro_BU > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.appMessage_ve p {
    line-height: 1.7;
    margin: 0;
    font-size: 18px;
    color: #000000;
    transition: transform 0.3s ease;
}.appMessage_ve a {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}.appMessage_ve a::after {
    background: rgb(215,173,163);
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 0;
    left: 0;
    transition: width 0.5s ease;
    content: "";
}.appMessage_ve a:hover::after {
    width: 100%;
}.appMessage_ve a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.appMessage_ve {
    padding: 70px 0;
}.appMessage_ve .class_pro_BU {
    transform: perspective(1000px) rotateY(1deg);
    padding: 40px 30px;
}.appMessage_ve h5 {
    font-size: calc(19px - 2px);
}.appMessage_ve .class_pro_BU > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.appMessage_ve {
    padding: 50px 0;
}.appMessage_ve .class_pro_BU {
    padding: 30px 20px;
    transform: none;
}.appMessage_ve .class_pro_BU::before {
    height: 3px;
}.appMessage_ve .class_pro_BU > div:first-child {
    margin-bottom: 20px;
}.appMessage_ve h5 {
    font-size: calc(19px - 4px);
}.appMessage_ve p {
    font-size: calc(18px - 1px);
}.appMessage_ve .class_pro_BU > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.appMessage_ve {
    padding: 40px 0;
}.appMessage_ve .class_pro_BU {
    padding: 25px 15px;
}.appMessage_ve .class_pro_BU > div:first-child::before {
    width: 3px;
}.appMessage_ve .class_pro_BU > div:last-child {
    clip-path: none;
    padding: 10px;
}.appMessage_ve p {
    line-height: 1.6;
    font-size: calc(18px - 2px);
}
}

@media (hover: none) {.appMessage_ve .class_pro_BU {
    transform: none;
}.appMessage_ve .class_pro_BU:hover h5 {
    transform: none;
}.appMessage_ve a:hover p {
    transform: none;
}}.service_connect_PC {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(145deg, rgb(242,221,216) 40%, rgb(188,132,120,0.5) 140%);
}.service_connect_PC::before {
    z-index: 0;
    height: 200%;
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg);
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(circle at center, rgb(188,132,120,0.5) 0%, transparent 70%);
    position: absolute;
    right: -20%;
    width: 80%;
}.service_connect_PC::after {
    bottom: -20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    height: 40px;
    opacity: 0.2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(215,173,163,0.5) 0%, 
        rgb(188,132,120,0.5) 25%, 
        rgb(215,173,163,0.5) 50%, 
        rgb(188,132,120,0.5) 75%, 
        rgb(215,173,163,0.5) 100%);
}.service_connect_PC .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.service_connect_PC .edu_faq_QW {
    transform: perspective(1000px) rotateX(1deg);
    border-radius: 14px;
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    gap: 30px;
    padding: 40px;
    position: relative;
}.service_connect_PC .edu_faq_QW:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.service_connect_PC h3 {
    color: rgb(215,173,163);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    position: relative;
    font-size: 34px;
}.service_connect_PC h3::after {
    width: 80px;
    background: rgb(215,173,163);
    left: 0;
    transform-origin: left;
    animation: expandWidth 1s ease-out forwards;
    bottom: 0;
    content: "";
    position: absolute;
    height: 3px;
}.service_connect_PC p {
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 1.6;
    font-size: 18px;
}.service_connect_PC h5 {
    align-items: center;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #000000;
    gap: 10px;
    display: flex;
}.service_connect_PC svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.service_connect_PC svg path {
    fill: rgb(215,173,163);
    transition: fill 0.3s ease;
}.service_connect_PC .write_form_Js {
    list-style: none;
    margin: 20px 0 0 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 0;
}.service_connect_PC .write_form_Js li {
    transition: transform 0.3s ease;
}.service_connect_PC .write_form_Js li:hover {
    transform: translateX(5px);
}.service_connect_PC .message_us_ZX {
    font-size: 18px;
    color: #000000;
    background: linear-gradient(to right, rgb(242,221,216), transparent);
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    display: flex;
    transform-origin: left;
    gap: 10px;
    transition: all 0.3s ease;
}.service_connect_PC .message_us_ZX:hover {
    color: rgb(215,173,163);
    background: linear-gradient(to right, rgb(242,221,216) 70%, transparent);
}.service_connect_PC .message_us_ZX:hover svg {
    transform: scale(1.1);
}.service_connect_PC .message_us_ZX:hover svg path {
    fill: rgb(188,132,120);
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.6; transform: rotate(-15deg) scale(1.05); }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@media (min-width: 768px) {.service_connect_PC .edu_faq_QW {
    grid-template-columns: 2fr 1fr;
    padding: 50px;
    grid-template-areas: 
            "title title"
            "description address"
            "links links";
}.service_connect_PC h3 {
    font-size: calc(34px * 1.1);
    grid-area: title;
}.service_connect_PC .edu_faq_QW > div:nth-child(2) {
    grid-area: description;
}.service_connect_PC .edu_faq_QW > div:nth-child(3) {
    grid-area: address;
}.service_connect_PC .write_form_Js {
    grid-area: links;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}.service_connect_PC .write_form_Js li {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media (min-width: 992px) {.service_connect_PC {
    padding: 100px 0;
}.service_connect_PC .edu_faq_QW {
    grid-template-columns: 3fr 2fr;
    padding: 60px;
    gap: 40px;
}.service_connect_PC h3 {
    font-size: calc(34px * 1.2);
}.service_connect_PC h3::after {
    width: 100px;
}.service_connect_PC .write_form_Js li {
    flex: 0 0 calc(33.333% - 30px);
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 100px; }
    }
}

@media (max-width: 767px) {.service_connect_PC {
    padding: 60px 0;
}.service_connect_PC .edu_faq_QW {
    padding: 30px 20px;
}.service_connect_PC h3 {
    font-size: calc(34px * 0.9);
}.service_connect_PC h5 {
    font-size: calc(23px * 0.9);
}.service_connect_PC .message_us_ZX {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.service_connect_PC {
    padding: 40px 0;
}.service_connect_PC .edu_faq_QW {
    padding: 25px 15px;
}.service_connect_PC h3 {
    font-size: calc(34px * 0.8);
}.service_connect_PC svg {
    width: 20px;
    height: 20px;
}}.prospective_students_mI {
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.prospective_students_mI::before {
    top: 0;
    left: 0;
    content: '';
    opacity: 0.15;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(215,173,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(188,132,120,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
}.prospective_students_mI::after {
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.05;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(215,173,163,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(188,132,120,0.5) 49%, transparent 51%);
    left: 0;
    background-size: 60px 60px;
    width: 100%;
}.prospective_students_mI .class_pro_BU {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    text-align: center;
    max-width: 1200px;
    z-index: 10;
}.prospective_students_mI h3 {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 70px;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.prospective_students_mI h3::before,
.prospective_students_mI h3::after {
    transform: translateY(-50%);
    content: '';
    height: 2px;
    top: 50%;
    width: 40px;
    background: linear-gradient(90deg, rgb(215,173,163), rgb(188,132,120));
    position: absolute;
}.prospective_students_mI h3::before {
    left: -60px;
}.prospective_students_mI h3::after {
    right: -60px;
}.prospective_students_mI ul {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    list-style: none;
}.prospective_students_mI ul li {
    min-width: 280px;
    position: relative;
    border-radius: 30px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    align-items: flex-start;
    width: calc(33.333% - 27px);
    text-align: left;
    gap: 20px;
    padding: 40px 30px;
    background-color: #ffffff;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
}.prospective_students_mI ul li::before {
    background: linear-gradient(90deg, rgb(215,173,163), rgb(188,132,120));
    height: 5px;
    content: '';
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    opacity: 0;
}.prospective_students_mI ul li::after {
    z-index: -1;
    bottom: -50px;
    width: 100px;
    transition: all 0.6s ease;
    height: 100px;
    background: rgb(215,173,163,0.5);
    opacity: 0.1;
    border-radius: 50%;
    content: '';
    left: -50px;
    position: absolute;
}.prospective_students_mI ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.prospective_students_mI ul li:hover::before {
    opacity: 1;
}.prospective_students_mI ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.prospective_students_mI ul li svg {
    flex-shrink: 0;
    width: 50px;
    position: relative;
    height: 50px;
    transition: all 0.5s ease;
}.prospective_students_mI ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.prospective_students_mI ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(215,173,163);
}.prospective_students_mI ul li:hover svg path {
    fill: rgb(188,132,120);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_students_mI ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.prospective_students_mI ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_students_mI ul li:nth-child(2) {
    animation-delay: 0.25s;
}.prospective_students_mI ul li:nth-child(3) {
    animation-delay: 0.4s;
}.prospective_students_mI ul li:nth-child(4) {
    animation-delay: 0.55s;
}.prospective_students_mI ul li:nth-child(5) {
    animation-delay: 0.7s;
}.prospective_students_mI ul li:nth-child(6) {
    animation-delay: 0.85s;
}.prospective_students_mI ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.prospective_students_mI ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.prospective_students_mI ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

@media (max-width: 992px) {.prospective_students_mI {
    padding: 90px 0;
}.prospective_students_mI h3 {
    margin-bottom: 60px;
}.prospective_students_mI h3::before,
    .prospective_students_mI h3::after {
    width: 30px;
}.prospective_students_mI h3::before {
    left: -40px;
}.prospective_students_mI h3::after {
    right: -40px;
}.prospective_students_mI ul {
    gap: 30px;
}.prospective_students_mI ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.prospective_students_mI ul li {
    width: 100%;
    max-width: 400px;
}.prospective_students_mI ul li:nth-child(3n+1),
    .prospective_students_mI ul li:nth-child(3n+2),
    .prospective_students_mI ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.prospective_students_mI {
    padding: 70px 0;
}.prospective_students_mI h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.prospective_students_mI h3::before,
    .prospective_students_mI h3::after {
    display: none;
}.prospective_students_mI ul {
    gap: 25px;
}.prospective_students_mI ul li {
    padding: 30px 20px;
}.prospective_students_mI ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_students_mI ul li {
    opacity: 1;
    animation: none;
}.prospective_students_mI ul li:hover {
    transform: none;
}.prospective_students_mI ul li:hover svg {
    transform: none;
}}.converter_wc {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 3rem;
    background-attachment: fixed;
}.converter_wc::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(215,173,163,0.5) 100%);
}.converter_wc::after {
    pointer-events: none;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.converter_wc .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.converter_wc .company_holder {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.converter_wc .company_holder::before,
.converter_wc .company_holder::after {
    width: 20%;
    bottom: -1px;
    position: absolute;
    height: 2px;
    content: "";
    animation: slide 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(188,132,120), transparent);
}.converter_wc .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.converter_wc .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.converter_wc .company_holder h3 {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(31px * 1.3);
    font-weight: 700;
}.converter_wc .company_holder h3::after {
    height: 3px;
    position: absolute;
    width: 60px;
    background: rgb(188,132,120);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}.converter_wc .skill_links_PU {
    font-size: 16px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 600px;
    color: #ffffff;
}.converter_wc .syllabus_ref_Sn {
    justify-content: center;
    display: flex;
}.converter_wc .header_edu_VJ {
    gap: 6rem;
    display: flex;
    position: relative;
}.converter_wc .header_edu_VJ::before {
    position: absolute;
    top: -30px;
    background: rgb(215,173,163);
    height: 20px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 1px;
}.converter_wc .main_pro_qS {
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255,255,255,0.05);
}.converter_wc .main_pro_qS:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(215,173,163,0.5), 0.1);
    transform: translateY(-5px);
}.converter_wc .main_pro_qS h5 {
    padding-bottom: 0.8rem;
    color: rgb(188,132,120);
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    margin-bottom: 1.5rem;
    font-size: 18px;
}.converter_wc .main_pro_qS .header_edu_VJ {
    gap: 0.8rem;
    flex-direction: column;
    position: static;
    display: flex;
}.converter_wc .main_pro_qS .header_edu_VJ a {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    opacity: 0.75;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.4rem 0;
}.converter_wc .main_pro_qS .header_edu_VJ a::before {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(215,173,163), transparent);
    width: 100%;
    content: "";
    height: 1px;
    transform: scaleX(0);
    z-index: -1;
    position: absolute;
    left: 0;
    transform-origin: center;
    transition: transform 0.4s ease;
}.converter_wc .main_pro_qS .header_edu_VJ a:hover {
    color: rgb(188,132,120);
    opacity: 1;
}.converter_wc .main_pro_qS .header_edu_VJ a:hover::before {
    transform: scaleX(1);
}.teach_supp_nD {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
    padding: 1.2rem 0;
    margin-top: 4rem;
}.teach_supp_nD::before {
    left: 0;
    position: absolute;
    content: "";
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    top: 0;
    background-size: 4px 4px;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(215,173,163,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(215,173,163,0.5), 0.05) 50%, rgba(rgb(215,173,163,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.teach_supp_nD .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.teach_supp_nD .peer_help_Js {
    opacity: 0.8;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}.teach_supp_nD .peer_help_Js::before,
.teach_supp_nD .peer_help_Js::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(215,173,163);
}

@media screen and (max-width: 992px) {.converter_wc {
    padding: 4rem 0 2rem;
}.converter_wc .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.converter_wc .company_holder h3 {
    font-size: 31px;
}.converter_wc .header_edu_VJ {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.converter_wc .syllabus_ref_Sn {
    flex-direction: column;
    align-items: center;
}.converter_wc .header_edu_VJ {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    gap: 2rem;
}.converter_wc .main_pro_qS {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.converter_wc {
    padding: 3rem 0 1.5rem;
}.converter_wc .company_holder h3 {
    font-size: calc(31px * 0.9);
}.converter_wc .skill_links_PU {
    font-size: calc(16px * 0.9);
}.converter_wc .main_pro_qS {
    padding: 1rem;
}.converter_wc .main_pro_qS h5 {
    font-size: calc(18px * 0.9);
}.teach_supp_nD {
    margin-top: 2rem;
    padding: 1rem 0;
}.teach_supp_nD .peer_help_Js {
    font-size: calc(12px * 0.9);
}.teach_supp_nD .peer_help_Js::before,
    .teach_supp_nD .peer_help_Js::after {
    display: none;
}}.join_our_mailing_list_yO {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: rgb(242,221,216);
}.join_our_mailing_list_yO::before {
    position: absolute;
    top: -10%;
    filter: blur(20px);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 80%;
    background: linear-gradient(
        135deg, 
        rgb(215,173,163,0.5) 0%, 
        rgba(255,255,255,0.05) 100%
    );
    z-index: 0;
    width: 45%;
    transform: rotate(-15deg) skew(15deg);
    right: -10%;
    content: "";
}.join_our_mailing_list_yO::after {
    filter: blur(25px);
    transform: rotate(12deg) skew(-12deg);
    background: linear-gradient(
        225deg, 
        rgb(188,132,120,0.5) 0%, 
        rgba(255,255,255,0.03) 100%
    );
    bottom: -5%;
    border-radius: 30% 70% 50% 50% / 50% 30% 70% 50%;
    height: 70%;
    width: 35%;
    z-index: 0;
    position: absolute;
    content: "";
    left: -8%;
}.join_our_mailing_list_yO .container {
    position: relative;
    z-index: 2;
}.join_our_mailing_list_yO .class_pro_BU {
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}.join_our_mailing_list_yO .class_pro_BU:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.08),
        -25px -25px 70px rgba(255, 255, 255, 0.08),
        inset 6px 6px 16px rgba(255, 255, 255, 0.08),
        inset -6px -6px 16px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.join_our_mailing_list_yO h3 {
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    transform: translateZ(10px);
    color: #000000;
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 4px solid rgb(215,173,163);
    font-weight: 600;
    transition: transform 0.3s ease;
}.join_our_mailing_list_yO .class_pro_BU:hover h3 {
    transform: translateZ(15px) translateX(5px);
}.join_our_mailing_list_yO .input_holder {
    position: relative;
    z-index: 3;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.join_our_mailing_list_yO .input_holder div {
    min-width: 250px;
    flex: 1;
    position: relative;
}.join_our_mailing_list_yO .input_holder div::before {
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(
        to right,
        rgb(215,173,163,0.5),
        rgb(188,132,120),
        rgb(215,173,163,0.5)
    );
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    bottom: -2px;
}.join_our_mailing_list_yO .input_holder div:hover::before,
.join_our_mailing_list_yO .input_holder div:focus-within::before {
    transform: scaleX(1);
}.join_our_mailing_list_yO input[type="email"] {
    box-shadow: 
        inset 3px 3px 8px rgba(0, 0, 0, 0.03),
        inset -3px -3px 8px rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    background: rgba(255, 255, 255, 0.07);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.join_our_mailing_list_yO input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
    box-shadow: 
        0 5px 15px rgba(rgb(215,173,163), 0.1),
        inset 3px 3px 8px rgba(0, 0, 0, 0.04),
        inset -3px -3px 8px rgba(255, 255, 255, 0.04);
    outline: none;
    border-color: rgb(215,173,163,0.5);
}.join_our_mailing_list_yO input[type="email"]::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.join_our_mailing_list_yO input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.join_our_mailing_list_yO .fresh_start_gS {
    border-radius: 8px;
    font-size: 20px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(215,173,163), rgb(188,132,120));
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 30px;
    position: relative;
    box-shadow: 
        0 8px 20px rgba(rgb(215,173,163), 0.2),
        0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 600;
}.join_our_mailing_list_yO .fresh_start_gS::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.6s ease;
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
}.join_our_mailing_list_yO .fresh_start_gS:hover {
    box-shadow: 
        0 12px 25px rgba(rgb(215,173,163), 0.25),
        0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.join_our_mailing_list_yO .fresh_start_gS:active {
    transform: translateY(1px);
    box-shadow: 
        0 5px 15px rgba(rgb(215,173,163), 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1);
}.join_our_mailing_list_yO .fresh_start_gS:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.join_our_mailing_list_yO .class_pro_BU {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    display: flex;
    padding: 60px;
    align-items: center;
}.join_our_mailing_list_yO h3 {
    margin-bottom: 0;
    font-size: 20px;
    max-width: 50%;
}.join_our_mailing_list_yO .input_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 991px) {.join_our_mailing_list_yO {
    padding: 60px 0;
}.join_our_mailing_list_yO .class_pro_BU {
    text-align: center;
}.join_our_mailing_list_yO h3 {
    margin-bottom: 25px;
    text-align: left;
    display: inline-block;
}.join_our_mailing_list_yO .input_holder {
    justify-content: center;
}
}

@media (max-width: 767px) {.join_our_mailing_list_yO {
    padding: 50px 0;
}.join_our_mailing_list_yO .class_pro_BU {
    padding: 30px 20px;
}.join_our_mailing_list_yO h3 {
    padding-left: 10px;
    font-size: calc(18px * 1.1);
}.join_our_mailing_list_yO .input_holder {
    flex-direction: column;
    width: 100%;
}.join_our_mailing_list_yO .input_holder div,
    .join_our_mailing_list_yO .fresh_start_gS {
    width: 100%;
}
}

@media (max-width: 480px) {.join_our_mailing_list_yO {
    padding: 40px 0;
}.join_our_mailing_list_yO .class_pro_BU {
    padding: 25px 15px;
}.join_our_mailing_list_yO h3 {
    font-size: 18px;
    margin-bottom: 20px;
}.join_our_mailing_list_yO input[type="email"],
    .join_our_mailing_list_yO .fresh_start_gS {
    padding: 12px 15px;
}
}

@media (prefers-reduced-motion: reduce) {.join_our_mailing_list_yO .class_pro_BU,
    .join_our_mailing_list_yO h3,
    .join_our_mailing_list_yO input[type="email"],
    .join_our_mailing_list_yO .fresh_start_gS,
    .join_our_mailing_list_yO .fresh_start_gS::before,
    .join_our_mailing_list_yO .input_holder div::before {
    transition: none;
}}.modalDataProtection_jD {
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(215,173,163);
    position: fixed;
    box-shadow: 0 -10px 30px rgb(215,173,163,0.5);
    z-index: 90;
    background: rgb(188,132,120);
    bottom: 0;
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie_comply_oF {
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(215,173,163,0.5);
    background: linear-gradient(135deg, rgb(188,132,120) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}.data_consent_Hh {
    flex-shrink: 0;
    border-radius: 16px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 15px rgb(215,173,163);
}.data_consent_Hh svg, .data_consent_Hh svg path {
    fill: rgb(215,173,163);
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
}.data_consent_Hh:hover svg {
    transform: rotate(20deg);
}.cookie_check_fc {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.cookie_check_fc h5 {
    color: rgb(215,173,163);
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(215,173,163);
    margin-bottom: 10px;
}.cookie_check_fc p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 0 5px rgb(215,173,163,0.5);
}.digital_tracking_vS {
    margin-left: 10px;
    color: #000000;
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(215,173,163,0.5);
    text-decoration: none;
    font-size: 19px;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(215,173,163);
}.digital_tracking_vS:hover {
    background: rgb(188,132,120);
    box-shadow: 0 0 20px rgb(188,132,120,0.5);
}.modalDataProtection_jD p a {
    transition: color 0.3s ease;
    color: rgb(215,173,163);
    text-decoration: underline;
}.modalDataProtection_jD p a:hover {
    color: rgb(188,132,120);
}#cookie_message_box_FT {
    display: none;
}#cookie_message_box_FT:checked ~ .modalDataProtection_jD {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.modalDataProtection_jD {
    padding: 20px;
}.cookie_comply_oF {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.data_consent_Hh {
    display: none;
}.cookie_comply_oF {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_check_fc {
    margin-bottom: 20px;
    text-align: center;
}.modalDataProtection_jD h5, .modalDataProtection_jD p {
    text-align: center;
}.digital_tracking_vS {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}}
.secure_lodge_Uw {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: var(--section-bg-color, #f8f9fa);
}.secure_lodge_Uw::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}.secure_lodge_Uw::after {
    z-index: 0;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    height: 70%;
    right: -5%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    width: 40%;
}.secure_lodge_Uw .container {
    padding: 0 20px;
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform: translateZ(0);
}.secure_lodge_Uw h1 {
    font-weight: var(--font-weight-bold, 700);
    font-size: var(--h1-font-size, 2.5rem);
    letter-spacing: -0.02em;
    color: var(--dark-color, #252525);
    position: relative;
    margin-bottom: 2rem;
    transform: translateX(-10px);
}.secure_lodge_Uw h1::after {
    content: "";
    height: 4px;
    transform-origin: left center;
    position: absolute;
    animation: scaleWidth 0.8s ease-out forwards;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    bottom: -12px;
    left: 0;
    width: 80px;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

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

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

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

@media (max-width: 480px) {.secure_lodge_Uw {
    padding: 2rem 0;
}.secure_lodge_Uw h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.secure_lodge_Uw h2 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
}.secure_lodge_Uw h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.secure_lodge_Uw h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.secure_lodge_Uw p, .secure_lodge_Uw li, .secure_lodge_Uw span {
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
    line-height: 1.6;
}.secure_lodge_Uw span {
    padding: 0.875rem;
}}header {
    padding: 1.5rem 0;
    overflow: visible;
    z-index: 1000;
    background: linear-gradient(to right, rgb(188,132,120,0.5), rgb(215,173,163));
    position: relative;
}header::before {
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .nav_expert_JL {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}header .nav_know_Jf {
    position: relative;
    z-index: 2;
    text-decoration: none;
    padding: 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
}header .nav_know_Jf::after {
    content: '';
    transform: translateX(-50%);
    opacity: 0.6;
    width: 50%;
    position: absolute;
    left: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    bottom: 0;
    background: #ffffff;
}header .nav_know_Jf:hover::after {
    width: 80%;
    opacity: 1;
}header .nav_know_Jf svg {
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(215,173,163,0.5));
    transition: all 0.3s ease;
    height: auto;
}header .nav_know_Jf:hover svg {
    transform: translateY(-5px);
}header .main_pro_qS {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    position: relative;
    padding: 0.6rem 1rem;
    backdrop-filter: blur(5px);
    max-width: 800px;
    gap: 0.8rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .main_pro_qS::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    left: 0;
    border-radius: 20px;
    z-index: -1;
}header .nav_mainwrap_Dj {
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
}header .nav_mainwrap_Dj::before {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
    content: '';
    height: 100%;
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
}header .nav_mainwrap_Dj:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(215,173,163);
}header .nav_mainwrap_Dj:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav_expert_JL {
    gap: 1.2rem;
}header .nav_know_Jf svg {
    width: 180px;
}header .main_pro_qS {
    gap: 0.6rem;
    padding: 0.5rem;
}header .nav_mainwrap_Dj {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_expert_JL {
    gap: 1rem;
}header .nav_know_Jf svg {
    width: 150px;
}header .main_pro_qS {
    padding: 0.4rem;
    gap: 0.4rem;
}header .nav_mainwrap_Dj {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_expert_JL {
    gap: 0.8rem;
}header .nav_know_Jf svg {
    width: 140px;
}header .main_pro_qS {
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main_pro_qS::-webkit-scrollbar {
    height: 3px;
}header .main_pro_qS::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .nav_mainwrap_Dj {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.primary_page_br {
    position: relative;
    background: rgb(215,173,163);
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(135deg, rgb(188,132,120) 0%, rgb(215,173,163) 100%);
}.primary_page_br::before {
    opacity: 0.15;
    content: "";
    filter: blur(1px);
    background-size: 100% 100%, 100% 100%, 50px 50px;
    background: 
        radial-gradient(circle at 10% 20%, rgb(188,132,120,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(215,173,163,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(242,221,216) 0%, rgb(242,221,216) 1%, transparent 1%, transparent 5%);
    width: 100%;
    animation: backgroundPulse 15s infinite alternate;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 10%, 5% 10%, 10px 10px;
        opacity: 0.25;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0;
        opacity: 0.15;
    }
}

.primary_page_br .class_pro_BU {
    flex-direction: column;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    height: 100vh;
}.primary_page_br .edu_open_fJ {
    width: 100%;
    box-shadow: 0 10px 30px -5px #000000;
    position: relative;
    height: 100%;
    overflow: hidden;
    max-height: 75vh;
}.primary_page_br .edu_open_fJ input {
    display: none;
}.primary_page_br .learning_open_hA {
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: flex;
}.primary_page_br .start_top_zk {
    height: 100%;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}.primary_page_br .start_top_zk::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(
        to bottom,
        transparent 40%,
        rgba(0, 0, 0, 0.8) 100%
    );
}.primary_page_br .start_top_zk img {
    width: 100%;
    transition: transform 1.5s ease;
    filter: brightness(0.9) contrast(1.1);
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
}.primary_page_br .edu_trackfast_jk {
    padding: 10px 20px;
    gap: 16px;
    z-index: 5;
    display: flex;
    left: 50%;
    position: absolute;
    border-radius: 27px;
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
    background: rgb(188,132,120,0.5);
    bottom: 40px;
}.primary_page_br .edu_trackfast_jk label {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(215,173,163);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    background: transparent;
}.primary_page_br .edu_trackfast_jk label::before {
    position: absolute;
    border-radius: 10px;
    background: rgb(215,173,163);
    width: 0;
    content: "";
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 0;
    left: 50%;
}.primary_page_br .edu_open_fJ input:nth-child(1):checked ~ .learning_open_hA {
    transform: translateX(0%);
}.primary_page_br .edu_open_fJ input:nth-child(2):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
}.primary_page_br .edu_open_fJ input:nth-child(3):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
}.primary_page_br .edu_open_fJ input:nth-child(4):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
}.primary_page_br .edu_open_fJ input:nth-child(5):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
}.primary_page_br .edu_open_fJ input:nth-child(6):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 5));
}.primary_page_br .edu_open_fJ input:nth-child(7):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 6));
}.primary_page_br .edu_open_fJ input:nth-child(8):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 7));
}.primary_page_br .edu_open_fJ input:nth-child(9):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 8));
}.primary_page_br .edu_open_fJ input:nth-child(10):checked ~ .learning_open_hA {
    transform: translateX(calc(-100% / var(--slide-count, 5) * 9));
}.primary_page_br .edu_open_fJ input:nth-child(1):checked ~ .edu_trackfast_jk label:nth-child(1)::before,
.primary_page_br .edu_open_fJ input:nth-child(2):checked ~ .edu_trackfast_jk label:nth-child(2)::before,
.primary_page_br .edu_open_fJ input:nth-child(3):checked ~ .edu_trackfast_jk label:nth-child(3)::before,
.primary_page_br .edu_open_fJ input:nth-child(4):checked ~ .edu_trackfast_jk label:nth-child(4)::before,
.primary_page_br .edu_open_fJ input:nth-child(5):checked ~ .edu_trackfast_jk label:nth-child(5)::before,
.primary_page_br .edu_open_fJ input:nth-child(6):checked ~ .edu_trackfast_jk label:nth-child(6)::before,
.primary_page_br .edu_open_fJ input:nth-child(7):checked ~ .edu_trackfast_jk label:nth-child(7)::before,
.primary_page_br .edu_open_fJ input:nth-child(8):checked ~ .edu_trackfast_jk label:nth-child(8)::before,
.primary_page_br .edu_open_fJ input:nth-child(9):checked ~ .edu_trackfast_jk label:nth-child(9)::before,
.primary_page_br .edu_open_fJ input:nth-child(10):checked ~ .edu_trackfast_jk label:nth-child(10)::before {
    height: 6px;
    width: 6px;
}.primary_page_br .edu_open_fJ input:nth-child(1):checked ~ .edu_trackfast_jk label:nth-child(1),
.primary_page_br .edu_open_fJ input:nth-child(2):checked ~ .edu_trackfast_jk label:nth-child(2),
.primary_page_br .edu_open_fJ input:nth-child(3):checked ~ .edu_trackfast_jk label:nth-child(3),
.primary_page_br .edu_open_fJ input:nth-child(4):checked ~ .edu_trackfast_jk label:nth-child(4),
.primary_page_br .edu_open_fJ input:nth-child(5):checked ~ .edu_trackfast_jk label:nth-child(5),
.primary_page_br .edu_open_fJ input:nth-child(6):checked ~ .edu_trackfast_jk label:nth-child(6),
.primary_page_br .edu_open_fJ input:nth-child(7):checked ~ .edu_trackfast_jk label:nth-child(7),
.primary_page_br .edu_open_fJ input:nth-child(8):checked ~ .edu_trackfast_jk label:nth-child(8),
.primary_page_br .edu_open_fJ input:nth-child(9):checked ~ .edu_trackfast_jk label:nth-child(9),
.primary_page_br .edu_open_fJ input:nth-child(10):checked ~ .edu_trackfast_jk label:nth-child(10) {
    transform: scale(1.2);
    background: rgb(215,173,163,0.5);
    border-color: rgb(215,173,163);
}.primary_page_br .edu_open_fJ input:checked ~ .learning_open_hA .start_top_zk:has(img) img {
    transform: scale(1);
}.primary_page_br .text_placeholder_UP {
    z-index: 4;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    padding: 60px 0 40px;
}.primary_page_br .text_placeholder_UP .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.primary_page_br .text_placeholder_UP .container::before {
    left: 15px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform-origin: left;
    content: "";
    background: #ffffff;
    height: 3px;
    position: absolute;
    width: 80px;
    top: 0;
    animation: lineExpand 1.5s ease forwards;
}@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.primary_page_br .text_placeholder_UP h1 {
    animation: fadeUp 0.6s ease forwards 0.3s;
    color: #ffffff;
    transform: translateY(20px);
    font-size: 40px;
    margin-bottom: 15px;
    opacity: 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.primary_page_br .text_placeholder_UP h3 {
    color: #ffffff;
    font-weight: 600;
    animation: fadeUp 0.6s ease forwards 0.6s;
    margin-bottom: 20px;
    font-size: 22px;
    opacity: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
}.primary_page_br .text_placeholder_UP p {
    max-width: 80%;
    animation: fadeUp 0.6s ease forwards 0.9s;
    font-weight: 400;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.7;
    transform: translateY(20px);
}@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.primary_page_br .start_top_zk::after {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(188,132,120,0.5) 100%
    );
    content: "";
}.primary_page_br .edu_trackfast_jk::before,
.primary_page_br .edu_trackfast_jk::after {
    content: "";
    width: 30px;
    background: rgb(215,173,163);
    top: 50%;
    position: absolute;
    height: 1px;
}.primary_page_br .edu_trackfast_jk::before {
    left: -20px;
    transform: translateX(-100%);
}.primary_page_br .edu_trackfast_jk::after {
    transform: translateX(100%);
    right: -20px;
}

@media (max-width: 1200px) {.primary_page_br .text_placeholder_UP .container {
    max-width: 960px;
}.primary_page_br .text_placeholder_UP p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.primary_page_br .text_placeholder_UP .container {
    max-width: 720px;
}.primary_page_br .text_placeholder_UP p {
    max-width: 100%;
}.primary_page_br .edu_open_fJ {
    max-height: 70vh;
}
}

@media (max-width: 768px) {.primary_page_br .text_placeholder_UP .container {
    max-width: 540px;
}.primary_page_br .text_placeholder_UP h1 {
    font-size: calc(40px * 0.85);
}.primary_page_br .text_placeholder_UP h3 {
    font-size: calc(22px * 0.9);
}.primary_page_br .edu_trackfast_jk {
    gap: 12px;
    bottom: 30px;
}.primary_page_br .edu_trackfast_jk label {
    width: 12px;
    height: 12px;
}.primary_page_br .edu_open_fJ {
    max-height: 60vh;
}
}

@media (max-width: 576px) {.primary_page_br .text_placeholder_UP {
    padding: 40px 0 30px;
}.primary_page_br .text_placeholder_UP h1 {
    margin-bottom: 10px;
    font-size: calc(40px * 0.7);
}.primary_page_br .text_placeholder_UP h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.8);
}.primary_page_br .text_placeholder_UP p {
    font-size: calc(17px * 0.9);
}.primary_page_br .edu_trackfast_jk {
    bottom: 20px;
    gap: 10px;
    padding: 8px 15px;
}.primary_page_br .edu_trackfast_jk label {
    height: 10px;
    width: 10px;
}.primary_page_br .edu_trackfast_jk::before,
    .primary_page_br .edu_trackfast_jk::after {
    display: none;
}.primary_page_br .edu_open_fJ {
    max-height: 50vh;
}}

.primary_page_br .class_pro_BU::after {
    content: "";
    position: absolute;
    right: 20px;
    z-index: 3;
    border: 1px solid rgb(215,173,163,0.5);
    width: 60px;
    height: 60px;
    opacity: 0.6;
    border-radius: 50%;
    bottom: 20px;
}.primary_page_br .class_pro_BU::before {
    left: 30px;
    position: absolute;
    border: 1px solid rgb(188,132,120,0.5);
    top: 30px;
    content: "";
    opacity: 0.4;
    border-radius: 50%;
    z-index: 3;
    height: 40px;
    width: 40px;
}.primary_page_br .learning_open_hA {
    counter-reset: slideNum;
}.primary_page_br .start_top_zk {
    counter-increment: slideNum;
    position: relative;
}.primary_page_br .start_top_zk::before {
    position: absolute;
    right: 20px;
    font-size: 18px;
    z-index: 3;
    opacity: 0.7;
    top: 20px;
    color: #ffffff;
    mix-blend-mode: difference;
    font-weight: 600;
}.primary_page_br {
    --slide-count: 5;
}.primary_page_br .edu_open_fJ input:checked ~ .learning_open_hA .start_top_zk img {
    animation: zoomPulse 8s infinite alternate;
}@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}.offer_board_Sp {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(242,221,216), #ffffff);
    position: relative;
}.offer_board_Sp::before {
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
}.offer_board_Sp .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.offer_board_Sp .lesson_rates_WF {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.offer_board_Sp .discount_tier_UV {
    text-align: center;
    padding: 2rem;
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
}.offer_board_Sp .discount_tier_UV h2 {
    color: rgb(215,173,163);
    display: inline-block;
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.offer_board_Sp .discount_tier_UV h2::after {
    content: "";
    width: 60%;
    bottom: -10px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(215,173,163), transparent);
}.offer_board_Sp .discount_tier_UV .cert_cost_Kh {
    font-weight: 400;
    line-height: 1.6;
    max-width: 80%;
    font-size: 12px;
    margin: 0 auto;
    color: #000000;
}.offer_board_Sp .payment_scheme_bE {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
}.offer_board_Sp .pricing_card_qa {
    transform: translateY(30px);
    display: block;
    animation: fadeInUp 0.8s forwards;
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    opacity: 0;
    text-decoration: none;
    will-change: transform, opacity;
}.offer_board_Sp .pricing_card_qa:nth-child(1) {
    --i: 1;
}.offer_board_Sp .pricing_card_qa:nth-child(2) {
    --i: 2;
}.offer_board_Sp .pricing_card_qa:nth-child(3) {
    --i: 3;
}.offer_board_Sp .pricing_card_qa:nth-child(4) {
    --i: 4;
}.offer_board_Sp .pricing_card_qa:hover {
    transform: translateY(-5px) scale(1.02);
}.offer_board_Sp .pricing_rates_qC {
    display: flex;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    height: 100%;
    position: relative;
    flex-direction: column;
    background: #ffffff;
}.offer_board_Sp .pricing_card_qa:hover .pricing_rates_qC {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.offer_board_Sp .payment_plans_dL {
    z-index: 1;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.offer_board_Sp .payment_plans_dL::before {
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(215,173,163,0.5) 50%);
    width: 120px;
    height: 120px;
    z-index: -1;
    transform: translate(30px, -30px);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.offer_board_Sp .pricing_card_qa:hover .payment_plans_dL::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.offer_board_Sp .pricing_card_qa h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(22px + 0.2rem);
    font-weight: 700;
    transition: color 0.3s ease;
    position: relative;
}.offer_board_Sp .pricing_card_qa:hover h3 {
    color: rgb(215,173,163);
}.offer_board_Sp .basic_rates_Ly {
    position: relative;
    color: rgb(215,173,163);
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(19px + 0.8rem);
    font-weight: 700;
}.offer_board_Sp .basic_rates_Ly::before {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(188,132,120);
    height: 3px;
    bottom: -5px;
    width: 40px;
}.offer_board_Sp .pricing_card_qa:hover .basic_rates_Ly::before {
    width: 80px;
}.offer_board_Sp .pricing_card_qa p {
    margin-bottom: 0;
    color: #000000;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    font-size: 12px;
    word-wrap: break-word;
    line-height: 1.6;
}.offer_board_Sp .img_responsive_EO {
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
    overflow: hidden;
}.offer_board_Sp .img_responsive_EO::after {
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
}.offer_board_Sp .pricing_card_qa:hover .img_responsive_EO {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.offer_board_Sp .payment_scheme_bE {
    grid-template-columns: repeat(2, 1fr);
}.offer_board_Sp .discount_tier_UV {
    padding: 3rem;
}.offer_board_Sp .payment_plans_dL {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.offer_board_Sp .lesson_rates_WF {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.offer_board_Sp .discount_tier_UV {
    padding: 4rem 3rem;
    text-align: left;
    order: 2;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.offer_board_Sp .discount_tier_UV h2::after {
    transform: none;
    background: linear-gradient(90deg, rgb(215,173,163), transparent);
    width: 100px;
    left: 0;
}.offer_board_Sp .discount_tier_UV .cert_cost_Kh {
    max-width: 100%;
    margin: 0;
}.offer_board_Sp .payment_scheme_bE {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.offer_board_Sp .payment_scheme_bE {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.offer_board_Sp .payment_plans_dL {
    padding: 3rem 2.5rem;
}.offer_board_Sp .discount_tier_UV h2 {
    font-size: calc(31px + 0.3rem);
}
}

@media (max-width: 767px) {.offer_board_Sp {
    padding: 4rem 0;
}.offer_board_Sp .discount_tier_UV h2 {
    font-size: calc(31px - 0.2rem);
}.offer_board_Sp .discount_tier_UV .cert_cost_Kh {
    font-size: calc(12px - 0.1rem);
    max-width: 100%;
}.offer_board_Sp .pricing_card_qa h3 {
    font-size: 22px;
}.offer_board_Sp .basic_rates_Ly {
    font-size: calc(19px + 0.5rem);
}.offer_board_Sp .img_responsive_EO {
    height: 160px;
}}.connect_with_us_bg {
    padding: 100px 0;
    position: relative;
    background-color: rgb(242,221,216);
    overflow: hidden;
}.connect_with_us_bg::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    background: linear-gradient(120deg, rgb(215,173,163,0.5) 0%, transparent 75%);
}.connect_with_us_bg::after {
    height: 70%;
    bottom: 0;
    background: linear-gradient(240deg, rgb(188,132,120,0.5) 0%, transparent 70%);
    right: 0;
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 70%;
}.connect_with_us_bg .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.connect_with_us_bg h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
}.connect_with_us_bg .reach_links_sL {
    overflow: hidden;
    background: #ffffff;
    border-radius: 24px;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.connect_with_us_bg .img_responsive_EO {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
}.connect_with_us_bg .img_responsive_EO::after {
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}.connect_with_us_bg .inquiry_card_Nt {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.connect_with_us_bg .inquiry_card_Nt::before {
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(215,173,163), rgb(188,132,120));
    left: 0;
    top: 40px;
    content: "";
    border-radius: 2.5px;
    position: absolute;
    width: 5px;
}.connect_with_us_bg form {
    width: 100%;
    padding-left: 25px;
}.connect_with_us_bg form h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #000000;
    font-family: Arial, sans-serif;
}.connect_with_us_bg form input[type="text"] {
    border: none;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: rgb(242,221,216);
    color: #000000;
}.connect_with_us_bg form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(215,173,163,0.5);
    background: rgba(rgb(215,173,163), 0.05);
    outline: none;
}.connect_with_us_bg form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.connect_with_us_bg .message_feedback_pZ {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}.connect_with_us_bg .message_feedback_pZ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us_bg .message_feedback_pZ label {
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    padding-left: 35px;
}.connect_with_us_bg .message_feedback_pZ label::before {
    position: absolute;
    border: 2px solid rgb(215,173,163,0.5);
    height: 22px;
    width: 22px;
    top: 2px;
    border-radius: 10px;
    left: 0;
    content: "";
    transition: all 0.2s ease;
}.connect_with_us_bg .message_feedback_pZ input[type="checkbox"]:checked + label::before {
    border-color: rgb(215,173,163);
    background-color: rgb(215,173,163);
}.connect_with_us_bg .message_feedback_pZ input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 9px;
    height: 11px;
    border-bottom: 2px solid #ffffff;
    content: "";
    width: 6px;
    position: absolute;
    left: 8px;
}.connect_with_us_bg .message_feedback_pZ label a {
    transition: all 0.3s ease;
    color: rgb(215,173,163);
    text-decoration: none;
}.connect_with_us_bg .message_feedback_pZ label a:hover {
    color: rgb(188,132,120);
    text-decoration: underline;
}.connect_with_us_bg form .inquiry_info_Vm {
    overflow: hidden;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(215,173,163), rgb(188,132,120));
}.connect_with_us_bg form .inquiry_info_Vm::before {
    left: -10%;
    position: absolute;
    top: -10%;
    transition: all 0.4s ease;
    width: 120%;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    background: rgba(255, 255, 255, 0.2);
    height: 120%;
}.connect_with_us_bg form .inquiry_info_Vm:hover {
    box-shadow: 0 8px 15px rgba(rgb(215,173,163), 0.3);
    transform: translateY(-2px);
}.connect_with_us_bg form .inquiry_info_Vm:hover::before {
    transform: rotate(45deg) translateX(200%);
}.connect_with_us_bg svg {
    fill: rgb(215,173,163);
    width: 22px;
    height: 22px;
}.connect_with_us_bg svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,173,163);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.connect_with_us_bg .inquiry_card_Nt {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.connect_with_us_bg .img_responsive_EO {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_us_bg .inquiry_card_Nt {
    flex: 0 0 100%;
}.connect_with_us_bg .inquiry_card_Nt::before {
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(215,173,163), rgb(188,132,120));
    height: 5px;
}.connect_with_us_bg form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.connect_with_us_bg {
    padding: 70px 0;
}.connect_with_us_bg .img_responsive_EO {
    min-height: 250px;
}.connect_with_us_bg .inquiry_card_Nt {
    padding: 40px 30px;
}.connect_with_us_bg .inquiry_card_Nt::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.connect_with_us_bg {
    padding: 50px 0;
}.connect_with_us_bg h2 {
    font-size: calc(30px * 0.8);
}.connect_with_us_bg .img_responsive_EO {
    min-height: 200px;
}.connect_with_us_bg .inquiry_card_Nt {
    padding: 30px 20px;
}.connect_with_us_bg .inquiry_card_Nt::before {
    width: calc(100% - 40px);
    left: 20px;
}.connect_with_us_bg form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.connect_with_us_bg form input[type="text"] {
    padding: 15px 20px;
}.connect_with_us_bg form .inquiry_info_Vm {
    width: 100%;
    text-align: center;
}}.meet_us_Gw {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.meet_us_Gw::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(215,173,163,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    height: 100%;
    content: "";
}.meet_us_Gw::after {
    height: 200px;
    content: "";
    animation: float 12s infinite ease-in-out;
    z-index: 2;
    right: -30px;
    border: 2px solid rgb(188,132,120);
    transform: rotate(15deg);
    opacity: 0.15;
    top: -30px;
    width: 200px;
    position: absolute;
}.meet_us_Gw .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.meet_us_Gw .text_placeholder_UP {
    padding: 60px 45px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.meet_us_Gw .text_placeholder_UP::before {
    background: linear-gradient(to bottom, rgb(215,173,163), rgb(188,132,120));
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
}.meet_us_Gw .text_placeholder_UP:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us_Gw h1 {
    margin-bottom: 40px;
    transform: translateX(-10px);
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-size: 42px;
    transition: transform 0.5s ease;
}.meet_us_Gw .text_placeholder_UP:hover h1 {
    transform: translateX(0);
}.meet_us_Gw h1::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
    position: absolute;
    transform: scaleX(0.7);
    bottom: 0;
    left: 0;
    content: "";
    transform-origin: left center;
    background: rgb(188,132,120);
    height: 3px;
}.meet_us_Gw .text_placeholder_UP:hover h1::after {
    transform: scaleX(1);
}.meet_us_Gw ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.meet_us_Gw li {
    margin-bottom: 25px;
}.meet_us_Gw h4 {
    opacity: 0.9;
    margin-bottom: 15px;
    font-weight: 600;
    transform: translateY(5px);
    font-size: calc(18px * 1.1);
    transition: all 0.3s ease;
    color: rgb(215,173,163);
    letter-spacing: 0.05em;
}.meet_us_Gw .text_placeholder_UP:hover h4 {
    opacity: 1;
    transform: translateY(0);
}.meet_us_Gw span {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    column-count: 1;
    transition: opacity 0.5s ease;
    line-height: 1.8;
    max-width: 100%;
    column-gap: 40px;
    opacity: 0.9;
    font-size: 16px;
}.meet_us_Gw .text_placeholder_UP:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.meet_us_Gw .text_placeholder_UP::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    content: "";
    top: 0;
    transform-origin: left;
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(215,173,163), transparent);
    width: 100%;
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.meet_us_Gw {
    padding: 150px 0;
}.meet_us_Gw .text_placeholder_UP {
    width: 90%;
    padding: 70px 60px;
    margin-left: 5%;
}.meet_us_Gw span {
    column-count: 2;
}.meet_us_Gw::after {
    height: 300px;
    width: 300px;
}
}

@media (min-width: 992px) {.meet_us_Gw {
    padding: 180px 0;
}.meet_us_Gw .text_placeholder_UP {
    padding: 80px 70px;
    width: 80%;
    margin-left: 8%;
}.meet_us_Gw h1 {
    font-size: calc(42px * 1.2);
}.meet_us_Gw span {
    column-count: 2;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.meet_us_Gw {
    padding: 80px 0;
}.meet_us_Gw .text_placeholder_UP {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.meet_us_Gw h1 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.9);
}.meet_us_Gw h4 {
    font-size: 18px;
}.meet_us_Gw span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.meet_us_Gw::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.meet_us_Gw {
    padding: 60px 0;
}.meet_us_Gw .text_placeholder_UP {
    padding: 30px 25px;
}.meet_us_Gw h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 25px;
}.meet_us_Gw h1::after {
    width: 60px;
}.meet_us_Gw span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.mentorship_profile_qB {
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(242,221,216);
    overflow: hidden;
}.mentorship_profile_qB::before {
    right: -100px;
    background: rgb(215,173,163,0.5);
    filter: blur(120px);
    height: 300px;
    width: 300px;
    border-radius: 50%;
    content: "";
    top: -100px;
    z-index: 0;
    position: absolute;
}.mentorship_profile_qB::after {
    height: 250px;
    bottom: -80px;
    content: "";
    width: 250px;
    z-index: 0;
    filter: blur(100px);
    position: absolute;
    background: rgb(188,132,120,0.5);
    border-radius: 50%;
    left: -80px;
}.mentorship_profile_qB .review_glow_rA {
    margin: 0 auto;
    gap: 0;
    background: #ffffff;
    grid-template-columns: 1fr 1.2fr;
    overflow: visible;
    display: grid;
    max-width: 1100px;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    position: relative;
}.mentorship_profile_qB .img_responsive_EO {
    border-radius: 12px 0 0 12px;
    position: relative;
    height: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
}.mentorship_profile_qB .img_responsive_EO::before {
    top: 30px;
    content: "";
    left: 30px;
    width: 100%;
    height: 100%;
    background: rgb(215,173,163,0.5);
    position: absolute;
    border-radius: 12px;
    z-index: -1;
}.mentorship_profile_qB .exp_highlights_Nd {
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
}.mentorship_profile_qB .name {
    font-size: 46px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
}.mentorship_profile_qB .exp_highlights_Nd > div:nth-child(2) {
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 19px;
    padding-bottom: 15px;
    color: rgb(215,173,163);
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}.mentorship_profile_qB .exp_highlights_Nd > div:nth-child(2)::after {
    bottom: 0;
    background: rgb(188,132,120);
    position: absolute;
    width: 60px;
    height: 2px;
    content: "";
    left: 0;
}.mentorship_profile_qB .exp_container_Ht {
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    font-weight: 300;
}.mentorship_profile_qB .exp_container_Ht::before {
    position: absolute;
    top: -2.5rem;
    font-family: serif;
    z-index: -1;
    left: -2rem;
    color: rgb(188,132,120,0.5);
    font-size: 5rem;
    content: "";
}.mentorship_profile_qB .review_glow_rA:hover .img_responsive_EO {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(215,173,163,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.mentorship_profile_qB .review_glow_rA:hover .name {
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(215,173,163), rgb(188,132,120));
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {.mentorship_profile_qB .review_glow_rA {
    max-width: 90%;
    grid-template-columns: 1fr;
}.mentorship_profile_qB .img_responsive_EO {
    transform: translateY(-30px);
    height: 400px;
    border-radius: 12px 12px 0 0;
}.mentorship_profile_qB .img_responsive_EO::before {
    left: 0;
    width: 100%;
    top: 30px;
}.mentorship_profile_qB .exp_highlights_Nd {
    padding: 1rem 2rem 3rem;
}.mentorship_profile_qB .review_glow_rA:hover .img_responsive_EO {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.mentorship_profile_qB {
    padding: 4rem 1rem;
}.mentorship_profile_qB .review_glow_rA {
    max-width: 100%;
}.mentorship_profile_qB .img_responsive_EO {
    height: 320px;
    transform: translateY(-20px);
}.mentorship_profile_qB .img_responsive_EO::before {
    top: 20px;
}.mentorship_profile_qB .exp_highlights_Nd {
    padding: 0.5rem 1.5rem 2.5rem;
}.mentorship_profile_qB .name {
    font-size: calc(31px);
}.mentorship_profile_qB .exp_highlights_Nd > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 18px;
}.mentorship_profile_qB .exp_container_Ht {
    font-size: 18px;
}.mentorship_profile_qB .review_glow_rA:hover .img_responsive_EO {
    transform: translateY(-25px);
}}.study_process_Et {
    padding: 130px 0;
    background: rgb(242,221,216);
    position: relative;
    overflow: hidden;
}.study_process_Et::before {
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(215,173,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(188,132,120,0.5) 0%, transparent 40%);
    content: '';
    height: 100%;
}.study_process_Et .class_pro_BU {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.study_process_Et .text_placeholder_UP {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 700px;
    padding: 60px 70px;
}.study_process_Et .text_placeholder_UP::before {
    background: linear-gradient(45deg, 
        rgb(215,173,163,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(188,132,120,0.5)
    );
    bottom: -10px;
    left: -10px;
    border-radius: calc(22px + 10px);
    z-index: -1;
    top: -10px;
    position: absolute;
    animation: rotate-gradient 15s linear infinite;
    content: '';
    right: -10px;
}.study_process_Et .text_placeholder_UP::after {
    margin: 3px;
    bottom: 0;
    border-radius: 22px;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    background: rgb(242,221,216);
    right: 0;
    left: 0;
}.study_process_Et .text_placeholder_UP h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 35px;
}.study_process_Et .text_placeholder_UP h2::before {
    left: 0;
    width: 100%;
    bottom: -4px;
    opacity: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(215,173,163), rgb(188,132,120));
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 8px;
    transform: translateY(5px);
    border-radius: 10px;
}.study_process_Et .text_placeholder_UP:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.study_process_Et .text_placeholder_UP p {
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    color: #ffffff;
}.study_process_Et::after {
    background: linear-gradient(to bottom, transparent, rgb(242,221,216));
    height: 100px;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.8;
    width: 100%;
    z-index: 1;
    position: absolute;
}.study_process_Et .class_pro_BU::before {
    position: absolute;
    top: 20%;
    height: 40px;
    left: -5%;
    width: 40%;
    opacity: 0.1;
    transform: rotate(-35deg);
    background: rgb(215,173,163);
    content: '';
    animation: wave-motion 15s infinite alternate;
    filter: blur(30px);
}.study_process_Et .class_pro_BU::after {
    animation: wave-motion 12s infinite alternate-reverse;
    filter: blur(25px);
    transform: rotate(25deg);
    right: -5%;
    width: 30%;
    opacity: 0.1;
    background: rgb(188,132,120);
    height: 30px;
    position: absolute;
    content: '';
    bottom: 10%;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.study_process_Et .text_placeholder_UP p::after {
    animation: pulse 8s infinite;
    height: 60px;
    filter: blur(20px);
    position: absolute;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(215,173,163,0.5);
    content: '';
    width: 60px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.study_process_Et .text_placeholder_UP p::first-line {
    font-weight: 600;
    color: rgb(215,173,163);
}.study_process_Et .text_placeholder_UP::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.study_process_Et .text_placeholder_UP h2::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,173,163,0.5), 
        transparent
    );
    position: absolute;
    content: '';
    width: 100%;
    bottom: -15px;
    left: 0;
    height: 1px;
}

@media screen and (max-width: 992px) {.study_process_Et {
    padding: 100px 0;
}.study_process_Et .text_placeholder_UP {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.study_process_Et {
    padding: 80px 0;
}.study_process_Et .text_placeholder_UP {
    padding: 40px 30px;
}.study_process_Et .text_placeholder_UP h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.study_process_Et .class_pro_BU::before,
    .study_process_Et .class_pro_BU::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.study_process_Et {
    padding: 60px 0;
}.study_process_Et .text_placeholder_UP {
    border-radius: calc(22px * 0.8);
    padding: 30px 20px;
}.study_process_Et .text_placeholder_UP h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 20px;
}.study_process_Et .text_placeholder_UP p {
    font-size: calc(17px * 0.9);
}.study_process_Et .text_placeholder_UP::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.course_program_info_WR {
    min-height: 100vh;
    display: grid;
    position: relative;
    background-color: #000000;
    grid-template-columns: 1fr;
    overflow: hidden;
    grid-template-rows: 1fr;
}.course_program_info_WR::before {
    top: 0;
    pointer-events: none;
    opacity: 0.4;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at left bottom, rgb(215,173,163,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(188,132,120,0.5) 0%, transparent 30%);
    z-index: 2;
}.course_program_info_WR .skill_map_Tk {
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
}.course_program_info_WR .skill_map_Tk::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
}.course_program_info_WR .education_track_Hp {
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
    display: flex;
    height: 100%;
}.course_program_info_WR .skill_map_Tk:hover .education_track_Hp {
    animation-play-state: paused;
}.course_program_info_WR .learn_more_Ti {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 20%;
}.course_program_info_WR .learn_more_Ti img {
    filter: brightness(0.8) saturate(1.2);
    width: 100%;
    transition: transform 8s ease;
    object-fit: cover;
    height: 100%;
    transform: scale(1.1);
}.course_program_info_WR .learn_more_Ti:hover img {
    transform: scale(1.2);
}.course_program_info_WR .container {
    align-items: center;
    height: 100%;
    z-index: 4;
    padding: 0;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}.course_program_info_WR .class_pro_BU {
    width: 100%;
    margin-bottom: 0;
}.course_program_info_WR .class_path_gW {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
    grid-column-gap: 2rem;
}.course_program_info_WR .class_path_gW h3 {
    grid-column: 1 / 2;
    border-left: 4px solid rgb(215,173,163);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    margin: 0;
    padding-left: 2rem;
}.course_program_info_WR .class_path_gW p {
    color: #ffffff;
    grid-column: 3 / 4;
    font-size: 13px;
    margin: 0;
    opacity: 0.7;
    line-height: 1.6;
}.course_program_info_WR .class_path_gW .inquiry_info_Vm {
    overflow: hidden;
    color: #ffffff;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
    width: max-content;
    margin: 2rem auto 0;
    z-index: 1;
    font-weight: 600;
    border: 2px solid rgb(215,173,163);
    position: relative;
    padding: 0.8rem 2rem;
    justify-content: center;
    background-color: transparent;
    grid-column: 1 / 4;
    display: flex;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_program_info_WR .class_path_gW .inquiry_info_Vm::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgb(215,173,163);
    transition: width 0.4s ease;
    width: 0;
    z-index: -1;
    position: absolute;
}.course_program_info_WR .class_path_gW .inquiry_info_Vm:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.course_program_info_WR .class_path_gW .inquiry_info_Vm:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.course_program_info_WR .learn_more_Ti::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    top: 0;
    z-index: 2;
}.course_program_info_WR .learn_more_Ti::after {
    animation: moving-line 8s linear infinite;
    z-index: 3;
    left: -100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(215,173,163) 50%, 
                transparent 100%);
    position: absolute;
    height: 1px;
    top: 30%;
    width: 100%;
    box-shadow: 0 0 8px rgb(215,173,163);
    content: "";
}.course_program_info_WR .learn_more_Ti:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.course_program_info_WR .learn_more_Ti:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}.course_program_info_WR .learn_more_Ti:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}.course_program_info_WR .learn_more_Ti:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.course_program_info_WR .class_pro_BU::before {
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    height: 1px;
    opacity: 0.3;
}


@media (max-width: 992px) {.course_program_info_WR .class_path_gW {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 1.5rem;
}.course_program_info_WR .class_path_gW h3,
    .course_program_info_WR .class_path_gW span,
    .course_program_info_WR .class_path_gW p {
    grid-column: 1 / 2;
    padding: 0;
    border: none;
}.course_program_info_WR .class_path_gW h3 {
    margin: 0 auto;
    padding-bottom: 1rem;
    width: fit-content;
    border-bottom: 2px solid rgb(215,173,163);
}.course_program_info_WR .class_path_gW .inquiry_info_Vm {
    grid-column: 1 / 2;
}.course_program_info_WR .class_pro_BU {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.course_program_info_WR {
    min-height: 100vh;
}.course_program_info_WR .skill_map_Tk::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_program_info_WR .class_pro_BU {
    margin-bottom: 0;
}.course_program_info_WR .class_path_gW {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.course_program_info_WR .class_path_gW h3 {
    font-size: calc(32px * 0.9);
}.course_program_info_WR .class_path_gW span,
    .course_program_info_WR .class_path_gW p {
    font-size: calc(13px * 0.9);
}.course_program_info_WR .class_path_gW .inquiry_info_Vm {
    margin-top: 1.5rem;
    width: 100%;
}
}